@charset "UTF-8";
/*!
Theme Name: nChannel
Description: nChannel
Author: CWT Interactive
Author URI: http://cwtinteractive.com
Version: 1.0
*/
/* _variables.scss */
@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700italic,700,900");
/* _reset.scss */
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, input, label, textarea, button, :before, :after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Standard form inputs */
.form-cta form input[type="text"],
.form-cta form input[type="email"],
.form-cta form input[type="tel"],
.form-cta form textarea {
	color: #6d6d6d;
	font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none;
  color: inherit; }

hr {
  border-top: 1px solid #333;
  border-bottom: none; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* @end */
/* _base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: normal; }

p, dd, dt {
  color: #6b6b6b;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 18pt;
  font-size: 16px; }

/* _nav.scss */
/* Mobile menu */
.dl-menuwrapper {
  width: 100%;
  max-width: 250px;
  float: right;
  position: relative;
  display: none;
  z-index: 1000000;
  height: 100%;
  margin: 0;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%; }
  @media screen and (max-width: 25em) {
    .dl-menuwrapper {
      max-width: 100%; } }
  @media screen and (max-width: xxsmall) {
    .dl-menuwrapper {
      max-width: 100%; } }
  @media screen and (max-width: 48.25em) {
    .dl-menuwrapper {
      display: block; } }
  @media screen and (max-width: medl) {
    .dl-menuwrapper {
      display: block; } }

.dl-menuwrapper button {
  background: #474a57;
  border: none;
  width: 50px;
  height: 56px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  position: absolute;
  padding: 0;
  width: 56px;
  right: 14px;
  top: 14px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 25em) {
    .dl-menuwrapper button {
      height: 100%;
      right: 0;
      top: 0; } }
  @media screen and (max-width: xxsmall) {
    .dl-menuwrapper button {
      height: 100%;
      right: 0;
      top: 0; } }

.dl-menuwrapper button:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  width: 55%;
  height: 4px;
  background: #333642;
  top: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 -9px 0 #333642,0 9px 0 #333642; }

.dl-menuwrapper button:hover {
  background: #4f5262; }

.dl-menuwrapper button.dl-active {
  background: #4f5262; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }
  @media screen and (max-width: 48.25em) {
    .dl-menuwrapper li.mobile-hidden-menu-item {
      display: none; } }
  @media screen and (max-width: medl) {
    .dl-menuwrapper li.mobile-hidden-menu-item {
      display: none; } }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 13pt;
  height: 50px;
  vertical-align: middle;
  font-weight: 700;
  color: #7f8291;
  outline: none;
  background: #4f5262;
  font-family: "Kreon", "Times New Roman", serif;
  border-bottom: 2px solid #484b5a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.no-touch .dl-menuwrapper li a:hover {
  background: #434654;
  border-bottom: 3px solid #404351;
  color: #fff; }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #434654;
  border-bottom: 3px solid #404351;
  color: #7f8291;
  text-transform: uppercase; }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 49px;
  font-family: "fontello";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80b';
  color: #7f8291; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #7f8291;
  content: '\e80c'; }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  top: 56px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-450px);
  -moz-transform: translateY(-450px);
  transform: translateY(-450px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #4f5262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 48.25em) {
    .dl-menuwrapper .dl-menu {
      top: 70px;
      right: 14px; } }
  @media screen and (max-width: medl) {
    .dl-menuwrapper .dl-menu {
      top: 70px;
      right: 14px; } }
  @media screen and (max-width: 25em) {
    .dl-menuwrapper .dl-menu {
      top: 56px;
      right: 0; } }
  @media screen and (max-width: xxsmall) {
    .dl-menuwrapper .dl-menu {
      top: 56px;
      right: 0; } }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.3s;
  -moz-animation: MenuAnimOut1 0.3s;
  animation: MenuAnimOut1 0.3s; }

@-webkit-keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut1 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  100% {
    transform: translateX(-100%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.3s ease;
  -moz-animation: SubMenuAnimIn1 0.3s ease;
  animation: SubMenuAnimIn1 0.3s ease; }
  @media screen and (max-width: 48.25em) {
    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      top: 70px; } }
  @media screen and (max-width: medl) {
    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      top: 70px; } }
  @media screen and (max-width: 25em) {
    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      top: 56px; } }
  @media screen and (max-width: xxsmall) {
    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      top: 56px; } }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.3s ease;
  -moz-animation: SubMenuAnimOut1 0.3s ease;
  animation: SubMenuAnimOut1 0.3s ease; }
  @media screen and (max-width: 48.25em) {
    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      top: 70px; } }
  @media screen and (max-width: medl) {
    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      top: 70px; } }
  @media screen and (max-width: 25em) {
    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      top: 56px; } }
  @media screen and (max-width: xxsmall) {
    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      top: 56px; } }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

/* _selectric.scss */
.selectricWrapper {
  margin: 50px 0 40px 0;
  position: relative;
  width: 250px;
  cursor: pointer; }

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectricOpen {
  z-index: 9999; }

.selectricHideSelect {
  position: relative;
  overflow: hidden; }

.selectricHideSelect select {
  position: absolute;
  left: -100%; }

.selectric {
  border: 2px solid #e0e0e0;
  background: #fff;
  position: relative;
  border-radius: 5px; }

.selectricOpen .selectric {
  border-color: #c7c7c7;
  background: #e5f7fd;
  z-index: 9999; }

.selectric .label {
  height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #6b6b6b;
  padding: 6px 6px 6px 11px; }

.selectric .button {
  border-left: 2px solid #e0e0e0;
  position: absolute;
  right: 0;
  top: 0;
  color: #c7c7c7;
  text-align: center;
  font: normal 20px/30px sans-serif;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-radius: 0 3px 3px 0; }

.selectricHover .selectric {
  border-color: #c7c7c7; }

.selectricHover .selectric .button {
  color: #c7c7c7; }

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  font-weight: 300;
  line-height: 20px;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", sans-serif; }

.selectricItems {
  margin: -3px 0 0 0;
  background: #F9F9F9;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  z-index: 9998;
  box-shadow: 0 0 10px -6px; }

.selectricOpen .selectricItems {
  display: block; }

.selectricItems li {
  padding: 8px 10px;
  cursor: pointer;
  display: block;
  color: #666;
  border-top: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectricItems li:first-child {
    border: none;
    padding: 11px 10px 8px 10px; }

.selectricItems li.selected {
  background: #fff;
  color: #444;
  border-top-color: #E0E0E0; }

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444; }

/* _blog.scss */
#sidebar-layout {
  padding: 40px 0; }
  @media screen and (max-width: 30em) {
    #sidebar-layout {
      padding: 40px 0 0 0; } }
  @media screen and (max-width: xsmall) {
    #sidebar-layout {
      padding: 40px 0 0 0; } }
  #sidebar-layout .contain #sidebar {
    width: 26%;
    float: left;
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      #sidebar-layout .contain #sidebar {
        width: 100%;
        float: none;
        padding: 0 !important;
        max-width: 500px;
        margin: 30px auto 0 auto; } }
    @media screen and (max-width: medl) {
      #sidebar-layout .contain #sidebar {
        width: 100%;
        float: none;
        padding: 0 !important;
        max-width: 500px;
        margin: 30px auto 0 auto; } }
    #sidebar-layout .contain #sidebar ul {
      margin: 0 0 30px 0; }
    #sidebar-layout .contain #sidebar h5 {
      color: #cdcdcd;
      font-weight: 900;
      font-size: 14px;
      line-height: 14pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
    #sidebar-layout .contain #sidebar .rss h5 {
      color: #6b6b6b;
      font-size: 24px;
      line-height: 1em;
      margin: 0 0 10px;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      text-transform: none; }
  @media screen and (max-width: 48.25em) {
    #sidebar-layout .contain #main-content {
      padding: 15px 0; } }
  @media screen and (max-width: medl) {
    #sidebar-layout .contain #main-content {
      padding: 15px 0; } }
  #sidebar-layout .contain #main-content.full {
    width: 100%;
    float: none; }
  #sidebar-layout .contain #main-content hr {
    border-top: none;
    border-bottom: 2px solid #e8e8e8;
    width: 100%;
    margin: 0 0 30px 0; }
  #sidebar-layout .contain #main-content .article {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #e8e8e8; }
    .single #sidebar-layout .contain #main-content .article {
      border-bottom: none;
      margin: 0;
      padding: 0; }
    #sidebar-layout .contain #main-content .article #gforms_confirmation_message .gform_confirmation_message {
      color: #22b0e6;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 500;
      line-height: 18pt;
      font-size: 16px;
      margin: 0 0 5px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #sidebar-layout .contain #main-content .article .gform_wrapper {
      position: relative;
      height: auto;
      width: 100%;
      background-color: #f4f4f4;
      overflow: hidden;
      border: 2px solid #e8e8e8;
      padding: 30px 40px 35px 40px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 0 8px 0 8px;
      -moz-border-radius: 0 8px 0 8px;
      -o-border-radius: 0 8px 0 8px;
      -ms-border-radius: 0 8px 0 8px;
      border-radius: 0 8px 0 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        #sidebar-layout .contain #main-content .article .gform_wrapper {
          padding: 20px; } }
      @media screen and (max-width: medl) {
        #sidebar-layout .contain #main-content .article .gform_wrapper {
          padding: 20px; } }
      #sidebar-layout .contain #main-content .article .gform_wrapper h3 {
        margin: 0 0 20px 0; }
      #sidebar-layout .contain #main-content .article .gform_wrapper .gform-dropdown label {
        display: none; }
      #sidebar-layout .contain #main-content .article .gform_wrapper .validation_message,
      #sidebar-layout .contain #main-content .article .gform_wrapper .validation_error,
      #sidebar-layout .contain #main-content .article .gform_wrapper .gform_confirmation_message {
        color: #ee7541;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 500;
        line-height: 18pt;
        font-size: 16px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #sidebar-layout .contain #main-content .article .gform_wrapper .selectricWrapper {
        margin: 0 0 19px 0;
        max-width: 250px;
        width: 100%; }
        #sidebar-layout .contain #main-content .article .gform_wrapper .selectricWrapper .selectric .label {
          font-size: 15px;
          font-weight: 500;
          text-transform: uppercase;
          color: #cacaca;
          line-height: 17px;
          padding: 6px 6px 6px 10px;
          margin: 0; }
        #sidebar-layout .contain #main-content .article .gform_wrapper .selectricWrapper .selectricItems li {
          margin: 0; }
      #sidebar-layout .contain #main-content .article .gform_wrapper input,
      #sidebar-layout .contain #main-content .article .gform_wrapper textarea {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        max-width: 100%;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        padding: 0 0 0 10px;
        color: #6b6b6b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #sidebar-layout .contain #main-content .article .gform_wrapper input::-webkit-input-placeholder,
        #sidebar-layout .contain #main-content .article .gform_wrapper textarea::-webkit-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        #sidebar-layout .contain #main-content .article .gform_wrapper input:-moz-placeholder,
        #sidebar-layout .contain #main-content .article .gform_wrapper textarea:-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        #sidebar-layout .contain #main-content .article .gform_wrapper input::-moz-placeholder,
        #sidebar-layout .contain #main-content .article .gform_wrapper textarea::-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        #sidebar-layout .contain #main-content .article .gform_wrapper input:-ms-input-placeholder,
        #sidebar-layout .contain #main-content .article .gform_wrapper textarea:-ms-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        #sidebar-layout .contain #main-content .article .gform_wrapper input:focus,
        #sidebar-layout .contain #main-content .article .gform_wrapper textarea:focus {
          outline: none;
          border: 2px solid #c7c7c7; }
      #sidebar-layout .contain #main-content .article .gform_wrapper textarea {
        min-height: 80px;
        margin: 0;
        padding: 3px 0 0 10px; }
      #sidebar-layout .contain #main-content .article .gform_wrapper .gform_button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #fff;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #sidebar-layout .contain #main-content .article .gform_wrapper .gform_button:hover {
          background-color: #555; }
        #sidebar-layout .contain #main-content .article .gform_wrapper .gform_button:focus {
          border: none;
          background-color: #555; }
      #sidebar-layout .contain #main-content .article .gform_wrapper ul {
        margin: 0;
        padding: 0;
        border: none !important; }
        #sidebar-layout .contain #main-content .article .gform_wrapper ul li {
          border: none !important;
          width: 100%;
          list-style-type: none; }
          #sidebar-layout .contain #main-content .article .gform_wrapper ul li.half {
            width: 48.5%;
            float: left;
            margin-left: 3%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 30em) {
              #sidebar-layout .contain #main-content .article .gform_wrapper ul li.half {
                width: 100%;
                margin: 0; } }
            @media screen and (max-width: xsmall) {
              #sidebar-layout .contain #main-content .article .gform_wrapper ul li.half {
                width: 100%;
                margin: 0; } }
          #sidebar-layout .contain #main-content .article .gform_wrapper ul li.first {
            margin-left: 0; }
          #sidebar-layout .contain #main-content .article .gform_wrapper ul li.gfield {
            margin-bottom: 15px; }
            #sidebar-layout .contain #main-content .article .gform_wrapper ul li.gfield.gform_hidden {
              margin: 0; }
            #sidebar-layout .contain #main-content .article .gform_wrapper ul li.gfield.gfield_error input {
              margin: 0 0 5px 0;
              border: 2px solid #ee7541; }
            #sidebar-layout .contain #main-content .article .gform_wrapper ul li.gfield.gfield_error .validation_message {
              margin: 0; }
      #sidebar-layout .contain #main-content .article .gform_wrapper .btn {
        background-color: #22b0e6; }
        #sidebar-layout .contain #main-content .article .gform_wrapper .btn:hover {
          background-color: #555; }
    #sidebar-layout .contain #main-content .article .author-details span,
    #sidebar-layout .contain #main-content .article .author-details h4 {
      display: inline-block; }
    #sidebar-layout .contain #main-content .article .author-details h4 {
      font-size: 16px;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      color: #ee7541;
      line-height: 18px;
      margin: 0; }
      #sidebar-layout .contain #main-content .article .author-details h4 a {
        font-size: 16px;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        color: #ee7541;
        line-height: 16pt;
        margin: 0;
        text-decoration: underline; }
    #sidebar-layout .contain #main-content .article .author-details .date {
      color: #bababa;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      font-family: "Roboto", "Helvetica", sans-serif;
      text-transform: uppercase;
      margin: 0 10px 0 0; }
    #sidebar-layout .contain #main-content .article .author-bar {
      margin: 0 0 20px 0;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #sidebar-layout .contain #main-content .article .author-bar .author-img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc);
        width: 64px;
        height: 64px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        #sidebar-layout .contain #main-content .article .author-bar .author-img:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: auto;
          bottom: 0;
          background-color: #d64408;
          z-index: 100;
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      #sidebar-layout .contain #main-content .article .author-bar .author-details {
        margin: 0 0 0 80px; }
        #sidebar-layout .contain #main-content .article .author-bar .author-details.no-author {
          margin: 0; }
        #sidebar-layout .contain #main-content .article .author-bar .author-details h1, #sidebar-layout .contain #main-content .article .author-bar .author-details h2 {
          font-size: 20px;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          color: #6b6b6b;
          line-height: 18pt;
          margin: 0; }
        #sidebar-layout .contain #main-content .article .author-bar .author-details h4 {
          font-size: 16px;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          color: #ee7541;
          line-height: 16pt;
          margin: 0; }
          #sidebar-layout .contain #main-content .article .author-bar .author-details h4 a {
            font-size: 16px;
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            color: #ee7541;
            line-height: 16pt;
            margin: 0;
            text-decoration: underline; }
        #sidebar-layout .contain #main-content .article .author-bar .author-details .date {
          color: #bababa;
          font-weight: 700;
          font-size: 14px;
          line-height: 14pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          text-transform: uppercase;
          margin: 3px 0 0 0; }
    #sidebar-layout .contain #main-content .article .tags {
      color: #22b0e6;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      margin: 0 0 20px; }
      #sidebar-layout .contain #main-content .article .tags a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        display: inline-block; }
    #sidebar-layout .contain #main-content .article .btn {
      background-color: #22b0e6;
      color: #fff; }
      #sidebar-layout .contain #main-content .article .btn:hover {
        background-color: #555; }
  #sidebar-layout .contain #main-content .article ul, #sidebar-layout .contain #main-content .article ol,
  #sidebar-layout .contain #main-content .video-block ul,
  #sidebar-layout .contain #main-content .video-block ol,
  #sidebar-layout .contain #main-content .the-post ul,
  #sidebar-layout .contain #main-content .the-post ol {
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 300;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 18pt;
    background: #f4f4f4;
    border-left: 4px solid #ee7541;
    margin: 20px 0 25px 0;
    padding: 20px 10px 15px 25px;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #sidebar-layout .contain #main-content .article ul a, #sidebar-layout .contain #main-content .article ol a,
    #sidebar-layout .contain #main-content .video-block ul a,
    #sidebar-layout .contain #main-content .video-block ol a,
    #sidebar-layout .contain #main-content .the-post ul a,
    #sidebar-layout .contain #main-content .the-post ol a {
      display: inline; }
  #sidebar-layout .contain #main-content .article ul li,
  #sidebar-layout .contain #main-content .video-block ul li,
  #sidebar-layout .contain #main-content .the-post ul li {
    margin: 0 0 10px 15px;
    list-style-type: disc;
    list-style-position: outside; }
    #sidebar-layout .contain #main-content .article ul li ul,
    #sidebar-layout .contain #main-content .video-block ul li ul,
    #sidebar-layout .contain #main-content .the-post ul li ul {
      border-left: none;
      padding: 0 0 0 5px;
      list-style-type: none; }
      #sidebar-layout .contain #main-content .article ul li ul li,
      #sidebar-layout .contain #main-content .video-block ul li ul li,
      #sidebar-layout .contain #main-content .the-post ul li ul li {
        list-style-type: circle; }
    #sidebar-layout .contain #main-content .article ul li ol,
    #sidebar-layout .contain #main-content .video-block ul li ol,
    #sidebar-layout .contain #main-content .the-post ul li ol {
      border-left: none;
      padding: 0 0 0 5px; }
      #sidebar-layout .contain #main-content .article ul li ol li,
      #sidebar-layout .contain #main-content .video-block ul li ol li,
      #sidebar-layout .contain #main-content .the-post ul li ol li {
        list-style-type: decimal; }
  #sidebar-layout .contain #main-content .article ol li,
  #sidebar-layout .contain #main-content .video-block ol li,
  #sidebar-layout .contain #main-content .the-post ol li {
    margin: 0 0 10px 15px;
    list-style-type: decimal; }
    #sidebar-layout .contain #main-content .article ol li ul,
    #sidebar-layout .contain #main-content .video-block ol li ul,
    #sidebar-layout .contain #main-content .the-post ol li ul {
      border-left: none;
      padding: 0 0 0 5px;
      list-style-type: none; }
      #sidebar-layout .contain #main-content .article ol li ul li,
      #sidebar-layout .contain #main-content .video-block ol li ul li,
      #sidebar-layout .contain #main-content .the-post ol li ul li {
        list-style-type: circle; }
    #sidebar-layout .contain #main-content .article ol li ol,
    #sidebar-layout .contain #main-content .video-block ol li ol,
    #sidebar-layout .contain #main-content .the-post ol li ol {
      border-left: none;
      padding: 0 0 0 5px; }
      #sidebar-layout .contain #main-content .article ol li ol li,
      #sidebar-layout .contain #main-content .video-block ol li ol li,
      #sidebar-layout .contain #main-content .the-post ol li ol li {
        list-style-type: decimal; }
  #sidebar-layout .contain #main-content .article blockquote,
  #sidebar-layout .contain #main-content .video-block blockquote,
  #sidebar-layout .contain #main-content .the-post blockquote {
    position: relative;
    background-image: url("images/quote.png");
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-color: #22b0e6;
    padding: 28px 30px 31px 35px;
    width: 100%;
    margin: 25px 0 30px 0;
    font-weight: 700;
    font-family: "Kreon", "Times New Roman", serif;
    color: #fff;
    line-height: 22pt;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -o-border-radius: 0px 20px 0px 20px;
    -ms-border-radius: 0px 20px 0px 20px;
    border-radius: 0px 20px 0px 20px; }
    #sidebar-layout .contain #main-content .article blockquote:after,
    #sidebar-layout .contain #main-content .video-block blockquote:after,
    #sidebar-layout .contain #main-content .the-post blockquote:after {
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      bottom: -25px;
      display: block;
      border-right: 45px solid #22b0e6;
      border-bottom: 40px solid transparent; }
    #sidebar-layout .contain #main-content .article blockquote p,
    #sidebar-layout .contain #main-content .video-block blockquote p,
    #sidebar-layout .contain #main-content .the-post blockquote p {
      font-weight: 700;
      font-family: "Kreon", "Times New Roman", serif;
      color: #fff;
      line-height: 22pt;
      font-size: 20px; }
  #sidebar-layout .contain #main-content .article p,
  #sidebar-layout .contain #main-content .video-block p,
  #sidebar-layout .contain #main-content .the-post p {
    margin: 0 0 15px 0; }
  #sidebar-layout .contain #main-content .article img,
  #sidebar-layout .contain #main-content .video-block img,
  #sidebar-layout .contain #main-content .the-post img {
    max-width: 100%;
    height: auto;
    display: block; }
    #sidebar-layout .contain #main-content .article img.featured,
    #sidebar-layout .contain #main-content .video-block img.featured,
    #sidebar-layout .contain #main-content .the-post img.featured {
      margin: 0 0 20px 0;
      padding: 0; }
  #sidebar-layout .contain #main-content .article h1, #sidebar-layout .contain #main-content .article h2, #sidebar-layout .contain #main-content .article h3, #sidebar-layout .contain #main-content .article h4, #sidebar-layout .contain #main-content .article h5, #sidebar-layout .contain #main-content .article h6,
  #sidebar-layout .contain #main-content .video-block h1,
  #sidebar-layout .contain #main-content .video-block h2,
  #sidebar-layout .contain #main-content .video-block h3,
  #sidebar-layout .contain #main-content .video-block h4,
  #sidebar-layout .contain #main-content .video-block h5,
  #sidebar-layout .contain #main-content .video-block h6,
  #sidebar-layout .contain #main-content .the-post h1,
  #sidebar-layout .contain #main-content .the-post h2,
  #sidebar-layout .contain #main-content .the-post h3,
  #sidebar-layout .contain #main-content .the-post h4,
  #sidebar-layout .contain #main-content .the-post h5,
  #sidebar-layout .contain #main-content .the-post h6 {
    color: #6b6b6b;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    margin: 20px 0 5px 0; }
  #sidebar-layout .contain #main-content .article h2,
  #sidebar-layout .contain #main-content .video-block h2,
  #sidebar-layout .contain #main-content .the-post h2 {
    font-size: 30px;
    line-height: 28pt; }
    #sidebar-layout .contain #main-content .article h2.main-title,
    #sidebar-layout .contain #main-content .video-block h2.main-title,
    #sidebar-layout .contain #main-content .the-post h2.main-title {
      margin-top: 5px; }
  #sidebar-layout .contain #main-content .article h3,
  #sidebar-layout .contain #main-content .video-block h3,
  #sidebar-layout .contain #main-content .the-post h3 {
    font-size: 24px;
    line-height: 22pt; }
  #sidebar-layout .contain #main-content .article h4,
  #sidebar-layout .contain #main-content .video-block h4,
  #sidebar-layout .contain #main-content .the-post h4 {
    font-size: 20px;
    line-height: 18pt; }
  #sidebar-layout .contain #main-content .article h5,
  #sidebar-layout .contain #main-content .video-block h5,
  #sidebar-layout .contain #main-content .the-post h5 {
    font-size: 18px;
    line-height: 16pt; }
  #sidebar-layout .contain #main-content .article h6,
  #sidebar-layout .contain #main-content .video-block h6,
  #sidebar-layout .contain #main-content .the-post h6 {
    font-size: 15px;
    line-height: 13pt; }
  #sidebar-layout .contain #main-content .article a,
  #sidebar-layout .contain #main-content .video-block a,
  #sidebar-layout .contain #main-content .the-post a {
    color: #22b0e6;
    text-decoration: underline;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300; }
    #sidebar-layout .contain #main-content .article a.btn,
    #sidebar-layout .contain #main-content .video-block a.btn,
    #sidebar-layout .contain #main-content .the-post a.btn {
      border: none;
      font-weight: 700;
      text-decoration: none; }
      #sidebar-layout .contain #main-content .article a.btn:hover,
      #sidebar-layout .contain #main-content .video-block a.btn:hover,
      #sidebar-layout .contain #main-content .the-post a.btn:hover {
        background-color: #555; }
  #sidebar-layout .contain #main-content .article em, #sidebar-layout .contain #main-content .article i,
  #sidebar-layout .contain #main-content .video-block em,
  #sidebar-layout .contain #main-content .video-block i,
  #sidebar-layout .contain #main-content .the-post em,
  #sidebar-layout .contain #main-content .the-post i {
    font-style: italic; }
  #sidebar-layout .contain #main-content .article strong, #sidebar-layout .contain #main-content .article b,
  #sidebar-layout .contain #main-content .video-block strong,
  #sidebar-layout .contain #main-content .video-block b,
  #sidebar-layout .contain #main-content .the-post strong,
  #sidebar-layout .contain #main-content .the-post b {
    font-weight: bold; }
  #sidebar-layout .contain #main-content .article .more-link,
  #sidebar-layout .contain #main-content .video-block .more-link,
  #sidebar-layout .contain #main-content .the-post .more-link {
    display: none; }
  #sidebar-layout .contain #main-content .article .post-img-wrap,
  #sidebar-layout .contain #main-content .video-block .post-img-wrap,
  #sidebar-layout .contain #main-content .the-post .post-img-wrap {
    display: inline; }
    #sidebar-layout .contain #main-content .article .post-img-wrap a,
    #sidebar-layout .contain #main-content .video-block .post-img-wrap a,
    #sidebar-layout .contain #main-content .the-post .post-img-wrap a {
      display: inline; }
  #sidebar-layout .contain #main-content .article .alignright,
  #sidebar-layout .contain #main-content .video-block .alignright,
  #sidebar-layout .contain #main-content .the-post .alignright {
    float: right;
    margin: 0 0 15px 25px; }
  #sidebar-layout .contain #main-content .article .alignleft,
  #sidebar-layout .contain #main-content .video-block .alignleft,
  #sidebar-layout .contain #main-content .the-post .alignleft {
    float: left;
    margin: 0 25px 15px 0; }
  #sidebar-layout .contain #main-content .article .aligncenter,
  #sidebar-layout .contain #main-content .video-block .aligncenter,
  #sidebar-layout .contain #main-content .the-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #sidebar-layout .more {
    margin: 10px 0 0 0; }
    #sidebar-layout .more .share {
      cursor: pointer;
      display: inline-block;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 16px;
      line-height: 16pt;
      color: #8a8a8a;
      font-weight: 400;
      padding: 6px 12px;
      border: 2px solid #e8e8e8;
      margin: 0 0 0 40px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      @media screen and (max-width: 40em) {
        #sidebar-layout .more .share {
          display: none; } }
      @media screen and (max-width: small) {
        #sidebar-layout .more .share {
          display: none; } }
      #sidebar-layout .more .share:hover {
        color: #22b0e6; }
      #sidebar-layout .more .share:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 2px;
        left: -25px;
        top: 0px;
        background-color: #e8e8e8; }
    #sidebar-layout .more .share-wrap {
      position: relative;
      display: inline-block; }
    #sidebar-layout .more .mail-share {
      float: left;
      width: 45px;
      height: 54px;
      border-right: 2px solid #e8e8e8;
      position: relative;
      margin: 0 15px 0 5px; }
      #sidebar-layout .more .mail-share:before {
        content: '';
        position: absolute;
        left: -41px;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #e8e8e8;
        border-bottom: 10px solid transparent; }
      #sidebar-layout .more .mail-share:after {
        content: '';
        position: absolute;
        left: -38px;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #fff;
        border-bottom: 10px solid transparent; }
      #sidebar-layout .more .mail-share .icon-mail {
        text-decoration: none !important;
        color: #d5d5d5 !important;
        font-size: 30px; }
        #sidebar-layout .more .mail-share .icon-mail:before {
          position: absolute;
          left: 0;
          top: 0;
          margin: 0;
          line-height: 17pt; }
    #sidebar-layout .more .share-box {
      position: absolute;
      right: -600px;
      top: 0px;
      width: auto;
      height: auto;
      z-index: -1;
      background-color: #fff;
      border: 2px solid #e8e8e8;
      padding: 10px 5px 10px 15px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #sidebar-layout .more .share-box.visible {
        z-index: 1;
        right: -250px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      #sidebar-layout .more .share-box .inner {
        overflow: hidden;
        width: 140px;
        display: block;
        margin: 0;
        float: left; }
        #sidebar-layout .more .share-box .inner .rtsocial-twitter-horizontal, #sidebar-layout .more .share-box .inner .rtsocial-fb-horizontal, #sidebar-layout .more .share-box .inner .rtsocial-gplus-horizontal, #sidebar-layout .more .share-box .inner .rtsocial-pinterest-horizontal, #sidebar-layout .more .share-box .inner .rtsocial-linkedin-horizontal, #sidebar-layout .more .share-box .inner .rtsocial-twitter-icon, #sidebar-layout .more .share-box .inner .rtsocial-fb-icon, #sidebar-layout .more .share-box .inner .rtsocial-pinterest-icon, #sidebar-layout .more .share-box .inner .rtsocial-linkedin-icon, #sidebar-layout .more .share-box .inner .rtsocial-gplus-icon {
          margin: 0 6px 0 0 !important; }

.search .body-section #cyan,
.single-post .body-section #cyan,
.archive .body-section #cyan,
.page-template-templatesnews-php .body-section #cyan {
  padding: 175px 0 0 0; }
  .search .body-section #cyan .contain .cta,
  .single-post .body-section #cyan .contain .cta,
  .archive .body-section #cyan .contain .cta,
  .page-template-templatesnews-php .body-section #cyan .contain .cta {
    max-width: 750px; }
  @media screen and (max-width: 48.25em) {
    .search .body-section #cyan,
    .single-post .body-section #cyan,
    .archive .body-section #cyan,
    .page-template-templatesnews-php .body-section #cyan {
      padding: 0; } }
  @media screen and (max-width: medl) {
    .search .body-section #cyan,
    .single-post .body-section #cyan,
    .archive .body-section #cyan,
    .page-template-templatesnews-php .body-section #cyan {
      padding: 0; } }
.search .body-section #sidebar-layout #sidebar,
.single-post .body-section #sidebar-layout #sidebar,
.archive .body-section #sidebar-layout #sidebar,
.page-template-templatesnews-php .body-section #sidebar-layout #sidebar {
  padding: 0 30px 50px 0; }
.search .body-section #sidebar-layout .category-box,
.search .body-section #sidebar-layout .tag-box,
.single-post .body-section #sidebar-layout .category-box,
.single-post .body-section #sidebar-layout .tag-box,
.archive .body-section #sidebar-layout .category-box,
.archive .body-section #sidebar-layout .tag-box,
.page-template-templatesnews-php .body-section #sidebar-layout .category-box,
.page-template-templatesnews-php .body-section #sidebar-layout .tag-box {
  border: 2px solid #e8e8e8;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .search .body-section #sidebar-layout .category-box h3,
  .search .body-section #sidebar-layout .tag-box h3,
  .single-post .body-section #sidebar-layout .category-box h3,
  .single-post .body-section #sidebar-layout .tag-box h3,
  .archive .body-section #sidebar-layout .category-box h3,
  .archive .body-section #sidebar-layout .tag-box h3,
  .page-template-templatesnews-php .body-section #sidebar-layout .category-box h3,
  .page-template-templatesnews-php .body-section #sidebar-layout .tag-box h3 {
    color: #6b6b6b;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    margin: 0;
    font-size: 30px;
    line-height: 28pt; }
    .search .body-section #sidebar-layout .category-box h3 span,
    .search .body-section #sidebar-layout .tag-box h3 span,
    .single-post .body-section #sidebar-layout .category-box h3 span,
    .single-post .body-section #sidebar-layout .tag-box h3 span,
    .archive .body-section #sidebar-layout .category-box h3 span,
    .archive .body-section #sidebar-layout .tag-box h3 span,
    .page-template-templatesnews-php .body-section #sidebar-layout .category-box h3 span,
    .page-template-templatesnews-php .body-section #sidebar-layout .tag-box h3 span {
      color: #ee7541; }
.search .body-section #sidebar-layout .author-box-wrap,
.single-post .body-section #sidebar-layout .author-box-wrap,
.archive .body-section #sidebar-layout .author-box-wrap,
.page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #e8e8e8; }
  @media screen and (max-width: 46.8em) {
    .search .body-section #sidebar-layout .author-box-wrap,
    .single-post .body-section #sidebar-layout .author-box-wrap,
    .archive .body-section #sidebar-layout .author-box-wrap,
    .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap {
      max-width: 360px;
      margin: 0 auto 30px auto; } }
  @media screen and (max-width: med) {
    .search .body-section #sidebar-layout .author-box-wrap,
    .single-post .body-section #sidebar-layout .author-box-wrap,
    .archive .body-section #sidebar-layout .author-box-wrap,
    .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap {
      max-width: 360px;
      margin: 0 auto 30px auto; } }
  .search .body-section #sidebar-layout .author-box-wrap .author-details-box,
  .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box,
  .archive .body-section #sidebar-layout .author-box-wrap .author-details-box,
  .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box {
    overflow: hidden;
    border: 2px solid #e8e8e8;
    position: relative;
    padding: 0 0 0 39%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (max-width: 46.8em) {
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box {
        padding: 0; } }
    @media screen and (max-width: med) {
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box {
        padding: 0; } }
    .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
    .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
    .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
    .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img {
      background-image: url("http://nchannel.com/wp-content/uploads/2014/02/test-image.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      -ms-behavior: url(/backgroundsize.min.htc);
      width: 39%;
      float: left;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 8px 0 0 8px;
      -moz-border-radius: 8px 0 0 8px;
      -o-border-radius: 8px 0 0 8px;
      -ms-border-radius: 8px 0 0 8px;
      border-radius: 8px 0 0 8px; }
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        bottom: 0;
        background-color: #d64408;
        z-index: 100;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px; }
      @media screen and (max-width: 46.8em) {
        .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img {
          float: none;
          position: relative;
          margin: 0 auto;
          height: 225px;
          width: 100%;
          background-position: center center;
          -webkit-border-radius: 8px 8px 0 0;
          -moz-border-radius: 8px 8px 0 0;
          -o-border-radius: 8px 8px 0 0;
          -ms-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0; }
          .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after {
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0; } }
      @media screen and (max-width: med) {
        .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img,
        .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img {
          float: none;
          position: relative;
          margin: 0 auto;
          height: 225px;
          width: 100%;
          background-position: center center;
          -webkit-border-radius: 8px 8px 0 0;
          -moz-border-radius: 8px 8px 0 0;
          -o-border-radius: 8px 8px 0 0;
          -ms-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0; }
          .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after,
          .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img:after {
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0; } }
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box .img img,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .img img,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .img img,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .img img {
        max-width: 100%;
        height: auto;
        display: block; }
    .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
    .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
    .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
    .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text {
      float: left;
      width: 100%;
      padding: 15px 20px 20px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text {
          float: none; } }
      @media screen and (max-width: med) {
        .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text,
        .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text {
          float: none; } }
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text h1, .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text h2,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text h1,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text h2,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text h1,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text h2,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text h1,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text h2 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 0;
        font-size: 30px;
        line-height: 28pt; }
      .search .body-section #sidebar-layout .author-box-wrap .author-details-box .text h4.author-title,
      .single-post .body-section #sidebar-layout .author-box-wrap .author-details-box .text h4.author-title,
      .archive .body-section #sidebar-layout .author-box-wrap .author-details-box .text h4.author-title,
      .page-template-templatesnews-php .body-section #sidebar-layout .author-box-wrap .author-details-box .text h4.author-title {
        color: #ee7541;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 14pt; }
.search .header-section .top-sub-bar .submenu .blog-menu-item a,
.single-post .header-section .top-sub-bar .submenu .blog-menu-item a,
.archive .header-section .top-sub-bar .submenu .blog-menu-item a,
.page-template-templatesnews-php .header-section .top-sub-bar .submenu .blog-menu-item a {
  color: #fff;
  background-color: #22b0e6; }

.tax-topics .body-section #cyan,
.single-whitepapers .body-section #cyan,
.post-type-archive-whitepapers .body-section #cyan {
  padding: 175px 0 0 0; }
  .tax-topics .body-section #cyan .cta,
  .single-whitepapers .body-section #cyan .cta,
  .post-type-archive-whitepapers .body-section #cyan .cta {
    max-width: 550px !important; }
.tax-topics .body-section #sidebar-layout .author-details,
.single-whitepapers .body-section #sidebar-layout .author-details,
.post-type-archive-whitepapers .body-section #sidebar-layout .author-details {
  margin: 0 !important; }
.tax-topics .blog-menu-item a,
.single-whitepapers .blog-menu-item a,
.post-type-archive-whitepapers .blog-menu-item a {
  color: #8a8a8a !important;
  background-color: transparent !important; }
.tax-topics .whitepapers-menu-item a,
.single-whitepapers .whitepapers-menu-item a,
.post-type-archive-whitepapers .whitepapers-menu-item a {
  color: #fff !important;
  background-color: #22b0e6 !important; }

.single-faqs .body-section #cyan,
.tax-faq_topics .body-section #cyan,
.page-template-templatesfaq-php .body-section #cyan {
  padding: 175px 0 0 0; }
  .single-faqs .body-section #cyan .cta,
  .tax-faq_topics .body-section #cyan .cta,
  .page-template-templatesfaq-php .body-section #cyan .cta {
    max-width: 550px !important; }
    .single-faqs .body-section #cyan .cta a,
    .tax-faq_topics .body-section #cyan .cta a,
    .page-template-templatesfaq-php .body-section #cyan .cta a {
      text-decoration: underline; }
.single-faqs .body-section #sidebar-layout .author-details,
.tax-faq_topics .body-section #sidebar-layout .author-details,
.page-template-templatesfaq-php .body-section #sidebar-layout .author-details {
  margin: 0 !important; }
.single-faqs .body-section #sidebar-layout .more .share,
.tax-faq_topics .body-section #sidebar-layout .more .share,
.page-template-templatesfaq-php .body-section #sidebar-layout .more .share {
  margin: 0; }
  .single-faqs .body-section #sidebar-layout .more .share:before,
  .tax-faq_topics .body-section #sidebar-layout .more .share:before,
  .page-template-templatesfaq-php .body-section #sidebar-layout .more .share:before {
    content: none; }
.single-faqs .faq-menu-item a,
.tax-faq_topics .faq-menu-item a,
.page-template-templatesfaq-php .faq-menu-item a {
  color: #fff !important;
  background-color: #22b0e6 !important; }
.single-faqs .blog-menu-item a,
.tax-faq_topics .blog-menu-item a,
.page-template-templatesfaq-php .blog-menu-item a {
  color: #8a8a8a !important;
  background-color: transparent !important; }

.single-whitepapers .body-section #sidebar-layout .share {
  margin: 0; }
  .single-whitepapers .body-section #sidebar-layout .share:before {
    content: none; }
  @media screen and (max-width: 40em) {
    .single-whitepapers .body-section #sidebar-layout .share {
      display: none; } }
  @media screen and (max-width: small) {
    .single-whitepapers .body-section #sidebar-layout .share {
      display: none; } }
.single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gravity-form ul, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gform_wrapper ul {
  background: none;
  border-left: none;
  margin: 20px 0 25px 0;
  padding: 0;
  list-style: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gravity-form ul li, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gform_wrapper ul li {
    list-style: none; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gravity-form ul li .half, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gform_wrapper ul li .half {
      margin-left: 19px; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gravity-form ul li .half .first, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .gform_wrapper ul li .half .first {
        margin-left: 0; }
.single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: none;
  color: #FFF;
  overflow: hidden;
  padding: 20px 20px 25px 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form fieldset {
    max-width: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form ul {
    background: none;
    border-left: none;
    padding: 0;
    list-style: none; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form ul li {
      list-style: none;
      margin-left: 0; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-required {
    display: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form h2, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form h3 {
    margin: 0 0 15px 0;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 20pt;
    color: #6b6b6b; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field {
    margin: 0 0 19px 0; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input,
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      text-align: left;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input:focus,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
        outline: none;
        border: 2px solid #e8e8e8; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field input.error,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
        border-color: #ee7541; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field select {
      border: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFF;
      width: 100%;
      text-indent: 0.01px;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #cacaca;
      font-weight: 500;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0 10px; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field label {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      line-height: 22pt;
      font-size: 20px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #6b6b6b; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
      vertical-align: middle;
      display: inline-block; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
      width: 87%;
      display: inline-block;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
      width: 20px;
      display: inline-block;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
      margin: 0; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
        margin: 0; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
        font-size: 12px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18px;
        font-weight: 500;
        color: #6b6b6b; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-button {
    text-transform: none;
    border: none;
    background-color: #22b0e6;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    width: auto;
    line-height: 17pt;
    height: 38px;
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-button:hover {
      background-color: #6b6b6b; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta .htmlembed .hs-form .hs-button:focus {
      border: none;
      background-color: #6b6b6b; }
.single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: none;
  color: #FFF;
  overflow: hidden;
  padding: 20px 20px 25px 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form fieldset {
    max-width: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form ul {
    background: none;
    border-left: none;
    padding: 0;
    list-style: none; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form ul li {
      list-style: none;
      margin-left: 0; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-required {
    display: none; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form h2, .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form h3 {
    margin: 0 0 15px 0;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 20pt;
    color: #6b6b6b; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field {
    margin: 0 0 19px 0; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input,
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      text-align: left;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
        outline: none;
        border: 2px solid #e8e8e8; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
        border-color: #ee7541; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field select {
      border: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFF;
      width: 100%;
      text-indent: 0.01px;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #cacaca;
      font-weight: 500;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0 10px; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field label {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      line-height: 22pt;
      font-size: 20px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #6b6b6b; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
      vertical-align: middle;
      display: inline-block; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
      width: 87%;
      display: inline-block;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
      width: 20px;
      display: inline-block;
      vertical-align: middle; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
      margin: 0; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
        margin: 0; }
      .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
        font-size: 12px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18px;
        font-weight: 500;
        color: #6b6b6b; }
  .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-button {
    text-transform: none;
    border: none;
    background-color: #22b0e6;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    width: auto;
    line-height: 17pt;
    height: 38px;
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-button:hover {
      background-color: #6b6b6b; }
    .single-whitepapers .body-section #sidebar-layout .digital-download .form-cta #hs_custom_form .hs-form .hs-button:focus {
      border: none;
      background-color: #6b6b6b; }

.single-pressreleases .body-section #cyan,
.post-type-archive-pressreleases .body-section #cyan,
.page-template-templatespress-releases-php .body-section #cyan {
  padding: 120px 0 0 0; }
  .single-pressreleases .body-section #cyan .cta,
  .post-type-archive-pressreleases .body-section #cyan .cta,
  .page-template-templatespress-releases-php .body-section #cyan .cta {
    max-width: 670px !important; }
.single-pressreleases .body-section #sidebar-layout .author-details,
.post-type-archive-pressreleases .body-section #sidebar-layout .author-details,
.page-template-templatespress-releases-php .body-section #sidebar-layout .author-details {
  margin: 0 !important; }
.single-pressreleases .body-section #sidebar-layout #main-content .more .pdf,
.post-type-archive-pressreleases .body-section #sidebar-layout #main-content .more .pdf,
.page-template-templatespress-releases-php .body-section #sidebar-layout #main-content .more .pdf {
  position: relative;
  margin: 0 0 0 35px;
  padding: 8px 0 9px 0; }
  .single-pressreleases .body-section #sidebar-layout #main-content .more .pdf:before,
  .post-type-archive-pressreleases .body-section #sidebar-layout #main-content .more .pdf:before,
  .page-template-templatespress-releases-php .body-section #sidebar-layout #main-content .more .pdf:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    left: -20px;
    top: 0px;
    background-color: #e8e8e8; }
.single-pressreleases .press-menu-item a,
.post-type-archive-pressreleases .press-menu-item a,
.page-template-templatespress-releases-php .press-menu-item a {
  color: #fff !important;
  background-color: #22b0e6 !important; }
  @media screen and (max-width: 48.25em) {
    .single-pressreleases .press-menu-item a,
    .post-type-archive-pressreleases .press-menu-item a,
    .page-template-templatespress-releases-php .press-menu-item a {
      color: #7f8291 !important;
      background-color: none !important; } }
  @media screen and (max-width: medl) {
    .single-pressreleases .press-menu-item a,
    .post-type-archive-pressreleases .press-menu-item a,
    .page-template-templatespress-releases-php .press-menu-item a {
      color: #7f8291 !important;
      background-color: none !important; } }
.single-pressreleases .blog-menu-item a,
.post-type-archive-pressreleases .blog-menu-item a,
.page-template-templatespress-releases-php .blog-menu-item a {
  color: #8a8a8a !important;
  background-color: transparent !important; }
  @media screen and (max-width: 48.25em) {
    .single-pressreleases .blog-menu-item a,
    .post-type-archive-pressreleases .blog-menu-item a,
    .page-template-templatespress-releases-php .blog-menu-item a {
      color: #7f8291 !important;
      background-color: none !important; } }
  @media screen and (max-width: medl) {
    .single-pressreleases .blog-menu-item a,
    .post-type-archive-pressreleases .blog-menu-item a,
    .page-template-templatespress-releases-php .blog-menu-item a {
      color: #7f8291 !important;
      background-color: none !important; } }

.single-media .body-section #cyan,
.post-type-archive-media .body-section #cyan,
.page-template-templatesmedia-php .body-section #cyan {
  padding: 175px 0 0 0; }
  .single-media .body-section #cyan .cta,
  .post-type-archive-media .body-section #cyan .cta,
  .page-template-templatesmedia-php .body-section #cyan .cta {
    max-width: 470px; }
.single-media .body-section #sidebar-layout .author-details,
.post-type-archive-media .body-section #sidebar-layout .author-details,
.page-template-templatesmedia-php .body-section #sidebar-layout .author-details {
  margin: 0 !important; }
.single-media .body-section #sidebar-layout .contain #main-content .kit-box .btn,
.post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .btn,
.page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .btn {
  margin: 0 0 20px 0; }
.single-media .body-section #sidebar-layout .contain #main-content .kit-box.hidden,
.post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box.hidden,
.page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box.hidden {
  display: none; }
.single-media .body-section #sidebar-layout .contain #main-content h4,
.post-type-archive-media .body-section #sidebar-layout .contain #main-content h4,
.page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content h4 {
  font-family: "Kreon", "Times New Roman", serif;
  font-size: 20px;
  line-height: 20pt;
  color: #6b6b6b;
  font-weight: 700;
  margin: 0 0 5px 0; }
.single-media .body-section #sidebar-layout .contain #main-content .btn,
.post-type-archive-media .body-section #sidebar-layout .contain #main-content .btn,
.page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .btn {
  background-color: #22b0e6;
  color: #fff; }
  .single-media .body-section #sidebar-layout .contain #main-content .btn:hover,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .btn:hover,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .btn:hover {
    background-color: #555; }
.single-media .body-section #sidebar-layout .contain #main-content .kit-box,
.post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box,
.page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box {
  border: 2px solid #e8e8e8;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  margin: 0 0 35px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .single-media .body-section #sidebar-layout .contain #main-content .kit-box h3,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box h3,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box h3 {
    font-family: "Kreon", "Times New Roman", serif;
    font-size: 30px;
    line-height: 29pt;
    color: #6b6b6b;
    margin: 0 0 5px 0;
    font-weight: 700;
    text-align: center; }
  .single-media .body-section #sidebar-layout .contain #main-content .kit-box p,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box p,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box p {
    text-align: center; }
  .single-media .body-section #sidebar-layout .contain #main-content .kit-box .wrap,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .wrap,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .wrap {
    text-align: center; }
  .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone {
    font-size: 30px;
    line-height: 29pt;
    color: #ee7541;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 15px 0 15px 40px; }
    @media screen and (max-width: 40em) {
      .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
      .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
      .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone {
        font-size: 25px; } }
    @media screen and (max-width: small) {
      .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
      .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone,
      .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone {
        font-size: 25px; } }
    .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
    .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
    .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before {
      background-color: #22b0e6;
      border-radius: 50%;
      font-size: 15px;
      width: 32px;
      height: 32px;
      position: absolute;
      left: -43px;
      color: #fff;
      top: 3px;
      line-height: 24pt;
      text-shadow: none; }
      @media screen and (max-width: 46.8em) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before {
          font-size: 15px;
          width: 35px;
          height: 35px;
          line-height: 27pt;
          left: -46px;
          top: 2px; } }
      @media screen and (max-width: med) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .icon-phone:before {
          font-size: 15px;
          width: 35px;
          height: 35px;
          line-height: 27pt;
          left: -46px;
          top: 2px; } }
  .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
  .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
  .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third {
    margin: 0 0 0 5.5%;
    border: 2px solid #e8e8e8;
    padding: 15px 15px 25px 15px;
    float: left;
    width: 29.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (max-width: 48.25em) {
      .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
      .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
      .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third {
        width: 100%;
        max-width: 250px;
        float: none;
        margin: 20px auto 0 auto; } }
    @media screen and (max-width: medl) {
      .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
      .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third,
      .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third {
        width: 100%;
        max-width: 250px;
        float: none;
        margin: 20px auto 0 auto; } }
    .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
    .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
    .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third.first {
      margin: 0; }
      @media screen and (max-width: 48.25em) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third.first {
          margin: 0 auto; } }
      @media screen and (max-width: medl) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third.first,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third.first {
          margin: 0 auto; } }
    .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
    .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
    .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third h4 {
      margin: 0 0 15px 0; }
      @media screen and (max-width: 60em) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third h4 {
          font-size: 16px; } }
      @media screen and (max-width: large) {
        .single-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
        .post-type-archive-media .body-section #sidebar-layout .contain #main-content .kit-box .third h4,
        .page-template-templatesmedia-php .body-section #sidebar-layout .contain #main-content .kit-box .third h4 {
          font-size: 16px; } }
.single-media .media-menu-item a,
.post-type-archive-media .media-menu-item a,
.page-template-templatesmedia-php .media-menu-item a {
  color: #fff !important;
  background-color: #22b0e6 !important; }
.single-media .blog-menu-item a,
.post-type-archive-media .blog-menu-item a,
.page-template-templatesmedia-php .blog-menu-item a {
  color: #8a8a8a !important;
  background-color: transparent !important; }

.single-videos .video-block {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }
  .single-videos .video-block h4 {
    margin: 0 0 10px 0; }

@media screen and (max-width: 40em) {
  .single-videos .body-section #cyan,
  .post-type-archive-videos .body-section #cyan,
  .tax-video_topics .body-section #cyan,
  .page-template-templatesvideo-library-php .body-section #cyan {
    text-align: center; } }
@media screen and (max-width: small) {
  .single-videos .body-section #cyan,
  .post-type-archive-videos .body-section #cyan,
  .tax-video_topics .body-section #cyan,
  .page-template-templatesvideo-library-php .body-section #cyan {
    text-align: center; } }
.single-videos .body-section #cyan .contain,
.post-type-archive-videos .body-section #cyan .contain,
.tax-video_topics .body-section #cyan .contain,
.page-template-templatesvideo-library-php .body-section #cyan .contain {
  height: 100%; }
  .single-videos .body-section #cyan .contain .cta,
  .post-type-archive-videos .body-section #cyan .contain .cta,
  .tax-video_topics .body-section #cyan .contain .cta,
  .page-template-templatesvideo-library-php .body-section #cyan .contain .cta {
    font-weight: 700;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    position: relative;
    padding: 80px 0 70px 0;
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out; }
    .single-videos .body-section #cyan .contain .cta h2,
    .post-type-archive-videos .body-section #cyan .contain .cta h2,
    .tax-video_topics .body-section #cyan .contain .cta h2,
    .page-template-templatesvideo-library-php .body-section #cyan .contain .cta h2 {
      color: #fff;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 34px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
      line-height: 30pt; }
      @media screen and (max-width: 30em) {
        .single-videos .body-section #cyan .contain .cta h2,
        .post-type-archive-videos .body-section #cyan .contain .cta h2,
        .tax-video_topics .body-section #cyan .contain .cta h2,
        .page-template-templatesvideo-library-php .body-section #cyan .contain .cta h2 {
          font-size: 28px;
          line-height: 27pt; } }
      @media screen and (max-width: xsmall) {
        .single-videos .body-section #cyan .contain .cta h2,
        .post-type-archive-videos .body-section #cyan .contain .cta h2,
        .tax-video_topics .body-section #cyan .contain .cta h2,
        .page-template-templatesvideo-library-php .body-section #cyan .contain .cta h2 {
          font-size: 28px;
          line-height: 27pt; } }
    .single-videos .body-section #cyan .contain .cta p,
    .post-type-archive-videos .body-section #cyan .contain .cta p,
    .tax-video_topics .body-section #cyan .contain .cta p,
    .page-template-templatesvideo-library-php .body-section #cyan .contain .cta p {
      color: #fff;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 20px;
      margin: 15px 0 0 0;
      line-height: 22pt;
      font-weight: 400;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
.single-videos .body-section #cyan .connect,
.post-type-archive-videos .body-section #cyan .connect,
.tax-video_topics .body-section #cyan .connect,
.page-template-templatesvideo-library-php .body-section #cyan .connect {
  height: 215px;
  width: 100%;
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("images/dot-pat.png");
  background-repeat: repeat;
  background-position: center bottom;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 40em) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 187px; } }
  @media screen and (max-width: small) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 187px; } }
  @media screen and (max-width: 30em) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 152px; } }
  @media screen and (max-width: xsmall) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 152px; } }
  @media screen and (max-width: 25em) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 110px; } }
  @media screen and (max-width: xxsmall) {
    .single-videos .body-section #cyan .connect,
    .post-type-archive-videos .body-section #cyan .connect,
    .tax-video_topics .body-section #cyan .connect,
    .page-template-templatesvideo-library-php .body-section #cyan .connect {
      height: 110px; } }
  .single-videos .body-section #cyan .connect .wires,
  .post-type-archive-videos .body-section #cyan .connect .wires,
  .tax-video_topics .body-section #cyan .connect .wires,
  .page-template-templatesvideo-library-php .body-section #cyan .connect .wires {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 138px;
    width: 100%;
    background-image: url("images/video-wires.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media screen and (max-width: 30em) {
      .single-videos .body-section #cyan .connect .wires,
      .post-type-archive-videos .body-section #cyan .connect .wires,
      .tax-video_topics .body-section #cyan .connect .wires,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .wires {
        background-image: url("images/video-wire-m.png");
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc);
        height: 75px; } }
    @media screen and (max-width: xsmall) {
      .single-videos .body-section #cyan .connect .wires,
      .post-type-archive-videos .body-section #cyan .connect .wires,
      .tax-video_topics .body-section #cyan .connect .wires,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .wires {
        background-image: url("images/video-wire-m.png");
        background-size: cover;
        -ms-behavior: url(/backgroundsize.min.htc);
        height: 75px; } }
  .single-videos .body-section #cyan .connect .subscribe,
  .post-type-archive-videos .body-section #cyan .connect .subscribe,
  .tax-video_topics .body-section #cyan .connect .subscribe,
  .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe {
    position: absolute;
    max-width: 501px;
    height: auto;
    display: block;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: -50px;
    z-index: 1000; }
    @media screen and (max-width: 48.25em) {
      .single-videos .body-section #cyan .connect .subscribe,
      .post-type-archive-videos .body-section #cyan .connect .subscribe,
      .tax-video_topics .body-section #cyan .connect .subscribe,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe {
        bottom: -75px;
        top: auto; } }
    @media screen and (max-width: medl) {
      .single-videos .body-section #cyan .connect .subscribe,
      .post-type-archive-videos .body-section #cyan .connect .subscribe,
      .tax-video_topics .body-section #cyan .connect .subscribe,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe {
        bottom: -75px;
        top: auto; } }
    @media screen and (max-width: 30em) {
      .single-videos .body-section #cyan .connect .subscribe,
      .post-type-archive-videos .body-section #cyan .connect .subscribe,
      .tax-video_topics .body-section #cyan .connect .subscribe,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe {
        bottom: -60px; } }
    @media screen and (max-width: xsmall) {
      .single-videos .body-section #cyan .connect .subscribe,
      .post-type-archive-videos .body-section #cyan .connect .subscribe,
      .tax-video_topics .body-section #cyan .connect .subscribe,
      .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe {
        bottom: -60px; } }
    .single-videos .body-section #cyan .connect .subscribe img,
    .post-type-archive-videos .body-section #cyan .connect .subscribe img,
    .tax-video_topics .body-section #cyan .connect .subscribe img,
    .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe img {
      position: absolute;
      right: -145px;
      top: -22px; }
      @media screen and (max-width: 55em) {
        .single-videos .body-section #cyan .connect .subscribe img,
        .post-type-archive-videos .body-section #cyan .connect .subscribe img,
        .tax-video_topics .body-section #cyan .connect .subscribe img,
        .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe img {
          right: -120px; } }
      @media screen and (max-width: largem) {
        .single-videos .body-section #cyan .connect .subscribe img,
        .post-type-archive-videos .body-section #cyan .connect .subscribe img,
        .tax-video_topics .body-section #cyan .connect .subscribe img,
        .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe img {
          right: -120px; } }
      @media screen and (max-width: 48.25em) {
        .single-videos .body-section #cyan .connect .subscribe img,
        .post-type-archive-videos .body-section #cyan .connect .subscribe img,
        .tax-video_topics .body-section #cyan .connect .subscribe img,
        .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe img {
          right: 0;
          left: 0;
          top: 0; } }
      @media screen and (max-width: medl) {
        .single-videos .body-section #cyan .connect .subscribe img,
        .post-type-archive-videos .body-section #cyan .connect .subscribe img,
        .tax-video_topics .body-section #cyan .connect .subscribe img,
        .page-template-templatesvideo-library-php .body-section #cyan .connect .subscribe img {
          right: 0;
          left: 0;
          top: 0; } }
  .single-videos .body-section #cyan .connect img,
  .post-type-archive-videos .body-section #cyan .connect img,
  .tax-video_topics .body-section #cyan .connect img,
  .page-template-templatesvideo-library-php .body-section #cyan .connect img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .single-videos .body-section #cyan .connect #video-overlay,
  .post-type-archive-videos .body-section #cyan .connect #video-overlay,
  .tax-video_topics .body-section #cyan .connect #video-overlay,
  .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
    cursor: pointer;
    max-width: 501px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    z-index: 1000;
    background-image: url("images/video-main.png");
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: max-width 0.3s ease-in-out;
    -moz-transition: max-width 0.3s ease-in-out;
    -o-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (max-width: 40em) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 430px; } }
    @media screen and (max-width: small) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 430px; } }
    @media screen and (max-width: 30em) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 370px; } }
    @media screen and (max-width: xsmall) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 370px; } }
    @media screen and (max-width: 25em) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 270px; } }
    @media screen and (max-width: xxsmall) {
      .single-videos .body-section #cyan .connect #video-overlay,
      .post-type-archive-videos .body-section #cyan .connect #video-overlay,
      .tax-video_topics .body-section #cyan .connect #video-overlay,
      .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay {
        max-width: 270px; } }
    .single-videos .body-section #cyan .connect #video-overlay.hidden,
    .post-type-archive-videos .body-section #cyan .connect #video-overlay.hidden,
    .tax-video_topics .body-section #cyan .connect #video-overlay.hidden,
    .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay.hidden {
      background-image: none;
      display: block; }
    .single-videos .body-section #cyan .connect #video-overlay #video-container,
    .post-type-archive-videos .body-section #cyan .connect #video-overlay #video-container,
    .tax-video_topics .body-section #cyan .connect #video-overlay #video-container,
    .page-template-templatesvideo-library-php .body-section #cyan .connect #video-overlay #video-container {
      background-color: #262831;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
.single-videos .body-section #sidebar-layout,
.post-type-archive-videos .body-section #sidebar-layout,
.tax-video_topics .body-section #sidebar-layout,
.page-template-templatesvideo-library-php .body-section #sidebar-layout {
  overflow: hidden;
  padding: 100px 0 40px 0; }
  @media screen and (max-width: 48.25em) {
    .single-videos .body-section #sidebar-layout,
    .post-type-archive-videos .body-section #sidebar-layout,
    .tax-video_topics .body-section #sidebar-layout,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout {
      padding: 100px 0 40px 0; } }
  @media screen and (max-width: medl) {
    .single-videos .body-section #sidebar-layout,
    .post-type-archive-videos .body-section #sidebar-layout,
    .tax-video_topics .body-section #sidebar-layout,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout {
      padding: 100px 0 40px 0; } }
  .single-videos .body-section #sidebar-layout .contain,
  .post-type-archive-videos .body-section #sidebar-layout .contain,
  .tax-video_topics .body-section #sidebar-layout .contain,
  .page-template-templatesvideo-library-php .body-section #sidebar-layout .contain {
    overflow: visible; }
  .single-videos .body-section #sidebar-layout .more .share,
  .post-type-archive-videos .body-section #sidebar-layout .more .share,
  .tax-video_topics .body-section #sidebar-layout .more .share,
  .page-template-templatesvideo-library-php .body-section #sidebar-layout .more .share {
    margin: 0; }
    .single-videos .body-section #sidebar-layout .more .share:before,
    .post-type-archive-videos .body-section #sidebar-layout .more .share:before,
    .tax-video_topics .body-section #sidebar-layout .more .share:before,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout .more .share:before {
      content: none; }
    @media screen and (max-width: 40em) {
      .single-videos .body-section #sidebar-layout .more .share,
      .post-type-archive-videos .body-section #sidebar-layout .more .share,
      .tax-video_topics .body-section #sidebar-layout .more .share,
      .page-template-templatesvideo-library-php .body-section #sidebar-layout .more .share {
        display: none; } }
    @media screen and (max-width: small) {
      .single-videos .body-section #sidebar-layout .more .share,
      .post-type-archive-videos .body-section #sidebar-layout .more .share,
      .tax-video_topics .body-section #sidebar-layout .more .share,
      .page-template-templatesvideo-library-php .body-section #sidebar-layout .more .share {
        display: none; } }
  .single-videos .body-section #sidebar-layout #main-content .row,
  .post-type-archive-videos .body-section #sidebar-layout #main-content .row,
  .tax-video_topics .body-section #sidebar-layout #main-content .row,
  .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .row {
    width: 100%;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 48.25em) {
      .single-videos .body-section #sidebar-layout #main-content .row,
      .post-type-archive-videos .body-section #sidebar-layout #main-content .row,
      .tax-video_topics .body-section #sidebar-layout #main-content .row,
      .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .row {
        margin: 0; } }
    @media screen and (max-width: medl) {
      .single-videos .body-section #sidebar-layout #main-content .row,
      .post-type-archive-videos .body-section #sidebar-layout #main-content .row,
      .tax-video_topics .body-section #sidebar-layout #main-content .row,
      .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .row {
        margin: 0; } }
  .single-videos .body-section #sidebar-layout #main-content .video-block,
  .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block,
  .tax-video_topics .body-section #sidebar-layout #main-content .video-block,
  .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single .single-videos .body-section #sidebar-layout #main-content .video-block, .single
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block, .single
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block, .single
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block {
      border-bottom: 0;
      padding: 0;
      margin: 0; }
    .single-videos .body-section #sidebar-layout #main-content .video-block p,
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block p,
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block p,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block p {
      margin: 15px 0; }
    .single-videos .body-section #sidebar-layout #main-content .video-block h4,
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block h4,
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block h4,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block h4 {
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 20px;
      line-height: 20pt;
      color: #6b6b6b;
      font-weight: 700;
      margin: 0 0 15px 0; }
    .single-videos .body-section #sidebar-layout #main-content .video-block .framed,
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block .framed,
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block .framed,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block .framed {
      position: relative;
      background-color: #000;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .single-videos .body-section #sidebar-layout #main-content .video-block .more .share,
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block .more .share,
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block .more .share,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block .more .share {
      display: inline-block;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 16px;
      line-height: 16pt;
      color: #8a8a8a;
      font-weight: 400;
      padding: 6px 12px;
      border: 2px solid #e8e8e8;
      margin: 0;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .single-videos .body-section #sidebar-layout #main-content .video-block .more .pdf,
    .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block .more .pdf,
    .tax-video_topics .body-section #sidebar-layout #main-content .video-block .more .pdf,
    .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block .more .pdf {
      position: relative; }
      .single-videos .body-section #sidebar-layout #main-content .video-block .more .pdf:before,
      .post-type-archive-videos .body-section #sidebar-layout #main-content .video-block .more .pdf:before,
      .tax-video_topics .body-section #sidebar-layout #main-content .video-block .more .pdf:before,
      .page-template-templatesvideo-library-php .body-section #sidebar-layout #main-content .video-block .more .pdf:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 2px;
        right: -25px;
        top: 0px;
        background-color: #e8e8e8; }
.single-videos .video-menu-item a,
.post-type-archive-videos .video-menu-item a,
.tax-video_topics .video-menu-item a,
.page-template-templatesvideo-library-php .video-menu-item a {
  color: #fff !important;
  background-color: #22b0e6 !important; }
.single-videos .blog-menu-item a,
.post-type-archive-videos .blog-menu-item a,
.tax-video_topics .blog-menu-item a,
.page-template-templatesvideo-library-php .blog-menu-item a {
  color: #8a8a8a !important;
  background-color: transparent !important; }

.single-pressreleases #sidebar-layout .more .share,
.single-media #sidebar-layout .more .share,
.single-post #sidebar-layout .more .share {
  margin: 0; }
  .single-pressreleases #sidebar-layout .more .share:before,
  .single-media #sidebar-layout .more .share:before,
  .single-post #sidebar-layout .more .share:before {
    content: none; }
  @media screen and (max-width: 40em) {
    .single-pressreleases #sidebar-layout .more .share,
    .single-media #sidebar-layout .more .share,
    .single-post #sidebar-layout .more .share {
      display: none; } }
  @media screen and (max-width: small) {
    .single-pressreleases #sidebar-layout .more .share,
    .single-media #sidebar-layout .more .share,
    .single-post #sidebar-layout .more .share {
      display: none; } }
.single-pressreleases #sidebar-layout .more .pdf,
.single-media #sidebar-layout .more .pdf,
.single-post #sidebar-layout .more .pdf {
  margin: 0 !important; }
  .single-pressreleases #sidebar-layout .more .pdf:before,
  .single-media #sidebar-layout .more .pdf:before,
  .single-post #sidebar-layout .more .pdf:before {
    content: none !important; }
  @media screen and (max-width: 40em) {
    .single-pressreleases #sidebar-layout .more .pdf,
    .single-media #sidebar-layout .more .pdf,
    .single-post #sidebar-layout .more .pdf {
      display: none !important; } }
  @media screen and (max-width: small) {
    .single-pressreleases #sidebar-layout .more .pdf,
    .single-media #sidebar-layout .more .pdf,
    .single-post #sidebar-layout .more .pdf {
      display: none !important; } }

.single-videos .body-section #sidebar-layout {
  padding: 40px 0; }

.pagination-wrap {
  text-align: center; }
  .pagination-wrap .pagination {
    position: relative;
    cursor: default;
    font-family: "Kreon", "Times New Roman", serif;
    color: #8a8a8a;
    font-weight: 900;
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #e8e8e8;
    padding: 10px 45px 11px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .pagination-wrap .pagination span {
      text-align: center;
      color: #22b0e6; }
      .pagination-wrap .pagination span.page-numbers {
        padding: 0 5px; }
    .pagination-wrap .pagination a {
      text-align: center; }
      .pagination-wrap .pagination a.page-numbers {
        padding: 0 5px; }
      .pagination-wrap .pagination a:hover {
        color: #22b0e6; }
    .pagination-wrap .pagination .prev.page-numbers {
      padding: 0; }
      .pagination-wrap .pagination .prev.page-numbers:before {
        font-family: 'fontello';
        content: '\e80e';
        color: #e8e8e8;
        font-size: 25px;
        position: absolute;
        left: 11px;
        top: 0;
        line-height: 28pt;
        bottom: 0;
        margin: 0;
        padding: 0;
        text-indent: 7px; }
      .pagination-wrap .pagination .prev.page-numbers:hover:before {
        color: #22b0e6; }
    .pagination-wrap .pagination .next.page-numbers {
      padding: 0; }
      .pagination-wrap .pagination .next.page-numbers:before {
        font-family: 'fontello';
        content: '\e80d';
        color: #e8e8e8;
        font-size: 25px;
        position: absolute;
        right: 11px;
        top: 0;
        line-height: 28pt;
        bottom: 0;
        margin: 0;
        padding: 0; }
      .pagination-wrap .pagination .next.page-numbers:hover:before {
        color: #22b0e6; }

.search .body-section #cyan {
  padding: 120px 0 0 0; }
  @media screen and (max-width: 48.25em) {
    .search .body-section #cyan {
      padding: 0; } }
  @media screen and (max-width: medl) {
    .search .body-section #cyan {
      padding: 0; } }
.search .author-bar {
  min-height: 64px !important; }

body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta, body.page-template-solution-single .body-section #cyan .contain .cta {
  min-height: 40px;
  padding: 55px 0 65px 0;
  max-width: 800px;
  text-align: left; }
  @media screen and (max-width: 48.25em) {
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta, body.page-template-solution-single .body-section #cyan .contain .cta {
      max-width: 500px; } }
  @media screen and (max-width: medl) {
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta, body.page-template-solution-single .body-section #cyan .contain .cta {
      max-width: 500px; } }
  @media screen and (max-width: 40em) {
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta, body.page-template-solution-single .body-section #cyan .contain .cta {
      max-width: 500px;
      margin: 0 auto; } }
  @media screen and (max-width: small) {
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta, body.page-template-solution-single .body-section #cyan .contain .cta {
      max-width: 500px;
      margin: 0 auto; } }
  body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
    width: 84%;
    float: left; }
    @media screen and (max-width: 40em) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        float: right;
        float: none; } }
    @media screen and (max-width: small) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        float: right;
        float: none; } }
    @media screen and (max-width: 48.25em) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        max-width: 100%; } }
    @media screen and (max-width: medl) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        max-width: 100%; } }
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top span, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top span, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top span, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top span {
      display: inline-block;
      font-family: "Roboto", "Helvetica", sans-serif;
      text-transform: uppercase;
      color: #22b0e6;
      font-size: 12px;
      font-weight: 900;
      margin: 10px 0; }
  body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
    width: 16%;
    float: left;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    transition: width 0.3s ease; }
    @media screen and (max-width: 40em) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
        width: 100%;
        max-width: 130px;
        float: none;
        padding: 0 20px 20px 0; } }
    @media screen and (max-width: small) {
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
        width: 100%;
        max-width: 130px;
        float: none;
        padding: 0 20px 20px 0; } }
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta #feature-top-img img, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta #feature-top-img img, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img img, body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img img {
      max-width: 100%;
      margin: 0 auto 0 0;
      width: auto;
      height: auto;
      display: block; }
  body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul, body.page-template-solution-single .body-section #cyan .contain .cta ul {
    overflow: hidden; }
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li, body.page-template-solution-single .body-section #cyan .contain .cta ul li {
      font-size: 18px;
      width: 50%;
      padding: 0 0 0 10px;
      font-weight: 700;
      display: inline-block;
      float: left;
      font-family: "Kreon", "Times New Roman", serif;
      color: #fff;
      margin: 15px 0 0 0;
      list-style-type: none;
      position: relative;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li, body.page-template-solution-single .body-section #cyan .contain .cta ul li {
          width: 100%;
          float: none; } }
      @media screen and (max-width: medl) {
        body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul li, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li, body.page-template-solution-single .body-section #cyan .contain .cta ul li {
          width: 100%;
          float: none; } }
      body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul li:before, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul li:before, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li:before, body.page-template-solution-single .body-section #cyan .contain .cta ul li:before {
        content: '.';
        position: absolute;
        left: 0;
        top: 0;
        line-height: 0pt;
        font-size: 31px; }
    body.page-template-templatestemplate-simple-php .body-section #cyan .contain .cta ul.full li, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .cta ul.full li, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul.full li, body.page-template-solution-single .body-section #cyan .contain .cta ul.full li {
      width: 100%;
      float: none; }
body.page-template-templatestemplate-simple-php .body-section #cyan .contain .dots, body.page-template-templatestemplate-tabbed-php .body-section #cyan .contain .dots, body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .dots, body.page-template-solution-single .body-section #cyan .contain .dots {
  height: 30px; }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout, body.page-template-solution-single .body-section #sidebar-layout {
  padding: 40px 0; }
  @media screen and (max-width: 40em) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout, body.page-template-solution-single .body-section #sidebar-layout {
      padding: 0; } }
  @media screen and (max-width: small) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout, body.page-template-solution-single .body-section #sidebar-layout {
      padding: 0; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain, body.page-template-solution-single .body-section #sidebar-layout .contain {
    max-width: 800px; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content {
      margin-bottom: 40px; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post .featured, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post .featured, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post .featured, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post .featured {
        margin: 20px 0 40px 0; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post p, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post p, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post p, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post p {
        margin: 0 0 15px 0; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h1, body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h2, body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h3, body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h4, body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h5, body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .the-post h6, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h1, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h2, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h3, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h4, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h5, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .the-post h6, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h1, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h2, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h3, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h4, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h5, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .the-post h6, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h1, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h2, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h3, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h4, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h5, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .the-post h6 {
        margin: 20px 0 10px 0; }
body.page-template-templatestemplate-simple-php .body-section #sidebar, body.page-template-templatestemplate-tabbed-php .body-section #sidebar, body.page-template-templatestemplate-connector-new-php .body-section #sidebar, body.page-template-solution-single .body-section #sidebar {
  background-color: #ee7541;
  overflow: hidden;
  height: 70px; }
  @media screen and (max-width: 48.25em) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar, body.page-template-templatestemplate-tabbed-php .body-section #sidebar, body.page-template-templatestemplate-connector-new-php .body-section #sidebar, body.page-template-solution-single .body-section #sidebar {
      height: auto; } }
  @media screen and (max-width: medl) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar, body.page-template-templatestemplate-tabbed-php .body-section #sidebar, body.page-template-templatestemplate-connector-new-php .body-section #sidebar, body.page-template-solution-single .body-section #sidebar {
      height: auto; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar .contain, body.page-template-templatestemplate-tabbed-php .body-section #sidebar .contain, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .contain, body.page-template-solution-single .body-section #sidebar .contain {
    max-width: 800px; }
  @media screen and (max-width: 48.25em) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar .nav, body.page-template-templatestemplate-tabbed-php .body-section #sidebar .nav, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .nav, body.page-template-solution-single .body-section #sidebar .nav {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      max-width: 500px;
      margin: 20px auto 21px auto;
      background-color: #fff;
      border: 2px solid #e8e8e8; } }
  @media screen and (max-width: medl) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar .nav, body.page-template-templatestemplate-tabbed-php .body-section #sidebar .nav, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .nav, body.page-template-solution-single .body-section #sidebar .nav {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      max-width: 500px;
      margin: 20px auto 21px auto;
      background-color: #fff;
      border: 2px solid #e8e8e8; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li, body.page-template-solution-single .body-section #sidebar li {
    font-weight: 700;
    display: inline-block;
    float: left;
    font-family: "Kreon", "Times New Roman", serif;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li, body.page-template-solution-single .body-section #sidebar li {
        display: block;
        float: none; }
        body.page-template-templatestemplate-simple-php .body-section #sidebar li:first-child a, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li:first-child a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li:first-child a, body.page-template-solution-single .body-section #sidebar li:first-child a {
          border-top: none !important; } }
    @media screen and (max-width: medl) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li, body.page-template-solution-single .body-section #sidebar li {
        display: block;
        float: none; }
        body.page-template-templatestemplate-simple-php .body-section #sidebar li:first-child a, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li:first-child a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li:first-child a, body.page-template-solution-single .body-section #sidebar li:first-child a {
          border-top: none !important; } }
    body.page-template-templatestemplate-simple-php .body-section #sidebar li a, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a, body.page-template-solution-single .body-section #sidebar li a {
      display: inline-block;
      padding: 13px 25px 29px 25px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      margin: 12px 0 0 0;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      -o-border-radius: 8px 8px 0 0;
      -ms-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-simple-php .body-section #sidebar li a.active, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a.active, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a.active, body.page-template-solution-single .body-section #sidebar li a:hover, body.page-template-solution-single .body-section #sidebar li a.active {
        background-color: #fff;
        border-top: 2px solid #d8602c;
        border-left: 2px solid #d8602c;
        border-right: 2px solid #d8602c;
        color: #22b0e6;
        padding: 20px 25px 22px 25px; }
      @media screen and (max-width: 48.25em) {
        body.page-template-templatestemplate-simple-php .body-section #sidebar li a, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a, body.page-template-solution-single .body-section #sidebar li a {
          display: block;
          float: none;
          color: #8a8a8a;
          text-align: center;
          width: auto;
          border-top: 2px solid #e8e8e8;
          border-left: none;
          border-right: none;
          margin: 0;
          padding: 18px 25px 19px 25px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          body.page-template-templatestemplate-simple-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-simple-php .body-section #sidebar li a.active, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a.active, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a.active, body.page-template-solution-single .body-section #sidebar li a:hover, body.page-template-solution-single .body-section #sidebar li a.active {
            border-top: 2px solid #e8e8e8;
            border-left: none;
            border-right: none;
            background-color: #fff;
            color: #22b0e6;
            padding: 18px 25px 19px 25px; } }
      @media screen and (max-width: medl) {
        body.page-template-templatestemplate-simple-php .body-section #sidebar li a, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a, body.page-template-solution-single .body-section #sidebar li a {
          display: block;
          float: none;
          color: #8a8a8a;
          text-align: center;
          width: auto;
          border-top: 2px solid #e8e8e8;
          border-left: none;
          border-right: none;
          margin: 0;
          padding: 18px 25px 19px 25px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          body.page-template-templatestemplate-simple-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-simple-php .body-section #sidebar li a.active, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-tabbed-php .body-section #sidebar li a.active, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a:hover, body.page-template-templatestemplate-connector-new-php .body-section #sidebar li a.active, body.page-template-solution-single .body-section #sidebar li a:hover, body.page-template-solution-single .body-section #sidebar li a.active {
            border-top: 2px solid #e8e8e8;
            border-left: none;
            border-right: none;
            background-color: #fff;
            color: #22b0e6;
            padding: 18px 25px 19px 25px; } }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #gforms_confirmation_message .gform_confirmation_message, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #gforms_confirmation_message .gform_confirmation_message, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #gforms_confirmation_message .gform_confirmation_message, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #gforms_confirmation_message .gform_confirmation_message {
  color: #22b0e6;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 18pt;
  font-size: 16px;
  margin: 0 0 5px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  padding: 20px 20px 25px 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 0 8px 0 8px;
  -moz-border-radius: 0 8px 0 8px;
  -o-border-radius: 0 8px 0 8px;
  -ms-border-radius: 0 8px 0 8px;
  border-radius: 0 8px 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 48.25em) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper {
      padding: 20px; } }
  @media screen and (max-width: medl) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper {
      padding: 20px; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper h3, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper h3, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper h3, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper h3 {
    margin: 0 0 20px 0; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform-dropdown label, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform-dropdown label, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform-dropdown label, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform-dropdown label {
    display: none; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_message,
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_error,
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_confirmation_message, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_message,
  body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_error,
  body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_confirmation_message, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_message,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_error,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_confirmation_message, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_message,
  body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .validation_error,
  body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_confirmation_message {
    color: #ee7541;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 18pt;
    font-size: 16px;
    margin: 0 0 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper {
    margin: 0 0 19px 0;
    max-width: 250px;
    width: 100%; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectric .label, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectric .label, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectric .label, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectric .label {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      color: #cacaca;
      line-height: 17px;
      padding: 6px 6px 6px 10px;
      margin: 0; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectricItems li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectricItems li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectricItems li, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .selectricWrapper .selectricItems li {
      margin: 0; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input,
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input,
  body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input,
  body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea {
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    border: 2px solid #e8e8e8;
    height: 34px;
    line-height: 18pt;
    padding: 0 0 0 10px;
    color: #6b6b6b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-webkit-input-placeholder,
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-webkit-input-placeholder, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-webkit-input-placeholder,
    body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-webkit-input-placeholder, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-webkit-input-placeholder,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-webkit-input-placeholder, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-webkit-input-placeholder,
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-webkit-input-placeholder {
      font-weight: 700;
      color: #cacaca;
      text-transform: uppercase; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-moz-placeholder,
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-moz-placeholder, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-moz-placeholder,
    body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-moz-placeholder, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-moz-placeholder,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-moz-placeholder, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-moz-placeholder,
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-moz-placeholder {
      color: #cacaca;
      font-weight: 700;
      text-transform: uppercase; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-moz-placeholder,
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-moz-placeholder, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-moz-placeholder,
    body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-moz-placeholder, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-moz-placeholder,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-moz-placeholder, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input::-moz-placeholder,
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea::-moz-placeholder {
      color: #cacaca;
      font-weight: 700;
      text-transform: uppercase; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-ms-input-placeholder,
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-ms-input-placeholder, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-ms-input-placeholder,
    body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-ms-input-placeholder, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-ms-input-placeholder,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-ms-input-placeholder, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input:-ms-input-placeholder,
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:-ms-input-placeholder {
      font-weight: 700;
      color: #cacaca;
      text-transform: uppercase; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:focus,
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:focus, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:focus,
    body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:focus, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper input:focus,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:focus, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper input:focus,
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea:focus {
      outline: none;
      border: 2px solid #c7c7c7; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper textarea {
    min-height: 80px;
    margin: 0;
    padding: 3px 0 0 10px; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button {
    text-transform: none;
    border: none;
    background-color: #22b0e6;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    width: auto;
    line-height: 17pt;
    height: 38px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:hover, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:hover, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:hover, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:hover {
      background-color: #555; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:focus, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:focus, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:focus, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .gform_button:focus {
      border: none;
      background-color: #555; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul {
    margin: 0;
    padding: 0;
    border: none !important; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li {
      border: none !important;
      width: 100%;
      list-style-type: none; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield {
        margin: 0 0 15px 0; }
        body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gform_hidden, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gform_hidden, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gform_hidden, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gform_hidden {
          margin: 0; }
        body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error input, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error input, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error input, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error input {
          margin: 0 0 5px 0;
          border: 2px solid #ee7541; }
        body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error .validation_message, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error .validation_message, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error .validation_message, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.gfield.gfield_error .validation_message {
          margin: 0; }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half {
        width: 48.5%;
        float: left;
        margin: 0 0 19px 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 30em) {
          body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half {
            width: 100%;
            margin: 0 0 18px 0; } }
        @media screen and (max-width: xsmall) {
          body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.half {
            width: 100%;
            margin: 0 0 18px 0; } }
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first {
        margin: 0; }
        @media screen and (max-width: 40em) {
          body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first {
            margin: 0 0 18px 0; } }
        @media screen and (max-width: small) {
          body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li.first {
            margin: 0 0 18px 0; } }
      @media screen and (max-width: 40em) {
        body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li {
          margin: 0 0 18px 0; } }
      @media screen and (max-width: small) {
        body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper ul li {
          margin: 0 0 18px 0; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn {
    background-color: #22b0e6; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn:hover, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn:hover, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn:hover, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .gform_wrapper .btn:hover {
      background-color: #555; }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post {
  display: none; }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post.open, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post.open, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post.open, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post.open {
    display: block; }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
  overflow: hidden;
  padding: 0 0 50px 0; }
  @media screen and (max-width: 46.8em) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
      padding: 0 0 30px 0; } }
  @media screen and (max-width: med) {
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
      padding: 0 0 30px 0; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
    width: 69%;
    float: left;
    padding: 5px;
    background-color: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap img, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap img, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap img, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
        float: none;
        width: auto; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
        float: none;
        width: auto; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
    width: 31%;
    float: left;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
        float: none;
        width: auto;
        padding: 20px 0 0 0; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
        float: none;
        width: auto;
        padding: 20px 0 0 0; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
    float: right;
    padding: 0 20px 0 0; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
        float: none;
        padding: 20px 0 0 0; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
        float: none;
        padding: 20px 0 0 0; } }
  body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
    float: right; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
        float: none; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
        float: none; } }
body.page-template-templatestemplate-simple-php .body-section #sidebar-layout .contain #main-content .article, body.page-template-templatestemplate-tabbed-php .body-section #sidebar-layout .contain #main-content .article, body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content .article, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .article {
  padding: 0;
  margin: 0;
  border-bottom: none; }

.page-template-templatestemplate-contact-php #cyan .contain .cta #feature-top span,
.page-template-templatestemplate-landing-php #cyan .contain .cta #feature-top span,
.page-template-templatesoverview-php #cyan .contain .cta #feature-top span {
  color: #fff;
  font-family: "Kreon", "Times New Roman", serif;
  font-size: 20px;
  margin: 10px 0 0 0;
  display: block;
  line-height: 22pt;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
.page-template-templatestemplate-contact-php #cyan .contain .cta ul,
.page-template-templatestemplate-landing-php #cyan .contain .cta ul,
.page-template-templatesoverview-php #cyan .contain .cta ul {
  overflow: hidden;
  text-align: center; }
  .page-template-templatestemplate-contact-php #cyan .contain .cta ul li,
  .page-template-templatestemplate-landing-php #cyan .contain .cta ul li,
  .page-template-templatesoverview-php #cyan .contain .cta ul li {
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: "Kreon", "Times New Roman", serif;
    color: #fff;
    margin: 15px 0 0 0;
    list-style-type: none;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatestemplate-contact-php #cyan .contain .cta ul li a,
    .page-template-templatestemplate-landing-php #cyan .contain .cta ul li a,
    .page-template-templatesoverview-php #cyan .contain .cta ul li a {
      position: relative;
      padding: 0 0 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-contact-php #cyan .contain .cta ul li a:before,
      .page-template-templatestemplate-landing-php #cyan .contain .cta ul li a:before,
      .page-template-templatesoverview-php #cyan .contain .cta ul li a:before {
        content: '.';
        position: absolute;
        left: 0;
        top: 0;
        line-height: 6pt;
        font-size: 31px; }
.page-template-templatestemplate-contact-php .article.main,
.page-template-templatestemplate-contact-php .blog-styled.main,
.page-template-templatestemplate-landing-php .article.main,
.page-template-templatestemplate-landing-php .blog-styled.main,
.page-template-templatesoverview-php .article.main,
.page-template-templatesoverview-php .blog-styled.main {
  padding: 25px 30px; }
.page-template-templatestemplate-contact-php .article ul, .page-template-templatestemplate-contact-php .article ol,
.page-template-templatestemplate-contact-php .blog-styled ul,
.page-template-templatestemplate-contact-php .blog-styled ol,
.page-template-templatestemplate-landing-php .article ul,
.page-template-templatestemplate-landing-php .article ol,
.page-template-templatestemplate-landing-php .blog-styled ul,
.page-template-templatestemplate-landing-php .blog-styled ol,
.page-template-templatesoverview-php .article ul,
.page-template-templatesoverview-php .article ol,
.page-template-templatesoverview-php .blog-styled ul,
.page-template-templatesoverview-php .blog-styled ol {
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 300;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 18pt;
  background: #f4f4f4;
  border-left: 4px solid #ee7541;
  margin: 20px 0 25px 0;
  padding: 20px 10px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.page-template-templatestemplate-contact-php .article ul li,
.page-template-templatestemplate-contact-php .blog-styled ul li,
.page-template-templatestemplate-landing-php .article ul li,
.page-template-templatestemplate-landing-php .blog-styled ul li,
.page-template-templatesoverview-php .article ul li,
.page-template-templatesoverview-php .blog-styled ul li {
  margin: 0 0 10px 15px;
  list-style-type: disc;
  list-style-position: outside; }
  .page-template-templatestemplate-contact-php .article ul li ul,
  .page-template-templatestemplate-contact-php .blog-styled ul li ul,
  .page-template-templatestemplate-landing-php .article ul li ul,
  .page-template-templatestemplate-landing-php .blog-styled ul li ul,
  .page-template-templatesoverview-php .article ul li ul,
  .page-template-templatesoverview-php .blog-styled ul li ul {
    border-left: none;
    padding: 0 0 0 5px;
    list-style-type: none; }
    .page-template-templatestemplate-contact-php .article ul li ul li,
    .page-template-templatestemplate-contact-php .blog-styled ul li ul li,
    .page-template-templatestemplate-landing-php .article ul li ul li,
    .page-template-templatestemplate-landing-php .blog-styled ul li ul li,
    .page-template-templatesoverview-php .article ul li ul li,
    .page-template-templatesoverview-php .blog-styled ul li ul li {
      list-style-type: circle; }
  .page-template-templatestemplate-contact-php .article ul li ol,
  .page-template-templatestemplate-contact-php .blog-styled ul li ol,
  .page-template-templatestemplate-landing-php .article ul li ol,
  .page-template-templatestemplate-landing-php .blog-styled ul li ol,
  .page-template-templatesoverview-php .article ul li ol,
  .page-template-templatesoverview-php .blog-styled ul li ol {
    border-left: none;
    padding: 0 0 0 5px; }
    .page-template-templatestemplate-contact-php .article ul li ol li,
    .page-template-templatestemplate-contact-php .blog-styled ul li ol li,
    .page-template-templatestemplate-landing-php .article ul li ol li,
    .page-template-templatestemplate-landing-php .blog-styled ul li ol li,
    .page-template-templatesoverview-php .article ul li ol li,
    .page-template-templatesoverview-php .blog-styled ul li ol li {
      list-style-type: decimal; }
.page-template-templatestemplate-contact-php .article ol li,
.page-template-templatestemplate-contact-php .blog-styled ol li,
.page-template-templatestemplate-landing-php .article ol li,
.page-template-templatestemplate-landing-php .blog-styled ol li,
.page-template-templatesoverview-php .article ol li,
.page-template-templatesoverview-php .blog-styled ol li {
  margin: 0 0 10px 15px;
  list-style-type: decimal; }
  .page-template-templatestemplate-contact-php .article ol li ul,
  .page-template-templatestemplate-contact-php .blog-styled ol li ul,
  .page-template-templatestemplate-landing-php .article ol li ul,
  .page-template-templatestemplate-landing-php .blog-styled ol li ul,
  .page-template-templatesoverview-php .article ol li ul,
  .page-template-templatesoverview-php .blog-styled ol li ul {
    border-left: none;
    padding: 0 0 0 5px;
    list-style-type: none; }
    .page-template-templatestemplate-contact-php .article ol li ul li,
    .page-template-templatestemplate-contact-php .blog-styled ol li ul li,
    .page-template-templatestemplate-landing-php .article ol li ul li,
    .page-template-templatestemplate-landing-php .blog-styled ol li ul li,
    .page-template-templatesoverview-php .article ol li ul li,
    .page-template-templatesoverview-php .blog-styled ol li ul li {
      list-style-type: circle; }
  .page-template-templatestemplate-contact-php .article ol li ol,
  .page-template-templatestemplate-contact-php .blog-styled ol li ol,
  .page-template-templatestemplate-landing-php .article ol li ol,
  .page-template-templatestemplate-landing-php .blog-styled ol li ol,
  .page-template-templatesoverview-php .article ol li ol,
  .page-template-templatesoverview-php .blog-styled ol li ol {
    border-left: none;
    padding: 0 0 0 5px; }
    .page-template-templatestemplate-contact-php .article ol li ol li,
    .page-template-templatestemplate-contact-php .blog-styled ol li ol li,
    .page-template-templatestemplate-landing-php .article ol li ol li,
    .page-template-templatestemplate-landing-php .blog-styled ol li ol li,
    .page-template-templatesoverview-php .article ol li ol li,
    .page-template-templatesoverview-php .blog-styled ol li ol li {
      list-style-type: decimal; }
.page-template-templatestemplate-contact-php .article blockquote,
.page-template-templatestemplate-contact-php .blog-styled blockquote,
.page-template-templatestemplate-landing-php .article blockquote,
.page-template-templatestemplate-landing-php .blog-styled blockquote,
.page-template-templatesoverview-php .article blockquote,
.page-template-templatesoverview-php .blog-styled blockquote {
  position: relative;
  background-image: url("images/quote.png");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-color: #22b0e6;
  padding: 28px 30px 31px 35px;
  width: 100%;
  margin: 25px 0 30px 0;
  font-weight: 700;
  font-family: "Kreon", "Times New Roman", serif;
  color: #fff;
  line-height: 22pt;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  border-radius: 0px 20px 0px 20px; }
  .page-template-templatestemplate-contact-php .article blockquote:after,
  .page-template-templatestemplate-contact-php .blog-styled blockquote:after,
  .page-template-templatestemplate-landing-php .article blockquote:after,
  .page-template-templatestemplate-landing-php .blog-styled blockquote:after,
  .page-template-templatesoverview-php .article blockquote:after,
  .page-template-templatesoverview-php .blog-styled blockquote:after {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    bottom: -25px;
    display: block;
    border-right: 45px solid #22b0e6;
    border-bottom: 40px solid transparent; }
  .page-template-templatestemplate-contact-php .article blockquote p,
  .page-template-templatestemplate-contact-php .blog-styled blockquote p,
  .page-template-templatestemplate-landing-php .article blockquote p,
  .page-template-templatestemplate-landing-php .blog-styled blockquote p,
  .page-template-templatesoverview-php .article blockquote p,
  .page-template-templatesoverview-php .blog-styled blockquote p {
    font-weight: 700;
    font-family: "Kreon", "Times New Roman", serif;
    color: #fff;
    line-height: 22pt;
    font-size: 20px; }
.page-template-templatestemplate-contact-php .article p,
.page-template-templatestemplate-contact-php .blog-styled p,
.page-template-templatestemplate-landing-php .article p,
.page-template-templatestemplate-landing-php .blog-styled p,
.page-template-templatesoverview-php .article p,
.page-template-templatesoverview-php .blog-styled p {
  margin: 0 0 15px 0; }
.page-template-templatestemplate-contact-php .article img,
.page-template-templatestemplate-contact-php .blog-styled img,
.page-template-templatestemplate-landing-php .article img,
.page-template-templatestemplate-landing-php .blog-styled img,
.page-template-templatesoverview-php .article img,
.page-template-templatesoverview-php .blog-styled img {
  max-width: 100%;
  height: auto;
  display: block; }
  .page-template-templatestemplate-contact-php .article img.featured,
  .page-template-templatestemplate-contact-php .blog-styled img.featured,
  .page-template-templatestemplate-landing-php .article img.featured,
  .page-template-templatestemplate-landing-php .blog-styled img.featured,
  .page-template-templatesoverview-php .article img.featured,
  .page-template-templatesoverview-php .blog-styled img.featured {
    margin: 0 0 20px 0;
    padding: 0; }
.page-template-templatestemplate-contact-php .article h1, .page-template-templatestemplate-contact-php .article h2, .page-template-templatestemplate-contact-php .article h3, .page-template-templatestemplate-contact-php .article h4, .page-template-templatestemplate-contact-php .article h5, .page-template-templatestemplate-contact-php .article h6,
.page-template-templatestemplate-contact-php .blog-styled h1,
.page-template-templatestemplate-contact-php .blog-styled h2,
.page-template-templatestemplate-contact-php .blog-styled h3,
.page-template-templatestemplate-contact-php .blog-styled h4,
.page-template-templatestemplate-contact-php .blog-styled h5,
.page-template-templatestemplate-contact-php .blog-styled h6,
.page-template-templatestemplate-landing-php .article h1,
.page-template-templatestemplate-landing-php .article h2,
.page-template-templatestemplate-landing-php .article h3,
.page-template-templatestemplate-landing-php .article h4,
.page-template-templatestemplate-landing-php .article h5,
.page-template-templatestemplate-landing-php .article h6,
.page-template-templatestemplate-landing-php .blog-styled h1,
.page-template-templatestemplate-landing-php .blog-styled h2,
.page-template-templatestemplate-landing-php .blog-styled h3,
.page-template-templatestemplate-landing-php .blog-styled h4,
.page-template-templatestemplate-landing-php .blog-styled h5,
.page-template-templatestemplate-landing-php .blog-styled h6,
.page-template-templatesoverview-php .article h1,
.page-template-templatesoverview-php .article h2,
.page-template-templatesoverview-php .article h3,
.page-template-templatesoverview-php .article h4,
.page-template-templatesoverview-php .article h5,
.page-template-templatesoverview-php .article h6,
.page-template-templatesoverview-php .blog-styled h1,
.page-template-templatesoverview-php .blog-styled h2,
.page-template-templatesoverview-php .blog-styled h3,
.page-template-templatesoverview-php .blog-styled h4,
.page-template-templatesoverview-php .blog-styled h5,
.page-template-templatesoverview-php .blog-styled h6 {
  color: #6b6b6b;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 900;
  margin: 20px 0 5px 0; }
.page-template-templatestemplate-contact-php .article h2,
.page-template-templatestemplate-contact-php .blog-styled h2,
.page-template-templatestemplate-landing-php .article h2,
.page-template-templatestemplate-landing-php .blog-styled h2,
.page-template-templatesoverview-php .article h2,
.page-template-templatesoverview-php .blog-styled h2 {
  font-size: 30px;
  line-height: 28pt; }
.page-template-templatestemplate-contact-php .article h3,
.page-template-templatestemplate-contact-php .blog-styled h3,
.page-template-templatestemplate-landing-php .article h3,
.page-template-templatestemplate-landing-php .blog-styled h3,
.page-template-templatesoverview-php .article h3,
.page-template-templatesoverview-php .blog-styled h3 {
  font-size: 24px;
  line-height: 22pt; }
.page-template-templatestemplate-contact-php .article h4,
.page-template-templatestemplate-contact-php .blog-styled h4,
.page-template-templatestemplate-landing-php .article h4,
.page-template-templatestemplate-landing-php .blog-styled h4,
.page-template-templatesoverview-php .article h4,
.page-template-templatesoverview-php .blog-styled h4 {
  font-size: 20px;
  line-height: 18pt; }
.page-template-templatestemplate-contact-php .article h5,
.page-template-templatestemplate-contact-php .blog-styled h5,
.page-template-templatestemplate-landing-php .article h5,
.page-template-templatestemplate-landing-php .blog-styled h5,
.page-template-templatesoverview-php .article h5,
.page-template-templatesoverview-php .blog-styled h5 {
  font-size: 18px;
  line-height: 16pt; }
.page-template-templatestemplate-contact-php .article h6,
.page-template-templatestemplate-contact-php .blog-styled h6,
.page-template-templatestemplate-landing-php .article h6,
.page-template-templatestemplate-landing-php .blog-styled h6,
.page-template-templatesoverview-php .article h6,
.page-template-templatesoverview-php .blog-styled h6 {
  font-size: 15px;
  line-height: 13pt; }
.page-template-templatestemplate-contact-php .article a,
.page-template-templatestemplate-contact-php .blog-styled a,
.page-template-templatestemplate-landing-php .article a,
.page-template-templatestemplate-landing-php .blog-styled a,
.page-template-templatesoverview-php .article a,
.page-template-templatesoverview-php .blog-styled a {
  color: #22b0e6;
  text-decoration: underline;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 300; }
  .page-template-templatestemplate-contact-php .article a.btn,
  .page-template-templatestemplate-contact-php .blog-styled a.btn,
  .page-template-templatestemplate-landing-php .article a.btn,
  .page-template-templatestemplate-landing-php .blog-styled a.btn,
  .page-template-templatesoverview-php .article a.btn,
  .page-template-templatesoverview-php .blog-styled a.btn {
    border: none;
    font-weight: 700;
    text-decoration: none; }
    .page-template-templatestemplate-contact-php .article a.btn:hover,
    .page-template-templatestemplate-contact-php .blog-styled a.btn:hover,
    .page-template-templatestemplate-landing-php .article a.btn:hover,
    .page-template-templatestemplate-landing-php .blog-styled a.btn:hover,
    .page-template-templatesoverview-php .article a.btn:hover,
    .page-template-templatesoverview-php .blog-styled a.btn:hover {
      background-color: #555; }
.page-template-templatestemplate-contact-php .article em,
.page-template-templatestemplate-contact-php .blog-styled em,
.page-template-templatestemplate-landing-php .article em,
.page-template-templatestemplate-landing-php .blog-styled em,
.page-template-templatesoverview-php .article em,
.page-template-templatesoverview-php .blog-styled em {
  font-style: italic; }
.page-template-templatestemplate-contact-php .article strong,
.page-template-templatestemplate-contact-php .blog-styled strong,
.page-template-templatestemplate-landing-php .article strong,
.page-template-templatestemplate-landing-php .blog-styled strong,
.page-template-templatesoverview-php .article strong,
.page-template-templatesoverview-php .blog-styled strong {
  font-weight: bold; }
.page-template-templatestemplate-contact-php .article .more-link,
.page-template-templatestemplate-contact-php .blog-styled .more-link,
.page-template-templatestemplate-landing-php .article .more-link,
.page-template-templatestemplate-landing-php .blog-styled .more-link,
.page-template-templatesoverview-php .article .more-link,
.page-template-templatesoverview-php .blog-styled .more-link {
  display: none; }
.page-template-templatestemplate-contact-php .article .post-img-wrap,
.page-template-templatestemplate-contact-php .blog-styled .post-img-wrap,
.page-template-templatestemplate-landing-php .article .post-img-wrap,
.page-template-templatestemplate-landing-php .blog-styled .post-img-wrap,
.page-template-templatesoverview-php .article .post-img-wrap,
.page-template-templatesoverview-php .blog-styled .post-img-wrap {
  display: inline; }
  .page-template-templatestemplate-contact-php .article .post-img-wrap a,
  .page-template-templatestemplate-contact-php .blog-styled .post-img-wrap a,
  .page-template-templatestemplate-landing-php .article .post-img-wrap a,
  .page-template-templatestemplate-landing-php .blog-styled .post-img-wrap a,
  .page-template-templatesoverview-php .article .post-img-wrap a,
  .page-template-templatesoverview-php .blog-styled .post-img-wrap a {
    display: inline; }
.page-template-templatestemplate-contact-php .article .alignright,
.page-template-templatestemplate-contact-php .blog-styled .alignright,
.page-template-templatestemplate-landing-php .article .alignright,
.page-template-templatestemplate-landing-php .blog-styled .alignright,
.page-template-templatesoverview-php .article .alignright,
.page-template-templatesoverview-php .blog-styled .alignright {
  float: right;
  margin: 0 0 15px 25px; }
.page-template-templatestemplate-contact-php .article .alignleft,
.page-template-templatestemplate-contact-php .blog-styled .alignleft,
.page-template-templatestemplate-landing-php .article .alignleft,
.page-template-templatestemplate-landing-php .blog-styled .alignleft,
.page-template-templatesoverview-php .article .alignleft,
.page-template-templatesoverview-php .blog-styled .alignleft {
  float: left;
  margin: 0 25px 15px 0; }
.page-template-templatestemplate-contact-php .article .aligncenter,
.page-template-templatestemplate-contact-php .blog-styled .aligncenter,
.page-template-templatestemplate-landing-php .article .aligncenter,
.page-template-templatestemplate-landing-php .blog-styled .aligncenter,
.page-template-templatesoverview-php .article .aligncenter,
.page-template-templatesoverview-php .blog-styled .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#who-we-are {
  font-size: 16px;
  margin: 0 0 25px;
  border-bottom: 2px solid #e8e8e8;
  padding: 0 0 25px; }
  #who-we-are h3 {
    color: #ee7541;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
    margin: 0 0 10px; }
  #who-we-are a {
    color: #00b2ee;
    text-decoration: underline;
    font-weight: 700; }

.rss {
  border: 2px solid #e8e8e8;
  text-align: center;
  padding: 12px 25px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 25px; }
  .rss h5 {
    color: #6b6b6b;
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 5px;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700; }
  .rss a {
    display: inline-block;
    margin: 0 5px; }
    .rss a img {
      display: block; }

#blog-top {
  background: #ee7541 url("images/blog-top.jpg") no-repeat center center;
  padding: 175px 0 0;
  text-align: center; }
  .search #blog-top {
    padding: 120px 0 0; }
    @media screen and (max-width: 48.25em) {
      .search #blog-top {
        padding: 0; } }
    @media screen and (max-width: medl) {
      .search #blog-top {
        padding: 0; } }
  @media screen and (max-width: 48.25em) {
    #blog-top {
      padding: 0; } }
  @media screen and (max-width: medl) {
    #blog-top {
      padding: 0; } }
  #blog-top h1, #blog-top h2 {
    color: #fff;
    font-size: 75px;
    line-height: 1em;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 900;
    text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.36);
    display: inline-block; }
    @media screen and (max-width: 48.25em) {
      #blog-top h1, #blog-top h2 {
        font-size: 60px;
        padding: 0 20px; } }
    @media screen and (max-width: medl) {
      #blog-top h1, #blog-top h2 {
        font-size: 60px;
        padding: 0 20px; } }
  #blog-top h3 {
    position: absolute;
    top: -30px;
    display: inline-block;
    color: #fff;
    font-family: "Kreon", "Times New Roman", serif;
    font-size: 21px;
    line-height: 1em;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.36);
    left: -30px;
    min-width: 200px; }
    @media screen and (max-width: 48.25em) {
      #blog-top h3 {
        left: 0;
        text-align: center;
        width: 100%;
        position: relative;
        top: 0;
        padding: 0 0 10px; } }
    @media screen and (max-width: medl) {
      #blog-top h3 {
        left: 0;
        text-align: center;
        width: 100%;
        position: relative;
        top: 0;
        padding: 0 0 10px; } }
  #blog-top .cta {
    display: inline-block;
    position: relative; }
  #blog-top .contain {
    padding: 70px 0 30px;
    position: relative; }
  #blog-top .connect {
    margin: -30px 0 0;
    position: relative; }
    #blog-top .connect #video-overlay {
      cursor: pointer;
      max-width: 501px;
      margin: 0 auto 0;
      position: relative;
      bottom: -60px;
      z-index: 1000;
      background-image: url("images/video-main.png");
      background-size: cover;
      -ms-behavior: url(/backgroundsize.min.htc);
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden;
      -webkit-transition: max-width 0.3s ease-in-out;
      -moz-transition: max-width 0.3s ease-in-out;
      -o-transition: max-width 0.3s ease-in-out;
      -ms-transition: max-width 0.3s ease-in-out;
      transition: max-width 0.3s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      @media screen and (max-width: 40em) {
        #blog-top .connect #video-overlay {
          max-width: 430px; } }
      @media screen and (max-width: small) {
        #blog-top .connect #video-overlay {
          max-width: 430px; } }
      @media screen and (max-width: 30em) {
        #blog-top .connect #video-overlay {
          max-width: 370px; } }
      @media screen and (max-width: xsmall) {
        #blog-top .connect #video-overlay {
          max-width: 370px; } }
      @media screen and (max-width: 25em) {
        #blog-top .connect #video-overlay {
          max-width: 270px; } }
      @media screen and (max-width: xxsmall) {
        #blog-top .connect #video-overlay {
          max-width: 270px; } }
      #blog-top .connect #video-overlay.hidden {
        background-image: none;
        display: block; }
      #blog-top .connect #video-overlay #video-container {
        background-color: #262831;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #blog-top .connect .wires {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      height: 138px;
      width: 100%;
      background-image: url("images/video-wires-red.png");
      background-repeat: no-repeat;
      background-position: center bottom; }
      @media screen and (max-width: 30em) {
        #blog-top .connect .wires {
          background-image: url("images/video-wire-m.png");
          background-size: cover;
          -ms-behavior: url(/backgroundsize.min.htc);
          height: 75px; } }
      @media screen and (max-width: xsmall) {
        #blog-top .connect .wires {
          background-image: url("images/video-wire-m.png");
          background-size: cover;
          -ms-behavior: url(/backgroundsize.min.htc);
          height: 75px; } }

#sidebar-layout .contain #main-content .article h1,
#sidebar-layout .contain #main-content h1 {
  color: #6b6b6b;
  font-size: 34px;
  line-height: 1em;
  margin: 2px 0 10px;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 700; }
#sidebar-layout .contain #main-content .article .rtsocial-container,
#sidebar-layout .contain #main-content .rtsocial-container {
  padding: 0; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-twitter-icon a,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-fb-icon a,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-linkedin-icon a,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-gplus-icon a,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-twitter-icon a,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-fb-icon a,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-linkedin-icon a,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-gplus-icon a {
    background: none;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border: none;
    text-indent: 0; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-twitter-icon a:after,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-fb-icon a:after,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-linkedin-icon a:after,
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-gplus-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-twitter-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-fb-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-linkedin-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-gplus-icon a:after {
    background: #f18144;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-family: "fontello";
    color: #fff;
    position: absolute;
    width: 100%;
    line-height: 31px;
    left: 0;
    top: 0;
    z-index: 10000;
    text-align: center;
    font-size: 17px;
    height: 30px; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-twitter-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-twitter-icon a:after {
    content: '\e805'; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-fb-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-fb-icon a:after {
    content: '\e804'; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-linkedin-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-linkedin-icon a:after {
    content: '\e806'; }
  #sidebar-layout .contain #main-content .article .rtsocial-container .rtsocial-gplus-icon a:after,
  #sidebar-layout .contain #main-content .rtsocial-container .rtsocial-gplus-icon a:after {
    content: '\e808'; }
#sidebar-layout .contain #main-content .article .blog-share,
#sidebar-layout .contain #main-content .blog-share {
  margin: 0 0 20px;
  overflow: hidden; }
  #sidebar-layout .contain #main-content .article .blog-share h5,
  #sidebar-layout .contain #main-content .blog-share h5 {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin: 0; }
  #sidebar-layout .contain #main-content .article .blog-share .rtsocial-container,
  #sidebar-layout .contain #main-content .blog-share .rtsocial-container {
    display: inline-block;
    vertical-align: middle; }
  #sidebar-layout .contain #main-content .article .blog-share .icon-mail,
  #sidebar-layout .contain #main-content .blog-share .icon-mail {
    background: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 30px;
    width: 30px;
    border: none;
    text-indent: 0;
    background: #f18144;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    line-height: 31px;
    z-index: 10000;
    text-align: center;
    font-size: 17px;
    text-decoration: none; }
#sidebar-layout .contain #main-content .article .more a,
#sidebar-layout .contain #main-content .more a {
  vertical-align: top;
  margin-top: 0; }
#sidebar-layout .contain #main-content .article .top-blog-share,
#sidebar-layout .contain #main-content .top-blog-share {
  overflow: hidden;
  margin: 0 0 20px; }
  #sidebar-layout .contain #main-content .article .top-blog-share .blog-share,
  #sidebar-layout .contain #main-content .top-blog-share .blog-share {
    margin: 0; }
#sidebar-layout .contain #main-content .article .meta h5,
#sidebar-layout .contain #main-content .meta h5 {
  color: #cdcdcd;
  font-weight: 900;
  font-size: 14px;
  line-height: 14pt;
  font-family: "Roboto", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0; }
#sidebar-layout .contain #main-content .article #related-posts,
#sidebar-layout .contain #main-content #related-posts {
  overflow: hidden; }
  #sidebar-layout .contain #main-content .article #related-posts h5,
  #sidebar-layout .contain #main-content #related-posts h5 {
    margin: 0 0 15px; }
  #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post,
  #sidebar-layout .contain #main-content #related-posts .related-posts .related-post {
    position: relative;
    width: 30.1724138%;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 53px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 4.3103448%; }
    #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post:first-child,
    #sidebar-layout .contain #main-content #related-posts .related-posts .related-post:first-child {
      margin-left: 0; }
    @media screen and (max-width: 60em) {
      #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post,
      #sidebar-layout .contain #main-content #related-posts .related-posts .related-post {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        height: auto !important; } }
    @media screen and (max-width: large) {
      #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post,
      #sidebar-layout .contain #main-content #related-posts .related-posts .related-post {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        height: auto !important; } }
    #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post h4,
    #sidebar-layout .contain #main-content #related-posts .related-posts .related-post h4 {
      margin-top: 0; }
    #sidebar-layout .contain #main-content .article #related-posts .related-posts .related-post .more,
    #sidebar-layout .contain #main-content #related-posts .related-posts .related-post .more {
      position: absolute;
      left: 15px;
      bottom: 15px; }
#sidebar-layout .contain #main-content .article #comments,
#sidebar-layout .contain #main-content #comments {
  margin: 30px 0 0; }
  #sidebar-layout .contain #main-content .article #comments h4,
  #sidebar-layout .contain #main-content #comments h4 {
    font-size: 28px;
    line-height: 1em;
    margin: 0 0 20px; }
#sidebar-layout .contain #main-content .article .wp-caption p,
#sidebar-layout .contain #main-content .wp-caption p {
  margin: 0;
  font-size: 12px; }

.mobile {
  display: none; }
  @media screen and (max-width: 48.25em) {
    .mobile {
      display: block; } }
  @media screen and (max-width: medl) {
    .mobile {
      display: block; } }

@media screen and (max-width: 48.25em) {
  .not-mobile {
    display: none; } }
@media screen and (max-width: medl) {
  .not-mobile {
    display: none; } }

.subscribe-top {
  max-width: 500px;
  margin: 0 auto; }
  .subscribe-top .rss {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .subscribe-top .rss h5 {
      display: inline-block;
      margin: 6px 10px 0 0;
      vertical-align: top; }
    .subscribe-top .rss img {
      display: block; }

#sidebar-layout .contain #main-content .article h2.main-title a,
#sidebar-layout .contain #main-content .video-block h2.main-title a,
#sidebar-layout .contain #main-content .the-post h2.main-title a,
.body-section .contain #main-content .article h2.main-title a {
  color: #6b6b6b;
  text-decoration: none;
  color: #6b6b6b;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 900; }

.single .author-details {
  padding: 0 0 5px; }

/* ==========================================================================
   MAIN STRUCTURE
   ========================================================================== */
body {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  background-color: #FFF; }
  body #cyan {
    background-color: #9cdcf2;
    width: 100%;
    padding: 120px 0 0 0; }
    @media screen and (max-width: 48.25em) {
      body #cyan {
        padding: 0; } }
    @media screen and (max-width: medl) {
      body #cyan {
        padding: 0; } }
    body #cyan .contain {
      height: 100%;
      position: relative; }
      body #cyan .contain .cta {
        font-weight: 700;
        max-width: 510px;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        position: relative;
        padding: 75px 0;
        -webkit-transition: margin 0.2s ease-in-out;
        -moz-transition: margin 0.2s ease-in-out;
        -o-transition: margin 0.2s ease-in-out;
        -ms-transition: margin 0.2s ease-in-out;
        transition: margin 0.2s ease-in-out; }
        body #cyan .contain .cta h1, body #cyan .contain .cta h2 {
          color: #FFF;
          font-family: "Kreon", "Times New Roman", serif;
          font-size: 34px;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
          line-height: 30pt; }
          @media screen and (max-width: 30em) {
            body #cyan .contain .cta h1, body #cyan .contain .cta h2 {
              font-size: 28px;
              line-height: 27pt; } }
          @media screen and (max-width: xsmall) {
            body #cyan .contain .cta h1, body #cyan .contain .cta h2 {
              font-size: 28px;
              line-height: 27pt; } }
        body #cyan .contain .cta p {
          color: #FFF;
          font-family: "Kreon", "Times New Roman", serif;
          font-size: 20px;
          margin: 10px 0 0 0;
          line-height: 22pt;
          font-weight: 400;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
      body #cyan .contain .dots {
        background-image: url("images/dot-pat.png");
        background-repeat: repeat;
        background-position: top center;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 55px;
        width: 100%;
        right: 0;
        max-width: 850px;
        margin: 0 auto; }
  body .contain {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
    position: relative; }
  body #modal-form {
    max-width: 600px; }
  body #modal,
  body .modal {
    max-width: 940px; }
  body #modal,
  body #modal-form,
  body .modal {
    text-align: center;
    position: absolute;
    top: 24%;
    right: 0;
    z-index: 100000000000;
    left: 0;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      body #modal,
      body #modal-form,
      body .modal {
        width: 400px;
        max-width: 100%; } }
    @media screen and (max-width: med) {
      body #modal,
      body #modal-form,
      body .modal {
        width: 400px;
        max-width: 100%; } }
    body #modal #modal-inner,
    body #modal .modal-inner,
    body #modal-form #modal-inner,
    body #modal-form .modal-inner,
    body .modal #modal-inner,
    body .modal .modal-inner {
      position: relative;
      width: 100%;
      background-color: #000;
      height: 100%;
      -webkit-box-shadow: 0 0 35px rgba(36, 44, 82, 0.75);
      -moz-box-shadow: 0 0 35px rgba(36, 44, 82, 0.75);
      -o-box-shadow: 0 0 35px rgba(36, 44, 82, 0.75);
      -ms-box-shadow: 0 0 35px rgba(36, 44, 82, 0.75);
      box-shadow: 0 0 35px rgba(36, 44, 82, 0.75); }
      body #modal #modal-inner .gravity-form ul, body #modal #modal-inner .gform_wrapper ul,
      body #modal .modal-inner .gravity-form ul,
      body #modal .modal-inner .gform_wrapper ul,
      body #modal-form #modal-inner .gravity-form ul,
      body #modal-form #modal-inner .gform_wrapper ul,
      body #modal-form .modal-inner .gravity-form ul,
      body #modal-form .modal-inner .gform_wrapper ul,
      body .modal #modal-inner .gravity-form ul,
      body .modal #modal-inner .gform_wrapper ul,
      body .modal .modal-inner .gravity-form ul,
      body .modal .modal-inner .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        body #modal #modal-inner .gravity-form ul li, body #modal #modal-inner .gform_wrapper ul li,
        body #modal .modal-inner .gravity-form ul li,
        body #modal .modal-inner .gform_wrapper ul li,
        body #modal-form #modal-inner .gravity-form ul li,
        body #modal-form #modal-inner .gform_wrapper ul li,
        body #modal-form .modal-inner .gravity-form ul li,
        body #modal-form .modal-inner .gform_wrapper ul li,
        body .modal #modal-inner .gravity-form ul li,
        body .modal #modal-inner .gform_wrapper ul li,
        body .modal .modal-inner .gravity-form ul li,
        body .modal .modal-inner .gform_wrapper ul li {
          list-style: none; }
          body #modal #modal-inner .gravity-form ul li .half, body #modal #modal-inner .gform_wrapper ul li .half,
          body #modal .modal-inner .gravity-form ul li .half,
          body #modal .modal-inner .gform_wrapper ul li .half,
          body #modal-form #modal-inner .gravity-form ul li .half,
          body #modal-form #modal-inner .gform_wrapper ul li .half,
          body #modal-form .modal-inner .gravity-form ul li .half,
          body #modal-form .modal-inner .gform_wrapper ul li .half,
          body .modal #modal-inner .gravity-form ul li .half,
          body .modal #modal-inner .gform_wrapper ul li .half,
          body .modal .modal-inner .gravity-form ul li .half,
          body .modal .modal-inner .gform_wrapper ul li .half {
            margin-left: 19px; }
            body #modal #modal-inner .gravity-form ul li .half .first, body #modal #modal-inner .gform_wrapper ul li .half .first,
            body #modal .modal-inner .gravity-form ul li .half .first,
            body #modal .modal-inner .gform_wrapper ul li .half .first,
            body #modal-form #modal-inner .gravity-form ul li .half .first,
            body #modal-form #modal-inner .gform_wrapper ul li .half .first,
            body #modal-form .modal-inner .gravity-form ul li .half .first,
            body #modal-form .modal-inner .gform_wrapper ul li .half .first,
            body .modal #modal-inner .gravity-form ul li .half .first,
            body .modal #modal-inner .gform_wrapper ul li .half .first,
            body .modal .modal-inner .gravity-form ul li .half .first,
            body .modal .modal-inner .gform_wrapper ul li .half .first {
              margin-left: 0; }
      body #modal #modal-inner .htmlembed .hs-form,
      body #modal .modal-inner .htmlembed .hs-form,
      body #modal-form #modal-inner .htmlembed .hs-form,
      body #modal-form .modal-inner .htmlembed .hs-form,
      body .modal #modal-inner .htmlembed .hs-form,
      body .modal .modal-inner .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        body #modal #modal-inner .htmlembed .hs-form fieldset,
        body #modal .modal-inner .htmlembed .hs-form fieldset,
        body #modal-form #modal-inner .htmlembed .hs-form fieldset,
        body #modal-form .modal-inner .htmlembed .hs-form fieldset,
        body .modal #modal-inner .htmlembed .hs-form fieldset,
        body .modal .modal-inner .htmlembed .hs-form fieldset {
          max-width: none; }
        body #modal #modal-inner .htmlembed .hs-form ul,
        body #modal .modal-inner .htmlembed .hs-form ul,
        body #modal-form #modal-inner .htmlembed .hs-form ul,
        body #modal-form .modal-inner .htmlembed .hs-form ul,
        body .modal #modal-inner .htmlembed .hs-form ul,
        body .modal .modal-inner .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #modal #modal-inner .htmlembed .hs-form ul li,
          body #modal .modal-inner .htmlembed .hs-form ul li,
          body #modal-form #modal-inner .htmlembed .hs-form ul li,
          body #modal-form .modal-inner .htmlembed .hs-form ul li,
          body .modal #modal-inner .htmlembed .hs-form ul li,
          body .modal .modal-inner .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #modal #modal-inner .htmlembed .hs-form .hs-form-required,
        body #modal .modal-inner .htmlembed .hs-form .hs-form-required,
        body #modal-form #modal-inner .htmlembed .hs-form .hs-form-required,
        body #modal-form .modal-inner .htmlembed .hs-form .hs-form-required,
        body .modal #modal-inner .htmlembed .hs-form .hs-form-required,
        body .modal .modal-inner .htmlembed .hs-form .hs-form-required {
          display: none; }
        body #modal #modal-inner .htmlembed .hs-form h2, body #modal #modal-inner .htmlembed .hs-form h3,
        body #modal .modal-inner .htmlembed .hs-form h2,
        body #modal .modal-inner .htmlembed .hs-form h3,
        body #modal-form #modal-inner .htmlembed .hs-form h2,
        body #modal-form #modal-inner .htmlembed .hs-form h3,
        body #modal-form .modal-inner .htmlembed .hs-form h2,
        body #modal-form .modal-inner .htmlembed .hs-form h3,
        body .modal #modal-inner .htmlembed .hs-form h2,
        body .modal #modal-inner .htmlembed .hs-form h3,
        body .modal .modal-inner .htmlembed .hs-form h2,
        body .modal .modal-inner .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        body #modal #modal-inner .htmlembed .hs-form .hs-form-field,
        body #modal .modal-inner .htmlembed .hs-form .hs-form-field,
        body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field,
        body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field,
        body .modal #modal-inner .htmlembed .hs-form .hs-form-field,
        body .modal .modal-inner .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field input,
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field input,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field input,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field input,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input:focus,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field input.error,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field select,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field select,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field select,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field select,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field select,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field label,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field label,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field label,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field label,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field label,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
          body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
          body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
          body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
            body #modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
            body #modal-form #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
            body #modal-form .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
            body .modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
            body .modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        body #modal #modal-inner .htmlembed .hs-form .hs-button,
        body #modal .modal-inner .htmlembed .hs-form .hs-button,
        body #modal-form #modal-inner .htmlembed .hs-form .hs-button,
        body #modal-form .modal-inner .htmlembed .hs-form .hs-button,
        body .modal #modal-inner .htmlembed .hs-form .hs-button,
        body .modal .modal-inner .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #modal #modal-inner .htmlembed .hs-form .hs-button:hover,
          body #modal .modal-inner .htmlembed .hs-form .hs-button:hover,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-button:hover,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-button:hover,
          body .modal #modal-inner .htmlembed .hs-form .hs-button:hover,
          body .modal .modal-inner .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #modal #modal-inner .htmlembed .hs-form .hs-button:focus,
          body #modal .modal-inner .htmlembed .hs-form .hs-button:focus,
          body #modal-form #modal-inner .htmlembed .hs-form .hs-button:focus,
          body #modal-form .modal-inner .htmlembed .hs-form .hs-button:focus,
          body .modal #modal-inner .htmlembed .hs-form .hs-button:focus,
          body .modal .modal-inner .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      body #modal #modal-inner #hs_custom_form .hs-form,
      body #modal .modal-inner #hs_custom_form .hs-form,
      body #modal-form #modal-inner #hs_custom_form .hs-form,
      body #modal-form .modal-inner #hs_custom_form .hs-form,
      body .modal #modal-inner #hs_custom_form .hs-form,
      body .modal .modal-inner #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        body #modal #modal-inner #hs_custom_form .hs-form fieldset,
        body #modal .modal-inner #hs_custom_form .hs-form fieldset,
        body #modal-form #modal-inner #hs_custom_form .hs-form fieldset,
        body #modal-form .modal-inner #hs_custom_form .hs-form fieldset,
        body .modal #modal-inner #hs_custom_form .hs-form fieldset,
        body .modal .modal-inner #hs_custom_form .hs-form fieldset {
          max-width: none; }
        body #modal #modal-inner #hs_custom_form .hs-form ul,
        body #modal .modal-inner #hs_custom_form .hs-form ul,
        body #modal-form #modal-inner #hs_custom_form .hs-form ul,
        body #modal-form .modal-inner #hs_custom_form .hs-form ul,
        body .modal #modal-inner #hs_custom_form .hs-form ul,
        body .modal .modal-inner #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #modal #modal-inner #hs_custom_form .hs-form ul li,
          body #modal .modal-inner #hs_custom_form .hs-form ul li,
          body #modal-form #modal-inner #hs_custom_form .hs-form ul li,
          body #modal-form .modal-inner #hs_custom_form .hs-form ul li,
          body .modal #modal-inner #hs_custom_form .hs-form ul li,
          body .modal .modal-inner #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #modal #modal-inner #hs_custom_form .hs-form .hs-form-required,
        body #modal .modal-inner #hs_custom_form .hs-form .hs-form-required,
        body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-required,
        body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-required,
        body .modal #modal-inner #hs_custom_form .hs-form .hs-form-required,
        body .modal .modal-inner #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        body #modal #modal-inner #hs_custom_form .hs-form h2, body #modal #modal-inner #hs_custom_form .hs-form h3,
        body #modal .modal-inner #hs_custom_form .hs-form h2,
        body #modal .modal-inner #hs_custom_form .hs-form h3,
        body #modal-form #modal-inner #hs_custom_form .hs-form h2,
        body #modal-form #modal-inner #hs_custom_form .hs-form h3,
        body #modal-form .modal-inner #hs_custom_form .hs-form h2,
        body #modal-form .modal-inner #hs_custom_form .hs-form h3,
        body .modal #modal-inner #hs_custom_form .hs-form h2,
        body .modal #modal-inner #hs_custom_form .hs-form h3,
        body .modal .modal-inner #hs_custom_form .hs-form h2,
        body .modal .modal-inner #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field,
        body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field,
        body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field,
        body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field,
        body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field,
        body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field select,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field select,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field select,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field select,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field select,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field label,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field label,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field label,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field label,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field label,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
            body #modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
            body #modal-form #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
            body #modal-form .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
            body .modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
            body .modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        body #modal #modal-inner #hs_custom_form .hs-form .hs-button,
        body #modal .modal-inner #hs_custom_form .hs-form .hs-button,
        body #modal-form #modal-inner #hs_custom_form .hs-form .hs-button,
        body #modal-form .modal-inner #hs_custom_form .hs-form .hs-button,
        body .modal #modal-inner #hs_custom_form .hs-form .hs-button,
        body .modal .modal-inner #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-button:hover,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-button:hover,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-button:hover,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-button:hover,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-button:hover,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #modal #modal-inner #hs_custom_form .hs-form .hs-button:focus,
          body #modal .modal-inner #hs_custom_form .hs-form .hs-button:focus,
          body #modal-form #modal-inner #hs_custom_form .hs-form .hs-button:focus,
          body #modal-form .modal-inner #hs_custom_form .hs-form .hs-button:focus,
          body .modal #modal-inner #hs_custom_form .hs-form .hs-button:focus,
          body .modal .modal-inner #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      body #modal #modal-inner .icon-exit,
      body #modal .modal-inner .icon-exit,
      body #modal-form #modal-inner .icon-exit,
      body #modal-form .modal-inner .icon-exit,
      body .modal #modal-inner .icon-exit,
      body .modal .modal-inner .icon-exit {
        position: absolute;
        top: -20px;
        right: -20px;
        color: #FFF;
        width: 35px;
        font-size: 25px;
        height: 35px;
        text-align: center;
        line-height: 27pt;
        background-color: #ee7541;
        cursor: pointer;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        -ms-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px; }
      body #modal #modal-inner .gform_description,
      body #modal .modal-inner .gform_description,
      body #modal-form #modal-inner .gform_description,
      body #modal-form .modal-inner .gform_description,
      body .modal #modal-inner .gform_description,
      body .modal .modal-inner .gform_description {
        color: #6b6b6b;
        font-family: "Roboto","Helvetica",sans-serif;
        font-weight: 300;
        line-height: 18pt;
        font-size: 16px;
        display: block; }
    body #modal#support-modal,
    body #modal-form#support-modal,
    body .modal#support-modal {
      max-width: 440px;
      width: 100%; }
      body #modal#support-modal #modal-inner,
      body #modal-form#support-modal #modal-inner,
      body .modal#support-modal #modal-inner {
        background-color: #FFF;
        padding: 20px 30px 30px 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body #modal#support-modal #modal-inner h3,
        body #modal-form#support-modal #modal-inner h3,
        body .modal#support-modal #modal-inner h3 {
          text-align: center;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          font-size: 24px;
          line-height: 26pt;
          color: #6b6b6b;
          margin: 0;
          padding: 10px 0 5px 0; }
          body #modal#support-modal #modal-inner h3.number,
          body #modal-form#support-modal #modal-inner h3.number,
          body .modal#support-modal #modal-inner h3.number {
            position: relative;
            font-size: 38px;
            display: inline-block;
            padding: 25px 0 10px 55px; }
            @media screen and (max-width: 40em) {
              body #modal#support-modal #modal-inner h3.number,
              body #modal-form#support-modal #modal-inner h3.number,
              body .modal#support-modal #modal-inner h3.number {
                font-size: 24px;
                padding: 25px 0 10px 40px; } }
            @media screen and (max-width: small) {
              body #modal#support-modal #modal-inner h3.number,
              body #modal-form#support-modal #modal-inner h3.number,
              body .modal#support-modal #modal-inner h3.number {
                font-size: 24px;
                padding: 25px 0 10px 40px; } }
            body #modal#support-modal #modal-inner h3.number:before,
            body #modal-form#support-modal #modal-inner h3.number:before,
            body .modal#support-modal #modal-inner h3.number:before {
              width: 40px;
              height: 40px;
              background-color: #22b0e6;
              color: #FFF;
              font-size: 18px;
              line-height: 31pt;
              position: absolute;
              left: 0px;
              top: 22px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -o-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
              @media screen and (max-width: 40em) {
                body #modal#support-modal #modal-inner h3.number:before,
                body #modal-form#support-modal #modal-inner h3.number:before,
                body .modal#support-modal #modal-inner h3.number:before {
                  width: 30px;
                  height: 30px;
                  font-size: 15px;
                  line-height: 23pt;
                  left: -4px;
                  top: 27px; } }
              @media screen and (max-width: small) {
                body #modal#support-modal #modal-inner h3.number:before,
                body #modal-form#support-modal #modal-inner h3.number:before,
                body .modal#support-modal #modal-inner h3.number:before {
                  width: 30px;
                  height: 30px;
                  font-size: 15px;
                  line-height: 23pt;
                  left: -4px;
                  top: 27px; } }
    body #modal.form-modal,
    body #modal-form.form-modal,
    body .modal.form-modal {
      text-align: left; }
      body #modal.form-modal.hidden,
      body #modal-form.form-modal.hidden,
      body .modal.form-modal.hidden {
        display: none; }
      body #modal.form-modal #modal-inner,
      body #modal-form.form-modal #modal-inner,
      body .modal.form-modal #modal-inner {
        background-color: #FFF; }
        body #modal.form-modal #modal-inner .modal-body,
        body #modal-form.form-modal #modal-inner .modal-body,
        body .modal.form-modal #modal-inner .modal-body {
          padding: 30px 30px 35px 30px; }
  body #modal-back {
    background: #3b3e4b;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
    cursor: url(images/exit.png), auto; }
    body #modal-back.form-back {
      z-index: 100000000; }
  body .icon-play {
    background-color: #22b0e6;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #FFF;
    float: left;
    line-height: 30pt;
    font-size: 24px;
    text-align: center;
    margin: 3px 14px 0 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    body .icon-play:before {
      position: absolute;
      left: 0;
      right: -4px;
      top: 8px;
      margin: 0 auto; }
    body .icon-play:hover {
      background-color: #9cdcf2; }
  body .btn {
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 10px 20px 12px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
    color: #FFF;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  body .section-heading {
    font-family: "Kreon", "Times New Roman", serif;
    color: #6b6b6b;
    font-size: 30px;
    text-align: center;
    margin: 0 0 35px 0;
    font-weight: 700;
    line-height: 29pt; }
  body .partner-box {
    position: relative;
    border: 2px solid #e8e8e8;
    padding: 25px 40px 27px 200px;
    margin: 80px auto 50px auto;
    max-width: 875px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 60em) {
      body .partner-box {
        margin: 80px 20px 50px 20px; } }
    @media screen and (max-width: large) {
      body .partner-box {
        margin: 80px 20px 50px 20px; } }
    @media screen and (max-width: 46.8em) {
      body .partner-box {
        padding: 20px 20px 30px 20px;
        text-align: center;
        margin: 10px auto 50px auto;
        max-width: 500px; } }
    @media screen and (max-width: med) {
      body .partner-box {
        padding: 20px 20px 30px 20px;
        text-align: center;
        margin: 10px auto 50px auto;
        max-width: 500px; } }
    body .partner-box img {
      position: absolute;
      left: 30px;
      top: -10px; }
      @media screen and (max-width: 46.8em) {
        body .partner-box img {
          position: relative;
          left: auto;
          top: auto;
          width: 130px;
          margin: 0 auto 20px auto;
          display: block;
          height: auto; } }
      @media screen and (max-width: med) {
        body .partner-box img {
          position: relative;
          left: auto;
          top: auto;
          width: 130px;
          margin: 0 auto 20px auto;
          display: block;
          height: auto; } }
    body .partner-box h3 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #6b6b6b;
      font-size: 20px;
      line-height: 19pt;
      font-weight: 700; }
    body .partner-box p {
      color: #6b6b6b;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      line-height: 18pt;
      font-size: 16px; }
      @media screen and (max-width: 46.8em) {
        body .partner-box p {
          max-width: 480px;
          margin: 0 auto; } }
      @media screen and (max-width: med) {
        body .partner-box p {
          max-width: 480px;
          margin: 0 auto; } }
      body .partner-box p a {
        color: #22b0e6;
        text-decoration: underline; }
  body #thegravity-form,
  body #thegravity-form-modal,
  body .gravity-form {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body #thegravity-form .gform-dropdown label,
    body #thegravity-form-modal .gform-dropdown label,
    body .gravity-form .gform-dropdown label {
      display: none; }
    body #thegravity-form .validation_message,
    body #thegravity-form .validation_error,
    body #thegravity-form .gform_confirmation_message,
    body #thegravity-form-modal .validation_message,
    body #thegravity-form-modal .validation_error,
    body #thegravity-form-modal .gform_confirmation_message,
    body .gravity-form .validation_message,
    body .gravity-form .validation_error,
    body .gravity-form .gform_confirmation_message {
      color: #ee7541;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 500;
      line-height: 18pt;
      font-size: 16px;
      margin: 0 0 5px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    body #thegravity-form .gform_confirmation_message,
    body #thegravity-form-modal .gform_confirmation_message,
    body .gravity-form .gform_confirmation_message {
      color: #22b0e6; }
    body #thegravity-form .selectricWrapper,
    body #thegravity-form-modal .selectricWrapper,
    body .gravity-form .selectricWrapper {
      margin: 0 0 19px 0;
      max-width: 250px;
      width: 100%; }
      body #thegravity-form .selectricWrapper .selectric .label,
      body #thegravity-form-modal .selectricWrapper .selectric .label,
      body .gravity-form .selectricWrapper .selectric .label {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #6b6b6b;
        line-height: 17px;
        padding: 6px 6px 6px 10px; }
    body #thegravity-form input,
    body #thegravity-form textarea,
    body #thegravity-form-modal input,
    body #thegravity-form-modal textarea,
    body .gravity-form input,
    body .gravity-form textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      text-align: left;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body #thegravity-form input::-webkit-input-placeholder,
      body #thegravity-form textarea::-webkit-input-placeholder,
      body #thegravity-form-modal input::-webkit-input-placeholder,
      body #thegravity-form-modal textarea::-webkit-input-placeholder,
      body .gravity-form input::-webkit-input-placeholder,
      body .gravity-form textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body #thegravity-form input:-moz-placeholder,
      body #thegravity-form textarea:-moz-placeholder,
      body #thegravity-form-modal input:-moz-placeholder,
      body #thegravity-form-modal textarea:-moz-placeholder,
      body .gravity-form input:-moz-placeholder,
      body .gravity-form textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body #thegravity-form input::-moz-placeholder,
      body #thegravity-form textarea::-moz-placeholder,
      body #thegravity-form-modal input::-moz-placeholder,
      body #thegravity-form-modal textarea::-moz-placeholder,
      body .gravity-form input::-moz-placeholder,
      body .gravity-form textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body #thegravity-form input:-ms-input-placeholder,
      body #thegravity-form textarea:-ms-input-placeholder,
      body #thegravity-form-modal input:-ms-input-placeholder,
      body #thegravity-form-modal textarea:-ms-input-placeholder,
      body .gravity-form input:-ms-input-placeholder,
      body .gravity-form textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body #thegravity-form input:focus,
      body #thegravity-form textarea:focus,
      body #thegravity-form-modal input:focus,
      body #thegravity-form-modal textarea:focus,
      body .gravity-form input:focus,
      body .gravity-form textarea:focus {
        outline: none;
        border: 2px solid #e8e8e8; }
    body #thegravity-form textarea,
    body #thegravity-form-modal textarea,
    body .gravity-form textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    body #thegravity-form .gform_button,
    body #thegravity-form-modal .gform_button,
    body .gravity-form .gform_button {
      text-transform: none;
      border: none;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 16px;
      padding: 7px 20px 12px 20px;
      width: auto;
      line-height: 17pt;
      height: 38px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body #thegravity-form .gform_button:hover,
      body #thegravity-form-modal .gform_button:hover,
      body .gravity-form .gform_button:hover {
        background-color: #6b6b6b; }
      body #thegravity-form .gform_button:focus,
      body #thegravity-form-modal .gform_button:focus,
      body .gravity-form .gform_button:focus {
        border: none;
        background-color: #6b6b6b; }
    body #thegravity-form ul,
    body #thegravity-form-modal ul,
    body .gravity-form ul {
      border: none !important; }
      body #thegravity-form ul li,
      body #thegravity-form-modal ul li,
      body .gravity-form ul li {
        border: none !important;
        width: 100%; }
        body #thegravity-form ul li.gfield,
        body #thegravity-form-modal ul li.gfield,
        body .gravity-form ul li.gfield {
          margin: 0 0 19px 0; }
          body #thegravity-form ul li.gfield.gform_hidden,
          body #thegravity-form-modal ul li.gfield.gform_hidden,
          body .gravity-form ul li.gfield.gform_hidden {
            margin: 0; }
          body #thegravity-form ul li.gfield.gfield_error input,
          body #thegravity-form-modal ul li.gfield.gfield_error input,
          body .gravity-form ul li.gfield.gfield_error input {
            margin: 0 0 5px 0;
            border: 2px solid #ee7541; }
          body #thegravity-form ul li.gfield.gfield_error .validation_message,
          body #thegravity-form-modal ul li.gfield.gfield_error .validation_message,
          body .gravity-form ul li.gfield.gfield_error .validation_message {
            margin: 0; }
    body #thegravity-form .btn,
    body #thegravity-form-modal .btn,
    body .gravity-form .btn {
      background-color: #22b0e6; }
      body #thegravity-form .btn:hover,
      body #thegravity-form-modal .btn:hover,
      body .gravity-form .btn:hover {
        background-color: #6b6b6b; }
  body #mini-contact {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -o-border-radius: 0 8px 8px 8px;
    -ms-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px; }
    body #mini-contact .grunge-bubble {
      width: 100%;
      background-color: #ee7541;
      background-image: url("images/grunge.png");
      background-repeat: repeat;
      background-position: center center;
      position: relative;
      -webkit-border-radius: 0 7px 0 8px;
      -moz-border-radius: 0 7px 0 8px;
      -o-border-radius: 0 7px 0 8px;
      -ms-border-radius: 0 7px 0 8px;
      border-radius: 0 7px 0 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body #mini-contact .grunge-bubble:after {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        bottom: -10px;
        display: block;
        border-right: 13px solid #ee7541;
        border-bottom: 10px solid transparent; }
    body #mini-contact .form-cta {
      position: relative;
      width: 100%;
	  }
    /* Increase spacing */
	body #mini-contact .form-cta .gravity-form .gform_wrapper form input[type="text"],
	body #mini-contact .form-cta .gravity-form .gform_wrapper form input[type="email"],
	body #mini-contact .form-cta .gravity-form .gform_wrapper form input[type="tel"],
	body #mini-contact .form-cta .gravity-form .gform_wrapper form textarea {
		color: #6d6d6d;
		font-weight: bold;
		margin: 5px 0px;
	}

	/*______________________________________________________________________*/
      body #mini-contact .form-cta .gravity-form ul, body #mini-contact .form-cta .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        body #mini-contact .form-cta .gravity-form ul li, body #mini-contact .form-cta .gform_wrapper ul li {
          list-style: none; }
          body #mini-contact .form-cta .gravity-form ul li .half, body #mini-contact .form-cta .gform_wrapper ul li .half {
            margin-left: 19px; }
            body #mini-contact .form-cta .gravity-form ul li .half .first, body #mini-contact .form-cta .gform_wrapper ul li .half .first {
              margin-left: 0; }
      body #mini-contact .form-cta .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        body #mini-contact .form-cta .htmlembed .hs-form fieldset {
          max-width: none; }
        body #mini-contact .form-cta .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #mini-contact .form-cta .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #mini-contact .form-cta .htmlembed .hs-form .hs-form-required {
          display: none; }
        body #mini-contact .form-cta .htmlembed .hs-form h2, body #mini-contact .form-cta .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input,
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:focus,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input.error,
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        body #mini-contact .form-cta .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #mini-contact .form-cta .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      body #mini-contact .form-cta #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        body #mini-contact .form-cta #hs_custom_form .hs-form fieldset {
          max-width: none; }
        body #mini-contact .form-cta #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #mini-contact .form-cta #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        body #mini-contact .form-cta #hs_custom_form .hs-form h2, body #mini-contact .form-cta #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input,
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        body #mini-contact .form-cta #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
    body #mini-contact #thegravity-form,
    body #mini-contact .gravity-form {
      padding: 20px; }
      body #mini-contact #thegravity-form .gform_button,
      body #mini-contact .gravity-form .gform_button {
        margin: 13px 0 0 0; }
    body #mini-contact h3 {
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 21px;
      line-height: 30pt;
      font-weight: 900;
      display: inline-block; }
      body #mini-contact h3.number {
        margin: 0;
        position: relative;
        padding: 1px 0 1px 45px;
        width: 100%; }
        @media screen and (max-width: 60em) {
          body #mini-contact h3.number {
            font-size: 16px; } }
        @media screen and (max-width: large) {
          body #mini-contact h3.number {
            font-size: 16px; } }
        @media screen and (max-width: 46.8em) {
          body #mini-contact h3.number {
            font-size: 21px; } }
        @media screen and (max-width: med) {
          body #mini-contact h3.number {
            font-size: 21px; } }
        body #mini-contact h3.number:before {
          background-color: #ee7541;
          border-radius: 50%;
          font-size: 12px;
          width: 26px;
          height: 26px;
          position: absolute;
          left: 9px;
          top: 8px;
          line-height: 20pt;
          text-shadow: none; }
  body #sidebar-layout .contain {
    overflow: hidden; }
    body #sidebar-layout .contain #sidebar ul {
      font-family: "Kreon", "Times New Roman", serif;
      color: #8a8a8a; }
      body #sidebar-layout .contain #sidebar ul li {
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        margin: 0 0 12px; }
        body #sidebar-layout .contain #sidebar ul li:first-child {
          border: none; }
        body #sidebar-layout .contain #sidebar ul li.active a {
          color: #22b0e6; }
        body #sidebar-layout .contain #sidebar ul li a {
          display: block; }
          body #sidebar-layout .contain #sidebar ul li a:hover {
            color: #22b0e6; }
    body #sidebar-layout .contain #main-content {
      width: 74%;
      float: right; }
      body #sidebar-layout .contain #main-content .inner ul, body #sidebar-layout .contain #main-content .inner ol {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 300;
        color: #6b6b6b;
        font-size: 16px;
        line-height: 18pt;
        background: #f4f4f4;
        border-left: 4px solid #ee7541;
        margin: 20px 0 25px 0;
        padding: 20px 10px 15px 25px;
        clear: both;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body #sidebar-layout .contain #main-content .inner ul a, body #sidebar-layout .contain #main-content .inner ol a {
          display: inline; }
      body #sidebar-layout .contain #main-content .inner ul li {
        margin: 0 0 10px 15px;
        list-style-type: disc;
        list-style-position: outside; }
        body #sidebar-layout .contain #main-content .inner ul li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          body #sidebar-layout .contain #main-content .inner ul li ul li {
            list-style-type: circle; }
        body #sidebar-layout .contain #main-content .inner ul li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          body #sidebar-layout .contain #main-content .inner ul li ol li {
            list-style-type: decimal; }
      body #sidebar-layout .contain #main-content .inner ol li {
        margin: 0 0 10px 15px;
        list-style-type: decimal; }
        body #sidebar-layout .contain #main-content .inner ol li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          body #sidebar-layout .contain #main-content .inner ol li ul li {
            list-style-type: circle; }
        body #sidebar-layout .contain #main-content .inner ol li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          body #sidebar-layout .contain #main-content .inner ol li ol li {
            list-style-type: decimal; }
      body #sidebar-layout .contain #main-content .inner blockquote {
        position: relative;
        background-image: url("images/quote.png");
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-color: #22b0e6;
        padding: 28px 30px 31px 35px;
        width: 100%;
        margin: 25px 0 30px 0;
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px 20px 0px 20px;
        -moz-border-radius: 0px 20px 0px 20px;
        -o-border-radius: 0px 20px 0px 20px;
        -ms-border-radius: 0px 20px 0px 20px;
        border-radius: 0px 20px 0px 20px; }
        body #sidebar-layout .contain #main-content .inner blockquote:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -25px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        body #sidebar-layout .contain #main-content .inner blockquote p {
          font-weight: 700;
          font-family: "Kreon", "Times New Roman", serif;
          color: #fff;
          line-height: 22pt;
          font-size: 20px; }
      body #sidebar-layout .contain #main-content .inner p {
        margin: 0 0 15px 0; }
      body #sidebar-layout .contain #main-content .inner img {
        max-width: 100%;
        height: auto;
        display: block; }
        body #sidebar-layout .contain #main-content .inner img.featured {
          margin: 0 0 20px 0;
          padding: 0; }
      body #sidebar-layout .contain #main-content .inner h1, body #sidebar-layout .contain #main-content .inner h2, body #sidebar-layout .contain #main-content .inner h3, body #sidebar-layout .contain #main-content .inner h4, body #sidebar-layout .contain #main-content .inner h5, body #sidebar-layout .contain #main-content .inner h6 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 20px 0 5px 0; }
      body #sidebar-layout .contain #main-content .inner h2 {
        font-size: 30px;
        line-height: 28pt; }
        body #sidebar-layout .contain #main-content .inner h2.main-title {
          margin-top: 5px; }
      body #sidebar-layout .contain #main-content .inner h3 {
        font-size: 24px;
        line-height: 22pt; }
      body #sidebar-layout .contain #main-content .inner h4 {
        font-size: 20px;
        line-height: 18pt; }
      body #sidebar-layout .contain #main-content .inner h5 {
        font-size: 18px;
        line-height: 16pt; }
      body #sidebar-layout .contain #main-content .inner h6 {
        font-size: 15px;
        line-height: 13pt; }
      body #sidebar-layout .contain #main-content .inner a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300; }
        body #sidebar-layout .contain #main-content .inner a.btn {
          border: none;
          font-weight: 700;
          text-decoration: none; }
          body #sidebar-layout .contain #main-content .inner a.btn:hover {
            background-color: #555; }
      body #sidebar-layout .contain #main-content .inner em, body #sidebar-layout .contain #main-content .inner i {
        font-style: italic; }
      body #sidebar-layout .contain #main-content .inner strong, body #sidebar-layout .contain #main-content .inner b {
        font-weight: bold; }
      body #sidebar-layout .contain #main-content .inner .more-link {
        display: none; }
      body #sidebar-layout .contain #main-content .inner .post-img-wrap {
        display: inline; }
        body #sidebar-layout .contain #main-content .inner .post-img-wrap a {
          display: inline; }
      body #sidebar-layout .contain #main-content .inner .alignright {
        float: right;
        margin: 0 0 15px 25px; }
      body #sidebar-layout .contain #main-content .inner .alignleft {
        float: left;
        margin: 0 25px 15px 0; }
      body #sidebar-layout .contain #main-content .inner .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      body #sidebar-layout .contain #main-content .inner .gravity-form ul, body #sidebar-layout .contain #main-content .inner .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        body #sidebar-layout .contain #main-content .inner .gravity-form ul li, body #sidebar-layout .contain #main-content .inner .gform_wrapper ul li {
          list-style: none; }
          body #sidebar-layout .contain #main-content .inner .gravity-form ul li .half, body #sidebar-layout .contain #main-content .inner .gform_wrapper ul li .half {
            margin-left: 19px; }
            body #sidebar-layout .contain #main-content .inner .gravity-form ul li .half .first, body #sidebar-layout .contain #main-content .inner .gform_wrapper ul li .half .first {
              margin-left: 0; }
      body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form fieldset {
          max-width: none; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-required {
          display: none; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form h2, body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input,
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input:focus,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field input.error,
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #sidebar-layout .contain #main-content .inner .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form fieldset {
          max-width: none; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form h2, body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input,
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input:focus,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field input.error,
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body #sidebar-layout .contain #main-content .inner #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      @media screen and (max-width: 48.25em) {
        body #sidebar-layout .contain #main-content {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto; } }
      @media screen and (max-width: medl) {
        body #sidebar-layout .contain #main-content {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto; } }
  body .current-page-url {
    display: none; }
  body #cta-bottom {
    margin: 60px 0 100px 0;
    overflow: hidden; }
    @media screen and (max-width: 46.8em) {
      body #cta-bottom {
        margin: 0 0 100px 0; } }
    @media screen and (max-width: med) {
      body #cta-bottom {
        margin: 0 0 100px 0; } }
    body #cta-bottom .text-block {
      text-align: center;
      width: 50%;
      float: left;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        body #cta-bottom .text-block {
          max-width: 500px;
          margin: 0 auto;
          width: 100%;
          float: none;
          padding: 40px 30px 0 30px; } }
      @media screen and (max-width: med) {
        body #cta-bottom .text-block {
          max-width: 500px;
          margin: 0 auto;
          width: 100%;
          float: none;
          padding: 40px 30px 0 30px; } }
      body #cta-bottom .text-block.bordered {
        border-right: 2px solid #f4f4f4; }
        @media screen and (max-width: 46.8em) {
          body #cta-bottom .text-block.bordered {
            border-right: none; } }
        @media screen and (max-width: med) {
          body #cta-bottom .text-block.bordered {
            border-right: none; } }
      body #cta-bottom .text-block h3 {
        text-align: center;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 27pt;
        color: #6b6b6b;
        margin: 0;
        padding: 10px 0 5px 0; }
      body #cta-bottom .text-block .btn {
        background-color: #22b0e6; }
        body #cta-bottom .text-block .btn:hover {
          background-color: #6b6b6b; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.header-section {
  position: fixed;
  right: 0;
  left: 0;
  display: block;
  z-index: 10000000;
  width: 100%; }
  @media screen and (max-width: 48.25em) {
    .header-section {
      position: relative; } }
  @media screen and (max-width: medl) {
    .header-section {
      position: relative; } }
  .header-section.sticky .top-bar {
    height: 56px; }
    @media screen and (max-width: 48.25em) {
      .header-section.sticky .top-bar {
        height: 85px; } }
    @media screen and (max-width: medl) {
      .header-section.sticky .top-bar {
        height: 85px; } }
    @media screen and (max-width: 25em) {
      .header-section.sticky .top-bar {
        height: 56px; } }
    @media screen and (max-width: xxsmall) {
      .header-section.sticky .top-bar {
        height: 56px; } }
    .header-section.sticky .top-bar .the-logo {
      width: 110px; }
  .header-section.sticky .top-sub-bar {
    height: 45px; }
    .header-section.sticky .top-sub-bar .submenu li {
      padding: 5px 5px; }
      .header-section.sticky .top-sub-bar .submenu li:first-child {
        padding: 5px 0 5px 5px; }
  .header-section.sticky .sign-in {
    height: 0px; }
  .header-section .sign-in {
    height: 35px;
    overflow: hidden;
    background-color: #3b3e4b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-section .sign-in a {
      color: #7f8291;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 12px;
      float: right;
      margin-left: 30px;
      line-height: 25pt;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header-section .sign-in a:hover {
        color: #FFF; }
      .header-section .sign-in a:after {
        content: '';
        width: 100%;
        height: 1px;
        bottom: 9px;
        right: 0;
        left: 0;
        position: absolute;
        background-color: #7f8291;
        opacity: 0.7; }
      .header-section .sign-in a#support-link:before {
        content: '';
        background-color: #434653;
        position: absolute;
        left: -15px;
        top: 10px;
        height: 15px;
        width: 1px; }
  .header-section .top-sub-bar {
    background-color: #f4f4f4;
    height: 55px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 48.25em) {
      .header-section .top-sub-bar {
        display: none; } }
    @media screen and (max-width: medl) {
      .header-section .top-sub-bar {
        display: none; } }
    .header-section .top-sub-bar .contain {
      height: 100%; }
    .header-section .top-sub-bar .submenu {
      position: absolute;
      font-family: "Kreon", "Times New Roman", serif;
      display: block;
      right: 20px;
      height: 100%; }
      .header-section .top-sub-bar .submenu li {
        overflow: hidden;
        float: right;
        font-size: 15px;
        display: table;
        height: 100%;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: padding 0.2s ease-in-out;
        -moz-transition: padding 0.2s ease-in-out;
        -o-transition: padding 0.2s ease-in-out;
        -ms-transition: padding 0.2s ease-in-out;
        transition: padding 0.2s ease-in-out; }
        .header-section .top-sub-bar .submenu li:first-child {
          padding: 10px 0 10px 5px; }
        .header-section .top-sub-bar .submenu li.current_page_item a {
          color: #FFF;
          background-color: #22b0e6; }
        .header-section .top-sub-bar .submenu li a {
          display: table-cell;
          font-weight: 700;
          vertical-align: middle;
          position: relative;
          padding: 9px 20px 11px 20px;
          color: #8a8a8a;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          @media screen and (max-width: 55em) {
            .header-section .top-sub-bar .submenu li a {
              padding: 9px 15px 11px 15px; } }
          @media screen and (max-width: largem) {
            .header-section .top-sub-bar .submenu li a {
              padding: 9px 15px 11px 15px; } }
          .header-section .top-sub-bar .submenu li a:hover {
            color: #FFF;
            background-color: #22b0e6; }
  .header-section .top-bar {
    position: relative;
    height: 85px;
    margin: 0;
    background-color: #3b3e4b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 25em) {
      .header-section .top-bar {
        height: 56px; } }
    @media screen and (max-width: xxsmall) {
      .header-section .top-bar {
        height: 56px; } }
    .header-section .top-bar .contain {
      height: 100%; }
      @media screen and (max-width: 48.25em) {
        .header-section .top-bar .contain {
          padding: 0; } }
      @media screen and (max-width: medl) {
        .header-section .top-bar .contain {
          padding: 0; } }
    .header-section .top-bar .the-logo {
      position: absolute;
      left: 20px;
      top: 0px;
      height: 100%;
      width: 155px;
      z-index: 100000000;
      text-indent: -99999px;
      background-image: url("images/logo.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 60em) {
        .header-section .top-bar .the-logo {
          width: 120px; } }
      @media screen and (max-width: large) {
        .header-section .top-bar .the-logo {
          width: 120px; } }
      @media screen and (max-width: 48.25em) {
        .header-section .top-bar .the-logo {
          width: 155px; } }
      @media screen and (max-width: medl) {
        .header-section .top-bar .the-logo {
          width: 155px; } }
      @media screen and (max-width: 25em) {
        .header-section .top-bar .the-logo {
          left: 12px;
          top: -1px;
          width: 100px; } }
      @media screen and (max-width: xxsmall) {
        .header-section .top-bar .the-logo {
          left: 12px;
          top: -1px;
          width: 100px; } }
    .header-section .top-bar .nav {
      font-family: "Kreon", "Times New Roman", serif;
      color: #7f8291;
      position: absolute;
      right: 10px;
      height: 100%;
      top: 0px; }
      @media screen and (max-width: 48.25em) {
        .header-section .top-bar .nav {
          display: none; } }
      @media screen and (max-width: medl) {
        .header-section .top-bar .nav {
          display: none; } }
      .header-section .top-bar .nav li {
        font-size: 15px;
        display: table;
        height: 100%;
        float: right;
        padding: 20px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 55em) {
          .header-section .top-bar .nav li {
            padding: 20px 0; } }
        @media screen and (max-width: largem) {
          .header-section .top-bar .nav li {
            padding: 20px 0; } }
        .header-section .top-bar .nav li.current_page_item, .header-section .top-bar .nav li.current-page-ancestor {
          color: #FFF; }
        .header-section .top-bar .nav li a {
          font-weight: 700;
          vertical-align: middle;
          display: table-cell;
          position: relative;
          padding: 0 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .header-section .top-bar .nav li a:hover {
            color: #FFF; }
  .header-section #under {
    height: 36px;
    position: absolute;
    bottom: -36px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    margin: 0 auto;
    max-width: 970px;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 30em) {
      .header-section #under {
        right: 0;
        left: 0;
        padding: 0;
        text-align: center;
        white-space: nowrap; } }
    @media screen and (max-width: xsmall) {
      .header-section #under {
        right: 0;
        left: 0;
        padding: 0;
        text-align: center;
        white-space: nowrap; } }
    .header-section #under .btn {
      position: relative;
      height: 100%;
      display: inline-block;
      padding: 0 11px;
      line-height: 24pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #FFF;
      margin: 0 0 0 5px;
      float: right;
      overflow: hidden;
      -webkit-border-radius: 0px 0px 4px 4px;
      -moz-border-radius: 0px 0px 4px 4px;
      -o-border-radius: 0px 0px 4px 4px;
      -ms-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px;
      vertical-align: top; }
      @media screen and (max-width: 30em) {
        .header-section #under .btn {
          padding: 0 8px;
          margin: 0 2px;
          float: none; } }
      @media screen and (max-width: xsmall) {
        .header-section #under .btn {
          padding: 0 8px;
          margin: 0 2px;
          float: none; } }
      @media screen and (max-width: 25em) {
        .header-section #under .btn {
          margin: 0; } }
      @media screen and (max-width: xxsmall) {
        .header-section #under .btn {
          margin: 0; } }
      .header-section #under .btn.chat {
        text-align: center !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        font-size: 16px !important;
        line-height: 24pt !important;
        font-family: "Roboto", "Helvetica", sans-serif !important;
        font-weight: 700 !important;
        color: #FFF !important;
        padding: 0 11px;
        font-style: italic !important;
        background-color: #ebad06 !important; }
      .header-section #under .btn.email {
        background-color: #00b2ee; }
      .header-section #under .btn.number {
        background-color: #ee7541; }

/* ==========================================================================
   MAIN STRUCTURE
   ========================================================================== */
.page-template-thankyou .body-section #main-content ul, .page-template-thankyou .body-section #main-content ol {
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 300;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 18pt;
  background: #f4f4f4;
  border-left: 4px solid #ee7541;
  margin: 20px 0 25px 0;
  padding: 20px 10px 15px 25px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-thankyou .body-section #main-content ul a, .page-template-thankyou .body-section #main-content ol a {
    display: inline; }
.page-template-thankyou .body-section #main-content ul li {
  margin: 0 0 10px 15px;
  list-style-type: disc;
  list-style-position: outside; }
  .page-template-thankyou .body-section #main-content ul li ul {
    border-left: none;
    padding: 0 0 0 5px;
    list-style-type: none; }
    .page-template-thankyou .body-section #main-content ul li ul li {
      list-style-type: circle; }
  .page-template-thankyou .body-section #main-content ul li ol {
    border-left: none;
    padding: 0 0 0 5px; }
    .page-template-thankyou .body-section #main-content ul li ol li {
      list-style-type: decimal; }
.page-template-thankyou .body-section #main-content ol li {
  margin: 0 0 10px 15px;
  list-style-type: decimal; }
  .page-template-thankyou .body-section #main-content ol li ul {
    border-left: none;
    padding: 0 0 0 5px;
    list-style-type: none; }
    .page-template-thankyou .body-section #main-content ol li ul li {
      list-style-type: circle; }
  .page-template-thankyou .body-section #main-content ol li ol {
    border-left: none;
    padding: 0 0 0 5px; }
    .page-template-thankyou .body-section #main-content ol li ol li {
      list-style-type: decimal; }
.page-template-thankyou .body-section #main-content blockquote {
  position: relative;
  background-image: url("images/quote.png");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-color: #22b0e6;
  padding: 28px 30px 31px 35px;
  width: 100%;
  margin: 25px 0 30px 0;
  font-weight: 700;
  font-family: "Kreon", "Times New Roman", serif;
  color: #fff;
  line-height: 22pt;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  border-radius: 0px 20px 0px 20px; }
  .page-template-thankyou .body-section #main-content blockquote:after {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    bottom: -25px;
    display: block;
    border-right: 45px solid #22b0e6;
    border-bottom: 40px solid transparent; }
  .page-template-thankyou .body-section #main-content blockquote p {
    font-weight: 700;
    font-family: "Kreon", "Times New Roman", serif;
    color: #fff;
    line-height: 22pt;
    font-size: 20px; }
.page-template-thankyou .body-section #main-content p {
  margin: 0 0 15px 0; }
.page-template-thankyou .body-section #main-content img {
  max-width: 100%;
  height: auto;
  display: block; }
  .page-template-thankyou .body-section #main-content img.featured {
    margin: 0 0 20px 0;
    padding: 0; }
.page-template-thankyou .body-section #main-content h1, .page-template-thankyou .body-section #main-content h2, .page-template-thankyou .body-section #main-content h3, .page-template-thankyou .body-section #main-content h4, .page-template-thankyou .body-section #main-content h5, .page-template-thankyou .body-section #main-content h6 {
  color: #6b6b6b;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 900;
  margin: 20px 0 5px 0; }
.page-template-thankyou .body-section #main-content h2 {
  font-size: 30px;
  line-height: 28pt; }
  .page-template-thankyou .body-section #main-content h2.main-title {
    margin-top: 5px; }
.page-template-thankyou .body-section #main-content h3 {
  font-size: 24px;
  line-height: 22pt; }
.page-template-thankyou .body-section #main-content h4 {
  font-size: 20px;
  line-height: 18pt; }
.page-template-thankyou .body-section #main-content h5 {
  font-size: 18px;
  line-height: 16pt; }
.page-template-thankyou .body-section #main-content h6 {
  font-size: 15px;
  line-height: 13pt; }
.page-template-thankyou .body-section #main-content a {
  color: #22b0e6;
  text-decoration: underline;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 300; }
  .page-template-thankyou .body-section #main-content a.btn {
    border: none;
    font-weight: 700;
    text-decoration: none; }
    .page-template-thankyou .body-section #main-content a.btn:hover {
      background-color: #555; }
.page-template-thankyou .body-section #main-content em, .page-template-thankyou .body-section #main-content i {
  font-style: italic; }
.page-template-thankyou .body-section #main-content strong, .page-template-thankyou .body-section #main-content b {
  font-weight: bold; }
.page-template-thankyou .body-section #main-content .more-link {
  display: none; }
.page-template-thankyou .body-section #main-content .post-img-wrap {
  display: inline; }
  .page-template-thankyou .body-section #main-content .post-img-wrap a {
    display: inline; }
.page-template-thankyou .body-section #main-content .alignright {
  float: right;
  margin: 0 0 15px 25px; }
.page-template-thankyou .body-section #main-content .alignleft {
  float: left;
  margin: 0 25px 15px 0; }
.page-template-thankyou .body-section #main-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.page-template-thankyou .body-section #main-content .contain {
  padding: 20px; }

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.home .body-section #cyan {
  background-color: #9cdcf2;
  width: 100%; }
  @media screen and (max-width: 40em) {
    .home .body-section #cyan {
      text-align: center; } }
  @media screen and (max-width: small) {
    .home .body-section #cyan {
      text-align: center; } }
  .home .body-section #cyan .contain {
    height: 100%; }
    .home .body-section #cyan .contain .cta {
      font-weight: 700;
      max-width: 660px;
      margin: 0 auto;
      text-align: center;
      z-index: 10;
      position: relative;
      padding: 80px 0 130px 0;
      -webkit-transition: margin 0.2s ease-in-out;
      -moz-transition: margin 0.2s ease-in-out;
      -o-transition: margin 0.2s ease-in-out;
      -ms-transition: margin 0.2s ease-in-out;
      transition: margin 0.2s ease-in-out; }
      @media screen and (max-width: 40em) {
        .home .body-section #cyan .contain .cta {
          padding: 80px 0 120px 0; } }
      @media screen and (max-width: small) {
        .home .body-section #cyan .contain .cta {
          padding: 80px 0 120px 0; } }
      @media screen and (max-width: 30em) {
        .home .body-section #cyan .contain .cta {
          padding: 80px 0 20px 0; } }
      @media screen and (max-width: xsmall) {
        .home .body-section #cyan .contain .cta {
          padding: 80px 0 20px 0; } }
      .home .body-section #cyan .contain .cta h1, .home .body-section #cyan .contain .cta h2 {
        color: #FFF;
        font-family: "Kreon", "Times New Roman", serif;
        font-size: 34px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        line-height: 30pt; }
        @media screen and (max-width: 30em) {
          .home .body-section #cyan .contain .cta h1, .home .body-section #cyan .contain .cta h2 {
            font-size: 28px;
            line-height: 27pt; } }
        @media screen and (max-width: xsmall) {
          .home .body-section #cyan .contain .cta h1, .home .body-section #cyan .contain .cta h2 {
            font-size: 28px;
            line-height: 27pt; } }
      .home .body-section #cyan .contain .cta p {
        color: #FFF;
        font-family: "Kreon", "Times New Roman", serif;
        font-size: 20px;
        margin: 15px 0 0 0;
        line-height: 22pt;
        font-weight: 400;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
      .home .body-section #cyan .contain .cta .btn {
        background-color: #ee7541;
        font-size: 18px; }
        @media screen and (max-width: 30em) {
          .home .body-section #cyan .contain .cta .btn {
            font-size: 16px; } }
        @media screen and (max-width: xsmall) {
          .home .body-section #cyan .contain .cta .btn {
            font-size: 16px; } }
        .home .body-section #cyan .contain .cta .btn:hover {
          background-color: #6b6b6b; }
  .home .body-section #cyan .connect {
    height: 200px;
    width: 100%;
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    background-image: url("images/dot-pat.png");
    background-repeat: repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 30em) {
      .home .body-section #cyan .connect {
        height: 170px; } }
    @media screen and (max-width: xsmall) {
      .home .body-section #cyan .connect {
        height: 170px; } }
    .home .body-section #cyan .connect .img {
      width: 100%;
      background-image: url("images/integrate.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      position: absolute;
      margin: 0 auto;
      bottom: 0;
      right: 0;
      left: 0; }
      @media screen and (max-width: 30em) {
        .home .body-section #cyan .connect .img {
          background-image: url("images/m_connect.png");
          max-width: 315px;
          margin: 0 auto; } }
      @media screen and (max-width: xsmall) {
        .home .body-section #cyan .connect .img {
          background-image: url("images/m_connect.png");
          max-width: 315px;
          margin: 0 auto; } }
    .home .body-section #cyan .connect img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .home .body-section #cyan .connect .learn {
      position: absolute;
      background-color: #FFF;
      border: 2px solid #e8e8e8;
      padding: 10px 15px;
      z-index: 1000;
      color: #FFF;
      bottom: 30px;
      text-align: left;
      right: 45px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      @media screen and (max-width: 40em) {
        .home .body-section #cyan .connect .learn {
          margin: 0 auto;
          top: -200px;
          position: relative;
          display: inline-block;
          right: auto; } }
      @media screen and (max-width: small) {
        .home .body-section #cyan .connect .learn {
          margin: 0 auto;
          top: -200px;
          position: relative;
          display: inline-block;
          right: auto; } }
      @media screen and (max-width: 30em) {
        .home .body-section #cyan .connect .learn {
          top: -35px; } }
      @media screen and (max-width: xsmall) {
        .home .body-section #cyan .connect .learn {
          top: -35px; } }
      .home .body-section #cyan .connect .learn p {
        font-family: "Kreon", "Times New Roman", serif;
        color: #6b6b6b;
        font-weight: 700;
        font-size: 20px;
        line-height: 18pt;
        float: left; }
        .home .body-section #cyan .connect .learn p span {
          font-weight: 400;
          font-size: 18px; }
      .home .body-section #cyan .connect .learn:hover .icon-play {
        background-color: #9cdcf2; }
.home .body-section #banner {
  background-color: #ee7541;
  padding: 28px 0 30px 0;
  text-align: center; }
  .home .body-section #banner h2 {
    color: #FFF;
    font-family: "Kreon", "Times New Roman", serif;
    font-size: 34px;
    line-height: 30pt; }
    @media screen and (max-width: 40em) {
      .home .body-section #banner h2 {
        font-size: 28px;
        line-height: 27pt; } }
    @media screen and (max-width: small) {
      .home .body-section #banner h2 {
        font-size: 28px;
        line-height: 27pt; } }
.home .body-section #features {
  margin: 50px 0; }
  @media screen and (max-width: 40em) {
    .home .body-section #features {
      margin: 10px 0 50px 0; } }
  @media screen and (max-width: small) {
    .home .body-section #features {
      margin: 10px 0 50px 0; } }
  .home .body-section #features .row {
    overflow: hidden;
    width: 100%; }
  .home .body-section #features .half {
    width: 40%;
    overflow: hidden;
    float: left;
    margin: 45px 6% 0 4%;
    color: #6b6b6b;
    position: relative;
    padding: 0 0 0 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .home .body-section #features .half {
        width: 100%;
        margin: 45px auto 0 auto;
        float: none;
        max-width: 500px; } }
    @media screen and (max-width: med) {
      .home .body-section #features .half {
        width: 100%;
        margin: 45px auto 0 auto;
        float: none;
        max-width: 500px; } }
    @media screen and (max-width: 40em) {
      .home .body-section #features .half {
        width: 100%;
        padding: 0;
        text-align: center; } }
    @media screen and (max-width: small) {
      .home .body-section #features .half {
        width: 100%;
        padding: 0;
        text-align: center; } }
    .home .body-section #features .half img {
      float: left;
      position: absolute;
      top: 5px;
      left: 0; }
      @media screen and (max-width: 40em) {
        .home .body-section #features .half img {
          float: none;
          position: relative;
          top: auto;
          left: auto; } }
      @media screen and (max-width: small) {
        .home .body-section #features .half img {
          float: none;
          position: relative;
          top: auto;
          left: auto; } }
    .home .body-section #features .half .text {
      float: left; }
      .home .body-section #features .half .text h2 {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 19pt;
        margin: 0 0 3px 0; }
      .home .body-section #features .half .text h3 {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 900;
        color: #ee7541;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 5px 0; }
      .home .body-section #features .half .text p {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 18pt;
        font-size: 16px; }
  .home .body-section #features .features-link {
    text-align: center;
    padding: 5px 0;
    margin: 40px 0 0 0; }
    @media screen and (max-width: 46.8em) {
      .home .body-section #features .features-link {
        margin: 30px 0 0 0; } }
    @media screen and (max-width: med) {
      .home .body-section #features .features-link {
        margin: 30px 0 0 0; } }
    .home .body-section #features .features-link a {
      background-color: #22b0e6;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #FFF; }
      .home .body-section #features .features-link a:hover {
        background-color: #6b6b6b; }
.home .body-section #explore {
  background-color: #f4f4f4;
  padding: 75px 0 0 0; }
  @media screen and (max-width: 48.25em) {
    .home .body-section #explore {
      padding: 35px 0 0 0; } }
  @media screen and (max-width: medl) {
    .home .body-section #explore {
      padding: 35px 0 0 0; } }
  .home .body-section #explore .h3 {
    text-align: center;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 400;
    font-size: 30px;
    color: #6b6b6b;
    margin: 0 0 35px 0; }
  .home .body-section #explore #side-pager {
    float: left;
    padding: 0 90px 0 0;
    width: 40%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 55em) {
      .home .body-section #explore #side-pager {
        float: none;
        margin: 0 auto;
        padding: 0; } }
    @media screen and (max-width: largem) {
      .home .body-section #explore #side-pager {
        float: none;
        margin: 0 auto;
        padding: 0; } }
    @media screen and (max-width: 46.8em) {
      .home .body-section #explore #side-pager {
        width: 45%; } }
    @media screen and (max-width: med) {
      .home .body-section #explore #side-pager {
        width: 45%; } }
    @media screen and (max-width: 40em) {
      .home .body-section #explore #side-pager {
        width: 80%;
        padding: 0 10px; } }
    @media screen and (max-width: small) {
      .home .body-section #explore #side-pager {
        width: 80%;
        padding: 0 10px; } }
    @media screen and (max-width: 30em) {
      .home .body-section #explore #side-pager {
        width: 100%; } }
    @media screen and (max-width: xsmall) {
      .home .body-section #explore #side-pager {
        width: 100%; } }
    .home .body-section #explore #side-pager:after {
      content: url("images/wires.png");
      position: absolute;
      top: 38px;
      right: -80px;
      z-index: 1; }
      @media screen and (max-width: 55em) {
        .home .body-section #explore #side-pager:after {
          content: none; } }
      @media screen and (max-width: largem) {
        .home .body-section #explore #side-pager:after {
          content: none; } }
    .home .body-section #explore #side-pager li {
      cursor: pointer;
      border: 2px solid #e8e8e8;
      background-color: #FFF;
      text-align: center;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 16pt;
      color: #6b6b6b;
      padding: 13px 5px 14px 5px;
      margin: 21px 0 0 0;
      position: relative;
      z-index: 100;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .home .body-section #explore #side-pager li:hover, .home .body-section #explore #side-pager li.cycle-pager-active {
        color: #22b0e6; }
  .home .body-section #explore #imac-wrap {
    width: 60%;
    float: left;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 55em) {
      .home .body-section #explore #imac-wrap {
        float: none;
        margin: 12px auto 0 auto;
        width: 100%;
        max-width: 500px; } }
    @media screen and (max-width: largem) {
      .home .body-section #explore #imac-wrap {
        float: none;
        margin: 12px auto 0 auto;
        width: 100%;
        max-width: 500px; } }
    .home .body-section #explore #imac-wrap .slide {
      width: 100%;
      position: relative; }
      .home .body-section #explore #imac-wrap .slide .icon-play {
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        position: absolute; }
        .home .body-section #explore #imac-wrap .slide .icon-play:before {
          top: 11px;
          right: -5px;
          font-size: 39px; }
      .home .body-section #explore #imac-wrap .slide img {
        width: 100%;
        display: block;
        height: auto; }
.home .body-section #tabs {
  z-index: 100;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
  @media screen and (max-width: 48.25em) {
    .home .body-section #tabs .contain {
      padding: 0; } }
  @media screen and (max-width: medl) {
    .home .body-section #tabs .contain {
      padding: 0; } }
  .home .body-section #tabs .wrap {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 10000;
    top: -27px; }
    @media screen and (max-width: 48.25em) {
      .home .body-section #tabs .wrap {
        display: none; } }
    @media screen and (max-width: medl) {
      .home .body-section #tabs .wrap {
        display: none; } }
    .home .body-section #tabs .wrap #desknav {
      border: 2px solid #e8e8e8;
      text-align: center;
      background-color: #FFF;
      width: auto;
      padding: 0 20px;
      margin: 0;
      display: inline-block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .home .body-section #tabs .wrap #desknav a {
        position: relative;
        cursor: pointer;
        text-align: center;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16pt;
        color: #6b6b6b;
        padding: 13px 20px 14px 20px;
        margin: 0;
        display: inline-block;
        z-index: 100; }
        .home .body-section #tabs .wrap #desknav a:after, .home .body-section #tabs .wrap #desknav a:before {
          position: absolute;
          content: '';
          bottom: 20px;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          -webkit-transition: bottom 0.3s ease-in-out;
          -moz-transition: bottom 0.3s ease-in-out;
          -o-transition: bottom 0.3s ease-in-out;
          -ms-transition: bottom 0.3s ease-in-out;
          transition: bottom 0.3s ease-in-out;
          -webkit-transition: opacity 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
        .home .body-section #tabs .wrap #desknav a.active {
          color: #22b0e6; }
          .home .body-section #tabs .wrap #desknav a.active:after, .home .body-section #tabs .wrap #desknav a.active:before {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            position: absolute;
            content: '';
            left: 0;
            width: 0px;
            right: 0;
            margin: 0 auto; }
          .home .body-section #tabs .wrap #desknav a.active:after {
            border-right: 23px solid transparent;
            border-left: 23px solid transparent;
            border-top: 13px solid #e8e8e8;
            bottom: -13px; }
          .home .body-section #tabs .wrap #desknav a.active:before {
            border-right: 21px solid transparent;
            border-left: 21px solid transparent;
            border-top: 12px solid #FFF;
            bottom: -11px;
            z-index: 10; }
  .home .body-section #tabs #tabnav {
    margin: 24px auto 30px auto;
    width: 100%;
    min-height: 350px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    @media screen and (max-width: 48.25em) {
      .home .body-section #tabs #tabnav {
        margin: 0;
        min-height: 50px;
        border-top: 2px solid #e8e8e8; } }
    @media screen and (max-width: medl) {
      .home .body-section #tabs #tabnav {
        margin: 0;
        min-height: 50px;
        border-top: 2px solid #e8e8e8; } }
    .home .body-section #tabs #tabnav.auto {
      height: auto !important;
      border-bottom: 2px solid #e8e8e8; }
    .home .body-section #tabs #tabnav li {
      overflow: hidden;
      list-style: none;
      display: inline; }
      @media screen and (max-width: 48.25em) {
        .home .body-section #tabs #tabnav li {
          display: block; } }
      @media screen and (max-width: medl) {
        .home .body-section #tabs #tabnav li {
          display: block; } }
      .home .body-section #tabs #tabnav li .item {
        padding: 15px 25px;
        background: #FFF;
        text-decoration: none;
        cursor: pointer;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16pt;
        color: #6b6b6b;
        display: none;
        position: relative; }
        @media screen and (max-width: 48.25em) {
          .home .body-section #tabs #tabnav li .item {
            display: block; } }
        @media screen and (max-width: medl) {
          .home .body-section #tabs #tabnav li .item {
            display: block; } }
    .home .body-section #tabs #tabnav .section {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      overflow: hidden;
      padding: 0;
      margin: 0;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        .home .body-section #tabs #tabnav .section {
          position: static;
          padding: 20px 25px; } }
      @media screen and (max-width: medl) {
        .home .body-section #tabs #tabnav .section {
          position: static;
          padding: 20px 25px; } }
      .home .body-section #tabs #tabnav .section .third {
        width: 30%;
        overflow: hidden;
        float: left;
        margin: 0 1.5%; }
        @media screen and (max-width: 48.25em) {
          .home .body-section #tabs #tabnav .section .third {
            width: 100%;
            float: none;
            margin: 0 0 25px 0; } }
        @media screen and (max-width: medl) {
          .home .body-section #tabs #tabnav .section .third {
            width: 100%;
            float: none;
            margin: 0 0 25px 0; } }
        @media screen and (max-width: 48.25em) {
          .home .body-section #tabs #tabnav .section .third.center {
            text-align: center; } }
        @media screen and (max-width: medl) {
          .home .body-section #tabs #tabnav .section .third.center {
            text-align: center; } }
        .home .body-section #tabs #tabnav .section .third img {
          max-width: 100%;
          display: block;
          height: auto;
          padding: 10px 0 0 1px; }
        .home .body-section #tabs #tabnav .section .third h3 {
          font-family: "Kreon", "Times New Roman", serif;
          color: #6b6b6b;
          font-weight: 700;
          font-size: 20px;
          line-height: 19pt;
          margin: 0 0 3px 0; }
        .home .body-section #tabs #tabnav .section .third p {
          color: #6b6b6b;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 300;
          line-height: 18pt;
          font-size: 16px; }
          .home .body-section #tabs #tabnav .section .third p.icon-check {
            padding: 0 3% 0 35px;
            position: relative;
            margin: 0 0 25px 0; }
            .home .body-section #tabs #tabnav .section .third p.icon-check:before {
              color: #ee7541;
              position: absolute;
              top: 1px;
              left: 0;
              margin: 0;
              font-size: 22px; }
            .home .body-section #tabs #tabnav .section .third p.icon-check:last-child {
              margin: 0; }
        .home .body-section #tabs #tabnav .section .third a {
          background-color: #22b0e6;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 10px 20px 12px 20px;
          margin: 20px 0 0 0;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .home .body-section #tabs #tabnav .section .third a:hover {
            background-color: #6b6b6b; }
  .home .body-section #tabs .no-js #tabnav .section {
    display: block; }
.home .body-section #support {
  min-height: 500px;
  background-image: url("images/jeff.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-color: #ee7541;
  padding: 115px 0 0 0; }
  @media screen and (max-width: 48.25em) {
    .home .body-section #support {
      padding: 35px 0 35px 0; } }
  @media screen and (max-width: medl) {
    .home .body-section #support {
      padding: 35px 0 35px 0; } }
  .home .body-section #support .text {
    font-weight: 700;
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .home .body-section #support .text h2, .home .body-section #support .text h3 {
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 30px;
      line-height: 30pt; }
      .home .body-section #support .text h2.number, .home .body-section #support .text h3.number {
        font-size: 38px;
        margin: 20px 0 0 0;
        position: relative;
        display: inline-block;
        padding: 0 0 0 45px; }
        @media screen and (max-width: 46.8em) {
          .home .body-section #support .text h2.number, .home .body-section #support .text h3.number {
            font-size: 30px; } }
        @media screen and (max-width: med) {
          .home .body-section #support .text h2.number, .home .body-section #support .text h3.number {
            font-size: 30px; } }
        .home .body-section #support .text h2.number:before, .home .body-section #support .text h3.number:before {
          background-color: #a74f28;
          border-radius: 50%;
          font-size: 18px;
          width: 40px;
          height: 40px;
          position: absolute;
          left: -10px;
          top: 0;
          line-height: 30pt;
          text-shadow: none; }
          @media screen and (max-width: 46.8em) {
            .home .body-section #support .text h2.number:before, .home .body-section #support .text h3.number:before {
              font-size: 15px;
              width: 35px;
              height: 35px;
              line-height: 27pt;
              left: -5px;
              top: 2px; } }
          @media screen and (max-width: med) {
            .home .body-section #support .text h2.number:before, .home .body-section #support .text h3.number:before {
              font-size: 15px;
              width: 35px;
              height: 35px;
              line-height: 27pt;
              left: -5px;
              top: 2px; } }
    .home .body-section #support .text p {
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 20px;
      margin: 5px 0 0 0;
      line-height: 22pt;
      font-weight: 400; }
  .home .body-section #support .contact {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 35px 0 0 0;
    max-width: 700px; }
    .home .body-section #support .contact .half {
      width: 47%;
      float: left;
      border: 3px solid #FFF;
      text-align: left;
      margin: 0 1.5%;
      padding: 15px 20px 16px 20px;
      min-height: 120px;
      position: relative;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      @media screen and (max-width: 48.25em) {
        .home .body-section #support .contact .half {
          margin: 0 auto 20px auto;
          width: 100%;
          float: none;
          max-width: 330px; } }
      @media screen and (max-width: medl) {
        .home .body-section #support .contact .half {
          margin: 0 auto 20px auto;
          width: 100%;
          float: none;
          max-width: 330px; } }
      .home .body-section #support .contact .half .btn {
        background-color: #22b0e6;
        text-shadow: none;
        float: left;
        margin: 0 20px 0 0;
        position: absolute;
        top: 55px;
        left: 20px;
        line-height: 14pt; }
        .home .body-section #support .contact .half .btn:hover {
          background-color: #6b6b6b; }
      .home .body-section #support .contact .half h4 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        line-height: 19pt;
        margin: 0 0 10px 0; }
      .home .body-section #support .contact .half span {
        color: #FFF;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18pt;
        font-size: 16px;
        display: inline-block;
        padding: 0 0 0 120px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
.home .body-section #sales {
  padding: 70px 0; }
  @media screen and (max-width: 48.25em) {
    .home .body-section #sales {
      padding: 30px 0; } }
  @media screen and (max-width: medl) {
    .home .body-section #sales {
      padding: 30px 0; } }
  .home .body-section #sales .contain {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      .home .body-section #sales .contain {
        padding: 0 20px; } }
    @media screen and (max-width: medl) {
      .home .body-section #sales .contain {
        padding: 0 20px; } }
  .home .body-section #sales .text {
    overflow: hidden; }
    @media screen and (max-width: 48.25em) {
      .home .body-section #sales .text {
        padding: 0 10px; } }
    @media screen and (max-width: medl) {
      .home .body-section #sales .text {
        padding: 0 10px; } }
    .home .body-section #sales .text h2 {
      color: #6b6b6b;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      line-height: 39pt;
      font-size: 34px;
      text-align: right;
      width: 34%;
      float: left; }
      @media screen and (max-width: 55em) {
        .home .body-section #sales .text h2 {
          line-height: 35pt; } }
      @media screen and (max-width: largem) {
        .home .body-section #sales .text h2 {
          line-height: 35pt; } }
      @media screen and (max-width: 48.25em) {
        .home .body-section #sales .text h2 {
          text-align: left;
          width: 100%;
          float: none;
          line-height: 29pt;
          font-size: 30px;
          max-width: 550px; } }
      @media screen and (max-width: medl) {
        .home .body-section #sales .text h2 {
          text-align: left;
          width: 100%;
          float: none;
          line-height: 29pt;
          font-size: 30px;
          max-width: 550px; } }
    .home .body-section #sales .text p {
      color: #6b6b6b;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      line-height: 18pt;
      font-size: 16px;
      width: 66%;
      float: left;
      padding: 7px 0 0 40px;
      max-width: 525px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        .home .body-section #sales .text p {
          width: 100%;
          float: none;
          padding: 10px 0 0 0; } }
      @media screen and (max-width: medl) {
        .home .body-section #sales .text p {
          width: 100%;
          float: none;
          padding: 10px 0 0 0; } }
  .home .body-section #sales .img-icons {
    text-align: center;
    margin: 45px 0 75px 0; }
    @media screen and (max-width: 46.8em) {
      .home .body-section #sales .img-icons {
        margin: 45px 0; } }
    @media screen and (max-width: med) {
      .home .body-section #sales .img-icons {
        margin: 45px 0; } }
    .home .body-section #sales .img-icons img {
      margin: 0 35px; }
      @media screen and (max-width: 46.8em) {
        .home .body-section #sales .img-icons img {
          margin: 0 0 0 8%;
          width: 16%; }
          .home .body-section #sales .img-icons img:first-child {
            margin: 0; } }
      @media screen and (max-width: med) {
        .home .body-section #sales .img-icons img {
          margin: 0 0 0 8%;
          width: 16%; }
          .home .body-section #sales .img-icons img:first-child {
            margin: 0; } }
      @media screen and (max-width: 30em) {
        .home .body-section #sales .img-icons img {
          margin: 0 0 0 6%;
          width: 26%; } }
      @media screen and (max-width: xsmall) {
        .home .body-section #sales .img-icons img {
          margin: 0 0 0 6%;
          width: 26%; } }
  .home .body-section #sales .testimonials {
    overflow: hidden;
    margin: 0 -3%; }
    @media screen and (max-width: 46.8em) {
      .home .body-section #sales .testimonials {
        margin: 0; } }
    @media screen and (max-width: med) {
      .home .body-section #sales .testimonials {
        margin: 0; } }
    .home .body-section #sales .testimonials .half {
      width: 44%;
      margin: 0 3%;
      float: left; }
      @media screen and (max-width: 46.8em) {
        .home .body-section #sales .testimonials .half {
          width: 100%;
          float: none;
          margin: 0 auto 40px auto;
          max-width: 500px; } }
      @media screen and (max-width: med) {
        .home .body-section #sales .testimonials .half {
          width: 100%;
          float: none;
          margin: 0 auto 40px auto;
          max-width: 500px; } }
      .home .body-section #sales .testimonials .half .bubble {
        position: relative;
        background-image: url("images/quote.png");
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-color: #22b0e6;
        padding: 28px 30px 31px 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px 20px 0px 20px;
        -moz-border-radius: 0px 20px 0px 20px;
        -o-border-radius: 0px 20px 0px 20px;
        -ms-border-radius: 0px 20px 0px 20px;
        border-radius: 0px 20px 0px 20px; }
        .home .body-section #sales .testimonials .half .bubble:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -40px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        .home .body-section #sales .testimonials .half .bubble p {
          font-weight: 700;
          font-family: "Kreon", "Times New Roman", serif;
          color: #FFF;
          line-height: 22pt;
          font-size: 20px; }
      .home .body-section #sales .testimonials .half .who {
        overflow: hidden;
        text-align: right;
        margin: 25px 0 0 0; }
        @media screen and (max-width: 46.8em) {
          .home .body-section #sales .testimonials .half .who {
            text-align: center; } }
        @media screen and (max-width: med) {
          .home .body-section #sales .testimonials .half .who {
            text-align: center; } }
        .home .body-section #sales .testimonials .half .who .info {
          float: right; }
          @media screen and (max-width: 55em) {
            .home .body-section #sales .testimonials .half .who .info {
              float: none; } }
          @media screen and (max-width: largem) {
            .home .body-section #sales .testimonials .half .who .info {
              float: none; } }
          .home .body-section #sales .testimonials .half .who .info h5 {
            font-family: "Kreon", "Times New Roman", serif;
            color: #6b6b6b;
            font-size: 20px;
            line-height: 19pt;
            font-weight: 700; }
          .home .body-section #sales .testimonials .half .who .info a, .home .body-section #sales .testimonials .half .who .info p {
            color: #6b6b6b;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 300;
            line-height: 18pt;
            font-size: 16px; }
          .home .body-section #sales .testimonials .half .who .info a {
            color: #22b0e6;
            text-decoration: underline; }
        .home .body-section #sales .testimonials .half .who img {
          margin: 0 30px 0 20px;
          float: right; }
          @media screen and (max-width: 55em) {
            .home .body-section #sales .testimonials .half .who img {
              float: none;
              margin: 0 30px 10px 20px; } }
          @media screen and (max-width: largem) {
            .home .body-section #sales .testimonials .half .who img {
              float: none;
              margin: 0 30px 10px 20px; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
body #contact-bar {
  background-color: #f4f4f4;
  text-align: center;
  padding: 36px 0 38px 0;
  overflow: hidden; }
  body #contact-bar h2 {
    font-size: 36px;
    line-height: 36pt;
    color: #6b6b6b;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 300;
    display: inline-block; }
    body #contact-bar h2 a {
      font-weight: 700;
      color: #22b0e6;
      border-bottom: 2px solid #22b0e6;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body #contact-bar h2 a:hover {
        color: #9cdcf2;
        border-bottom: 2px solid #9cdcf2; }
  body #contact-bar .btn {
    margin: 0 0 0 20px;
    background-color: #ee7541;
    font-size: 18px;
    padding: 11px 20px 13px 20px; }
    @media screen and (max-width: 46.8em) {
      body #contact-bar .btn {
        margin: 25px 20px 0 20px; } }
    @media screen and (max-width: med) {
      body #contact-bar .btn {
        margin: 25px 20px 0 20px; } }
    body #contact-bar .btn:hover {
      background-color: #6b6b6b; }
body #logos {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
  background-color: #f4f4f4; }
  body #logos .wrap {
    margin: 0 -25px;
    overflow: hidden; }
    body #logos .wrap .stretch {
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0; }
  body #logos span {
    width: 24%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 40em) {
      body #logos span {
        max-width: 300px;
        width: 50%; }
        body #logos span img {
          max-width: 200px;
          margin: 0 auto; } }
    @media screen and (max-width: small) {
      body #logos span {
        max-width: 300px;
        width: 50%; }
        body #logos span img {
          max-width: 200px;
          margin: 0 auto; } }
    body #logos span img {
      width: 100%;
      display: block;
      height: auto;
      max-width: 198px;
      max-height: 107px; }
body .footer-section {
  background-color: #3b3e4b;
  overflow: hidden;
  padding: 35px 0 0 0; }
  @media screen and (max-width: 46.8em) {
    body .footer-section {
      text-align: center; } }
  @media screen and (max-width: med) {
    body .footer-section {
      text-align: center; } }
  body .footer-section .contain {
    overflow: hidden; }
  body .footer-section .quarter {
    width: 33.33%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      body .footer-section .quarter {
        width: 100%;
        margin: 0 0 35px 0; } }
    @media screen and (max-width: med) {
      body .footer-section .quarter {
        width: 100%;
        margin: 0 0 35px 0; } }
    body .footer-section .quarter ul {
      overflow: hidden; }
      @media screen and (max-width: 46.8em) {
        body .footer-section .quarter ul {
          max-width: 360px;
          margin: 0 auto; } }
      @media screen and (max-width: med) {
        body .footer-section .quarter ul {
          max-width: 360px;
          margin: 0 auto; } }
      body .footer-section .quarter ul li {
        font-family: "Kreon", "Times New Roman", serif;
        font-size: 16px;
        font-weight: 700;
        float: left;
        width: 50%;
        line-height: 14pt;
        margin: 0 0 18px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body .footer-section .quarter ul li a {
          color: #6b6e7c;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          body .footer-section .quarter ul li a:hover {
            color: #FFF; }
    body .footer-section .quarter p {
      margin: -4px 0 0 0;
      color: #FFF;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      line-height: 18pt;
      font-size: 16px;
      max-width: 240px; }
      @media screen and (max-width: 46.8em) {
        body .footer-section .quarter p {
          margin: 0 auto; } }
      @media screen and (max-width: med) {
        body .footer-section .quarter p {
          margin: 0 auto; } }
      body .footer-section .quarter p span {
        font-family: "Kreon", "Times New Roman", serif;
        font-size: 16px;
        font-weight: 700;
        color: #6b6e7c; }
    body .footer-section .quarter h3 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #FFF;
      font-size: 20px;
      line-height: 19pt;
      font-weight: 700;
      margin: 0 0 15px 0; }
    body .footer-section .quarter.padded {
      padding: 0 20px 2px 0; }
      @media screen and (max-width: 46.8em) {
        body .footer-section .quarter.padded {
          padding: 0; } }
      @media screen and (max-width: med) {
        body .footer-section .quarter.padded {
          padding: 0; } }
    body .footer-section .quarter a.perma {
      color: #22b0e6;
      text-decoration: underline;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      margin: 10px 0 0 0;
      display: inline-block; }
    body .footer-section .quarter a.btn {
      background-color: #22b0e6;
      margin: 0; }
      body .footer-section .quarter a.btn:hover {
        background-color: #6b6b6b; }
    body .footer-section .quarter .social {
      margin: 0 0 10px 9px;
      color: #3b3e4b;
      font-size: 20px;
      width: 30px;
      height: 30px;
      float: left;
      background-color: #ee7541;
      line-height: 24pt;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -o-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body .footer-section .quarter .social.first {
        margin: 0 0 10px 0; }
      body .footer-section .quarter .social:hover {
        background-color: #6b6b6b; }
      body .footer-section .quarter .social.icon-linkedin {
        line-height: 23pt;
        font-size: 19px; }
      body .footer-section .quarter .social.icon-youtube {
        line-height: 23pt;
        font-size: 18px; }
      body .footer-section .quarter .social.icon-google {
        line-height: 24pt;
        font-size: 17px; }
      @media screen and (max-width: 46.8em) {
        body .footer-section .quarter .social {
          float: none;
          display: inline-block;
          width: 37px;
          height: 37px;
          line-height: 30pt;
          margin: 0 4px 10px 4px;
          font-size: 23px; }
          body .footer-section .quarter .social.icon-linkedin {
            line-height: 29pt;
            font-size: 23px; }
          body .footer-section .quarter .social.icon-youtube {
            line-height: 29pt;
            font-size: 23px; }
          body .footer-section .quarter .social.icon-google {
            line-height: 30pt;
            font-size: 21px; } }
      @media screen and (max-width: med) {
        body .footer-section .quarter .social {
          float: none;
          display: inline-block;
          width: 37px;
          height: 37px;
          line-height: 30pt;
          margin: 0 4px 10px 4px;
          font-size: 23px; }
          body .footer-section .quarter .social.icon-linkedin {
            line-height: 29pt;
            font-size: 23px; }
          body .footer-section .quarter .social.icon-youtube {
            line-height: 29pt;
            font-size: 23px; }
          body .footer-section .quarter .social.icon-google {
            line-height: 30pt;
            font-size: 21px; } }
  body .footer-section .copyright {
    text-align: center;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 900;
    text-align: center;
    background-color: #333643;
    padding: 20px 0;
    margin: 35px 0 0 0; }
    @media screen and (max-width: 46.8em) {
      body .footer-section .copyright {
        margin: 0; } }
    @media screen and (max-width: med) {
      body .footer-section .copyright {
        margin: 0; } }
    body .footer-section .copyright span {
      font-size: 15px;
      color: #FFF;
      font-weight: 500;
      line-height: 16pt; }
      @media screen and (max-width: 30em) {
        body .footer-section .copyright span {
          font-size: 12px;
          color: #6b6e7c; } }
      @media screen and (max-width: xsmall) {
        body .footer-section .copyright span {
          font-size: 12px;
          color: #6b6e7c; } }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.page-template-templatesabout-php #modal.people-modal #modal-inner {
  padding: 25px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatesabout-php #modal.people-modal #modal-inner p {
    color: #6b6b6b;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300;
    line-height: 18pt;
    font-size: 16px;
    text-align: left; }
.page-template-templatesabout-php .body-section #bubbles {
  background-image: url("images/bubbles.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #00b2ee;
  height: 320px; }
  @media screen and (max-width: 30em) {
    .page-template-templatesabout-php .body-section #bubbles {
      height: 270px;
      background-image: url("images/m_bubbles.png"); } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesabout-php .body-section #bubbles {
      height: 270px;
      background-image: url("images/m_bubbles.png"); } }
.page-template-templatesabout-php .body-section #info {
  overflow: hidden; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesabout-php .body-section #info {
      padding: 30px 0 10px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesabout-php .body-section #info {
      padding: 30px 0 10px 0; } }
  .page-template-templatesabout-php .body-section #info .half {
    width: 50%;
    float: left;
    color: #6b6b6b;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300;
    line-height: 18pt;
    font-size: 16px;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesabout-php .body-section #info .half {
        width: 100%;
        float: none;
        padding: 0 0 20px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesabout-php .body-section #info .half {
        width: 100%;
        float: none;
        padding: 0 0 20px 0; } }
.page-template-templatesabout-php .body-section #team h2 {
  font-family: "Kreon", "Times New Roman", serif;
  color: #6b6b6b;
  font-size: 30px;
  text-align: center;
  margin: 0 0 35px 0;
  font-weight: 700; }
.page-template-templatesabout-php .body-section #team .wrap {
  overflow: hidden; }
  .page-template-templatesabout-php .body-section #team .wrap .box {
    font-family: "Kreon", "Times New Roman", serif;
    text-align: center;
    width: 29.333%;
    float: left;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    font-weight: 700;
    margin: 0 2% 40px 2%;
    padding: 0 0 25px 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesabout-php .body-section #team .wrap .box {
        width: 45%;
        margin: 0 2.5% 40px 2.5%; } }
    @media screen and (max-width: med) {
      .page-template-templatesabout-php .body-section #team .wrap .box {
        width: 45%;
        margin: 0 2.5% 40px 2.5%; } }
    @media screen and (max-width: 40em) {
      .page-template-templatesabout-php .body-section #team .wrap .box {
        width: 100%;
        margin: 0 auto 20px auto;
        max-width: 300px;
        float: none; } }
    @media screen and (max-width: small) {
      .page-template-templatesabout-php .body-section #team .wrap .box {
        width: 100%;
        margin: 0 auto 20px auto;
        max-width: 300px;
        float: none; } }
    .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap {
      overflow: hidden;
      position: relative; }
      .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap .overlay {
        -webkit-border-radius: 11px 11px 0 0;
        -moz-border-radius: 11px 11px 0 0;
        -o-border-radius: 11px 11px 0 0;
        -ms-border-radius: 11px 11px 0 0;
        border-radius: 11px 11px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #d64408;
        z-index: 100;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
      .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap .icon-info-circled {
        position: absolute;
        right: 2px;
        bottom: 8px;
        font-size: 26px;
        cursor: pointer;
        z-index: 1000; }
        .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap .icon-info-circled:before {
          color: #f0ab39; }
      .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap img {
        -webkit-border-radius: 11px 11px 0 0;
        -moz-border-radius: 11px 11px 0 0;
        -o-border-radius: 11px 11px 0 0;
        -ms-border-radius: 11px 11px 0 0;
        border-radius: 11px 11px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        display: block; }
        .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap img.clear-box {
          position: relative; }
        .page-template-templatesabout-php .body-section #team .wrap .box .img-wrap img.dots-box {
          position: absolute;
          top: auto;
          right: auto;
          width: 115px;
          height: auto;
          z-index: 1000;
          bottom: 0; }
    .page-template-templatesabout-php .body-section #team .wrap .box h3 {
      margin: 18px 0 0 0;
      color: #6b6b6b;
      font-size: 29px; }
    .page-template-templatesabout-php .body-section #team .wrap .box h4 {
      color: #ee7541;
      font-size: 16px; }
    .page-template-templatesabout-php .body-section #team .wrap .box .hidden {
      display: none; }
.page-template-templatesabout-php .body-section #story {
  overflow: hidden;
  border-top: 2px solid #e8e8e8;
  padding: 60px 0 70px 0;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesabout-php .body-section #story {
      padding: 40px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesabout-php .body-section #story {
      padding: 40px 0; } }
  .page-template-templatesabout-php .body-section #story .img-wrap {
    width: 40%;
    float: left; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesabout-php .body-section #story .img-wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        float: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesabout-php .body-section #story .img-wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        float: none; } }
    .page-template-templatesabout-php .body-section #story .img-wrap img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesabout-php .body-section #story .img-wrap img {
          max-width: 300px;
          margin: 0 auto 20px auto; } }
      @media screen and (max-width: med) {
        .page-template-templatesabout-php .body-section #story .img-wrap img {
          max-width: 300px;
          margin: 0 auto 20px auto; } }
  .page-template-templatesabout-php .body-section #story .text {
    width: 60%;
    float: left;
    padding: 0 0 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesabout-php .body-section #story .text {
        width: 100%;
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
        float: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesabout-php .body-section #story .text {
        width: 100%;
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
        float: none; } }
    .page-template-templatesabout-php .body-section #story .text:first-child {
      padding: 0; }
    .page-template-templatesabout-php .body-section #story .text h2 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #6b6b6b;
      font-size: 30px;
      text-align: left;
      margin: 0 0 15px 0;
      font-weight: 700; }

/* ==========================================================================
   Contact/Contact Template
   ========================================================================== */
.page-template-templatescontact-php .contain,
.page-template-templatestemplate-contact-php .contain {
  position: relative; }
  .page-template-templatescontact-php .contain.overflow,
  .page-template-templatestemplate-contact-php .contain.overflow {
    overflow: hidden; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatescontact-php .contain.overflow,
      .page-template-templatestemplate-contact-php .contain.overflow {
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatescontact-php .contain.overflow,
      .page-template-templatestemplate-contact-php .contain.overflow {
        padding: 0; } }
  .page-template-templatescontact-php .contain #feature-top-img img,
  .page-template-templatestemplate-contact-php .contain #feature-top-img img {
    max-width: 100%;
    height: auto;
    display: block; }
  .page-template-templatescontact-php .contain .globe,
  .page-template-templatestemplate-contact-php .contain .globe {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: auto;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    min-width: 600px;
    content: url("images/globe.png"); }
  .page-template-templatescontact-php .contain .column,
  .page-template-templatestemplate-contact-php .contain .column {
    overflow: hidden;
    border: 2px solid #e8e8e8;
    margin: 60px auto 0 auto;
    max-width: 720px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatescontact-php .contain .column,
      .page-template-templatestemplate-contact-php .contain .column {
        border: none;
        margin: 0 auto;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0; } }
    @media screen and (max-width: med) {
      .page-template-templatescontact-php .contain .column,
      .page-template-templatestemplate-contact-php .contain .column {
        border: none;
        margin: 0 auto;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0; } }
    .page-template-templatescontact-php .contain .column h2,
    .page-template-templatestemplate-contact-php .contain .column h2 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #6b6b6b;
      font-size: 30px;
      text-align: left;
      margin: 0 0 10px 0;
      font-weight: 700;
      line-height: 27pt; }
    .page-template-templatescontact-php .contain .column .locate,
    .page-template-templatestemplate-contact-php .contain .column .locate {
      padding: 40px 0 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatescontact-php .contain .column .locate .row,
      .page-template-templatestemplate-contact-php .contain .column .locate .row {
        width: 100%;
        overflow: hidden;
        padding: 0 40px 40px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatescontact-php .contain .column .locate .row,
          .page-template-templatestemplate-contact-php .contain .column .locate .row {
            padding: 0 20px 30px 20px; } }
        @media screen and (max-width: med) {
          .page-template-templatescontact-php .contain .column .locate .row,
          .page-template-templatestemplate-contact-php .contain .column .locate .row {
            padding: 0 20px 30px 20px; } }
        .page-template-templatescontact-php .contain .column .locate .row .text,
        .page-template-templatestemplate-contact-php .contain .column .locate .row .text {
          width: 37%;
          float: left;
          padding: 0 20px 0 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatescontact-php .contain .column .locate .row .text,
            .page-template-templatestemplate-contact-php .contain .column .locate .row .text {
              width: 100%;
              padding: 0;
              float: none;
              max-width: 400px;
              margin: 0 auto; }
              .page-template-templatescontact-php .contain .column .locate .row .text p, .page-template-templatescontact-php .contain .column .locate .row .text h2,
              .page-template-templatestemplate-contact-php .contain .column .locate .row .text p,
              .page-template-templatestemplate-contact-php .contain .column .locate .row .text h2 {
                text-align: center; } }
          @media screen and (max-width: med) {
            .page-template-templatescontact-php .contain .column .locate .row .text,
            .page-template-templatestemplate-contact-php .contain .column .locate .row .text {
              width: 100%;
              padding: 0;
              float: none;
              max-width: 400px;
              margin: 0 auto; }
              .page-template-templatescontact-php .contain .column .locate .row .text p, .page-template-templatescontact-php .contain .column .locate .row .text h2,
              .page-template-templatestemplate-contact-php .contain .column .locate .row .text p,
              .page-template-templatestemplate-contact-php .contain .column .locate .row .text h2 {
                text-align: center; } }
          .page-template-templatescontact-php .contain .column .locate .row .text p,
          .page-template-templatestemplate-contact-php .contain .column .locate .row .text p {
            font-family: "Kreon", "Times New Roman", serif;
            color: #6b6b6b;
            font-size: 19px;
            font-weight: 300; }
        .page-template-templatescontact-php .contain .column .locate .row a,
        .page-template-templatestemplate-contact-php .contain .column .locate .row a {
          width: 63%;
          float: left;
          display: block;
          overflow: hidden;
          border: 2px solid #ccc;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          -ms-border-radius: 6px;
          border-radius: 6px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatescontact-php .contain .column .locate .row a,
            .page-template-templatestemplate-contact-php .contain .column .locate .row a {
              width: 100%;
              max-width: 400px;
              margin: 25px auto 0 auto;
              float: none; } }
          @media screen and (max-width: med) {
            .page-template-templatescontact-php .contain .column .locate .row a,
            .page-template-templatestemplate-contact-php .contain .column .locate .row a {
              width: 100%;
              max-width: 400px;
              margin: 25px auto 0 auto;
              float: none; } }
          .page-template-templatescontact-php .contain .column .locate .row a img,
          .page-template-templatestemplate-contact-php .contain .column .locate .row a img {
            height: auto;
            display: block;
            width: 100%; }
    .page-template-templatescontact-php .contain .column .form-area,
    .page-template-templatestemplate-contact-php .contain .column .form-area {
      background-color: #f4f4f4;
      overflow: hidden;
      padding: 40px 40px 250px 40px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatescontact-php .contain .column .form-area,
        .page-template-templatestemplate-contact-php .contain .column .form-area {
          padding: 40px 20px 150px 20px; } }
      @media screen and (max-width: med) {
        .page-template-templatescontact-php .contain .column .form-area,
        .page-template-templatestemplate-contact-php .contain .column .form-area {
          padding: 40px 20px 150px 20px; } }
      .page-template-templatescontact-php .contain .column .form-area .half,
      .page-template-templatestemplate-contact-php .contain .column .form-area .half {
        width: 60%;
        padding: 0 0 0 40px;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatescontact-php .contain .column .form-area .half .form-cta,
        .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta {
          position: relative;
          width: 100%; }
          .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gravity-form ul, .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gform_wrapper ul,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gravity-form ul,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gform_wrapper ul {
            background: none;
            border-left: none;
            margin: 20px 0 25px 0;
            padding: 0;
            list-style: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gravity-form ul li, .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gravity-form ul li,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li {
              list-style: none; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gravity-form ul li .half, .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li .half,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gravity-form ul li .half,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li .half {
                margin-left: 19px; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gravity-form ul li .half .first, .page-template-templatescontact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li .half .first,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gravity-form ul li .half .first,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .gform_wrapper ul li .half .first {
                  margin-left: 0; }
          .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form {
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            background-color: none;
            color: #FFF;
            overflow: hidden;
            padding: 20px 20px 25px 20px;
            margin: 0 0 15px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form fieldset,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form fieldset {
              max-width: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form ul,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form ul {
              background: none;
              border-left: none;
              padding: 0;
              list-style: none; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form ul li,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form ul li {
                list-style: none;
                margin-left: 0; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-required,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-required {
              display: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form h2, .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form h3,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form h2,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form h3 {
              margin: 0 0 15px 0;
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 900;
              font-size: 28px;
              line-height: 20pt;
              color: #6b6b6b; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field {
              margin: 0 0 19px 0; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input,
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: bold;
                width: 100%;
                max-width: 100%;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                padding: 0 0 0 10px;
                text-align: left;
                color: #6b6b6b;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:focus,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:focus,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input:focus,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
                  outline: none;
                  border: 2px solid #e8e8e8; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input.error,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea.error,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field input.error,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
                  border-color: #ee7541; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field textarea {
                min-height: 80px;
                margin: 0;
                padding: 3px 0 0 10px; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field select,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field select {
                border: 0 !important;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: #FFF;
                width: 100%;
                text-indent: 0.01px;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                color: #cacaca;
                font-weight: 500;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                padding: 0 10px; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field label {
                font-family: "Kreon", "Times New Roman", serif;
                font-weight: 700;
                line-height: 22pt;
                font-size: 20px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #6b6b6b; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
                display: inline-block;
                width: 20px;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
                vertical-align: middle;
                display: inline-block; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
                width: 87%;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
                width: 20px;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
                margin: 0; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
                  margin: 0; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
                  font-size: 12px;
                  margin: 0 0 10px 0;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font-family: "Roboto", "Helvetica", sans-serif;
                  line-height: 18px;
                  font-weight: 500;
                  color: #6b6b6b; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button {
              text-transform: none;
              border: none;
              background-color: #22b0e6;
              cursor: pointer;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 16px;
              padding: 7px 20px 12px 20px;
              width: auto;
              line-height: 17pt;
              height: 38px;
              display: inline-block;
              color: #FFF;
              -webkit-border-radius: 0px 10px 0px 10px;
              -moz-border-radius: 0px 10px 0px 10px;
              -o-border-radius: 0px 10px 0px 10px;
              -ms-border-radius: 0px 10px 0px 10px;
              border-radius: 0px 10px 0px 10px;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button:hover,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button:hover {
                background-color: #6b6b6b; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button:focus,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta .htmlembed .hs-form .hs-button:focus {
                border: none;
                background-color: #6b6b6b; }
          .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form {
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            background-color: none;
            color: #FFF;
            overflow: hidden;
            padding: 20px 20px 25px 20px;
            margin: 0 0 15px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form fieldset,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form fieldset {
              max-width: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form ul,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form ul {
              background: none;
              border-left: none;
              padding: 0;
              list-style: none; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form ul li,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form ul li {
                list-style: none;
                margin-left: 0; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-required,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-required {
              display: none; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form h2, .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form h3,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form h2,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form h3 {
              margin: 0 0 15px 0;
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 900;
              font-size: 28px;
              line-height: 20pt;
              color: #6b6b6b; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field {
              margin: 0 0 19px 0; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input,
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: bold;
                width: 100%;
                max-width: 100%;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                padding: 0 0 0 10px;
                text-align: left;
                color: #6b6b6b;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
                  outline: none;
                  border: 2px solid #e8e8e8; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
                  border-color: #ee7541; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
                min-height: 80px;
                margin: 0;
                padding: 3px 0 0 10px; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field select,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field select {
                border: 0 !important;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: #FFF;
                width: 100%;
                text-indent: 0.01px;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                color: #cacaca;
                font-weight: 500;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                padding: 0 10px; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field label {
                font-family: "Kreon", "Times New Roman", serif;
                font-weight: 700;
                line-height: 22pt;
                font-size: 20px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #6b6b6b; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
                display: inline-block;
                width: 20px;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
                vertical-align: middle;
                display: inline-block; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
                width: 87%;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
                width: 20px;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
                margin: 0; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
                  margin: 0; }
                .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
                .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
                  font-size: 12px;
                  margin: 0 0 10px 0;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font-family: "Roboto", "Helvetica", sans-serif;
                  line-height: 18px;
                  font-weight: 500;
                  color: #6b6b6b; }
            .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button {
              text-transform: none;
              border: none;
              background-color: #22b0e6;
              cursor: pointer;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 16px;
              padding: 7px 20px 12px 20px;
              width: auto;
              line-height: 17pt;
              height: 38px;
              display: inline-block;
              color: #FFF;
              -webkit-border-radius: 0px 10px 0px 10px;
              -moz-border-radius: 0px 10px 0px 10px;
              -o-border-radius: 0px 10px 0px 10px;
              -ms-border-radius: 0px 10px 0px 10px;
              border-radius: 0px 10px 0px 10px;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button:hover,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button:hover {
                background-color: #6b6b6b; }
              .page-template-templatescontact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button:focus,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .form-cta #hs_custom_form .hs-form .hs-button:focus {
                border: none;
                background-color: #6b6b6b; }
        .page-template-templatescontact-php .contain .column .form-area .half.first,
        .page-template-templatestemplate-contact-php .contain .column .form-area .half.first {
          width: 40%;
          padding: 0; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatescontact-php .contain .column .form-area .half.first,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half.first {
              margin: 0 0 40px 0; } }
          @media screen and (max-width: med) {
            .page-template-templatescontact-php .contain .column .form-area .half.first,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half.first {
              margin: 0 0 40px 0; } }
        @media screen and (max-width: 46.8em) {
          .page-template-templatescontact-php .contain .column .form-area .half,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half {
            width: 100%;
            float: none;
            padding: 0; }
            .page-template-templatescontact-php .contain .column .form-area .half.first,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half.first {
              width: 100%;
              padding: 0;
              float: none; } }
        @media screen and (max-width: med) {
          .page-template-templatescontact-php .contain .column .form-area .half,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half {
            width: 100%;
            float: none;
            padding: 0; }
            .page-template-templatescontact-php .contain .column .form-area .half.first,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half.first {
              width: 100%;
              padding: 0;
              float: none; } }
        .page-template-templatescontact-php .contain .column .form-area .half .number,
        .page-template-templatestemplate-contact-php .contain .column .form-area .half .number {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          font-size: 38px;
          margin: 20px 0 0 0;
          position: absolute;
          display: inline-block;
          padding: 18px 30px 19px 75px;
          color: #FFF;
          background-color: #ee7541;
          bottom: 47px;
          left: 0px;
          z-index: 10;
          line-height: 27pt;
          -webkit-border-radius: 0px 12px 0px 12px;
          -moz-border-radius: 0px 12px 0px 12px;
          -o-border-radius: 0px 12px 0px 12px;
          -ms-border-radius: 0px 12px 0px 12px;
          border-radius: 0px 12px 0px 12px; }
          .page-template-templatescontact-php .contain .column .form-area .half .number:after,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:after {
            content: '';
            height: 0;
            position: absolute;
            right: 0;
            bottom: -20px;
            display: block;
            border-right: 25px solid #ee7541;
            border-bottom: 20px solid transparent; }
          .page-template-templatescontact-php .contain .column .form-area .half .number:before,
          .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:before {
            background-color: #cc5522;
            border-radius: 50%;
            font-size: 18px;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 16px;
            top: 16px;
            line-height: 30pt;
            text-shadow: none; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatescontact-php .contain .column .form-area .half .number,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .number {
              left: 26px; } }
          @media screen and (max-width: med) {
            .page-template-templatescontact-php .contain .column .form-area .half .number,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .number {
              left: 26px; } }
          @media screen and (max-width: 25em) {
            .page-template-templatescontact-php .contain .column .form-area .half .number,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .number {
              font-size: 28px;
              text-align: center;
              left: 0;
              right: 0;
              margin: 0 20px;
              white-space: nowrap;
              bottom: 25px;
              padding: 14px 0px 14px 40px; }
              .page-template-templatescontact-php .contain .column .form-area .half .number:after,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:after {
                bottom: -15px;
                border-right: 20px solid #ee7541;
                border-bottom: 15px solid transparent; }
              .page-template-templatescontact-php .contain .column .form-area .half .number:before,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:before {
                font-size: 15px;
                width: 35px;
                height: 35px;
                top: 14px;
                left: 14px;
                line-height: 27pt; } }
          @media screen and (max-width: xxsmall) {
            .page-template-templatescontact-php .contain .column .form-area .half .number,
            .page-template-templatestemplate-contact-php .contain .column .form-area .half .number {
              font-size: 28px;
              text-align: center;
              left: 0;
              right: 0;
              margin: 0 20px;
              white-space: nowrap;
              bottom: 25px;
              padding: 14px 0px 14px 40px; }
              .page-template-templatescontact-php .contain .column .form-area .half .number:after,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:after {
                bottom: -15px;
                border-right: 20px solid #ee7541;
                border-bottom: 15px solid transparent; }
              .page-template-templatescontact-php .contain .column .form-area .half .number:before,
              .page-template-templatestemplate-contact-php .contain .column .form-area .half .number:before {
                font-size: 15px;
                width: 35px;
                height: 35px;
                top: 14px;
                left: 14px;
                line-height: 27pt; } }
        .page-template-templatescontact-php .contain .column .form-area .half a,
        .page-template-templatestemplate-contact-php .contain .column .form-area .half a {
          color: #22b0e6;
          text-decoration: underline;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 300;
          margin: 15px 0 0 0;
          display: inline-block; }

/* ==========================================================================
   PLATFORM
   ========================================================================== */
@media screen and (max-width: 46.8em) {
  .page-template-templatesplatform-php .body-section #cyan {
    overflow: hidden; } }
@media screen and (max-width: med) {
  .page-template-templatesplatform-php .body-section #cyan {
    overflow: hidden; } }
.page-template-templatesplatform-php .body-section #cyan .cta {
  max-width: 570px;
  padding-bottom: 285px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesplatform-php .body-section #cyan .cta {
      padding-bottom: 310px; } }
  @media screen and (max-width: med) {
    .page-template-templatesplatform-php .body-section #cyan .cta {
      padding-bottom: 310px; } }
.page-template-templatesplatform-php .body-section #cyan .dots {
  bottom: 52px;
  height: 164px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesplatform-php .body-section #cyan .dots {
      bottom: 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesplatform-php .body-section #cyan .dots {
      bottom: 0; } }
  .page-template-templatesplatform-php .body-section #cyan .dots img {
    position: absolute; }
    .page-template-templatesplatform-php .body-section #cyan .dots img.floater {
      right: 35px;
      position: absolute;
      top: -60px;
      z-index: 1; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.floater {
          right: 20px;
          top: -108px; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.floater {
          right: 20px;
          top: -108px; } }
    .page-template-templatesplatform-php .body-section #cyan .dots img.chrome {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.chrome {
          left: 30px; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.chrome {
          left: 30px; } }
    .page-template-templatesplatform-php .body-section #cyan .dots img.wires {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 0; }
      @media screen and (max-width: 55em) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.wires {
          max-width: 680px; } }
      @media screen and (max-width: largem) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.wires {
          max-width: 680px; } }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.wires {
          display: none; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #cyan .dots img.wires {
          display: none; } }
.page-template-templatesplatform-php .body-section #connections {
  position: relative;
  padding: 0 15px;
  margin: -53px 0 0 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesplatform-php .body-section #connections {
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesplatform-php .body-section #connections {
      margin: 0;
      padding: 0; } }
  .page-template-templatesplatform-php .body-section #connections .contain {
    padding: 35px 20px; }
    @media screen and (max-width: 60em) {
      .page-template-templatesplatform-php .body-section #connections .contain {
        padding: 35px 20px 0 20px; } }
    @media screen and (max-width: large) {
      .page-template-templatesplatform-php .body-section #connections .contain {
        padding: 35px 20px 0 20px; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section #connections .contain {
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section #connections .contain {
        padding: 0; } }
  .page-template-templatesplatform-php .body-section #connections .over {
    position: absolute;
    border-top: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    background-color: #FFF;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    height: 76px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section #connections .over {
        display: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section #connections .over {
        display: none; } }
  .page-template-templatesplatform-php .body-section #connections #connect-tab {
    border-bottom: 2px solid #e8e8e8; }
  .page-template-templatesplatform-php .body-section #connections .fourth {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 60em) {
      .page-template-templatesplatform-php .body-section #connections .fourth {
        padding: 0 20px 40px 20px;
        width: 50%; } }
    @media screen and (max-width: large) {
      .page-template-templatesplatform-php .body-section #connections .fourth {
        padding: 0 20px 40px 20px;
        width: 50%; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section #connections .fourth {
        width: 100%;
        float: none;
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section #connections .fourth {
        width: 100%;
        float: none;
        padding: 0; } }
    .page-template-templatesplatform-php .body-section #connections .fourth ul {
      min-height: 88px; }
    .page-template-templatesplatform-php .body-section #connections .fourth h3 {
      margin: 0 0 10px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 19pt;
      color: #6b6b6b;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #connections .fourth h3 {
          border-top: 2px solid #e8e8e8;
          padding: 15px 35px;
          margin: 0; }
          .page-template-templatesplatform-php .body-section #connections .fourth h3:after {
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-top: 10px solid #e8e8e8;
            position: absolute;
            right: 25px;
            top: 23px; }
          .page-template-templatesplatform-php .body-section #connections .fourth h3.active {
            padding: 30px 35px 15px 35px; }
            .page-template-templatesplatform-php .body-section #connections .fourth h3.active:after {
              content: '';
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #e8e8e8;
              border-top: 10px solid transparent;
              top: 25px; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #connections .fourth h3 {
          border-top: 2px solid #e8e8e8;
          padding: 15px 35px;
          margin: 0; }
          .page-template-templatesplatform-php .body-section #connections .fourth h3:after {
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-top: 10px solid #e8e8e8;
            position: absolute;
            right: 25px;
            top: 23px; }
          .page-template-templatesplatform-php .body-section #connections .fourth h3.active {
            padding: 30px 35px 15px 35px; }
            .page-template-templatesplatform-php .body-section #connections .fourth h3.active:after {
              content: '';
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #e8e8e8;
              border-top: 10px solid transparent;
              top: 25px; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section #connections .fourth .content {
        display: none;
        padding: 0 35px 37px 35px;
        max-width: 390px; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section #connections .fourth .content {
        display: none;
        padding: 0 35px 37px 35px;
        max-width: 390px; } }
    .page-template-templatesplatform-php .body-section #connections .fourth .content.open {
      display: block; }
    .page-template-templatesplatform-php .body-section #connections .fourth .content span {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 900;
      font-size: 12px;
      display: block;
      margin: 15px 0 10px 0;
      color: #bfbfbf;
      text-transform: uppercase; }
    .page-template-templatesplatform-php .body-section #connections .fourth .content ul li {
      margin: 0 0 11px 0; }
      .page-template-templatesplatform-php .body-section #connections .fourth .content ul li a {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        text-decoration: underline;
        color: #22b0e6;
        line-height: 17pt; }
    .page-template-templatesplatform-php .body-section #connections .fourth .btn {
      margin: 10px 0 0 0;
      background-color: #22b0e6; }
      .page-template-templatesplatform-php .body-section #connections .fourth .btn:hover {
        background-color: #6b6b6b; }
.page-template-templatesplatform-php .body-section .section-heading {
  margin: 35px 0 0 0; }
  .page-template-templatesplatform-php .body-section .section-heading.hidden {
    display: none; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section .section-heading.hidden {
        display: block;
        border-top: 2px solid #e8e8e8;
        margin: 0;
        padding: 20px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section .section-heading.hidden {
        display: block;
        border-top: 2px solid #e8e8e8;
        margin: 0;
        padding: 20px 0; } }
.page-template-templatesplatform-php .body-section #go-to {
  margin: 5px auto 30px auto;
  text-align: center; }
  .page-template-templatesplatform-php .body-section #go-to p a {
    white-space: nowrap;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-template-templatesplatform-php .body-section #go-to p a:hover {
      color: #22b0e6; }
      .page-template-templatesplatform-php .body-section #go-to p a:hover:before {
        color: #6b6b6b; }
    .page-template-templatesplatform-php .body-section #go-to p a:before {
      content: '/';
      margin: 0 5px 0 0; }
      @media screen and (max-width: 40em) {
        .page-template-templatesplatform-php .body-section #go-to p a:before {
          content: none;
          margin: 0; } }
      @media screen and (max-width: small) {
        .page-template-templatesplatform-php .body-section #go-to p a:before {
          content: none;
          margin: 0; } }
    .page-template-templatesplatform-php .body-section #go-to p a:first-child:before {
      content: none;
      margin: 0; }
.page-template-templatesplatform-php .body-section #thefeatures {
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatesplatform-php .body-section #thefeatures .row {
    border-top: 2px solid #f4f4f4;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .page-template-templatesplatform-php .body-section #thefeatures .row p {
      color: #ee7541;
      font-family: "Roboto", "Helvetica", sans-serif;
      line-height: 33pt;
      text-align: center;
      min-height: 45px;
      background-color: #fcfafa;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      border-bottom: 2px solid #f4f4f4;
      position: relative; }
      .page-template-templatesplatform-php .body-section #thefeatures .row p:after, .page-template-templatesplatform-php .body-section #thefeatures .row p:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        position: absolute;
        content: '';
        left: 0;
        width: 0px;
        right: 0;
        margin: 0 auto; }
      .page-template-templatesplatform-php .body-section #thefeatures .row p:after {
        border-right: 23px solid transparent;
        border-left: 23px solid transparent;
        border-top: 13px solid #f4f4f4;
        bottom: -13px; }
      .page-template-templatesplatform-php .body-section #thefeatures .row p:before {
        border-right: 21px solid transparent;
        border-left: 21px solid transparent;
        border-top: 12px solid #fcfafa;
        bottom: -11px;
        z-index: 10; }
    .page-template-templatesplatform-php .body-section #thefeatures .row .wrap {
      padding: 20px 0; }
      .page-template-templatesplatform-php .body-section #thefeatures .row .wrap.odd {
        max-width: 700px;
        margin: 0 auto; }
      .page-template-templatesplatform-php .body-section #thefeatures .row .wrap.even {
        max-width: 100%; }
  .page-template-templatesplatform-php .body-section #thefeatures .block {
    display: inline-block;
    border: 2px solid #f4f4f4;
    position: relative;
    float: none;
    width: 200px;
    margin: 10px 8px;
    min-height: 195px;
    text-align: center;
    padding: 20px 25px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatesplatform-php .body-section #thefeatures .block:hover {
      border: 2px solid #ee7541; }
      @media screen and (max-width: 40em) {
        .page-template-templatesplatform-php .body-section #thefeatures .block:hover {
          border: none; } }
      @media screen and (max-width: small) {
        .page-template-templatesplatform-php .body-section #thefeatures .block:hover {
          border: none; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesplatform-php .body-section #thefeatures .block {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px auto; } }
    @media screen and (max-width: med) {
      .page-template-templatesplatform-php .body-section #thefeatures .block {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px auto; } }
    @media screen and (max-width: 40em) {
      .page-template-templatesplatform-php .body-section #thefeatures .block {
        margin: 0 auto;
        border: none;
        padding: 0;
        margin: 15px 0;
        min-height: 20px; } }
    @media screen and (max-width: small) {
      .page-template-templatesplatform-php .body-section #thefeatures .block {
        margin: 0 auto;
        border: none;
        padding: 0;
        margin: 15px 0;
        min-height: 20px; } }
    .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap {
      margin: 0 auto 15px auto;
      position: relative;
      padding: 62% 0 0 0;
      overflow: hidden; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap {
          padding: 40% 0 0 0; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap {
          padding: 40% 0 0 0; } }
      @media screen and (max-width: 40em) {
        .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap {
          display: none; } }
      @media screen and (max-width: small) {
        .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap {
          display: none; } }
      .page-template-templatesplatform-php .body-section #thefeatures .block .icon-wrap img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
        display: block; }
    .page-template-templatesplatform-php .body-section #thefeatures .block h3 {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 17px;
      line-height: 16pt;
      margin: 0 0 3px 0;
      color: #6b6b6b; }
.page-template-templatesplatform-php .body-section #thesupport {
  background-image: url("images/support.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  margin: 70px 0 0 0;
  overflow: hidden;
  min-height: 615px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesplatform-php .body-section #thesupport {
      background-position: top right; } }
  @media screen and (max-width: med) {
    .page-template-templatesplatform-php .body-section #thesupport {
      background-position: top right; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesplatform-php .body-section #thesupport {
      background-position: -880px 0px; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesplatform-php .body-section #thesupport {
      background-position: -880px 0px; } }
  .page-template-templatesplatform-php .body-section #thesupport .contain .wrap {
    padding: 60px 0 0 0; }
    .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .textbox {
      width: 100%;
      max-width: 425px;
      border: 3px solid #FFF;
      text-align: left;
      margin: 0 0 30px 0;
      padding: 20px 20px 25px 20px;
      min-height: 120px;
      position: relative;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .textbox h4 {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        line-height: 19pt;
        margin: 0 0 10px 0; }
      .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .textbox p {
        font-weight: 400;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        color: #fff;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18pt;
        font-size: 16px;
        display: inline-block; }
    .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask {
      position: absolute;
      right: 50px;
      bottom: 50px; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask {
          position: relative;
          bottom: 0;
          width: 100%;
          left: -20px;
          margin: 80px 0 0 0;
          background-color: #f56d33;
          padding: 25px 40px 40px 40px; }
          .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid #f56d33;
            content: '';
            position: absolute;
            right: 20%;
            top: -30px; } }
      @media screen and (max-width: med) {
        .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask {
          position: relative;
          bottom: 0;
          width: 100%;
          left: -20px;
          margin: 80px 0 0 0;
          background-color: #f56d33;
          padding: 25px 40px 40px 40px; }
          .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid #f56d33;
            content: '';
            position: absolute;
            right: 20%;
            top: -30px; } }
      .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask h2 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-size: 46px;
        font-weight: 700; }
      .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask h4 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-size: 20px;
        font-weight: 400; }
      .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask .btn {
        background-color: #22b0e6;
        font-size: 18px;
        padding: 12px 20px 14px 20px;
        margin: 15px 0 0 0; }
        .page-template-templatesplatform-php .body-section #thesupport .contain .wrap .ask .btn:hover {
          background-color: #6b6b6b; }

/* ==========================================================================
   PRODUCT - NEW
   ========================================================================== */
@media screen and (max-width: 46.8em) {
  .page-template-templatesproduct-php .body-section #cyan {
    overflow: hidden; } }
@media screen and (max-width: med) {
  .page-template-templatesproduct-php .body-section #cyan {
    overflow: hidden; } }
.page-template-templatesproduct-php .body-section #cyan .cta {
  max-width: 570px;
  padding-bottom: 180px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesproduct-php .body-section #cyan .cta {
      padding-bottom: 240px; } }
  @media screen and (max-width: med) {
    .page-template-templatesproduct-php .body-section #cyan .cta {
      padding-bottom: 240px; } }
.page-template-templatesproduct-php .body-section #cyan .dots {
  bottom: 0;
  height: 105px; }
  .page-template-templatesproduct-php .body-section #cyan .dots img {
    position: absolute; }
    .page-template-templatesproduct-php .body-section #cyan .dots img.floater {
      right: 65px;
      position: absolute;
      top: -70px;
      z-index: 1; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.floater {
          right: 20px;
          top: -108px; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.floater {
          right: 20px;
          top: -108px; } }
    .page-template-templatesproduct-php .body-section #cyan .dots img.chrome {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.chrome {
          left: 30px; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.chrome {
          left: 30px; } }
    .page-template-templatesproduct-php .body-section #cyan .dots img.wires {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 0; }
      @media screen and (max-width: 55em) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.wires {
          max-width: 680px; } }
      @media screen and (max-width: largem) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.wires {
          max-width: 680px; } }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.wires {
          display: none; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #cyan .dots img.wires {
          display: none; } }
.page-template-templatesproduct-php .body-section #connections {
  position: relative;
  padding: 0 15px;
  margin: -53px 0 0 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesproduct-php .body-section #connections {
      margin: 0;
      padding: 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesproduct-php .body-section #connections {
      margin: 0;
      padding: 0; } }
  .page-template-templatesproduct-php .body-section #connections .contain {
    padding: 35px 20px; }
    @media screen and (max-width: 60em) {
      .page-template-templatesproduct-php .body-section #connections .contain {
        padding: 35px 20px 0 20px; } }
    @media screen and (max-width: large) {
      .page-template-templatesproduct-php .body-section #connections .contain {
        padding: 35px 20px 0 20px; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section #connections .contain {
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section #connections .contain {
        padding: 0; } }
  .page-template-templatesproduct-php .body-section #connections .over {
    position: absolute;
    border-top: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    background-color: #FFF;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    height: 76px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section #connections .over {
        display: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section #connections .over {
        display: none; } }
  .page-template-templatesproduct-php .body-section #connections #connect-tab {
    border-bottom: 2px solid #e8e8e8; }
  .page-template-templatesproduct-php .body-section #connections .fourth {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 60em) {
      .page-template-templatesproduct-php .body-section #connections .fourth {
        padding: 0 20px 40px 20px;
        width: 50%; } }
    @media screen and (max-width: large) {
      .page-template-templatesproduct-php .body-section #connections .fourth {
        padding: 0 20px 40px 20px;
        width: 50%; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section #connections .fourth {
        width: 100%;
        float: none;
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section #connections .fourth {
        width: 100%;
        float: none;
        padding: 0; } }
    .page-template-templatesproduct-php .body-section #connections .fourth ul {
      min-height: 88px; }
    .page-template-templatesproduct-php .body-section #connections .fourth h3 {
      margin: 0 0 10px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 19pt;
      color: #6b6b6b;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #connections .fourth h3 {
          border-top: 2px solid #e8e8e8;
          padding: 15px 35px;
          margin: 0; }
          .page-template-templatesproduct-php .body-section #connections .fourth h3:after {
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-top: 10px solid #e8e8e8;
            position: absolute;
            right: 25px;
            top: 23px; }
          .page-template-templatesproduct-php .body-section #connections .fourth h3.active {
            padding: 30px 35px 15px 35px; }
            .page-template-templatesproduct-php .body-section #connections .fourth h3.active:after {
              content: '';
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #e8e8e8;
              border-top: 10px solid transparent;
              top: 25px; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #connections .fourth h3 {
          border-top: 2px solid #e8e8e8;
          padding: 15px 35px;
          margin: 0; }
          .page-template-templatesproduct-php .body-section #connections .fourth h3:after {
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-top: 10px solid #e8e8e8;
            position: absolute;
            right: 25px;
            top: 23px; }
          .page-template-templatesproduct-php .body-section #connections .fourth h3.active {
            padding: 30px 35px 15px 35px; }
            .page-template-templatesproduct-php .body-section #connections .fourth h3.active:after {
              content: '';
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #e8e8e8;
              border-top: 10px solid transparent;
              top: 25px; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section #connections .fourth .content {
        display: none;
        padding: 0 35px 37px 35px;
        max-width: 390px; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section #connections .fourth .content {
        display: none;
        padding: 0 35px 37px 35px;
        max-width: 390px; } }
    .page-template-templatesproduct-php .body-section #connections .fourth .content.open {
      display: block; }
    .page-template-templatesproduct-php .body-section #connections .fourth .content span {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 900;
      font-size: 12px;
      display: block;
      margin: 15px 0 10px 0;
      color: #bfbfbf;
      text-transform: uppercase; }
    .page-template-templatesproduct-php .body-section #connections .fourth .content ul li {
      margin: 0 0 11px 0; }
      .page-template-templatesproduct-php .body-section #connections .fourth .content ul li a {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        text-decoration: underline;
        color: #22b0e6;
        line-height: 17pt; }
    .page-template-templatesproduct-php .body-section #connections .fourth .btn {
      margin: 10px 0 0 0;
      background-color: #22b0e6; }
      .page-template-templatesproduct-php .body-section #connections .fourth .btn:hover {
        background-color: #6b6b6b; }
.page-template-templatesproduct-php .body-section .section-heading {
  margin: 50px 0 0 0; }
  .page-template-templatesproduct-php .body-section .section-heading.hidden {
    display: none; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section .section-heading.hidden {
        display: block;
        border-top: 2px solid #e8e8e8;
        margin: 0;
        padding: 20px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section .section-heading.hidden {
        display: block;
        border-top: 2px solid #e8e8e8;
        margin: 0;
        padding: 20px 0; } }
.page-template-templatesproduct-php .body-section #go-to {
  margin: 15px auto 40px auto;
  text-align: center; }
  .page-template-templatesproduct-php .body-section #go-to p {
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 400;
    font-size: 15px; }
    .page-template-templatesproduct-php .body-section #go-to p:first-child {
      margin: 0 0 3px 0; }
    .page-template-templatesproduct-php .body-section #go-to p a {
      white-space: nowrap;
      margin: 0 5px 0 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .page-template-templatesproduct-php .body-section #go-to p a:hover {
        color: #22b0e6; }
        .page-template-templatesproduct-php .body-section #go-to p a:hover:before {
          color: #6b6b6b; }
      .page-template-templatesproduct-php .body-section #go-to p a:before {
        content: '/';
        margin: 0 5px 0 0; }
      .page-template-templatesproduct-php .body-section #go-to p a:first-child:before {
        content: none;
        margin: 0; }
.page-template-templatesproduct-php .body-section #thefeatures {
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatesproduct-php .body-section #thefeatures .row {
    border-top: 2px solid #f4f4f4;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 45px 0 50px 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesproduct-php .body-section #thefeatures .row {
        padding: 25px 0 30px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesproduct-php .body-section #thefeatures .row {
        padding: 25px 0 30px 0; } }
    .page-template-templatesproduct-php .body-section #thefeatures .row .features-title-wrap {
      display: block;
      text-align: center;
      max-width: 640px;
      margin: 0 auto;
      padding: 0 20px; }
      .page-template-templatesproduct-php .body-section #thefeatures .row .features-title-wrap h3 {
        color: #ee7541;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 20pt;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 10px 0; }
    .page-template-templatesproduct-php .body-section #thefeatures .row .wrap {
      padding: 25px 0; }
    .page-template-templatesproduct-php .body-section #thefeatures .row .btn {
      margin: 0;
      background-color: #22b0e6; }
      .page-template-templatesproduct-php .body-section #thefeatures .row .btn:hover {
        background-color: #6b6b6b; }
  .page-template-templatesproduct-php .body-section #thefeatures .block {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    max-width: 150px;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 40em) {
      .page-template-templatesproduct-php .body-section #thefeatures .block {
        border: none;
        padding: 0; } }
    @media screen and (max-width: small) {
      .page-template-templatesproduct-php .body-section #thefeatures .block {
        border: none;
        padding: 0; } }
    .page-template-templatesproduct-php .body-section #thefeatures .block .icon-wrap {
      margin: 0 auto 15px auto;
      position: relative;
      padding: 65% 0 0 0;
      overflow: hidden; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #thefeatures .block .icon-wrap {
          padding: 55% 0 0 0; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #thefeatures .block .icon-wrap {
          padding: 55% 0 0 0; } }
      .page-template-templatesproduct-php .body-section #thefeatures .block .icon-wrap img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
        display: block; }
    .page-template-templatesproduct-php .body-section #thefeatures .block h3 {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14pt;
      color: #6b6b6b;
      max-width: 130px;
      margin: 0 auto; }
.page-template-templatesproduct-php .body-section #thesupport {
  background-image: url("images/support.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  margin: 70px 0 0 0;
  overflow: hidden;
  min-height: 615px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesproduct-php .body-section #thesupport {
      background-position: top right; } }
  @media screen and (max-width: med) {
    .page-template-templatesproduct-php .body-section #thesupport {
      background-position: top right; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesproduct-php .body-section #thesupport {
      background-position: -880px 0px; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesproduct-php .body-section #thesupport {
      background-position: -880px 0px; } }
  .page-template-templatesproduct-php .body-section #thesupport .contain .wrap {
    padding: 60px 0 0 0; }
    .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .textbox {
      width: 100%;
      max-width: 425px;
      border: 3px solid #FFF;
      text-align: left;
      margin: 0 0 30px 0;
      padding: 20px 20px 25px 20px;
      min-height: 120px;
      position: relative;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .textbox h4 {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        line-height: 19pt;
        margin: 0 0 10px 0; }
      .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .textbox p {
        font-weight: 400;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        color: #fff;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18pt;
        font-size: 16px;
        display: inline-block; }
    .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask {
      position: absolute;
      right: 50px;
      bottom: 50px; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask {
          position: relative;
          bottom: 0;
          width: 100%;
          left: -20px;
          margin: 80px 0 0 0;
          background-color: #f56d33;
          padding: 25px 40px 40px 40px; }
          .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid #f56d33;
            content: '';
            position: absolute;
            right: 20%;
            top: -30px; } }
      @media screen and (max-width: med) {
        .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask {
          position: relative;
          bottom: 0;
          width: 100%;
          left: -20px;
          margin: 80px 0 0 0;
          background-color: #f56d33;
          padding: 25px 40px 40px 40px; }
          .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid #f56d33;
            content: '';
            position: absolute;
            right: 20%;
            top: -30px; } }
      .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask h2 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-size: 46px;
        font-weight: 700; }
      .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask h4 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-size: 20px;
        font-weight: 400; }
      .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask .btn {
        background-color: #22b0e6;
        font-size: 18px;
        padding: 12px 20px 14px 20px;
        margin: 15px 0 0 0; }
        .page-template-templatesproduct-php .body-section #thesupport .contain .wrap .ask .btn:hover {
          background-color: #6b6b6b; }

/* ==========================================================================
   PARTNER DIRECTORY
   ========================================================================== */
.page-template-templatespartner-directory-php .body-section .selectricWrapper {
  display: none; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatespartner-directory-php .body-section .selectricWrapper {
      display: block;
      margin: 40px auto 20px auto; } }
  @media screen and (max-width: med) {
    .page-template-templatespartner-directory-php .body-section .selectricWrapper {
      display: block;
      margin: 40px auto 20px auto; } }
  .page-template-templatespartner-directory-php .body-section .selectricWrapper.selectricOpen .selectric {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
.page-template-templatespartner-directory-php .body-section #partner-tabs-nav {
  border: 2px solid #e8e8e8;
  text-align: center;
  padding: 0 12px 0 0;
  max-width: 800px;
  margin: 60px auto 0 auto;
  background-color: #FFF;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatespartner-directory-php .body-section #partner-tabs-nav {
      display: none; } }
  @media screen and (max-width: med) {
    .page-template-templatespartner-directory-php .body-section #partner-tabs-nav {
      display: none; } }
  .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a {
    white-space: nowrap;
    line-height: 16pt;
    padding: 13px 20px 14px 20px;
    margin: 0;
    cursor: pointer;
    font-family: "Kreon", "Times New Roman", serif;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a:after, .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a:before {
      position: absolute;
      content: '';
      bottom: 20px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: bottom 0.3s ease-in-out;
      -moz-transition: bottom 0.3s ease-in-out;
      -o-transition: bottom 0.3s ease-in-out;
      -ms-transition: bottom 0.3s ease-in-out;
      transition: bottom 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a.active {
      color: #22b0e6; }
      .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a.active:after, .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a.active:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        position: absolute;
        content: '';
        left: 0;
        width: 0px;
        right: 0;
        margin: 0 auto; }
      .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a.active:after {
        border-right: 23px solid transparent;
        border-left: 23px solid transparent;
        border-top: 13px solid #e8e8e8;
        bottom: -13px; }
      .page-template-templatespartner-directory-php .body-section #partner-tabs-nav a.active:before {
        border-right: 21px solid transparent;
        border-left: 21px solid transparent;
        border-top: 12px solid #FFF;
        bottom: -11px;
        z-index: 10; }
.page-template-templatespartner-directory-php .body-section #partner-tabs {
  max-width: 800px;
  margin: -5px auto 100px auto;
  position: relative;
  border: 2px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatespartner-directory-php .body-section #partner-tabs {
      margin: 0 auto 100px auto;
      max-width: 450px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; } }
  @media screen and (max-width: med) {
    .page-template-templatespartner-directory-php .body-section #partner-tabs {
      margin: 0 auto 100px auto;
      max-width: 450px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; } }
  .page-template-templatespartner-directory-php .body-section #partner-tabs li .content {
    display: none;
    position: relative;
    width: 100%;
    height: 100%; }
    .page-template-templatespartner-directory-php .body-section #partner-tabs li .content.open {
      display: block; }
    .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row {
      width: 100%;
      overflow: hidden;
      min-height: 50px;
      padding: 0 25px 0 0;
      position: relative;
      border-top: 2px solid #e8e8e8;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row:hover .column.company a {
        color: #22b0e6; }
      .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row:first-child {
        border: none; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row {
          padding: 0; } }
      @media screen and (max-width: med) {
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row {
          padding: 0; } }
      .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column {
        float: left;
        padding: 26px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column {
            float: none;
            text-align: center; } }
        @media screen and (max-width: med) {
          .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column {
            float: none;
            text-align: center; } }
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column span {
          font-family: "Kreon", "Times New Roman", serif;
          color: #ee7541;
          font-weight: 700;
          font-size: 16px;
          line-height: 18pt;
          display: block; }
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo {
          width: 20%;
          padding: 0; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo {
              width: 100%; } }
          @media screen and (max-width: med) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo {
              width: 100%; } }
          .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo img {
            width: 100%;
            height: auto;
            display: block; }
            @media screen and (max-width: 46.8em) {
              .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo img {
                margin: 0 auto;
                max-width: 120px; } }
            @media screen and (max-width: med) {
              .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.logo img {
                margin: 0 auto;
                max-width: 120px; } }
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.company {
          width: 30%;
          padding: 26px 10px 26px 3px; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.company {
              width: 100%;
              padding: 0; } }
          @media screen and (max-width: med) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.company {
              width: 100%;
              padding: 0; } }
          .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.company a {
            font-family: "Kreon", "Times New Roman", serif;
            color: #6b6b6b;
            font-weight: 700;
            font-size: 16px;
            line-height: 18pt; }
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.address {
          width: 27%; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.address {
              width: 100%;
              padding: 0; } }
          @media screen and (max-width: med) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.address {
              width: 100%;
              padding: 0; } }
        .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.contact {
          width: 23%;
          text-align: right; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.contact {
              width: 100%;
              text-align: center;
              padding: 7px 0 32px 0; } }
          @media screen and (max-width: med) {
            .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.contact {
              width: 100%;
              text-align: center;
              padding: 7px 0 32px 0; } }
          .page-template-templatespartner-directory-php .body-section #partner-tabs li .content .row .column.contact a {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 300;
            color: #22b0e6;
            text-decoration: underline;
            text-decoration: underline; }

/* ==========================================================================
   PARTNER
   ========================================================================== */
.page-template-templatespartner-php .body-section #cyan .cta {
  max-width: 595px; }
  .page-template-templatespartner-php .body-section #cyan .cta .btn {
    background-color: #ee7541; }
    .page-template-templatespartner-php .body-section #cyan .cta .btn:hover {
      background-color: #6b6b6b; }
.page-template-templatespartner-php .body-section .contain .row {
  overflow: hidden;
  margin: 60px 0 0 0; }
  @media screen and (max-width: 30em) {
    .page-template-templatespartner-php .body-section .contain .row {
      margin: 20px 0 50px 0; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatespartner-php .body-section .contain .row {
      margin: 20px 0 50px 0; } }
  .page-template-templatespartner-php .body-section .contain .row.flipped span {
    float: right; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatespartner-php .body-section .contain .row.flipped span {
        float: none; } }
    @media screen and (max-width: med) {
      .page-template-templatespartner-php .body-section .contain .row.flipped span {
        float: none; } }
  .page-template-templatespartner-php .body-section .contain .row.flipped .text {
    float: right;
    text-align: right;
    padding: 0 45px 0 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatespartner-php .body-section .contain .row.flipped .text {
        text-align: left;
        float: none;
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatespartner-php .body-section .contain .row.flipped .text {
        text-align: left;
        float: none;
        padding: 0; } }
  .page-template-templatespartner-php .body-section .contain .row span {
    width: 42%;
    float: left;
    display: block; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatespartner-php .body-section .contain .row span {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto 20px auto; } }
    @media screen and (max-width: med) {
      .page-template-templatespartner-php .body-section .contain .row span {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto 20px auto; } }
    .page-template-templatespartner-php .body-section .contain .row span img {
      height: auto;
      display: block;
      width: 100%; }
  .page-template-templatespartner-php .body-section .contain .row .text {
    width: 58%;
    float: left;
    padding: 0 0 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatespartner-php .body-section .contain .row .text {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto;
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatespartner-php .body-section .contain .row .text {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto;
        padding: 0; } }
    .page-template-templatespartner-php .body-section .contain .row .text h2 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #6b6b6b;
      font-size: 30px;
      margin: 0 0 10px 0;
      font-weight: 700;
      line-height: 29pt; }
      @media screen and (max-width: 30em) {
        .page-template-templatespartner-php .body-section .contain .row .text h2 {
          font-size: 20px;
          line-height: 19pt; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatespartner-php .body-section .contain .row .text h2 {
          font-size: 20px;
          line-height: 19pt; } }
    .page-template-templatespartner-php .body-section .contain .row .text a {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      color: #22b0e6;
      margin: 10px 0 0 0;
      display: inline-block;
      text-decoration: underline; }
.page-template-templatespartner-php .body-section .contain .partner-box {
  margin-bottom: 110px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatespartner-php .body-section .contain .partner-box {
      max-width: 400px;
      margin: 40px auto 90px auto; } }
  @media screen and (max-width: med) {
    .page-template-templatespartner-php .body-section .contain .partner-box {
      max-width: 400px;
      margin: 40px auto 90px auto; } }

/* ==========================================================================
   PRICING
   ========================================================================== */
.page-template-templatespricing-php .body-section #cyan .cta {
  padding-bottom: 90px;
  z-index: 0;
  max-width: 100%; }
  .page-template-templatespricing-php .body-section #cyan .cta h1 {
    font-size: 30px; }
.page-template-templatespricing-php .body-section #cyan .dots {
  height: 75px;
  max-width: 870px; }
.page-template-templatespricing-php .body-section .pricing-section .wrap {
  background-color: #FFF;
  overflow: hidden;
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-top: 2px solid #e8e8e8;
  margin: -40px auto 0 auto;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 40em) {
    .page-template-templatespricing-php .body-section .pricing-section .wrap {
      max-width: 400px; } }
  @media screen and (max-width: small) {
    .page-template-templatespricing-php .body-section .pricing-section .wrap {
      max-width: 400px; } }
  .page-template-templatespricing-php .body-section .pricing-section .wrap .step {
    padding: 30px 0;
    border-bottom: solid 2px #f4f4f4;
    text-align: center;
    background-image: url("images/narrow-arrow.png");
    background-position: 50% 0%;
    background-repeat: no-repeat; }
    .page-template-templatespricing-php .body-section .pricing-section .wrap .step.first {
      background-image: none; }
    .page-template-templatespricing-php .body-section .pricing-section .wrap .step .number {
      color: #ee7541;
      font-size: 100px;
      line-height: 1em;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 900;
      text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.36);
      margin: 0 30px;
      vertical-align: middle;
      display: inline-block; }
    .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc {
      margin: 0 20px;
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
      .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper {
        height: 100%;
        width: 600px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 40em) {
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper {
            width: 100%; } }
        @media screen and (max-width: small) {
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper {
            width: 100%; } }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform-dropdown label {
          display: none; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .validation_message,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .validation_error,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_confirmation_message {
          color: #ee7541;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 500;
          line-height: 18pt;
          font-size: 16px;
          margin: 32px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_confirmation_message {
          color: #22b0e6; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .selectricWrapper {
          margin: 0 0 19px 0;
          max-width: 250px;
          width: 100%; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .selectricWrapper .selectric .label {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            color: #cacaca;
            line-height: 17px;
            padding: 6px 6px 6px 10px; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_title {
          font-family: "Kreon", "Times New Roman", serif;
          color: #6b6b6b;
          font-size: 30px;
          text-align: center;
          margin: 0 0 35px 0;
          font-weight: 700;
          line-height: 29pt; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gf_progressbar_wrapper {
          padding: 0 0 19px 0; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gf_progressbar_wrapper h3 {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 400;
            font-size: 15px;
            color: #6b6b6b; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
            margin: 19px 0;
            border: 2px solid #e8e8e8;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_blue {
              height: 20px;
              background-color: #22b0e6;
              line-height: 20px;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 16px;
              color: #FFF; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_fields {
          padding: 19px 0; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 400px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input::-webkit-input-placeholder,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input:-moz-placeholder,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input::-moz-placeholder,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input:-ms-input-placeholder,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper input:focus,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea:focus {
            outline: none;
            border: 2px solid #c7c7c7; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 400;
          font-size: 15px;
          color: #6b6b6b;
          padding: 0 0 19px 0;
          float: left;
          width: 100%; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_description {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 400;
          font-size: 15px;
          color: #6b6b6b;
          padding: 8px 0;
          width: 100%; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox input,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio input {
          width: initial;
          vertical-align: middle; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox label,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: 300;
          width: 100%;
          color: #6b6b6b; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox li,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio li {
          text-align: left; }
          @media screen and (max-width: 40em) {
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox li,
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio li {
              width: 100%; } }
          @media screen and (max-width: small) {
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox li,
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio li {
              width: 100%; } }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_checkbox li {
          width: 33%;
          float: left; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_radio li {
          width: 100%;
          max-width: 400px;
          display: inline-block; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gfield_select {
          width: 100%;
          max-width: 400px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: 300;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_next_button,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_button {
          float: right;
          color: #FFF;
          background-color: #22b0e6;
          border: none; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_previous_button {
          float: left;
          border: 2px solid #e8e8e8;
          color: #b1b1b1;
          background-color: white !important; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_button,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_next_button,
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_previous_button {
          text-transform: none;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_button:hover,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_next_button:hover,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_previous_button:hover {
            background-color: #6b6b6b; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_button:focus,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_next_button:focus,
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .gform_previous_button:focus {
            border: none;
            background-color: #6b6b6b; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul {
          border: none !important;
          float: left;
          padding: 0 0 19px 0;
          width: 100%; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul li {
            border: none !important;
            width: 100%; }
            .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul li.gfield {
              margin: 0 0 32px 0;
              float: left; }
              .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul li.gfield.gform_hidden {
                margin: 0; }
              .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul li.gfield.gfield_error input {
                margin: 0 0 5px 0;
                border: 2px solid #ee7541; }
              .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper ul li.gfield.gfield_error .validation_message {
                margin: 0; }
        .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .btn, .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .button {
          background-color: #22b0e6; }
          .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .btn:hover, .page-template-templatespricing-php .body-section .pricing-section .wrap .step .desc .gform_wrapper .button:hover {
            background-color: #6b6b6b; }
.page-template-templatespricing-php .body-section .pricing-section a {
  color: #22b0e6;
  text-decoration: underline;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 300; }
.page-template-templatespricing-php .body-section .pricing-section strong, .page-template-templatespricing-php .body-section .pricing-section b {
  font-weight: bold; }
.page-template-templatespricing-php .body-section .pricing-section em, .page-template-templatespricing-php .body-section .pricing-section i {
  font-style: italic; }
.page-template-templatespricing-php .body-section #indigo {
  position: relative;
  z-index: 100;
  background-color: #ee7541;
  text-align: center;
  margin: 0;
  padding: 30px 0; }
  @media screen and (max-width: 40em) {
    .page-template-templatespricing-php .body-section #indigo {
      margin: -2px 0 0 0; } }
  @media screen and (max-width: small) {
    .page-template-templatespricing-php .body-section #indigo {
      margin: -2px 0 0 0; } }
  .page-template-templatespricing-php .body-section #indigo h2 {
    font-family: "Kreon", "Times New Roman", serif;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    line-height: 22pt; }
  .page-template-templatespricing-php .body-section #indigo .btn {
    padding: 11px 20px 13px 20px;
    background-color: #22b0e6;
    border: 3px solid #b4b4b4;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    margin: 15px 0 0 0; }
    .page-template-templatespricing-php .body-section #indigo .btn:hover {
      background-color: #6b6b6b; }
.page-template-templatespricing-php .body-section #bottom-info {
  padding: 50px 0 80px 0;
  overflow: hidden; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatespricing-php .body-section #bottom-info {
      padding: 50px 0 15px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatespricing-php .body-section #bottom-info {
      padding: 50px 0 15px 0; } }
  .page-template-templatespricing-php .body-section #bottom-info .block {
    padding: 0 20px;
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatespricing-php .body-section #bottom-info .block {
        padding: 0 0 30px 0;
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto; }
        .page-template-templatespricing-php .body-section #bottom-info .block:first-child {
          margin: 0 auto; } }
    @media screen and (max-width: med) {
      .page-template-templatespricing-php .body-section #bottom-info .block {
        padding: 0 0 30px 0;
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto; }
        .page-template-templatespricing-php .body-section #bottom-info .block:first-child {
          margin: 0 auto; } }
    .page-template-templatespricing-php .body-section #bottom-info .block h2 {
      font-family: "Kreon", "Times New Roman", serif;
      color: #6b6b6b;
      font-size: 24px;
      text-align: left;
      margin: 0;
      font-weight: 700;
      line-height: 22pt;
      padding: 0 0 20px 0; }
    .page-template-templatespricing-php .body-section #bottom-info .block ul li {
      color: #c2c2c2;
      font-family: "Roboto", "Helvetica", sans-serif;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 16pt;
      font-size: 14px;
      position: relative;
      list-style-type: none;
      margin: 0 0 15px 0;
      padding: 0 0 0 35px; }
      .page-template-templatespricing-php .body-section #bottom-info .block ul li:before {
        color: #9cd54b;
        font-size: 20px;
        vertical-align: middle;
        line-height: 16pt;
        left: 0px;
        position: absolute;
        margin: 0; }

/* ==========================================================================
   NEWS
   ========================================================================== */
.page-template-templatesnews-php .body-section #cyan,
.page-template-templatescase-studies-php .body-section #cyan,
.parent-pageid-37 .body-section #cyan {
  padding: 175px 0 0 0; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatesnews-php .body-section #cyan,
    .page-template-templatescase-studies-php .body-section #cyan,
    .parent-pageid-37 .body-section #cyan {
      padding: 0; } }
  @media screen and (max-width: medl) {
    .page-template-templatesnews-php .body-section #cyan,
    .page-template-templatescase-studies-php .body-section #cyan,
    .parent-pageid-37 .body-section #cyan {
      padding: 0; } }
  .page-template-templatesnews-php .body-section #cyan .cta,
  .page-template-templatescase-studies-php .body-section #cyan .cta,
  .parent-pageid-37 .body-section #cyan .cta {
    max-width: 470px; }
.page-template-templatesnews-php.single .body-section #sidebar-layout,
.page-template-templatescase-studies-php.single .body-section #sidebar-layout,
.parent-pageid-37.single .body-section #sidebar-layout {
  padding: 40px 0; }
  .page-template-templatesnews-php.single .body-section #sidebar-layout #main-content,
  .page-template-templatescase-studies-php.single .body-section #sidebar-layout #main-content,
  .parent-pageid-37.single .body-section #sidebar-layout #main-content {
    border-bottom: none; }
    .page-template-templatesnews-php.single .body-section #sidebar-layout #main-content .video-block,
    .page-template-templatescase-studies-php.single .body-section #sidebar-layout #main-content .video-block,
    .parent-pageid-37.single .body-section #sidebar-layout #main-content .video-block {
      width: 100%;
      float: none;
      margin: 0; }
      .page-template-templatesnews-php.single .body-section #sidebar-layout #main-content .video-block h2,
      .page-template-templatescase-studies-php.single .body-section #sidebar-layout #main-content .video-block h2,
      .parent-pageid-37.single .body-section #sidebar-layout #main-content .video-block h2 {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        color: #6b6b6b;
        font-size: 30px;
        line-height: 30pt;
        margin: 0 0 20px 0; }
      .page-template-templatesnews-php.single .body-section #sidebar-layout #main-content .video-block .framed,
      .page-template-templatescase-studies-php.single .body-section #sidebar-layout #main-content .video-block .framed,
      .parent-pageid-37.single .body-section #sidebar-layout #main-content .video-block .framed {
        margin: 0 0 25px 0; }
.page-template-templatesnews-php.page-id-37 .body-section #cyan .contain .cta,
.page-template-templatescase-studies-php.page-id-37 .body-section #cyan .contain .cta,
.parent-pageid-37.page-id-37 .body-section #cyan .contain .cta {
  max-width: 750px; }
.page-template-templatesnews-php.page-id-37 .body-section #sidebar-layout #sidebar ul,
.page-template-templatescase-studies-php.page-id-37 .body-section #sidebar-layout #sidebar ul,
.parent-pageid-37.page-id-37 .body-section #sidebar-layout #sidebar ul {
  margin: 0 0 30px 0; }
.page-template-templatesnews-php.page-id-37 .body-section #sidebar-layout #sidebar h5,
.page-template-templatescase-studies-php.page-id-37 .body-section #sidebar-layout #sidebar h5,
.parent-pageid-37.page-id-37 .body-section #sidebar-layout #sidebar h5 {
  color: #cdcdcd;
  font-weight: 900;
  font-size: 14px;
  line-height: 14pt;
  font-family: "Roboto", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0; }
.page-template-templatesnews-php.page-id-37 .body-section #sidebar-layout #sidebar .rss h5,
.page-template-templatescase-studies-php.page-id-37 .body-section #sidebar-layout #sidebar .rss h5,
.parent-pageid-37.page-id-37 .body-section #sidebar-layout #sidebar .rss h5 {
  color: #6b6b6b;
  font-size: 24px;
  line-height: 1em;
  margin: 0 0 10px;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 700;
  text-transform: none; }
.page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #cyan .cta,
.page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #cyan .cta,
.parent-pageid-37.page-template-templateswhite-papers-php .body-section #cyan .cta {
  max-width: 550px; }
.page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content h4,
.page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content h4,
.parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content h4 {
  font-family: "Kreon", "Times New Roman", serif;
  font-size: 20px;
  line-height: 20pt;
  color: #6b6b6b;
  font-weight: 700;
  margin: 0 0 5px 0; }
.page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn,
.page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn,
.parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn {
  margin: 0 0 20px 0;
  background-color: #22b0e6;
  color: #FFF; }
  .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn:hover,
  .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn:hover,
  .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .btn:hover {
    background-color: #6b6b6b; }
.page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article,
.page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article,
.parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article {
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #e8e8e8; }
  .single .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article, .single
  .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article, .single
  .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article {
    border-bottom: none; }
  .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .author-bar .author-details,
  .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .author-bar .author-details,
  .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .author-bar .author-details {
    margin: 0; }
  .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more,
  .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more,
  .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more {
    margin: 30px 0 0 0; }
    .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share,
    .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share,
    .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share {
      display: inline-block;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 16px;
      line-height: 16pt;
      color: #8a8a8a;
      font-weight: 400;
      padding: 6px 12px;
      border: 2px solid #e8e8e8;
      margin: 0 0 0 40px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .page-template-templatesnews-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share:before,
      .page-template-templatescase-studies-php.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share:before,
      .parent-pageid-37.page-template-templateswhite-papers-php .body-section #sidebar-layout .contain #main-content .article .more .share:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 2px;
        left: -25px;
        top: 0px;
        background-color: #e8e8e8; }
.page-template-templatesnews-php.page-template-templatesfaq-php .body-section #cyan .cta,
.page-template-templatescase-studies-php.page-template-templatesfaq-php .body-section #cyan .cta,
.parent-pageid-37.page-template-templatesfaq-php .body-section #cyan .cta {
  max-width: 560px; }
.page-template-templatesnews-php.page-template-templatesfaq-php .body-section #sidebar-layout #main-content .article,
.page-template-templatescase-studies-php.page-template-templatesfaq-php .body-section #sidebar-layout #main-content .article,
.parent-pageid-37.page-template-templatesfaq-php .body-section #sidebar-layout #main-content .article {
  border-bottom: none;
  padding: 0 0 10px 0; }

.page-template-templatescase-studies-php {
  background: #000; }
  .page-template-templatescase-studies-php .body-section #cyan {
    padding: 120px 0 0 0; }
    @media screen and (max-width: 40em) {
      .page-template-templatescase-studies-php .body-section #cyan .contain {
        padding: 0; } }
    @media screen and (max-width: small) {
      .page-template-templatescase-studies-php .body-section #cyan .contain {
        padding: 0; } }
    .page-template-templatescase-studies-php .body-section #cyan .cta {
      padding: 75px 0 35px 0;
      max-width: 670px; }
      @media screen and (max-width: 40em) {
        .page-template-templatescase-studies-php .body-section #cyan .cta {
          padding: 65px 20px 35px 20px; } }
      @media screen and (max-width: small) {
        .page-template-templatescase-studies-php .body-section #cyan .cta {
          padding: 65px 20px 35px 20px; } }
    .page-template-templatescase-studies-php .body-section #cyan .slider-wrap {
      position: relative;
      background-image: url("images/dot-pat.png");
      background-repeat: repeat;
      background-position: top center;
      bottom: -1px;
      padding: 30px 0 0;
      -webkit-transition: padding 0.3s ease-in-out;
      -moz-transition: padding 0.3s ease-in-out;
      -o-transition: padding 0.3s ease-in-out;
      -ms-transition: padding 0.3s ease-in-out;
      transition: padding 0.3s ease-in-out; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap {
          padding: 55px 0 0 0; } }
      @media screen and (max-width: med) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap {
          padding: 55px 0 0 0; } }
      @media screen and (max-width: 40em) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap {
          padding: 95px 0 0 0; } }
      @media screen and (max-width: small) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap {
          padding: 95px 0 0 0; } }
      .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .dropdown-position {
        position: relative;
        max-width: 860px;
        margin: 0 auto; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .dropdown-position #dropdown-wrap {
          width: 200px;
          height: 40px;
          background-color: #fdf8e7;
          border-top: 2px solid #ece3d1;
          border-left: 2px solid #ece3d1;
          border-right: 2px solid #ece3d1;
          position: absolute;
          top: -40px;
          right: 20px;
          z-index: 1000;
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -o-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .dropdown-position .selectricWrapper {
          margin: 6px 0 0 0;
          width: 100%;
          padding: 0 8px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .dropdown-position .selectricWrapper .selectricItems {
            left: 8px; }
      .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-prev {
        left: 0;
        bottom: 54%;
        cursor: pointer;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-prev:before {
          color: #e8e8e8;
          font-size: 50px;
          text-align: left;
          margin: 0;
          padding: 0 10px;
          position: absolute;
          left: 0px;
          top: 0px;
          line-height: 35pt;
          background-color: #FFF;
          border: 2px solid #e8e8e8;
          -webkit-border-radius: 8px 0 0 8px;
          -moz-border-radius: 8px 0 0 8px;
          -o-border-radius: 8px 0 0 8px;
          -ms-border-radius: 8px 0 0 8px;
          border-radius: 8px 0 0 8px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-prev:hover {
          left: -8px; }
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-prev:hover:before {
            color: #22b0e6; }
      .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-next {
        right: 0;
        bottom: 54%;
        cursor: pointer;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-next:before {
          color: #e8e8e8;
          font-size: 50px;
          text-align: right;
          margin: 0;
          padding: 0 10px;
          position: absolute;
          right: 0px;
          top: 0px;
          line-height: 35pt;
          background-color: #FFF;
          border: 2px solid #e8e8e8;
          -webkit-border-radius: 0 8px 8px 0;
          -moz-border-radius: 0 8px 8px 0;
          -o-border-radius: 0 8px 8px 0;
          -ms-border-radius: 0 8px 8px 0;
          border-radius: 0 8px 8px 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-next:hover {
          right: -8px; }
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap .cycle-next:hover:before {
            color: #22b0e6; }
      @media screen and (max-width: 60em) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #slide-left,
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #slide-right {
          visibility: hidden; } }
      @media screen and (max-width: large) {
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #slide-left,
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #slide-right {
          visibility: hidden; } }
      .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #mobile-slider-nav {
        display: none;
        bottom: 25px;
        position: absolute;
        width: 100%;
        z-index: 10000;
        max-width: 116px;
        margin: 0 auto;
        right: 0;
        left: 0; }
        @media screen and (max-width: 60em) {
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #mobile-slider-nav {
            display: block; } }
        @media screen and (max-width: large) {
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #mobile-slider-nav {
            display: block; } }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #mobile-slider-nav .cycle-next:before {
          width: 30px;
          padding: 0 20px 0 5px; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #mobile-slider-nav .cycle-prev:before {
          width: 30px;
          padding: 0 5px 0 20px; }
      .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider {
        width: 100%;
        max-width: 860px;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding: 0 20px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider:after {
          content: '';
          background-color: #fdf8e7;
          border-top: 2px solid #ece3d1;
          border-left: 2px solid #ece3d1;
          border-right: 2px solid #ece3d1;
          width: auto;
          height: auto;
          position: absolute;
          right: 10px;
          top: 10px;
          left: 0;
          bottom: 0;
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -o-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider:before {
          content: '';
          background-color: #fdf8e7;
          border-top: 2px solid #ece3d1;
          border-left: 2px solid #ece3d1;
          border-right: 2px solid #ece3d1;
          width: 15px;
          height: auto;
          position: absolute;
          right: 0px;
          top: 20px;
          bottom: 0;
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -o-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder-wrap {
          width: 100%;
          padding: 0 20px 0 0;
          margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder {
          width: 100%;
          background-color: #fdf8e7;
          border-top: 2px solid #ece3d1;
          border-left: 2px solid #ece3d1;
          border-right: 2px solid #ece3d1;
          height: auto;
          max-width: 840px;
          left: 0;
          right: 0;
          top: 20px;
          padding: 20px 30px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 5px 0 0 0;
          -moz-border-radius: 5px 0 0 0;
          -o-border-radius: 5px 0 0 0;
          -ms-border-radius: 5px 0 0 0;
          border-radius: 5px 0 0 0; }
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who {
            overflow: hidden;
            text-align: left;
            margin: 0; }
            @media screen and (max-width: 46.8em) {
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who {
                text-align: center; } }
            @media screen and (max-width: med) {
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who {
                text-align: center; } }
            .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info {
              float: left;
              border-left: 3px solid #e8e8e8;
              padding: 0 0 0 20px; }
              @media screen and (max-width: 46.8em) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info {
                  float: none;
                  padding: 0;
                  border: none;
                  text-align: center; } }
              @media screen and (max-width: med) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info {
                  float: none;
                  padding: 0;
                  border: none;
                  text-align: center; } }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info h4 {
                font-family: "Kreon", "Times New Roman", serif;
                color: #6b6b6b;
                font-size: 20px;
                line-height: 19pt;
                font-weight: 700; }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info a, .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info p {
                color: #6b6b6b;
                font-family: "Roboto", "Helvetica", sans-serif;
                font-weight: 300;
                line-height: 18pt;
                font-size: 16px; }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who .info a {
                color: #22b0e6;
                text-decoration: underline; }
            .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who img {
              margin: 0 20px 0 0;
              float: left; }
              @media screen and (max-width: 46.8em) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who img {
                  float: none;
                  margin: 0 auto 10px auto; } }
              @media screen and (max-width: med) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .who img {
                  float: none;
                  margin: 0 auto 10px auto; } }
          .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content {
            overflow: hidden;
            padding: 40px 0 0 0; }
            .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half {
              width: 47.5%;
              float: left;
              margin-left: 5%; }
              @media screen and (max-width: 40em) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half {
                  width: 100%;
                  margin: 0;
                  float: none; } }
              @media screen and (max-width: small) {
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half {
                  width: 100%;
                  margin: 0;
                  float: none; } }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half:first-child {
                margin: 0; }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half h4 {
                font-family: "Kreon", "Times New Roman", serif;
                color: #6b6b6b;
                font-size: 20px;
                line-height: 19pt;
                font-weight: 700; }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half p {
                margin: 0 0 25px 0; }
              .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half blockquote {
                position: relative;
                background-image: url("images/quote.png");
                background-position: 15px 15px;
                background-repeat: no-repeat;
                background-color: #22b0e6;
                padding: 28px 30px 31px 35px;
                width: 100%;
                margin: 0 0 30px 0;
                font-weight: 700;
                font-family: "Kreon", "Times New Roman", serif;
                color: #FFF;
                line-height: 22pt;
                font-size: 20px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-border-radius: 0px 20px 0px 20px;
                -moz-border-radius: 0px 20px 0px 20px;
                -o-border-radius: 0px 20px 0px 20px;
                -ms-border-radius: 0px 20px 0px 20px;
                border-radius: 0px 20px 0px 20px; }
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half blockquote:after {
                  content: '';
                  height: 0;
                  position: absolute;
                  right: 0;
                  bottom: -25px;
                  display: block;
                  border-right: 45px solid #22b0e6;
                  border-bottom: 40px solid transparent; }
                .page-template-templatescase-studies-php .body-section #cyan .slider-wrap #folder-slider .folder .folder-content .half blockquote p {
                  font-weight: 700;
                  font-family: "Kreon", "Times New Roman", serif;
                  color: #FFF;
                  line-height: 22pt;
                  font-size: 20px; }
  .page-template-templatescase-studies-php .body-section #customers {
    background-color: #FFF;
    position: relative;
    z-index: 1000;
    padding: 60px 0; }
    .page-template-templatescase-studies-php .body-section #customers .customer-boxes {
      overflow: hidden; }
      .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
        width: 16.6666%;
        padding: 16px;
        float: left;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 55em) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 20%; } }
        @media screen and (max-width: largem) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 20%; } }
        @media screen and (max-width: 46.8em) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 25%; } }
        @media screen and (max-width: med) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 25%; } }
        @media screen and (max-width: 40em) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 33.3333%; } }
        @media screen and (max-width: small) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 33.3333%; } }
        @media screen and (max-width: 25em) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 50%; } }
        @media screen and (max-width: xxsmall) {
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box {
            width: 50%; } }
        .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box .inner {
          background-color: #FFF;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          -ms-behavior: url(/backgroundsize.min.htc);
          background-position: center center;
          border: 2px solid #efefef;
          -webkit-transition: 0.2s all ease;
          -moz-transition: 0.2s all ease;
          -o-transition: 0.2s all ease;
          -ms-transition: 0.2s all ease;
          transition: 0.2s all ease;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          border-radius: 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box .inner img {
            width: 100%;
            height: auto;
            display: block; }
        .page-template-templatescase-studies-php .body-section #customers .customer-boxes .box:hover .inner {
          border: 2px solid #22b0e6; }

/* ==========================================================================
   TEMPLATES
   ========================================================================== */
@media screen and (max-width: 48.25em) {
  .page-template-templatestemplate-tabbed-php .body-section #cyan {
    padding: 0; } }
@media screen and (max-width: medl) {
  .page-template-templatestemplate-tabbed-php .body-section #cyan {
    padding: 0; } }

/* ==========================================================================
   BUILD IT
   ========================================================================== */
.page-template-templatesbuildit-php .body-section #cyan .cta {
  max-width: 570px; }
.page-template-templatesbuildit-php .body-section .contain #next {
  width: 100%;
  margin: 60px 0;
  overflow: hidden; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesbuildit-php .body-section .contain #next {
      margin: 30px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatesbuildit-php .body-section .contain #next {
      margin: 30px 0; } }
  .page-template-templatesbuildit-php .body-section .contain #next .text {
    width: 50%;
    float: left; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesbuildit-php .body-section .contain #next .text {
        width: 100%;
        max-width: 500px;
        margin: 0 0 40px 0;
        float: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesbuildit-php .body-section .contain #next .text {
        width: 100%;
        max-width: 500px;
        margin: 0 0 40px 0;
        float: none; } }
    .page-template-templatesbuildit-php .body-section .contain #next .text h2 {
      margin: 0 0 5px 0;
      font-size: 30px;
      line-height: 28pt;
      color: #6b6b6b;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900; }
    .page-template-templatesbuildit-php .body-section .contain #next .text a {
      color: #22b0e6;
      text-decoration: underline;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      display: inline-block;
      margin: 10px 0 0 0; }
  .page-template-templatesbuildit-php .body-section .contain #next img {
    max-width: 345px;
    float: right;
    width: 50%;
    height: auto;
    display: block; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesbuildit-php .body-section .contain #next img {
        width: 100%;
        float: none;
        margin: 0 auto; } }
    @media screen and (max-width: med) {
      .page-template-templatesbuildit-php .body-section .contain #next img {
        width: 100%;
        float: none;
        margin: 0 auto; } }
.page-template-templatesbuildit-php .body-section .contain #mini-contact {
  max-width: 600px;
  margin: 0 auto; }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .grunge-bubble {
    padding: 0 0 0 20px; }
    @media screen and (max-width: 30em) {
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .grunge-bubble {
        padding: 6px 0 8px 20px; } }
    @media screen and (max-width: xsmall) {
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .grunge-bubble {
        padding: 6px 0 8px 20px; } }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta {
    position: relative;
    width: 100%; }
    .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gravity-form ul, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gform_wrapper ul {
      background: none;
      border-left: none;
      margin: 20px 0 25px 0;
      padding: 0;
      list-style: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gravity-form ul li, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gform_wrapper ul li {
        list-style: none; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gravity-form ul li .half, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gform_wrapper ul li .half {
          margin-left: 19px; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gravity-form ul li .half .first, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .gform_wrapper ul li .half .first {
            margin-left: 0; }
    .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: none;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form fieldset {
        max-width: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-required {
        display: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form h2, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #6b6b6b; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input,
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:focus,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input.error,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
            border-color: #ee7541; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #6b6b6b; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #6b6b6b; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta .htmlembed .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
    .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: none;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form fieldset {
        max-width: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-required {
        display: none; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form h2, .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #6b6b6b; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input,
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
            border-color: #ee7541; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #6b6b6b; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #6b6b6b; }
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        .page-template-templatesbuildit-php .body-section .contain #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form li.half,
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form li.half {
    width: 48.5%;
    float: left;
    margin: 0 0 19px 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 30em) {
      .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form li.half,
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form li.half {
        width: 100%;
        margin: 0; } }
    @media screen and (max-width: xsmall) {
      .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form li.half,
      .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form li.half {
        width: 100%;
        margin: 0; } }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form li.first,
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form li.first {
    margin: 0; }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form .gform_button,
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form .gform_button {
    margin: 0; }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact #thegravity-form .gform_validation_error li,
  .page-template-templatesbuildit-php .body-section .contain #mini-contact .gravity-form .gform_validation_error li {
    min-height: 55px; }
  .page-template-templatesbuildit-php .body-section .contain #mini-contact h3 {
    color: #FFF;
    font-family: "Kreon", "Times New Roman", serif;
    font-size: 21px;
    line-height: 30pt;
    font-weight: 900;
    display: inline-block; }
    .page-template-templatesbuildit-php .body-section .contain #mini-contact h3.number {
      position: absolute;
      width: auto;
      right: 20px;
      top: 0; }
      @media screen and (max-width: 30em) {
        .page-template-templatesbuildit-php .body-section .contain #mini-contact h3.number {
          position: relative;
          display: block;
          padding: 0 0 0 50px; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact h3.number:before {
            left: 14px; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatesbuildit-php .body-section .contain #mini-contact h3.number {
          position: relative;
          display: block;
          padding: 0 0 0 50px; }
          .page-template-templatesbuildit-php .body-section .contain #mini-contact h3.number:before {
            left: 14px; } }
.page-template-templatesbuildit-php .body-section #img-text {
  width: 300px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -240px;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out; }
  @media screen and (max-width: 75em) {
    .page-template-templatesbuildit-php .body-section #img-text {
      bottom: -200px; } }
  @media screen and (max-width: 60em) {
    .page-template-templatesbuildit-php .body-section #img-text {
      bottom: -160px; } }
  @media screen and (max-width: large) {
    .page-template-templatesbuildit-php .body-section #img-text {
      bottom: -160px; } }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesbuildit-php .body-section #img-text {
      bottom: -130px;
      padding: 0 20px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: med) {
    .page-template-templatesbuildit-php .body-section #img-text {
      bottom: -130px;
      padding: 0 20px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .page-template-templatesbuildit-php .body-section #img-text h2 {
    color: #ee7541;
    font-size: 46px;
    line-height: 35pt;
    font-weight: 900;
    font-family: "Kreon", "Times New Roman", serif; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesbuildit-php .body-section #img-text h2 {
        font-size: 30px;
        line-height: 25pt; } }
    @media screen and (max-width: med) {
      .page-template-templatesbuildit-php .body-section #img-text h2 {
        font-size: 30px;
        line-height: 25pt; } }
  .page-template-templatesbuildit-php .body-section #img-text a {
    color: #22b0e6;
    text-decoration: underline;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 10px 0 0 0; }
.page-template-templatesbuildit-php .body-section #bottom-img {
  width: 100%;
  background-image: url("images/features-city.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  padding: 58% 0 0 0; }
  @media screen and (max-width: 60em) {
    .page-template-templatesbuildit-php .body-section #bottom-img {
      margin: 200px 0 0 0; } }
  @media screen and (max-width: large) {
    .page-template-templatesbuildit-php .body-section #bottom-img {
      margin: 200px 0 0 0; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesbuildit-php .body-section #bottom-img {
      margin: 100px 0 0 0;
      background-image: url("images/features-city-m.jpg");
      padding: 71% 0 0 0; } }
  @media screen and (max-width: small) {
    .page-template-templatesbuildit-php .body-section #bottom-img {
      margin: 100px 0 0 0;
      background-image: url("images/features-city-m.jpg");
      padding: 71% 0 0 0; } }

/* ==========================================================================
   SOLUTIONS
   ========================================================================== */
.page-template-templatessolutions-php .body-section #cyan .cta {
  max-width: 560px; }
.page-template-templatessolutions-php .body-section #solution-blocks {
  background-color: #f4f4f4;
  padding: 0 0 50px 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatessolutions-php .body-section #solution-blocks {
      padding: 0 0 20px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatessolutions-php .body-section #solution-blocks {
      padding: 0 0 20px 0; } }
  .page-template-templatessolutions-php .body-section #solution-blocks .section-heading {
    padding-top: 50px;
    margin: 0 0 15px 0; }
  .page-template-templatessolutions-php .body-section #solution-blocks .copy-container {
    text-align: center;
    padding: 0 0 20px 0; }
    .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy {
      max-width: 600px;
      display: inline-block; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 300;
        color: #6b6b6b;
        font-size: 16px;
        line-height: 18pt;
        background: #f4f4f4;
        border-left: 4px solid #ee7541;
        margin: 20px 0 25px 0;
        padding: 20px 10px 15px 25px;
        clear: both;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul a, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol a {
          display: inline; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul li {
        margin: 0 0 10px 15px;
        list-style-type: disc;
        list-style-position: outside; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul li ul li {
            list-style-type: circle; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ul li ol li {
            list-style-type: decimal; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol li {
        margin: 0 0 10px 15px;
        list-style-type: decimal; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol li ul li {
            list-style-type: circle; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy ol li ol li {
            list-style-type: decimal; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy blockquote {
        position: relative;
        background-image: url("images/quote.png");
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-color: #22b0e6;
        padding: 28px 30px 31px 35px;
        width: 100%;
        margin: 25px 0 30px 0;
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px 20px 0px 20px;
        -moz-border-radius: 0px 20px 0px 20px;
        -o-border-radius: 0px 20px 0px 20px;
        -ms-border-radius: 0px 20px 0px 20px;
        border-radius: 0px 20px 0px 20px; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy blockquote:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -25px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy blockquote p {
          font-weight: 700;
          font-family: "Kreon", "Times New Roman", serif;
          color: #fff;
          line-height: 22pt;
          font-size: 20px; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy p {
        margin: 0 0 15px 0; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy img {
        max-width: 100%;
        height: auto;
        display: block; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy img.featured {
          margin: 0 0 20px 0;
          padding: 0; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h1, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h2, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h3, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h4, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h5, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h6 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 20px 0 5px 0; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h2 {
        font-size: 30px;
        line-height: 28pt; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h2.main-title {
          margin-top: 5px; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h3 {
        font-size: 24px;
        line-height: 22pt; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h4 {
        font-size: 20px;
        line-height: 18pt; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h5 {
        font-size: 18px;
        line-height: 16pt; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy h6 {
        font-size: 15px;
        line-height: 13pt; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy a.btn {
          border: none;
          font-weight: 700;
          text-decoration: none; }
          .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy a.btn:hover {
            background-color: #555; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy em, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy i {
        font-style: italic; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy strong, .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy b {
        font-weight: bold; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .more-link {
        display: none; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .post-img-wrap {
        display: inline; }
        .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .post-img-wrap a {
          display: inline; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .alignright {
        float: right;
        margin: 0 0 15px 25px; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .alignleft {
        float: left;
        margin: 0 25px 15px 0; }
      .page-template-templatessolutions-php .body-section #solution-blocks .copy-container .copy .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
  .page-template-templatessolutions-php .body-section #solution-blocks .blocks {
    overflow: hidden; }
    .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block {
      width: 50%;
      float: left;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto;
          text-align: center;
          padding: 10px 10px 20px 10px; } }
      @media screen and (max-width: med) {
        .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto;
          text-align: center;
          padding: 10px 10px 20px 10px; } }
      .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner {
        background-color: #FFF;
        border: 2px solid #e8e8e8;
        min-height: 100px;
        padding: 30px;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img {
          float: left;
          width: 50%; }
          .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img img {
            max-width: 141px;
            width: 100%;
            height: auto;
            display: block; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img {
              width: 100%;
              float: none; }
              .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img img {
                margin: 0 auto 20px auto; } }
          @media screen and (max-width: med) {
            .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img {
              width: 100%;
              float: none; }
              .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .img img {
                margin: 0 auto 20px auto; } }
        .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .text {
          float: left;
          width: 50%; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .text {
              width: 100%;
              float: none;
              max-width: 330px;
              margin: 0 auto; } }
          @media screen and (max-width: med) {
            .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .text {
              width: 100%;
              float: none;
              max-width: 330px;
              margin: 0 auto; } }
          .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .text h4 {
            color: #6b6b6b;
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 900;
            margin: 0 0 5px 0;
            font-size: 20px;
            line-height: 20pt; }
          .page-template-templatessolutions-php .body-section #solution-blocks .blocks .block .inner .text a {
            color: #22b0e6;
            text-decoration: underline;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 300;
            margin: 10px 0 0 0;
            display: inline-block; }
.page-template-templatessolutions-php .body-section #hr .contain {
  height: 0px;
  border-bottom: 2px solid #e8e8e8;
  max-width: 100%; }
.page-template-templatessolutions-php .body-section #industry-blocks {
  padding: 0 0 25px; }
  .page-template-templatessolutions-php .body-section #industry-blocks .section-heading {
    padding-top: 50px; }
  .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks {
    overflow: hidden; }
    .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block {
      width: 30%;
      float: left;
      margin: 0 0 50px 5%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block:first-child {
        margin: 0 0 50px 0; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block {
          width: 100%;
          text-align: center;
          max-width: 400px;
          margin: 0 auto 30px auto;
          float: none; }
          .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block:first-child {
            margin: 0 auto 30px auto; } }
      @media screen and (max-width: med) {
        .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block {
          width: 100%;
          text-align: center;
          max-width: 400px;
          margin: 0 auto 30px auto;
          float: none; }
          .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block:first-child {
            margin: 0 auto 30px auto; } }
      .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block h3 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 0 0 5px 0;
        font-size: 20px;
        line-height: 20pt; }
      .page-template-templatessolutions-php .body-section #industry-blocks .contain .blocks .block a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        margin: 10px 0 0 0;
        display: inline-block; }
.page-template-templatessolutions-php .body-section #integration {
  padding: 70px 0 80px 0;
  background-image: url("images/solutions-clouds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center; }
  @media screen and (max-width: 30em) {
    .page-template-templatessolutions-php .body-section #integration {
      background-image: url("images/solutions-clouds-m.jpg");
      background-position: top center; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatessolutions-php .body-section #integration {
      background-image: url("images/solutions-clouds-m.jpg");
      background-position: top center; } }
  .page-template-templatessolutions-php .body-section #integration .text {
    font-weight: 700;
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .page-template-templatessolutions-php .body-section #integration .text h2 {
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 30px;
      line-height: 30pt; }
    .page-template-templatessolutions-php .body-section #integration .text p {
      color: #FFF;
      text-align: left;
      font-weight: 400;
      margin: 10px 0 20px 0; }
      @media screen and (max-width: 30em) {
        .page-template-templatessolutions-php .body-section #integration .text p {
          margin: 10px 0 30px 0; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatessolutions-php .body-section #integration .text p {
          margin: 10px 0 30px 0; } }
    .page-template-templatessolutions-php .body-section #integration .text .whitebox {
      width: 100%;
      border: 3px solid #FFF;
      text-align: center;
      margin: 0;
      padding: 15px 20px 16px 20px;
      min-height: 120px;
      position: relative;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      @media screen and (max-width: 30em) {
        .page-template-templatessolutions-php .body-section #integration .text .whitebox {
          margin: 10px 0 0 0;
          text-align: center; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatessolutions-php .body-section #integration .text .whitebox {
          margin: 10px 0 0 0;
          text-align: center; } }
      .page-template-templatessolutions-php .body-section #integration .text .whitebox .btn {
        background-color: #22b0e6;
        text-shadow: none;
        margin: 20px 0 0 0; }
        .page-template-templatessolutions-php .body-section #integration .text .whitebox .btn:hover {
          background-color: #6b6b6b; }
      .page-template-templatessolutions-php .body-section #integration .text .whitebox h3 {
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        line-height: 19pt;
        margin: 0 0 10px 0; }
      .page-template-templatessolutions-php .body-section #integration .text .whitebox p {
        font-weight: 400;
        margin: 0;
        text-align: center; }

/* ==========================================================================
   RESELLER
   ========================================================================== */
.reseller .body-section #cyan .cta {
  max-width: 610px; }
.reseller .body-section #join-bar {
  overflow: hidden;
  margin: 40px 0; }
  .reseller .body-section #join-bar .block {
    width: 30.66%;
    float: left;
    padding: 20px 0;
    margin: 0 0 0 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .reseller .body-section #join-bar .block:first-child {
      margin: 0 auto; }
    @media screen and (max-width: 46.8em) {
      .reseller .body-section #join-bar .block {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto; } }
    @media screen and (max-width: med) {
      .reseller .body-section #join-bar .block {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 0 auto; } }
    @media screen and (max-width: 40em) {
      .reseller .body-section #join-bar .block {
        padding: 15px 0px; } }
    @media screen and (max-width: small) {
      .reseller .body-section #join-bar .block {
        padding: 15px 0px; } }
    .reseller .body-section #join-bar .block .inner {
      text-align: center;
      border: 2px solid #e8e8e8;
      padding: 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .reseller .body-section #join-bar .block .inner p {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .reseller .body-section #join-bar .block .inner img {
        margin: 0 0 10px 0; }
.reseller .body-section #reseller-form {
  overflow: hidden; }
  .reseller .body-section #reseller-form #mini-contact {
    width: 63%;
    margin: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .reseller .body-section #reseller-form #mini-contact .form-cta {
      position: relative;
      width: 100%; }
      .reseller .body-section #reseller-form #mini-contact .form-cta .gravity-form ul, .reseller .body-section #reseller-form #mini-contact .form-cta .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .gravity-form ul li, .reseller .body-section #reseller-form #mini-contact .form-cta .gform_wrapper ul li {
          list-style: none; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .gravity-form ul li .half, .reseller .body-section #reseller-form #mini-contact .form-cta .gform_wrapper ul li .half {
            margin-left: 19px; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .gravity-form ul li .half .first, .reseller .body-section #reseller-form #mini-contact .form-cta .gform_wrapper ul li .half .first {
              margin-left: 0; }
      .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form fieldset {
          max-width: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-required {
          display: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form h2, .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input,
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:focus,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input.error,
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .reseller .body-section #reseller-form #mini-contact .form-cta .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: none;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form fieldset {
          max-width: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form h2, .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #6b6b6b; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input,
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ee7541; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #6b6b6b; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #6b6b6b; }
        .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .reseller .body-section #reseller-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
    @media screen and (max-width: 46.8em) {
      .reseller .body-section #reseller-form #mini-contact {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto; } }
    @media screen and (max-width: med) {
      .reseller .body-section #reseller-form #mini-contact {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto; } }
    .reseller .body-section #reseller-form #mini-contact .grunge-bubble {
      padding: 0 0 0 20px; }
      @media screen and (max-width: 30em) {
        .reseller .body-section #reseller-form #mini-contact .grunge-bubble {
          padding: 6px 0 8px 20px; } }
      @media screen and (max-width: xsmall) {
        .reseller .body-section #reseller-form #mini-contact .grunge-bubble {
          padding: 6px 0 8px 20px; } }
    .reseller .body-section #reseller-form #mini-contact h3 {
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 21px;
      line-height: 30pt;
      font-weight: 900;
      display: inline-block; }
      .reseller .body-section #reseller-form #mini-contact h3.number {
        position: absolute;
        width: auto;
        right: 20px;
        top: 0; }
        @media screen and (max-width: 30em) {
          .reseller .body-section #reseller-form #mini-contact h3.number {
            position: relative;
            display: block;
            padding: 0 0 0 50px; }
            .reseller .body-section #reseller-form #mini-contact h3.number:before {
              left: 14px; } }
        @media screen and (max-width: xsmall) {
          .reseller .body-section #reseller-form #mini-contact h3.number {
            position: relative;
            display: block;
            padding: 0 0 0 50px; }
            .reseller .body-section #reseller-form #mini-contact h3.number:before {
              left: 14px; } }
  .reseller .body-section #reseller-form #logos-aside {
    width: 37%;
    float: left;
    overflow: hidden; }
    @media screen and (max-width: 46.8em) {
      .reseller .body-section #reseller-form #logos-aside {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 30px auto; } }
    @media screen and (max-width: med) {
      .reseller .body-section #reseller-form #logos-aside {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 30px auto; } }
    .reseller .body-section #reseller-form #logos-aside img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 46.8em) {
        .reseller .body-section #reseller-form #logos-aside img {
          width: 50%;
          margin: 0;
          float: left; } }
      @media screen and (max-width: med) {
        .reseller .body-section #reseller-form #logos-aside img {
          width: 50%;
          margin: 0;
          float: left; } }

/* ==========================================================================
   OVERVIEW
   ========================================================================== */
.page-template-templatesoverview-php .body-section #cyan .cta {
  max-width: 550px; }
.page-template-templatesoverview-php .body-section .overview-section {
  border-bottom: 5px solid #22b0e6;
            /*
            ul,
            .ul {
                padding: 20px 0 0 0;
            }
            li,
            .li {
                margin: 0 0 10px 10px;
                list-style-type: none;
                list-style-position: outside;
                font-family: $roboto;
                font-size: 16px;
                line-height: 18pt;
                font-weight: 500;
                position: relative;
                color: $gray;

                &:before {
                    content: '•';
                    position: absolute;
                    left: -10px;
                    top: 0px;
                    margin: 0;
                    font-size: 17px;
                }
            }
            */ }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesoverview-php .body-section .overview-section {
      border-bottom: 4px solid #22b0e6; } }
  @media screen and (max-width: med) {
    .page-template-templatesoverview-php .body-section .overview-section {
      border-bottom: 4px solid #22b0e6; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesoverview-php .body-section .overview-section {
      border-bottom: 2px solid #22b0e6; } }
  @media screen and (max-width: small) {
    .page-template-templatesoverview-php .body-section .overview-section {
      border-bottom: 2px solid #22b0e6; } }
  .page-template-templatesoverview-php .body-section .overview-section h2, .page-template-templatesoverview-php .body-section .overview-section h3 {
    color: #6b6b6b;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 27pt;
    margin: 10px 0 5px 0; }
  .page-template-templatesoverview-php .body-section .overview-section span {
    font-size: 14px;
    line-height: 14pt;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 900;
    color: #c2c2c2;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0; }
  .page-template-templatesoverview-php .body-section .overview-section .top-text {
    overflow: hidden; }
    .page-template-templatesoverview-php .body-section .overview-section .top-text .half {
      width: 50%;
      float: left;
      padding: 30px 0; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesoverview-php .body-section .overview-section .top-text .half {
          width: 100%;
          float: none; } }
      @media screen and (max-width: med) {
        .page-template-templatesoverview-php .body-section .overview-section .top-text .half {
          width: 100%;
          float: none; } }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesoverview-php .body-section .overview-section .top-text .half.first {
          max-width: 500px;
          margin: 0 auto; } }
      @media screen and (max-width: med) {
        .page-template-templatesoverview-php .body-section .overview-section .top-text .half.first {
          max-width: 500px;
          margin: 0 auto; } }
      .page-template-templatesoverview-php .body-section .overview-section .top-text .half img {
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 0 0 70px; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatesoverview-php .body-section .overview-section .top-text .half img {
            margin: 0 auto; } }
        @media screen and (max-width: med) {
          .page-template-templatesoverview-php .body-section .overview-section .top-text .half img {
            margin: 0 auto; } }
  .page-template-templatesoverview-php .body-section .overview-section .gray-video-section {
    background-color: #f4f4f4;
    padding: 20px 0 0 0;
    overflow: hidden; }
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section ul,
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .ul {
      padding: 20px 0 0 0; }
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section li,
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .li {
      margin: 0 0 10px 10px;
      list-style-type: none;
      list-style-position: outside;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18pt;
      font-weight: 500;
      position: relative;
      color: #6b6b6b; }
      .page-template-templatesoverview-php .body-section .overview-section .gray-video-section li:before,
      .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .li:before {
        content: '•';
        position: absolute;
        left: -10px;
        top: 0px;
        margin: 0;
        font-size: 17px; }
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .contain {
      background-image: url("images/multi-scraper.png");
      background-position: 25px 100%;
      background-repeat: no-repeat;
      background-size: auto; }
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third {
      min-height: 1px;
      width: 33.3333%;
      float: left;
      position: relative; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third {
          float: none;
          width: 100%;
          position: static; } }
      @media screen and (max-width: med) {
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third {
          float: none;
          width: 100%;
          position: static; } }
      .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third img {
        display: block;
        height: auto;
        max-width: 100%; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third img {
            display: none; } }
        @media screen and (max-width: med) {
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third img {
            display: none; } }
      .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn {
        position: absolute;
        background-color: #FFF;
        border: 2px solid #e8e8e8;
        padding: 17px 24px 18px 20px;
        z-index: 1000;
        color: #FFF;
        text-align: left;
        cursor: pointer;
        right: 4%;
        bottom: 26%;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn {
            max-width: 185px;
            margin: 0 auto;
            position: absolute;
            left: auto;
            overflow: hidden;
            right: 14%;
            bottom: 60px; } }
        @media screen and (max-width: med) {
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn {
            max-width: 185px;
            margin: 0 auto;
            position: absolute;
            left: auto;
            overflow: hidden;
            right: 14%;
            bottom: 60px; } }
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn .icon-play {
          background-color: #ee7541;
          width: 50px;
          height: 50px;
          margin-top: 0; }
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn .icon-play:before {
            font-size: 32px;
            top: 9px; }
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn p {
          font-family: "Kreon", "Times New Roman", serif;
          color: #6b6b6b;
          font-weight: 700;
          font-size: 20px;
          line-height: 17pt;
          float: left;
          padding: 4px 0 0 0; }
          .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn p span {
            font-weight: 300;
            font-size: 16px;
            text-transform: none;
            margin: 0;
            color: #6b6b6b;
            display: inline; }
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .third .learn:hover .icon-play {
          background-color: #9cdcf2; }
    .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .two-third {
      background-color: rgba(244, 244, 244, 0.5);
      width: 66.6666%;
      float: left;
      padding: 20px 0 20px 50px;
      max-width: 540px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .two-third {
          padding: 20px 0;
          float: none;
          width: 100%;
          margin: 0 auto 420px auto; } }
      @media screen and (max-width: med) {
        .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .two-third {
          padding: 20px 0;
          float: none;
          width: 100%;
          margin: 0 auto 420px auto; } }
      .page-template-templatesoverview-php .body-section .overview-section .gray-video-section .two-third ul {
        max-width: 430px; }
  .page-template-templatesoverview-php .body-section .overview-section .outlets-section {
    padding: 20px 20px 110px 20px;
    position: relative;
    z-index: 100; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section .overflow {
      overflow: hidden; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section img.wire-top {
      position: absolute;
      display: block;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: auto;
      margin: 0 auto; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section img.wire-logo {
      position: absolute;
      display: block;
      right: 0;
      left: 0;
      bottom: -27px;
      width: auto;
      margin: 0 auto; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section .ul .row {
      overflow: hidden; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section .ul .li {
      width: 50%;
      float: left;
      margin: 0;
      padding: 0 20px 10px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatesoverview-php .body-section .overview-section .outlets-section .ul .li:before {
        left: 0px;
        top: 0px; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section h4 {
      font-size: 14px;
      line-height: 14pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 900;
      color: #c2c2c2;
      text-transform: uppercase;
      display: block;
      margin: 20px 0 5px 0; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section p {
      margin: 0 0 10px 0; }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section .two-third {
      width: 66.6666%;
      float: left;
      padding: 20px 0 0 0;
      z-index: 10;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesoverview-php .body-section .overview-section .outlets-section .two-third {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto;
          background-color: rgba(255, 255, 255, 0.7); } }
      @media screen and (max-width: med) {
        .page-template-templatesoverview-php .body-section .overview-section .outlets-section .two-third {
          width: 100%;
          float: none;
          max-width: 500px;
          margin: 0 auto;
          background-color: rgba(255, 255, 255, 0.7); } }
    .page-template-templatesoverview-php .body-section .overview-section .outlets-section .third {
      width: 33.3333%;
      float: left;
      z-index: 10;
      position: relative; }
  .page-template-templatesoverview-php .body-section .overview-section .clouds-section {
    background-color: #e2f5fc;
    background-image: url("images/clouds.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
    position: relative;
    z-index: 10; }
    .page-template-templatesoverview-php .body-section .overview-section .clouds-section .wire-background {
      background-image: url("images/wire-clipped.png");
      background-position: top center;
      background-repeat: repeat-y;
      background-size: auto;
      position: relative; }
    .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-section {
      padding: 60px 0 30px 0;
      text-align: center;
      max-width: 480px;
      margin: 0 auto;
      background-image: url("images/blue-fade.png");
      background-position: top center;
      background-repeat: repeat-y;
      background-size: auto; }
      .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-section h3 {
        max-width: 330px;
        margin: 0 auto;
        color: #ee7541; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-section h3 span {
          font-size: inherit;
          line-height: inherit;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: inherit;
          text-transform: none;
          display: inline;
          margin: 0;
          color: #6b6b6b; }
    .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs {
      overflow: hidden; }
      .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons {
        text-align: center;
        margin: 0 auto 50px auto; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span {
          display: inline-block;
          width: auto;
          text-align: center;
          cursor: pointer;
          background-color: #FFF;
          padding: 11px 20px 12px;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          text-transform: none;
          font-size: 18px;
          margin: 0;
          color: #717171;
          border: 2px solid #dcdcdc;
          position: relative;
          z-index: 1;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span.active, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span:hover {
            z-index: 10;
            background-color: #22b0e6;
            border: 2px solid #3299c0;
            color: #FFF; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span.active:after {
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: #22b0e6;
            border: solid 15px transparent;
            left: 0;
            right: 0;
            bottom: -7px;
            border-top: 8px solid #22b0e6;
            border-bottom: none;
            margin: 0 auto; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span.active:before {
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: #3299c0;
            border: solid 15px transparent;
            left: 0;
            right: 0;
            bottom: -9px;
            border-top: 8px solid #3299c0;
            border-bottom: none;
            margin: 0 auto; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span.tab1 {
            margin-right: -3px;
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -o-border-radius: 5px 0 0 5px;
            -ms-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-buttons span.tab2 {
            margin-left: -3px;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -o-border-radius: 0 5px 5px 0;
            -ms-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0; }
      .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content {
        margin: 0 -40px; }
        @media screen and (max-width: 40em) {
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content {
            margin: 0; } }
        @media screen and (max-width: small) {
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content {
            margin: 0; } }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper {
          max-width: 900px;
          margin: 0 auto;
          display: none; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper.active {
            display: block; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row {
            overflow: hidden; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-pad {
              padding: 0 50px;
              overflow: hidden;
              float: left;
              width: 50%;
              margin: 0 0 40px 0;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              @media screen and (max-width: 46.8em) {
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-pad {
                  padding: 0 40px; } }
              @media screen and (max-width: med) {
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-pad {
                  padding: 0 40px; } }
              @media screen and (max-width: 40em) {
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-pad {
                  width: 100%;
                  padding: 0;
                  margin: 0 auto 20px auto;
                  max-width: 500px;
                  float: none; } }
              @media screen and (max-width: small) {
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-pad {
                  width: 100%;
                  padding: 0;
                  margin: 0 auto 20px auto;
                  max-width: 500px;
                  float: none; } }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-bubble {
              background-color: #FFF;
              padding: 17px 19px 21px 21px;
              margin: 0;
              border: 2px solid #ededed;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-bubble h3 {
                font-size: 14px;
                text-transform: uppercase;
                color: #22b0e6;
                font-weight: 700;
                font-family: "Roboto", "Helvetica", sans-serif;
                padding-bottom: 3px;
                margin: 0;
                line-height: normal; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .simplified-tabs .tab-content .wrapper .row .text-bubble h3 span {
                  display: inline;
                  color: #ee7541;
                  text-transform: none;
                  font-weight: 300;
                  font-style: italic; }
    .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form {
      padding: 30px 0 180px 0; }
      .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact {
        max-width: 600px;
        margin: 0 auto; }
        @media screen and (max-width: 40em) {
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact {
            max-width: 500px; } }
        @media screen and (max-width: small) {
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact {
            max-width: 500px; } }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .grunge-bubble {
          padding: 0 0 0 20px; }
          @media screen and (max-width: 30em) {
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .grunge-bubble {
              padding: 6px 0 8px 20px; } }
          @media screen and (max-width: xsmall) {
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .grunge-bubble {
              padding: 6px 0 8px 20px; } }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta {
          position: relative; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gravity-form ul, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gform_wrapper ul {
            background: none;
            border-left: none;
            margin: 20px 0 25px 0;
            padding: 0;
            list-style: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gravity-form ul li, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gform_wrapper ul li {
              list-style: none; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gravity-form ul li .half, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gform_wrapper ul li .half {
                margin-left: 19px; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gravity-form ul li .half .first, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .gform_wrapper ul li .half .first {
                  margin-left: 0; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form {
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            background-color: none;
            color: #FFF;
            overflow: hidden;
            padding: 20px 20px 25px 20px;
            margin: 0 0 15px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form fieldset {
              max-width: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form ul {
              background: none;
              border-left: none;
              padding: 0;
              list-style: none; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form ul li {
                list-style: none;
                margin-left: 0; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-required {
              display: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form h2, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form h3 {
              margin: 0 0 15px 0;
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 900;
              font-size: 28px;
              line-height: 20pt;
              color: #6b6b6b; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field {
              margin: 0 0 19px 0; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: bold;
                width: 100%;
                max-width: 100%;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                padding: 0 0 0 10px;
                text-align: left;
                color: #6b6b6b;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input:focus,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
                  outline: none;
                  border: 2px solid #e8e8e8; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field input.error,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
                  border-color: #ee7541; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field textarea {
                min-height: 80px;
                margin: 0;
                padding: 3px 0 0 10px; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field select {
                border: 0 !important;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: #FFF;
                width: 100%;
                text-indent: 0.01px;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                color: #cacaca;
                font-weight: 500;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                padding: 0 10px; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field label {
                font-family: "Kreon", "Times New Roman", serif;
                font-weight: 700;
                line-height: 22pt;
                font-size: 20px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #6b6b6b; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
                display: inline-block;
                width: 20px;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
                vertical-align: middle;
                display: inline-block; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
                width: 87%;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
                width: 20px;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
                margin: 0; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
                  margin: 0; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
                  font-size: 12px;
                  margin: 0 0 10px 0;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font-family: "Roboto", "Helvetica", sans-serif;
                  line-height: 18px;
                  font-weight: 500;
                  color: #6b6b6b; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-button {
              text-transform: none;
              border: none;
              background-color: #22b0e6;
              cursor: pointer;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 16px;
              padding: 7px 20px 12px 20px;
              width: auto;
              line-height: 17pt;
              height: 38px;
              display: inline-block;
              color: #FFF;
              -webkit-border-radius: 0px 10px 0px 10px;
              -moz-border-radius: 0px 10px 0px 10px;
              -o-border-radius: 0px 10px 0px 10px;
              -ms-border-radius: 0px 10px 0px 10px;
              border-radius: 0px 10px 0px 10px;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-button:hover {
                background-color: #6b6b6b; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta .htmlembed .hs-form .hs-button:focus {
                border: none;
                background-color: #6b6b6b; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form {
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            background-color: none;
            color: #FFF;
            overflow: hidden;
            padding: 20px 20px 25px 20px;
            margin: 0 0 15px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            -ms-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form fieldset {
              max-width: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form ul {
              background: none;
              border-left: none;
              padding: 0;
              list-style: none; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form ul li {
                list-style: none;
                margin-left: 0; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-required {
              display: none; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form h2, .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form h3 {
              margin: 0 0 15px 0;
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 900;
              font-size: 28px;
              line-height: 20pt;
              color: #6b6b6b; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field {
              margin: 0 0 19px 0; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: bold;
                width: 100%;
                max-width: 100%;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                padding: 0 0 0 10px;
                text-align: left;
                color: #6b6b6b;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
                  color: #cacaca;
                  font-weight: 700;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
                  font-weight: 700;
                  color: #cacaca;
                  text-transform: uppercase; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
                  outline: none;
                  border: 2px solid #e8e8e8; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
                  border-color: #ee7541; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
                min-height: 80px;
                margin: 0;
                padding: 3px 0 0 10px; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field select {
                border: 0 !important;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: #FFF;
                width: 100%;
                text-indent: 0.01px;
                border: 2px solid #e8e8e8;
                height: 34px;
                line-height: 18pt;
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 14px;
                color: #cacaca;
                font-weight: 500;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                padding: 0 10px; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field label {
                font-family: "Kreon", "Times New Roman", serif;
                font-weight: 700;
                line-height: 22pt;
                font-size: 20px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #6b6b6b; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
                display: inline-block;
                width: 20px;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
                vertical-align: middle;
                display: inline-block; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
                font-family: "Roboto", "Helvetica", sans-serif;
                font-size: 16px;
                line-height: 18px;
                font-weight: 500; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
                width: 87%;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
                width: 20px;
                display: inline-block;
                vertical-align: middle; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
                margin: 0; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
                  margin: 0; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
                  font-size: 12px;
                  margin: 0 0 10px 0;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font-family: "Roboto", "Helvetica", sans-serif;
                  line-height: 18px;
                  font-weight: 500;
                  color: #6b6b6b; }
            .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button {
              text-transform: none;
              border: none;
              background-color: #22b0e6;
              cursor: pointer;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-weight: 700;
              font-style: italic;
              font-size: 16px;
              padding: 7px 20px 12px 20px;
              width: auto;
              line-height: 17pt;
              height: 38px;
              display: inline-block;
              color: #FFF;
              -webkit-border-radius: 0px 10px 0px 10px;
              -moz-border-radius: 0px 10px 0px 10px;
              -o-border-radius: 0px 10px 0px 10px;
              -ms-border-radius: 0px 10px 0px 10px;
              border-radius: 0px 10px 0px 10px;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:hover {
                background-color: #6b6b6b; }
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .form-cta #hs_custom_form .hs-form .hs-button:focus {
                border: none;
                background-color: #6b6b6b; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul,
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul {
          padding: 0; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li:before,
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li:before {
            content: none; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.half,
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.half {
            width: 48.5%;
            float: left;
            margin: 0 0 19px 3%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 40em) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.half,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.half {
                width: 100%;
                margin: 0 0 10px 0; } }
            @media screen and (max-width: small) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.half,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.half {
                width: 100%;
                margin: 0 0 10px 0; } }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.first,
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.first {
            margin: 0; }
            @media screen and (max-width: 40em) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.first,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.first {
                margin: 0 0 10px 0; } }
            @media screen and (max-width: small) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form ul li.first,
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form ul li.first {
                margin: 0 0 10px 0; } }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form .gfield,
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form .gfield {
          z-index: 1; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form .gfield.half,
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form .gfield.half {
            z-index: 100; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form .gform_button,
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form .gform_button {
          margin: 0; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact #thegravity-form .gform_validation_error li,
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact .gravity-form .gform_validation_error li {
          min-height: 55px; }
        .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3 {
          color: #FFF;
          font-family: "Kreon", "Times New Roman", serif;
          font-size: 21px;
          line-height: 30pt;
          font-weight: 900;
          margin: 0;
          display: inline-block; }
          .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3.number {
            position: absolute;
            width: auto;
            right: 20px;
            top: 0; }
            @media screen and (max-width: 30em) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3.number {
                position: relative;
                display: block;
                padding: 0 0 0 50px; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3.number:before {
                  left: 14px; } }
            @media screen and (max-width: xsmall) {
              .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3.number {
                position: relative;
                display: block;
                padding: 0 0 0 50px; }
                .page-template-templatesoverview-php .body-section .overview-section .clouds-section .bottom-contact-form #mini-contact h3.number:before {
                  left: 14px; } }
    .page-template-templatesoverview-php .body-section .overview-section .clouds-section .houses-img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1226px;
      margin: 0 auto; }
      .page-template-templatesoverview-php .body-section .overview-section .clouds-section .houses-img img {
        display: block;
        height: auto;
        max-width: 100%; }

/* ==========================================================================
   CONNECTORS - OLD
   ========================================================================== */
.page-template-templatesconnectors-php .body-section #cyan .cta {
  max-width: 600px;
  padding: 75px 0 20px 0; }
.page-template-templatesconnectors-php .body-section .connector-icons {
  background-image: url("images/connectors-icons.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 164px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media screen and (max-width: 60em) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      margin: 90px 0 0 0; } }
  @media screen and (max-width: large) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      margin: 90px 0 0 0; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      background-position: bottom center;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      margin: 70px 0 0 0; } }
  @media screen and (max-width: small) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      background-position: bottom center;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      margin: 70px 0 0 0; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesconnectors-php .body-section .connector-icons {
      margin: 30px 0 0 0; } }
.page-template-templatesconnectors-php .body-section .implement {
  position: absolute;
  width: 120px;
  right: 90px;
  bottom: 30px;
  margin: 0 auto;
  background-image: url("images/grunge.png");
  background-position: center center;
  background-repeat: repeat;
  background-color: #ee7541;
  text-align: center;
  display: block;
  padding: 8px 0 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -o-border-radius: 15px 0px 15px 0px;
  -ms-border-radius: 15px 0px 15px 0px;
  border-radius: 15px 0px 15px 0px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media screen and (max-width: 60em) {
    .page-template-templatesconnectors-php .body-section .implement {
      right: 0;
      left: 0;
      bottom: 170px; } }
  @media screen and (max-width: large) {
    .page-template-templatesconnectors-php .body-section .implement {
      right: 0;
      left: 0;
      bottom: 170px; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesconnectors-php .body-section .implement {
      bottom: 160px; } }
  @media screen and (max-width: small) {
    .page-template-templatesconnectors-php .body-section .implement {
      bottom: 160px; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesconnectors-php .body-section .implement {
      bottom: 120px; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesconnectors-php .body-section .implement {
      bottom: 120px; } }
  .page-template-templatesconnectors-php .body-section .implement:after {
    content: '';
    height: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: block;
    border-left: 20px solid #ee7541;
    border-bottom: 16px solid transparent; }
  .page-template-templatesconnectors-php .body-section .implement h5 {
    font-family: "Kreon", "Times New Roman", serif;
    color: #FFF;
    font-weight: 900;
    font-size: 12px;
    line-height: 13pt;
    position: relative;
    text-decoration: underline; }
.page-template-templatesconnectors-php .body-section .top-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 40px 0; }
  .page-template-templatesconnectors-php .body-section .top-text h2 {
    text-align: center;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 27pt;
    color: #6b6b6b;
    margin: 0;
    padding: 10px 0 5px 0; }
  .page-template-templatesconnectors-php .body-section .top-text p {
    text-align: center; }
    .page-template-templatesconnectors-php .body-section .top-text p a {
      color: #22b0e6;
      text-decoration: underline;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300;
      display: inline-block; }
.page-template-templatesconnectors-php .body-section #theconnectors {
  border-top: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesconnectors-php .body-section #theconnectors {
      border: none; } }
  @media screen and (max-width: med) {
    .page-template-templatesconnectors-php .body-section #theconnectors {
      border: none; } }
  .page-template-templatesconnectors-php .body-section #theconnectors .row {
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesconnectors-php .body-section #theconnectors .row {
        border: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesconnectors-php .body-section #theconnectors .row {
        border: none; } }
  .page-template-templatesconnectors-php .body-section #theconnectors .third {
    position: relative;
    float: left;
    width: 33.3333%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesconnectors-php .body-section #theconnectors .third {
        width: 100%;
        max-width: 450px;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        border: 2px solid #f4f4f4; } }
    @media screen and (max-width: med) {
      .page-template-templatesconnectors-php .body-section #theconnectors .third {
        width: 100%;
        max-width: 450px;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        border: 2px solid #f4f4f4; } }
    .page-template-templatesconnectors-php .body-section #theconnectors .third:before {
      content: '';
      width: 2px;
      height: 300%;
      position: absolute;
      background-color: #f4f4f4;
      left: -1px;
      top: 0px;
      bottom: 0; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatesconnectors-php .body-section #theconnectors .third:before {
          content: none; } }
      @media screen and (max-width: med) {
        .page-template-templatesconnectors-php .body-section #theconnectors .third:before {
          content: none; } }
    .page-template-templatesconnectors-php .body-section #theconnectors .third:first-child:before {
      content: none; }
    .page-template-templatesconnectors-php .body-section #theconnectors .third .wrap {
      border: 3px solid transparent;
      position: relative;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.1s border ease-in-out;
      -moz-transition: 0.1s border ease-in-out;
      -o-transition: 0.1s border ease-in-out;
      -ms-transition: 0.1s border ease-in-out;
      transition: 0.1s border ease-in-out; }
      .page-template-templatesconnectors-php .body-section #theconnectors .third .wrap:hover {
        border: 3px solid #ee7541;
        z-index: 100; }
        @media screen and (max-width: 40em) {
          .page-template-templatesconnectors-php .body-section #theconnectors .third .wrap:hover {
            border: 3px solid transparent; } }
        @media screen and (max-width: small) {
          .page-template-templatesconnectors-php .body-section #theconnectors .third .wrap:hover {
            border: 3px solid transparent; } }
    .page-template-templatesconnectors-php .body-section #theconnectors .third .img {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto;
      min-height: 120px; }
      .page-template-templatesconnectors-php .body-section #theconnectors .third .img img {
        width: 100%;
        display: block;
        height: auto; }
    .page-template-templatesconnectors-php .body-section #theconnectors .third h3 {
      padding: 0px 25px 35px 25px;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 18px;
      margin: 0 auto 3px auto;
      color: #6b6b6b;
      max-width: 200px; }

/* ==========================================================================
   CONNECTORS - NEW
   ========================================================================== */
.page-template-templatesconnectors-new-php .body-section #cyan {
  padding: 175px 0 0 0; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatesconnectors-new-php .body-section #cyan {
      padding: 0; } }
  @media screen and (max-width: medl) {
    .page-template-templatesconnectors-new-php .body-section #cyan {
      padding: 0; } }
  .page-template-templatesconnectors-new-php .body-section #cyan .cta {
    max-width: 600px;
    padding: 75px 0 20px 0; }
.page-template-templatesconnectors-new-php .body-section .connector-icons {
  background-image: url("images/connectors-icons.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 164px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media screen and (max-width: 60em) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      margin: 90px 0 0 0; } }
  @media screen and (max-width: large) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      margin: 90px 0 0 0; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      background-position: bottom center;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      margin: 70px 0 0 0; } }
  @media screen and (max-width: small) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      background-position: bottom center;
      background-size: contain;
      -ms-behavior: url(/backgroundsize.min.htc);
      margin: 70px 0 0 0; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesconnectors-new-php .body-section .connector-icons {
      margin: 30px 0 0 0; } }
.page-template-templatesconnectors-new-php .body-section .implement {
  position: absolute;
  width: 120px;
  right: 90px;
  bottom: 30px;
  margin: 0 auto;
  background-image: url("images/grunge.png");
  background-position: center center;
  background-repeat: repeat;
  background-color: #ee7541;
  text-align: center;
  display: block;
  padding: 8px 0 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -o-border-radius: 15px 0px 15px 0px;
  -ms-border-radius: 15px 0px 15px 0px;
  border-radius: 15px 0px 15px 0px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media screen and (max-width: 60em) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      right: 0;
      left: 0;
      bottom: 170px; } }
  @media screen and (max-width: large) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      right: 0;
      left: 0;
      bottom: 170px; } }
  @media screen and (max-width: 40em) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      bottom: 160px; } }
  @media screen and (max-width: small) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      bottom: 160px; } }
  @media screen and (max-width: 30em) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      bottom: 120px; } }
  @media screen and (max-width: xsmall) {
    .page-template-templatesconnectors-new-php .body-section .implement {
      bottom: 120px; } }
  .page-template-templatesconnectors-new-php .body-section .implement:after {
    content: '';
    height: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: block;
    border-left: 20px solid #ee7541;
    border-bottom: 16px solid transparent; }
  .page-template-templatesconnectors-new-php .body-section .implement h5 {
    font-family: "Kreon", "Times New Roman", serif;
    color: #FFF;
    font-weight: 900;
    font-size: 12px;
    line-height: 13pt;
    position: relative;
    text-decoration: underline; }
.page-template-templatesconnectors-new-php .body-section .top-text {
  max-width: 580px;
  margin: 0 auto;
  padding: 50px 0 30px 0; }
  .page-template-templatesconnectors-new-php .body-section .top-text h2 {
    text-align: center;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 27pt;
    color: #6b6b6b;
    margin: 0;
    padding: 10px 0 5px 0; }
  .page-template-templatesconnectors-new-php .body-section .top-text p {
    text-align: center; }
    .page-template-templatesconnectors-new-php .body-section .top-text p strong {
      font-weight: 500; }
    .page-template-templatesconnectors-new-php .body-section .top-text p .btn {
      background-color: #22b0e6;
      margin: 10px 0 0 0;
      padding: 8px 20px 10px 20px; }
      .page-template-templatesconnectors-new-php .body-section .top-text p .btn:hover {
        background-color: #6b6b6b; }
  .page-template-templatesconnectors-new-php .body-section .top-text #c-filter {
    margin: 50px auto 0 auto;
    text-align: center; }
    .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p {
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 15px; }
      .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p:first-child {
        margin: 0 0 3px 0; }
      .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a {
        text-decoration: none;
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 15px;
        white-space: nowrap;
        margin: 0 5px 0 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a:hover {
          color: #22b0e6; }
          .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a:hover:before {
            color: #6b6b6b; }
        .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a.active {
          color: #22b0e6; }
          .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a.active:before {
            color: #6b6b6b; }
        .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a:before {
          content: '/';
          margin: 0 5px 0 0; }
        .page-template-templatesconnectors-new-php .body-section .top-text #c-filter p a:first-child:before {
          content: none;
          margin: 0; }
.page-template-templatesconnectors-new-php .body-section #theconnectors {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatesconnectors-new-php .body-section #theconnectors {
      border: none; } }
  @media screen and (max-width: med) {
    .page-template-templatesconnectors-new-php .body-section #theconnectors {
      border: none; } }
  .page-template-templatesconnectors-new-php .body-section #theconnectors .row {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2px 0 2px 2px; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesconnectors-new-php .body-section #theconnectors .row {
        border: none;
        background-color: #FFF;
        padding: 0; } }
    @media screen and (max-width: med) {
      .page-template-templatesconnectors-new-php .body-section #theconnectors .row {
        border: none;
        background-color: #FFF;
        padding: 0; } }
  .page-template-templatesconnectors-new-php .body-section #theconnectors .third {
    background-color: #FFF;
    border-left: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    position: relative;
    margin: 0 0 -2px -2px;
    float: left;
    width: 33.5444%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third:before {
      bottom: 0px;
      content: '';
      position: absolute;
      right: 0px;
      left: 0px;
      height: 2px;
      background-color: #f4f4f4; }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third:after {
      top: 0px;
      content: '';
      position: absolute;
      right: -1px;
      left: -1px;
      height: 2px;
      background-color: #f4f4f4; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatesconnectors-new-php .body-section #theconnectors .third {
        width: 100%;
        max-width: 450px;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        border: 2px solid #f4f4f4; }
        .page-template-templatesconnectors-new-php .body-section #theconnectors .third:before, .page-template-templatesconnectors-new-php .body-section #theconnectors .third:after {
          content: none; } }
    @media screen and (max-width: med) {
      .page-template-templatesconnectors-new-php .body-section #theconnectors .third {
        width: 100%;
        max-width: 450px;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        border: 2px solid #f4f4f4; }
        .page-template-templatesconnectors-new-php .body-section #theconnectors .third:before, .page-template-templatesconnectors-new-php .body-section #theconnectors .third:after {
          content: none; } }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third.hidden {
      display: none; }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third .wrap {
      border: 3px solid transparent;
      position: relative;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.1s border ease-in-out;
      -moz-transition: 0.1s border ease-in-out;
      -o-transition: 0.1s border ease-in-out;
      -ms-transition: 0.1s border ease-in-out;
      transition: 0.1s border ease-in-out; }
      .page-template-templatesconnectors-new-php .body-section #theconnectors .third .wrap:hover {
        border: 3px solid #ee7541;
        z-index: 100; }
        @media screen and (max-width: 40em) {
          .page-template-templatesconnectors-new-php .body-section #theconnectors .third .wrap:hover {
            border: 3px solid transparent; } }
        @media screen and (max-width: small) {
          .page-template-templatesconnectors-new-php .body-section #theconnectors .third .wrap:hover {
            border: 3px solid transparent; } }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third .img {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto;
      min-height: 120px; }
      .page-template-templatesconnectors-new-php .body-section #theconnectors .third .img img {
        width: 100%;
        display: block;
        height: auto; }
    .page-template-templatesconnectors-new-php .body-section #theconnectors .third h3 {
      padding: 0px 25px 35px 25px;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      font-size: 18px;
      margin: 0 auto 3px auto;
      color: #6b6b6b;
      max-width: 200px; }

/* ==========================================================================
   SEARCH BAR
   ========================================================================== */
.search-box-wrap #searchform {
  float: right;
  height: 36px;
  width: 245px;
  position: relative;
  padding: 0;
  margin: 0 0 0 5px;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.2s width ease-in-out;
  -moz-transition: 0.2s width ease-in-out;
  -o-transition: 0.2s width ease-in-out;
  -ms-transition: 0.2s width ease-in-out;
  transition: 0.2s width ease-in-out; }
  .search-box-wrap #searchform.closed {
    width: 39px; }
  .search-box-wrap #searchform .search {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    border: none;
    height: 36px;
    display: inline-block;
    background-color: #3b3e4b;
    padding: 0 0 2px 15px;
    font-size: 15px;
    font-family: "Roboto", "Helvetica", sans-serif;
    margin: 0 -3px 0 0;
    color: #7f8291;
    float: left;
    line-height: 16pt;
    z-index: 0;
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -o-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-box-wrap #searchform .search:focus {
      outline: none; }
@media screen and (max-width: 40em) {
  .search-box-wrap #searchform {
    width: 100px; } }
@media screen and (max-width: small) {
  .search-box-wrap #searchform {
    width: 100px; } }
@media screen and (max-width: 30em) {
  .search-box-wrap {
    display: none; } }
@media screen and (max-width: xsmall) {
  .search-box-wrap {
    display: none; } }
.search-box-wrap .submit-wrap {
  float: right;
  position: relative;
  width: auto;
  display: inline-block;
  background-color: #3b3e4b;
  height: 100%;
  overflow: hidden;
  width: 39px;
  height: 36px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px; }
  .search-box-wrap .submit-wrap .icon-search {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 25pt;
    font-size: 25px;
    color: #7f8291;
    text-align: center;
    z-index: 0; }
    .search-box-wrap .submit-wrap .icon-search:hover {
      color: #FFF; }
  .search-box-wrap .submit-wrap #searchsubmit {
    width: 100%;
    outline: none;
    height: 100%;
    text-indent: -99999px;
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    margin: 0;
    background-color: transparent;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border: none;
    outline: none;
    outline-style: none;
    outline-width: 0; }

/* ==========================================================================
   APP LANDING PAGE
   ========================================================================== */
.page-template-templatestemplate-applanding-php .body-section #cyan {
  position: relative;
  overflow: hidden; }
  .page-template-templatestemplate-applanding-php .body-section #cyan .contain .cta {
    padding: 75px 0 165px 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: left; }
  .page-template-templatestemplate-applanding-php .body-section #cyan .dots {
    max-width: 1050px;
    background-image: url("images/dot-pat.png");
    background-repeat: repeat;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 113px;
    width: 140%;
    right: 0;
    margin: 0 auto; }
.page-template-templatestemplate-applanding-php .body-section #white-section {
  z-index: 100;
  position: relative;
  padding: 0 0 50px 0; }
  .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text {
    position: relative;
    margin: -140px auto 28px auto; }
    .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text span.roll {
      position: absolute;
      top: -30px;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 15pt;
      right: 0;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
    .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover {
      position: absolute; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover p {
        display: block; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:before {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4); }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:after {
        display: block; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p {
        position: absolute;
        display: none;
        padding: 12px 15px 13px 15px;
        background-color: #22b0e6;
        color: #FFF;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16pt;
        width: 235px;
        z-index: 100;
        bottom: 100%;
        margin-bottom: 10px;
        z-index: 1100;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p:hover {
          display: block; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p:hover h4:before {
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -o-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4); }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p:hover h4:after {
            display: block; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p.tip-left {
          right: 35px; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p.tip-right {
          left: -50px; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p.tip-center {
          left: -135px; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover {
          top: auto !important;
          left: auto !important;
          right: auto !important;
          position: relative;
          max-width: 500px;
          margin: 0 auto;
          padding: 20px 0 0 0; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p {
            display: block;
            position: relative;
            right: auto !important;
            left: auto !important;
            top: auto !important;
            bottom: auto !important;
            width: 100%;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p:after {
              content: '';
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: #22b0e6;
              border: solid 20px transparent;
              left: 7px;
              bottom: 100%;
              border-bottom: 20px solid #22b0e6;
              border-top: none;
              bottom: 100%;
              margin: 0 auto -7px auto; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover h4 {
            padding: 0 0 20px 0; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover h4:before {
              display: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:after, .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:before {
            display: none; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover {
          top: auto !important;
          left: auto !important;
          right: auto !important;
          position: relative;
          max-width: 500px;
          margin: 0 auto;
          padding: 20px 0 0 0; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p {
            display: block;
            position: relative;
            right: auto !important;
            left: auto !important;
            top: auto !important;
            bottom: auto !important;
            width: 100%;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover p:after {
              content: '';
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: #22b0e6;
              border: solid 20px transparent;
              left: 7px;
              bottom: 100%;
              border-bottom: 20px solid #22b0e6;
              border-top: none;
              bottom: 100%;
              margin: 0 auto -7px auto; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover h4 {
            padding: 0 0 20px 0; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover h4:before {
              display: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:after, .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text .hover:hover h4:before {
            display: none; } }
    .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text h4 {
      padding: 0 4px;
      font-family: "Kreon", "Times New Roman", serif;
      color: #ee7541;
      font-weight: 700;
      font-size: 22px;
      line-height: 19pt;
      cursor: pointer; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text h4:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #ee7541;
        border: 3px solid #b85112;
        position: absolute;
        top: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        z-index: 1000;
        left: -18px; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .hover-text h4:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #22b0e6;
        border: solid 20px transparent;
        left: -30px;
        border-top: 20px solid #22b0e6;
        border-bottom: none;
        bottom: 100%;
        margin: 0 auto -7px auto;
        display: none; }
  .page-template-templatestemplate-applanding-php .body-section #white-section .conveyor-img {
    border: 2px solid #e8e8e8;
    min-height: 386px; }
    .page-template-templatestemplate-applanding-php .body-section #white-section .conveyor-img img {
      width: 100%;
      height: auto;
      display: block; }
  .page-template-templatestemplate-applanding-php .body-section #white-section .overflow {
    overflow: hidden; }
    .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side {
      width: 30%;
      float: left;
      max-width: 100%;
      padding: 0; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side {
          width: 100%;
          float: none;
          margin: 20px auto 0 auto;
          max-width: 500px; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side {
          width: 100%;
          float: none;
          margin: 20px auto 0 auto;
          max-width: 500px; } }
      .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta {
        width: 100%; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gravity-form ul, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gform_wrapper ul {
          background: none;
          border-left: none;
          margin: 20px 0 25px 0;
          padding: 0;
          list-style: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gravity-form ul li, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gform_wrapper ul li {
            list-style: none; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gravity-form ul li .half, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gform_wrapper ul li .half {
              margin-left: 19px; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gravity-form ul li .half .first, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .gform_wrapper ul li .half .first {
                margin-left: 0; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form {
          width: 100%;
          top: 0;
          left: 0;
          right: 0;
          height: auto;
          background-color: #ee7541;
          color: #FFF;
          overflow: hidden;
          padding: 20px 20px 25px 20px;
          margin: 0 0 15px 0;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form fieldset {
            max-width: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form ul {
            background: none;
            border-left: none;
            padding: 0;
            list-style: none; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form ul li {
              list-style: none;
              margin-left: 0; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-required {
            display: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form h3 {
            margin: 0 0 15px 0;
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 900;
            font-size: 28px;
            line-height: 20pt;
            color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field {
            margin: 0 0 19px 0; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input,
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 14px;
              font-weight: bold;
              width: 100%;
              max-width: 100%;
              border: 2px solid #e8e8e8;
              height: 34px;
              line-height: 18pt;
              padding: 0 0 0 10px;
              text-align: left;
              color: #6b6b6b;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                font-weight: 700;
                color: #cacaca;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
                color: #cacaca;
                font-weight: 700;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
                color: #cacaca;
                font-weight: 700;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
                font-weight: 700;
                color: #cacaca;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input:focus,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
                outline: none;
                border: 2px solid #e8e8e8; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field input.error,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
                border-color: #ebad06; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field textarea {
              min-height: 80px;
              margin: 0;
              padding: 3px 0 0 10px; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field select {
              border: 0 !important;
              -webkit-appearance: none;
              -moz-appearance: none;
              background: #FFF;
              width: 100%;
              text-indent: 0.01px;
              border: 2px solid #e8e8e8;
              height: 34px;
              line-height: 18pt;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 14px;
              color: #cacaca;
              font-weight: 500;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              padding: 0 10px; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field label {
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 700;
              line-height: 22pt;
              font-size: 20px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #FFF; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 16px;
              line-height: 18px;
              font-weight: 500; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
              display: inline-block;
              width: 20px;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
              vertical-align: middle;
              display: inline-block; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 16px;
              line-height: 18px;
              font-weight: 500; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
              width: 87%;
              display: inline-block;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
              width: 20px;
              display: inline-block;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
              margin: 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
                margin: 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
                font-size: 12px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-family: "Roboto", "Helvetica", sans-serif;
                line-height: 18px;
                font-weight: 500;
                color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-button {
            text-transform: none;
            border: none;
            background-color: #22b0e6;
            cursor: pointer;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 16px;
            padding: 7px 20px 12px 20px;
            width: auto;
            line-height: 17pt;
            height: 38px;
            display: inline-block;
            color: #FFF;
            -webkit-border-radius: 0px 10px 0px 10px;
            -moz-border-radius: 0px 10px 0px 10px;
            -o-border-radius: 0px 10px 0px 10px;
            -ms-border-radius: 0px 10px 0px 10px;
            border-radius: 0px 10px 0px 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-button:hover {
              background-color: #6b6b6b; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta .htmlembed .hs-form .hs-button:focus {
              border: none;
              background-color: #6b6b6b; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form {
          width: 100%;
          top: 0;
          left: 0;
          right: 0;
          height: auto;
          background-color: #ee7541;
          color: #FFF;
          overflow: hidden;
          padding: 20px 20px 25px 20px;
          margin: 0 0 15px 0;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form fieldset {
            max-width: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form ul {
            background: none;
            border-left: none;
            padding: 0;
            list-style: none; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form ul li {
              list-style: none;
              margin-left: 0; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-required {
            display: none; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form h3 {
            margin: 0 0 15px 0;
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 900;
            font-size: 28px;
            line-height: 20pt;
            color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field {
            margin: 0 0 19px 0; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input,
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 14px;
              font-weight: bold;
              width: 100%;
              max-width: 100%;
              border: 2px solid #e8e8e8;
              height: 34px;
              line-height: 18pt;
              padding: 0 0 0 10px;
              text-align: left;
              color: #6b6b6b;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
                font-weight: 700;
                color: #cacaca;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
                color: #cacaca;
                font-weight: 700;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
                color: #cacaca;
                font-weight: 700;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
                font-weight: 700;
                color: #cacaca;
                text-transform: uppercase; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
                outline: none;
                border: 2px solid #e8e8e8; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
                border-color: #ebad06; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
              min-height: 80px;
              margin: 0;
              padding: 3px 0 0 10px; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field select {
              border: 0 !important;
              -webkit-appearance: none;
              -moz-appearance: none;
              background: #FFF;
              width: 100%;
              text-indent: 0.01px;
              border: 2px solid #e8e8e8;
              height: 34px;
              line-height: 18pt;
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 14px;
              color: #cacaca;
              font-weight: 500;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              padding: 0 10px; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field label {
              font-family: "Kreon", "Times New Roman", serif;
              font-weight: 700;
              line-height: 22pt;
              font-size: 20px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #FFF; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 16px;
              line-height: 18px;
              font-weight: 500; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
              display: inline-block;
              width: 20px;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
              vertical-align: middle;
              display: inline-block; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
              font-family: "Roboto", "Helvetica", sans-serif;
              font-size: 16px;
              line-height: 18px;
              font-weight: 500; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
              width: 87%;
              display: inline-block;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
              width: 20px;
              display: inline-block;
              vertical-align: middle; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
              margin: 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
                margin: 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
                font-size: 12px;
                margin: 0 0 10px 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-family: "Roboto", "Helvetica", sans-serif;
                line-height: 18px;
                font-weight: 500;
                color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-button {
            text-transform: none;
            border: none;
            background-color: #22b0e6;
            cursor: pointer;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 16px;
            padding: 7px 20px 12px 20px;
            width: auto;
            line-height: 17pt;
            height: 38px;
            display: inline-block;
            color: #FFF;
            -webkit-border-radius: 0px 10px 0px 10px;
            -moz-border-radius: 0px 10px 0px 10px;
            -o-border-radius: 0px 10px 0px 10px;
            -ms-border-radius: 0px 10px 0px 10px;
            border-radius: 0px 10px 0px 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-button:hover {
              background-color: #6b6b6b; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side .form-cta #hs_custom_form .hs-form .hs-button:focus {
              border: none;
              background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form {
        width: 100%;
        position: relative;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        border: 2px solid #FFF;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 48.25em) {
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form {
            padding: 20px; } }
        @media screen and (max-width: medl) {
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form {
            padding: 20px; } }
        @media screen and (max-width: 40em) {
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form {
            position: relative;
            margin: 0 0 20px 0; } }
        @media screen and (max-width: small) {
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form {
            position: relative;
            margin: 0 0 20px 0; } }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form h3 {
          margin: 0 0 15px 0;
          color: #FFF;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gfield_checkbox li {
          padding: 0 0 0 30px;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gfield_checkbox li input {
            position: absolute;
            left: 0;
            top: 3px;
            width: auto;
            font-size: 16px;
            height: auto;
            padding: 0;
            margin: 2px; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gfield_checkbox li label {
            color: #6b6b6b;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 300;
            line-height: 18pt;
            font-size: 16px; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gform-dropdown label {
          display: none; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .validation_message,
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .validation_error,
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gform_confirmation_message {
          color: #FFF;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 500;
          line-height: 18pt;
          font-size: 16px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .selectricWrapper {
          margin: 0 0 19px 0;
          width: 100%; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .selectricWrapper .selectric .label {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            color: #cacaca;
            line-height: 17px;
            padding: 6px 6px 6px 10px;
            margin: 0; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .selectricWrapper .selectricItems li {
            margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input,
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input::-webkit-input-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input:-moz-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input::-moz-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input:-ms-input-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form input:focus,
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea:focus {
            outline: none;
            border: 2px solid #c7c7c7; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gform_button {
          text-transform: none;
          border: 2px solid #b4b4b4;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 24px;
          padding: 7px 20px 12px 20px;
          width: 100%;
          text-align: center;
          line-height: 17pt;
          height: 50px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gform_button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .gform_button:focus {
            border: none;
            background-color: #6b6b6b; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul {
          margin: 0;
          padding: 0;
          border: none !important; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul li {
            border: none !important;
            width: 100%;
            list-style-type: none; }
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul li.gfield {
              margin: 0 0 18px 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul li.gfield.gform_hidden {
                margin: 0; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul li.gfield.gfield_error input {
                margin: 0 0 5px 0;
                border: 2px solid #22b0e6; }
              .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form ul li.gfield.gfield_error .validation_message {
                margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .btn {
          background-color: #22b0e6; }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .right-side #thegravity-form .btn:hover {
            background-color: #6b6b6b; }
    .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side {
      width: 70%;
      float: left;
      max-width: 100%;
      padding: 0 30px 0 0;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side {
          width: 100%;
          float: none;
          margin: 0 auto;
          max-width: 500px; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side {
          width: 100%;
          float: none;
          margin: 0 auto;
          max-width: 500px; } }
      .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul {
        padding: 20px 0 0 0; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul.full .li {
          float: none;
          width: 100%; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul .row {
          overflow: hidden; }
        .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul .li {
          color: #6b6b6b;
          font-family: "Kreon", "Times New Roman", serif;
          font-size: 18px;
          line-height: 19pt;
          font-weight: 400;
          margin: 0;
          padding: 0 10px 10px 10px;
          list-style-type: none;
          list-style-position: outside;
          position: relative;
          width: 50%;
          float: left;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 46.8em) {
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul .li {
              width: 100%; } }
          @media screen and (max-width: med) {
            .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul .li {
              width: 100%; } }
          .page-template-templatestemplate-applanding-php .body-section #white-section .overflow .left-side .ul .li:before {
            content: '•';
            position: absolute;
            left: 0px;
            top: 0px;
            margin: 0;
            font-size: 17px; }
.page-template-templatestemplate-applanding-php .body-section #sidebar {
  background-color: #ee7541;
  overflow: hidden;
  height: 70px; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar {
      height: auto; } }
  @media screen and (max-width: medl) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar {
      height: auto; } }
  .page-template-templatestemplate-applanding-php .body-section #sidebar .contain {
    max-width: 940px; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar .nav {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      max-width: 500px;
      margin: 20px auto 21px auto;
      background-color: #FFF;
      border: 2px solid #e8e8e8; } }
  @media screen and (max-width: medl) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar .nav {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      max-width: 500px;
      margin: 20px auto 21px auto;
      background-color: #FFF;
      border: 2px solid #e8e8e8; } }
  .page-template-templatestemplate-applanding-php .body-section #sidebar li {
    font-weight: 700;
    display: inline-block;
    float: left;
    font-family: "Kreon", "Times New Roman", serif;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      .page-template-templatestemplate-applanding-php .body-section #sidebar li {
        display: block;
        float: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar li:first-child a {
          border-top: none !important; } }
    @media screen and (max-width: medl) {
      .page-template-templatestemplate-applanding-php .body-section #sidebar li {
        display: block;
        float: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar li:first-child a {
          border-top: none !important; } }
    .page-template-templatestemplate-applanding-php .body-section #sidebar li a {
      display: inline-block;
      padding: 13px 25px 29px 25px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid transparent;
      margin: 12px 0 0 0;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      -o-border-radius: 8px 8px 0 0;
      -ms-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar li a:hover, .page-template-templatestemplate-applanding-php .body-section #sidebar li a.active {
        background-color: #FFF;
        border-top: 2px solid #d8602c;
        border-left: 2px solid #d8602c;
        border-right: 2px solid #d8602c;
        color: #22b0e6;
        padding: 20px 25px 22px 25px; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar li a {
          display: block;
          float: none;
          color: #8a8a8a;
          text-align: center;
          width: auto;
          border-top: 2px solid #e8e8e8;
          border-left: none;
          border-right: none;
          margin: 0;
          padding: 18px 25px 19px 25px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar li a:hover, .page-template-templatestemplate-applanding-php .body-section #sidebar li a.active {
            border-top: 2px solid #e8e8e8;
            border-left: none;
            border-right: none;
            background-color: #FFF;
            color: #22b0e6;
            padding: 18px 25px 19px 25px; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar li a {
          display: block;
          float: none;
          color: #8a8a8a;
          text-align: center;
          width: auto;
          border-top: 2px solid #e8e8e8;
          border-left: none;
          border-right: none;
          margin: 0;
          padding: 18px 25px 19px 25px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar li a:hover, .page-template-templatestemplate-applanding-php .body-section #sidebar li a.active {
            border-top: 2px solid #e8e8e8;
            border-left: none;
            border-right: none;
            background-color: #FFF;
            color: #22b0e6;
            padding: 18px 25px 19px 25px; } }
.page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs {
  padding: 0 0 30px 0; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post {
    overflow: hidden; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section {
      margin: 0 -25px 15px 0; }
      @media screen and (max-width: 25em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section {
          margin-right: 0; } }
      @media screen and (max-width: xxsmall) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section {
          margin-right: 0; } }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section h3 {
        margin: 30px 0 15px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row {
        overflow: hidden; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third {
          width: 33.3333%;
          float: left;
          padding-right: 25px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 25em) {
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third {
              width: 100%;
              float: none;
              padding: 0; } }
          @media screen and (max-width: xxsmall) {
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third {
              width: 100%;
              float: none;
              padding: 0; } }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third p {
            margin: 10px 0 25px 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third .inner-wrap .img-wrap {
            position: relative; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third .inner-wrap .img-wrap .icon-play {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
              .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third .inner-wrap .img-wrap .icon-play.mag:before {
                content: '\e800';
                right: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third .inner-wrap .img-wrap img {
              border: 2px solid #cfcfcf;
              height: auto;
              display: block;
              width: 100%;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .screenshot-section .inner-row .third .inner-wrap .img-wrap img.larger {
                display: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner {
      min-height: 1px;
      float: left;
      width: 70%;
      padding: 0 15px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner {
          width: 100%;
          float: none;
          padding: 0; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner {
          width: 100%;
          float: none;
          padding: 0; } }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 300;
        color: #6b6b6b;
        font-size: 16px;
        line-height: 18pt;
        background: #f4f4f4;
        border-left: 4px solid #ee7541;
        margin: 20px 0 25px 0;
        padding: 20px 10px 15px 25px;
        clear: both;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul a, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol a {
          display: inline; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul li {
        margin: 0 0 10px 15px;
        list-style-type: disc;
        list-style-position: outside; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul li ul li {
            list-style-type: circle; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ul li ol li {
            list-style-type: decimal; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol li {
        margin: 0 0 10px 15px;
        list-style-type: decimal; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol li ul li {
            list-style-type: circle; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner ol li ol li {
            list-style-type: decimal; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner blockquote {
        position: relative;
        background-image: url("images/quote.png");
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-color: #22b0e6;
        padding: 28px 30px 31px 35px;
        width: 100%;
        margin: 25px 0 30px 0;
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px 20px 0px 20px;
        -moz-border-radius: 0px 20px 0px 20px;
        -o-border-radius: 0px 20px 0px 20px;
        -ms-border-radius: 0px 20px 0px 20px;
        border-radius: 0px 20px 0px 20px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner blockquote:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -25px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner blockquote p {
          font-weight: 700;
          font-family: "Kreon", "Times New Roman", serif;
          color: #fff;
          line-height: 22pt;
          font-size: 20px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner p {
        margin: 0 0 15px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner img {
        max-width: 100%;
        height: auto;
        display: block; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner img.featured {
          margin: 0 0 20px 0;
          padding: 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h1, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h2, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h3, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h4, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h5, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h6 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 20px 0 5px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h2 {
        font-size: 30px;
        line-height: 28pt; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h2.main-title {
          margin-top: 5px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h3 {
        font-size: 24px;
        line-height: 22pt; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h4 {
        font-size: 20px;
        line-height: 18pt; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h5 {
        font-size: 18px;
        line-height: 16pt; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner h6 {
        font-size: 15px;
        line-height: 13pt; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner a.btn {
          border: none;
          font-weight: 700;
          text-decoration: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner a.btn:hover {
            background-color: #555; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner em, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner i {
        font-style: italic; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner strong, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner b {
        font-weight: bold; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .more-link {
        display: none; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .post-img-wrap {
        display: inline; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .post-img-wrap a {
          display: inline; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .alignright {
        float: right;
        margin: 0 0 15px 25px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .alignleft {
        float: left;
        margin: 0 25px 15px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gravity-form ul, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gravity-form ul li, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li {
          list-style: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gravity-form ul li .half, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li .half {
            margin-left: 19px; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gravity-form ul li .half .first, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li .half .first {
              margin-left: 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form fieldset {
          max-width: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-required {
          display: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input:focus,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field input.error,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form fieldset {
          max-width: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input:focus,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field input.error,
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper {
        border-color: #ee7541 !important;
        background-color: #ee7541 !important;
        width: 100%;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        border: 2px solid #FFF;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 48.25em) {
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper {
            padding: 20px; } }
        @media screen and (max-width: medl) {
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper {
            padding: 20px; } }
        @media screen and (max-width: 40em) {
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper {
            position: relative;
            margin: 0 0 20px 0; } }
        @media screen and (max-width: small) {
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper {
            position: relative;
            margin: 0 0 20px 0; } }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper h3 {
          margin: 0 0 15px 0;
          color: #FFF;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gfield_checkbox li {
          padding: 0 0 0 30px;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gfield_checkbox li input {
            position: absolute;
            left: 0;
            top: 3px;
            width: auto;
            font-size: 16px;
            height: auto;
            padding: 0;
            margin: 2px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gfield_checkbox li label {
            color: #6b6b6b;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-weight: 300;
            line-height: 18pt;
            font-size: 16px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform-dropdown label {
          display: none; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .validation_message,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .validation_error,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_confirmation_message {
          color: #FFF;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 500;
          line-height: 18pt;
          font-size: 16px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .selectricWrapper {
          margin: 0 0 19px 0;
          width: 100%; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .selectricWrapper .selectric .label {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            color: #cacaca;
            line-height: 17px;
            padding: 6px 6px 6px 10px;
            margin: 0; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .selectricWrapper .selectricItems li {
            margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input::-webkit-input-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input:-moz-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input::-moz-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input:-ms-input-placeholder,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper input:focus,
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea:focus {
            outline: none;
            border: 2px solid #c7c7c7; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_button {
          text-transform: none;
          border: 2px solid #b4b4b4;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 24px;
          padding: 7px 20px 12px 20px;
          text-align: center;
          line-height: 17pt;
          height: 50px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_button:focus {
            border: none;
            background-color: #6b6b6b; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul {
          margin: 0;
          padding: 0;
          border: none !important; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li {
            border: none !important;
            width: 100%;
            list-style-type: none; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li.gfield.gform_hidden {
              margin: 0; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li.gfield.gfield_error input {
              margin: 0 0 5px 0;
              border: 2px solid #22b0e6; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper ul li.gfield.gfield_error .validation_message {
              margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .btn {
          background-color: #22b0e6; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .btn:hover {
            background-color: #6b6b6b; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_title {
          color: #FFF;
          font-size: 28px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_fields {
          background-color: #ee7541; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper li.half {
          width: 48.5%;
          float: left;
          margin: 0 0 19px 3%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 30em) {
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper li.half {
              width: 100%;
              margin: 0; } }
          @media screen and (max-width: xsmall) {
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper li.half {
              width: 100%;
              margin: 0; } }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper li.first {
          margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .inner .gform_wrapper .gform_button {
          font-size: 24px !important;
          height: 50px !important;
          border: 2px solid #b4b4b4 !important;
          width: initial; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area {
      float: left;
      width: 30%;
      padding: 20px 0 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 48.25em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area {
          width: 100%;
          padding: 20px 0 0 0;
          max-width: 300px;
          margin: 0 auto;
          float: none; } }
      @media screen and (max-width: medl) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area {
          width: 100%;
          padding: 20px 0 0 0;
          max-width: 300px;
          margin: 0 auto;
          float: none; } }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .information-block {
        border: 2px solid #e8e8e8;
        padding: 13px 20px 18px 20px;
        margin: 0 0 30px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .information-block h4 {
          margin: 0 0 5px 0;
          font-size: 24px;
          line-height: 16pt;
          color: #ee7541;
          padding: 0 0 0 30px;
          position: relative;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 600;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .information-block h4:before {
            position: absolute;
            left: 0;
            top: -2px;
            content: '\e80a';
            font-family: 'fontello';
            font-size: 20px;
            padding: 2px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .information-block p {
          margin-bottom: 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .quote-block {
        margin: 0 0 50px 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .quote-block blockquote {
          background-position: 10px 10px;
          line-height: 20pt;
          font-size: 17px;
          padding: 20px 20px 25px 20px;
          margin: 0;
          position: relative;
          background-image: url("images/quote.png");
          background-repeat: no-repeat;
          background-color: #22b0e6;
          font-weight: 700;
          font-family: "Kreon","Times New Roman",serif;
          color: #FFF;
          width: 100%;
          border-radius: 0px 20px 0px 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .quote-block blockquote:after {
            content: '';
            height: 0;
            position: absolute;
            right: 0;
            bottom: -25px;
            display: block;
            border-right: 45px solid #22b0e6;
            border-bottom: 40px solid transparent; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .quote-block blockquote span {
            display: block;
            font-weight: 400;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            padding: 10px 0 0 0;
            line-height: 14pt; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .text-block {
        border: 2px solid #e8e8e8;
        padding: 13px 20px;
        margin: 0 0 30px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .text-block h4 {
          margin: 0 0 5px 0;
          font-size: 16px;
          line-height: 16pt;
          color: #6b6b6b;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 600;
          padding: 0;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block {
        border: 2px solid #e8e8e8;
        padding: 0;
        margin: 0 0 30px 0;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block img {
          width: 100%;
          display: block;
          height: auto; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block .inner-text {
          padding: 13px 20px 20px 20px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block p {
          padding: 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          font-size: 18px;
          line-height: 20pt;
          margin: 0 0 15px 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block a.btn {
          color: #FFF;
          margin: 0;
          background-color: #22b0e6; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .chat-block a.btn:hover {
            background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block {
        margin: 0 0 30px 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block h5 {
          margin: 0 0 10px 0;
          font-family: "Roboto", "Helvetica", sans-serif;
          text-transform: uppercase;
          color: #b1b1b1;
          font-size: 14px;
          line-height: 14pt;
          font-weight: 900; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block .video-wrap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #cfcfcf;
          width: 100%;
          position: relative; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block .video-wrap img {
            width: 258px;
            height: 145px; }
          .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 55px;
            height: 55px; }
            .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play:before {
              font-size: 38px; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs #gforms_confirmation_message .gform_confirmation_message {
    color: #22b0e6;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 18pt;
    font-size: 16px;
    margin: 0 0 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post {
    display: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .the-post.open {
      display: block; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
    overflow: hidden;
    padding: 0 0 50px 0; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
        padding: 0 0 30px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row {
        padding: 0 0 30px 0; } }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
      width: 69%;
      float: left;
      padding: 5px;
      background-color: #efefef;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
          float: none;
          width: auto; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .screen-wrap {
          float: none;
          width: auto; } }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
      width: 31%;
      float: left;
      padding: 0 0 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
          float: none;
          width: auto;
          padding: 20px 0 0 0; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row .text-wrap {
          float: none;
          width: auto;
          padding: 20px 0 0 0; } }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
      float: right;
      padding: 0 20px 0 0; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
          float: none;
          padding: 20px 0 0 0; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .text-wrap {
          float: none;
          padding: 20px 0 0 0; } }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
      float: right; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
          float: none; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content #directory-tabs .row.flipped .screen-wrap {
          float: none; } }
.page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
  width: 70%;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul {
    background: none;
    border-left: none;
    margin: 20px 0 25px 0;
    padding: 0;
    list-style: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li {
      list-style: none; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li .half, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li .half {
        margin-left: 19px; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li .half .first, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li .half .first {
          margin-left: 0; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form fieldset {
      max-width: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form ul {
      background: none;
      border-left: none;
      padding: 0;
      list-style: none; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form ul li {
        list-style: none;
        margin-left: 0; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-required {
      display: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form h3 {
      margin: 0 0 15px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt;
      color: #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field {
      margin: 0 0 19px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input,
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        max-width: 100%;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        padding: 0 0 0 10px;
        text-align: left;
        color: #6b6b6b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:focus,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:focus {
          outline: none;
          border: 2px solid #e8e8e8; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input.error,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea.error {
          border-color: #ebad06; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
        min-height: 80px;
        margin: 0;
        padding: 3px 0 0 10px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field select {
        border: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #FFF;
        width: 100%;
        text-indent: 0.01px;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        color: #cacaca;
        font-weight: 500;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field label {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        line-height: 22pt;
        font-size: 20px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #FFF; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
        display: inline-block;
        width: 20px;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio span {
        vertical-align: middle;
        display: inline-block; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
        width: 87%;
        display: inline-block;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
        width: 20px;
        display: inline-block;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs {
        margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
          margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
          font-size: 12px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: "Roboto", "Helvetica", sans-serif;
          line-height: 18px;
          font-weight: 500;
          color: #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button {
      text-transform: none;
      border: none;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 16px;
      padding: 7px 20px 12px 20px;
      width: auto;
      line-height: 17pt;
      height: 38px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button:hover {
        background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button:focus {
        border: none;
        background-color: #6b6b6b; }
  .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form fieldset {
      max-width: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form ul {
      background: none;
      border-left: none;
      padding: 0;
      list-style: none; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form ul li {
        list-style: none;
        margin-left: 0; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-required {
      display: none; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form h2, .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form h3 {
      margin: 0 0 15px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt;
      color: #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field {
      margin: 0 0 19px 0; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input,
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        max-width: 100%;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        padding: 0 0 0 10px;
        text-align: left;
        color: #6b6b6b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:focus,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:focus {
          outline: none;
          border: 2px solid #e8e8e8; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input.error,
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea.error {
          border-color: #ebad06; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
        min-height: 80px;
        margin: 0;
        padding: 3px 0 0 10px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field select {
        border: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #FFF;
        width: 100%;
        text-indent: 0.01px;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        color: #cacaca;
        font-weight: 500;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field label {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        line-height: 22pt;
        font-size: 20px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #FFF; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
        display: inline-block;
        width: 20px;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
        vertical-align: middle;
        display: inline-block; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
        width: 87%;
        display: inline-block;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
        width: 20px;
        display: inline-block;
        vertical-align: middle; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
        margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
          margin: 0; }
        .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
          font-size: 12px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: "Roboto", "Helvetica", sans-serif;
          line-height: 18px;
          font-weight: 500;
          color: #FFF; }
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button {
      text-transform: none;
      border: none;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 16px;
      padding: 7px 20px 12px 20px;
      width: auto;
      line-height: 17pt;
      height: 38px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button:hover {
        background-color: #6b6b6b; }
      .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button:focus {
        border: none;
        background-color: #6b6b6b; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
      width: 100%;
      float: none;
      padding: 0; } }
  @media screen and (max-width: medl) {
    .page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
      width: 100%;
      float: none;
      padding: 0; } }
.page-template-templatestemplate-applanding-php .body-section #sidebar-layout .contain #main-content .article {
  padding: 0;
  margin: 0;
  border-bottom: none; }
.page-template-templatestemplate-applanding-php #modal-inner img,
.page-template-templatestemplate-applanding-php .modal-inner img {
  width: 100%;
  display: block;
  height: auto; }

/* ==========================================================================
   LANDING PAGE
   ========================================================================== */
.page-template-templatestemplate-landing-php .header-section .btn {
  margin: 24px 0 0 0; }
  .page-template-templatestemplate-landing-php .header-section .btn.chat {
    background-color: #22b0e6;
    text-shadow: none;
    float: right;
    line-height: 14pt; }
    .page-template-templatestemplate-landing-php .header-section .btn.chat:hover {
      background-color: #6b6b6b; }
.page-template-templatestemplate-landing-php .header-section.sticky .btn {
  margin: 8px 0 0 0; }
.page-template-templatestemplate-landing-php .body-section #cyan {
  padding: 120px 0 50px 0; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatestemplate-landing-php .body-section #cyan {
      padding: 35px 0 50px 0; } }
  @media screen and (max-width: medl) {
    .page-template-templatestemplate-landing-php .body-section #cyan {
      padding: 35px 0 50px 0; } }
  .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta {
    width: 70%;
    float: left;
    max-width: 100%;
    text-align: left;
    padding: 0 30px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta {
        width: 50%; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta {
        width: 50%; } }
    @media screen and (max-width: 40em) {
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta {
        width: 100%;
        padding: 0;
        float: none; } }
    @media screen and (max-width: small) {
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta {
        width: 100%;
        padding: 0;
        float: none; } }
    .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul {
      padding: 20px 0 0 0; }
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul .row {
        overflow: hidden; }
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul .li {
        color: #FFF;
        font-family: "Kreon", "Times New Roman", serif;
        font-size: 20px;
        line-height: 22pt;
        font-weight: 700;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        margin: 0;
        padding: 0 20px 10px 10px;
        list-style-type: none;
        list-style-position: outside;
        position: relative;
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul .li {
            width: 100%; } }
        @media screen and (max-width: med) {
          .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul .li {
            width: 100%; } }
        .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul .li:before {
          content: '•';
          position: absolute;
          left: 0px;
          top: 0px;
          margin: 0;
          font-size: 17px; }
      .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta .ul.full .li {
        width: 100%;
        float: none; }
    .page-template-templatestemplate-landing-php .body-section #cyan .contain .cta p {
      font-weight: 700; }
  .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper {
    position: relative;
    width: 30%;
    float: left;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper {
        width: 50%; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper {
        width: 50%; } }
    @media screen and (max-width: 40em) {
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper {
        width: 100%;
        padding: 30px 0 20px 0;
        float: none; } }
    @media screen and (max-width: small) {
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper {
        width: 100%;
        padding: 30px 0 20px 0;
        float: none; } }
    .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta {
      width: 100%;
      position: relative; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta {
          position: relative; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta {
          position: relative; } }
      @media screen and (max-width: 40em) {
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta {
          position: relative; } }
      @media screen and (max-width: small) {
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta {
          position: relative; } }
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li {
          list-style: none; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half {
            margin-left: 19px; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half .first, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half .first {
              margin-left: 0; }
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form fieldset {
          max-width: none; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-required {
          display: none; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h2, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input,
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:focus,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input.error,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form fieldset {
          max-width: none; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h2, .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input,
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          .page-template-templatestemplate-landing-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
.page-template-templatestemplate-landing-php .body-section #white {
  padding: 120px 0 50px 0; }
  @media screen and (max-width: 48.25em) {
    .page-template-templatestemplate-landing-php .body-section #white {
      padding: 35px 0 50px 0; } }
  @media screen and (max-width: medl) {
    .page-template-templatestemplate-landing-php .body-section #white {
      padding: 35px 0 50px 0; } }
  .page-template-templatestemplate-landing-php .body-section #white .contain .cta {
    width: 70%;
    float: left;
    max-width: 100%;
    text-align: left;
    padding: 0 30px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta {
        width: 50%; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta {
        width: 50%; } }
    @media screen and (max-width: 40em) {
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta {
        width: 100%;
        padding: 0;
        float: none; } }
    @media screen and (max-width: small) {
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta {
        width: 100%;
        padding: 0;
        float: none; } }
    .page-template-templatestemplate-landing-php .body-section #white .contain .cta h1 {
      color: #6b6b6b;
      font-family: "Kreon", "Times New Roman", serif;
      font-size: 34px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      line-height: 30pt; }
    .page-template-templatestemplate-landing-php .body-section #white .contain .cta p {
      margin: 10px 0 0 0;
      font-weight: normal; }
    .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul {
      padding: 20px 0 0 0; }
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul .row {
        overflow: hidden; }
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul .li {
        margin: 0;
        padding: 0 20px 10px 10px;
        list-style-type: none;
        list-style-position: outside;
        position: relative;
        width: 50%;
        float: left;
        color: #6b6b6b;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18pt;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 46.8em) {
          .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul .li {
            width: 100%; } }
        @media screen and (max-width: med) {
          .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul .li {
            width: 100%; } }
        .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul .li:before {
          content: '•';
          position: absolute;
          left: 0px;
          top: 0px;
          margin: 0;
          font-size: 17px; }
      .page-template-templatestemplate-landing-php .body-section #white .contain .cta .ul.full .li {
        width: 100%;
        float: none; }
.page-template-templatestemplate-landing-php .body-section .download-button-wrapper {
  color: white;
  background-color: #ee7541;
  border: 2px solid #ce5c2b;
  padding: 20px;
  width: 100%;
  height: auto;
  padding: 15px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 30%;
  float: left;
  text-align: center; }
  .page-template-templatestemplate-landing-php .body-section .download-button-wrapper h3 {
    font-size: 22px;
    color: #FFF;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    line-height: 20pt; }
  .page-template-templatestemplate-landing-php .body-section .download-button-wrapper .btn {
    background-color: #22b0e6;
    text-transform: lowercase; }
    .page-template-templatestemplate-landing-php .body-section .download-button-wrapper .btn:hover {
      background-color: #6b6b6b; }
.page-template-templatestemplate-landing-php .body-section .small-form-wrapper {
  width: 30%;
  float: left;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: med) {
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper {
      width: 100%;
      padding: 30px 0 20px 0;
      float: none; } }
  @media screen and (max-width: small) {
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper {
      width: 100%;
      padding: 30px 0 20px 0;
      float: none; } }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta {
    position: absolute;
    width: 100%; }
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gravity-form ul, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gform_wrapper ul {
      background: none;
      border-left: none;
      margin: 20px 0 25px 0;
      padding: 0;
      list-style: none; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gravity-form ul li, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gform_wrapper ul li {
        list-style: none; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gravity-form ul li .half, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gform_wrapper ul li .half {
          margin-left: 19px; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gravity-form ul li .half .first, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .gform_wrapper ul li .half .first {
            margin-left: 0; }
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form fieldset {
        max-width: none; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-required {
        display: none; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form h2, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input,
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:focus,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input.error,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form fieldset {
        max-width: none; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-required {
        display: none; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form h2, .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input,
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .gform_wrapper {
    background-color: #ee7541;
    border: 2px solid #ce5c2b;
    padding: 20px;
    width: 100%;
    height: auto;
    padding: 15px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper h3.gform_title {
    font-size: 22px;
    color: #FFF;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 20pt; }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper li.gfield {
    margin: 0 0 12px 0; }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper li input,
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper li textarea {
    border: 2px solid #ce5c2b; }
  .page-template-templatestemplate-landing-php .body-section .small-form-wrapper .gform_confirmation_message a {
    font-weight: bold;
    color: #ee7541;
    font-size: 28px; }
.page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area {
  position: relative;
  min-height: 180px;
  margin: -2px 0 0 0; }
  .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .img {
    position: absolute;
    top: -20px;
    max-width: 63px;
    height: auto;
    background-color: #FFF;
    border-top: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .img.left-img {
      left: 0; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .img.right-img {
      right: 0; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .img img {
      display: block;
      width: 100%;
      height: auto; }
  .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar {
    width: 100%;
    height: 4px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.orange {
      padding: 0 95px 0 0; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.orange .color {
        height: 100%;
        width: 100%;
        background-color: #ee7541;
        position: relative; }
        .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.orange .color:after {
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: #ee7541;
          border: solid transparent;
          border-left: 15px solid #ee7541;
          left: 100%;
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          top: 0;
          bottom: 0;
          margin: auto; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.blue {
      padding: 0 0 0 95px;
      margin: 0 0 12px 0; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.blue .color {
        height: 100%;
        width: 100%;
        background-color: #22b0e6;
        position: relative; }
        .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .bar.blue .color:after {
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: #22b0e6;
          border: solid transparent;
          border-right: 15px solid #22b0e6;
          right: 100%;
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          top: 0;
          bottom: 0;
          margin: auto; }
  .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img {
    padding: 0 0 0 0; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img .wrap {
      max-width: 230px;
      margin: 0 auto;
      border: 2px solid #e8e8e8;
      text-align: center;
      position: relative;
      background-color: #FFF;
      z-index: 10;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img .wrap .icon-wrap img {
        max-width: 108px;
        height: auto; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img .n-float {
      overflow: hidden;
      max-width: 72px;
      border-top: 2px solid #e8e8e8;
      border-right: 2px solid #e8e8e8;
      border-left: 2px solid #e8e8e8;
      position: absolute;
      background-color: #FFF;
      top: -68px;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img span {
      position: absolute;
      font-family: "Kreon", "Times New Roman", serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #ccc;
      font-size: 20px;
      line-height: 19pt; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img span.or {
        background-color: #FFF;
        right: 0;
        left: 0;
        bottom: -14px;
        margin: 0 auto;
        max-width: 70px; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img span.left-span {
        right: 100%;
        color: #6b6b6b;
        bottom: 0;
        top: 0;
        margin: auto 0;
        height: 25px;
        padding: 0 10px 0 0; }
      .page-template-templatestemplate-landing-php .body-section #arrow-section .graphic-area .mid-img span.right-span {
        left: 100%;
        color: #6b6b6b;
        bottom: 0;
        top: 0;
        margin: auto 0;
        height: 25px;
        padding: 0 0 0 10px; }
.page-template-templatestemplate-landing-php .body-section .landing-testimonials {
  overflow: hidden;
  padding: 25px 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatestemplate-landing-php .body-section .landing-testimonials {
      margin: 0; } }
  @media screen and (max-width: med) {
    .page-template-templatestemplate-landing-php .body-section .landing-testimonials {
      margin: 0; } }
  .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half {
    width: 46%;
    margin: 0 2%;
    float: left; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half {
        width: 100%;
        float: none;
        margin: 0 auto 30px auto;
        max-width: 500px; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half {
        width: 100%;
        float: none;
        margin: 0 auto 30px auto;
        max-width: 500px; } }
    .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .bubble {
      position: relative;
      background-image: url("images/quote.png");
      background-position: 15px 15px;
      background-repeat: no-repeat;
      background-color: #22b0e6;
      padding: 23px 25px 26px 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .bubble:after {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        bottom: -40px;
        display: block;
        border-right: 45px solid #22b0e6;
        border-bottom: 40px solid transparent; }
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .bubble p {
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #FFF;
        line-height: 20pt;
        font-size: 17px; }
    .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who {
      overflow: hidden;
      text-align: right;
      margin: 25px 0 0 0; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who {
          text-align: center; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who {
          text-align: center; } }
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info {
        margin: 10px 0 0 0;
        float: right; }
        @media screen and (max-width: 55em) {
          .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info {
            float: none;
            text-align: center; } }
        @media screen and (max-width: largem) {
          .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info {
            float: none;
            text-align: center; } }
        .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info h5 {
          font-family: "Kreon", "Times New Roman", serif;
          color: #6b6b6b;
          font-size: 20px;
          line-height: 19pt;
          font-weight: 700; }
        .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info a, .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info p {
          color: #6b6b6b;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 300;
          line-height: 18pt;
          font-size: 16px; }
        .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .info a {
          color: #22b0e6;
          text-decoration: underline; }
      .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .img {
        width: 64px;
        height: 64px;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        -ms-behavior: url(/backgroundsize.min.htc);
        background-repeat: no-repeat;
        margin: 0 30px 0 20px;
        float: right;
        border-radius: 100%; }
        @media screen and (max-width: 55em) {
          .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .img {
            float: none;
            margin: 0 auto; } }
        @media screen and (max-width: largem) {
          .page-template-templatestemplate-landing-php .body-section .landing-testimonials .half .who .img {
            float: none;
            margin: 0 auto; } }
.page-template-templatestemplate-landing-php .body-section .orange-section {
  background-color: #ee7541;
  margin: 25px 0 0 0;
  position: relative;
  overflow: hidden;
  padding: 40px 20px 50px 20px; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatestemplate-landing-php .body-section .orange-section {
      margin: 30px 0 0 0;
      padding: 0 0 30px; } }
  @media screen and (max-width: med) {
    .page-template-templatestemplate-landing-php .body-section .orange-section {
      margin: 30px 0 0 0;
      padding: 0 0 30px; } }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain .side-image {
    max-width: 45%;
    float: left;
    padding: 0 5% 0 0; }
    @media screen and (max-width: 55em) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .side-image {
        max-width: 80%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px; } }
    @media screen and (max-width: largem) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .side-image {
        max-width: 80%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px; } }
    @media screen and (max-width: 46.8em) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .side-image {
        max-width: 100%; } }
    @media screen and (max-width: med) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .side-image {
        max-width: 100%; } }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video {
    position: relative; }
    .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video img {
      max-width: 100%; }
    .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn {
      position: absolute;
      background-color: #FFF;
      border: 2px solid #e8e8e8;
      padding: 10px 15px;
      z-index: 1000;
      color: #FFF;
      bottom: 30px;
      text-align: left;
      cursor: pointer;
      left: 50%;
      bottom: 50px;
      margin: 0 0 0 -103px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      @media screen and (max-width: 46.8em) {
        .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn {
          max-width: 175px;
          margin: 0;
          position: relative;
          left: auto;
          overflow: hidden;
          right: auto;
          bottom: 0; } }
      @media screen and (max-width: med) {
        .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn {
          max-width: 175px;
          margin: 0;
          position: relative;
          left: auto;
          overflow: hidden;
          right: auto;
          bottom: 0; } }
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn p {
        font-family: "Kreon", "Times New Roman", serif;
        color: #6b6b6b;
        font-weight: 700;
        font-size: 20px;
        line-height: 18pt;
        float: left; }
        .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn p span {
          font-weight: 400;
          font-size: 18px; }
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .video .learn:hover .icon-play {
        background-color: #9cdcf2; }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain .half {
    float: right;
    width: 50%; }
    @media screen and (max-width: 55em) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .half {
        float: none;
        width: 100%; } }
    @media screen and (max-width: largem) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain .half {
        float: none;
        width: 100%; } }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain h3 {
    font-size: 30px;
    line-height: 29pt;
    color: #FFF;
    font-weight: 700;
    font-family: "Kreon", "Times New Roman", serif; }
    @media screen and (max-width: 40em) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain h3 {
        margin: 0 0 10px 0; } }
    @media screen and (max-width: small) {
      .page-template-templatestemplate-landing-php .body-section .orange-section .contain h3 {
        margin: 0 0 10px 0; } }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain h4 {
    color: #FFF;
    font-family: "Kreon", "Times New Roman", serif;
    font-size: 20px;
    margin: 0;
    line-height: 22pt;
    font-weight: 700;
    border-bottom: 3px solid #de6a39;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0; }
  .page-template-templatestemplate-landing-php .body-section .orange-section .contain p {
    color: #FFF; }
.page-template-templatestemplate-landing-php .body-section .landing-content {
  overflow: hidden; }
  .page-template-templatestemplate-landing-php .body-section .landing-content .inner {
    padding: 20px 0 0 0;
    float: left; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .inner.partial {
      width: 70%; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .inner.full {
      width: 100%; }
    @media screen and (max-width: 48.25em) {
      .page-template-templatestemplate-landing-php .body-section .landing-content .inner {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto; } }
    @media screen and (max-width: medl) {
      .page-template-templatestemplate-landing-php .body-section .landing-content .inner {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto; } }
  .page-template-templatestemplate-landing-php .body-section .landing-content .side-area {
    float: left;
    width: 30%;
    padding: 20px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area {
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0 auto;
        float: none;
        max-width: 300px; } }
    @media screen and (max-width: medl) {
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area {
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0 auto;
        float: none;
        max-width: 300px; } }
    .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .information-block {
      border: 2px solid #e8e8e8;
      padding: 13px 20px 18px 20px;
      margin: 0 0 30px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .information-block h4 {
        margin: 0 0 5px 0;
        font-size: 24px;
        line-height: 16pt;
        color: #ee7541;
        padding: 0 0 0 30px;
        position: relative;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 600;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .information-block h4:before {
          position: absolute;
          left: 0;
          top: -2px;
          content: '\e80a';
          font-family: 'fontello';
          font-size: 20px;
          padding: 2px; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .information-block p {
        margin-bottom: 0; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .quote-block {
      margin: 0 0 50px 0; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .quote-block blockquote {
        background-position: 10px 10px;
        line-height: 20pt;
        font-size: 17px;
        padding: 20px 20px 25px 20px;
        margin: 0;
        position: relative;
        background-image: url("images/quote.png");
        background-repeat: no-repeat;
        background-color: #22b0e6;
        font-weight: 700;
        font-family: "Kreon","Times New Roman",serif;
        color: #FFF;
        width: 100%;
        border-radius: 0px 20px 0px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .quote-block blockquote:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -25px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .quote-block blockquote span {
          display: block;
          font-weight: 400;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          padding: 10px 0 0 0;
          line-height: 14pt; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .text-block {
      border: 2px solid #e8e8e8;
      padding: 13px 20px;
      margin: 0 0 30px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .text-block h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 16pt;
        color: #6b6b6b;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 600;
        padding: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block {
      border: 2px solid #e8e8e8;
      padding: 0;
      margin: 0 0 30px 0;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block img {
        width: 100%;
        display: block;
        height: auto; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block .inner-text {
        padding: 13px 20px 20px 20px; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block p {
        padding: 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20pt;
        margin: 0 0 15px 0; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block a.btn {
        color: #FFF;
        margin: 0;
        background-color: #22b0e6; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .chat-block a.btn:hover {
          background-color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block {
      margin: 0 0 30px 0; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block h5 {
        margin: 0 0 10px 0;
        font-family: "Roboto", "Helvetica", sans-serif;
        text-transform: uppercase;
        color: #b1b1b1;
        font-size: 14px;
        line-height: 14pt;
        font-weight: 900; }
      .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block .video-wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #cfcfcf;
        width: 100%;
        position: relative; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block .video-wrap img {
          width: 258px;
          height: 145px; }
        .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block .video-wrap .icon-play {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          width: 55px;
          height: 55px; }
          .page-template-templatestemplate-landing-php .body-section .landing-content .side-area .video-block .video-wrap .icon-play:before {
            font-size: 38px; }
.page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form ul, .page-template-templatestemplate-landing-php .body-section #bottom-form .gform_wrapper ul {
  background: none;
  border-left: none;
  margin: 20px 0 25px 0;
  padding: 0;
  list-style: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form ul li, .page-template-templatestemplate-landing-php .body-section #bottom-form .gform_wrapper ul li {
    list-style: none; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form ul li .half, .page-template-templatestemplate-landing-php .body-section #bottom-form .gform_wrapper ul li .half {
      margin-left: 19px; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form ul li .half .first, .page-template-templatestemplate-landing-php .body-section #bottom-form .gform_wrapper ul li .half .first {
        margin-left: 0; }
.page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: none;
  color: #FFF;
  overflow: hidden;
  padding: 20px 20px 25px 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form fieldset {
    max-width: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form ul {
    background: none;
    border-left: none;
    padding: 0;
    list-style: none; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form ul li {
      list-style: none;
      margin-left: 0; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-required {
    display: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form h2, .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form h3 {
    margin: 0 0 15px 0;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 20pt;
    color: #6b6b6b; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field {
    margin: 0 0 19px 0; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input,
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      text-align: left;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input:focus,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea:focus {
        outline: none;
        border: 2px solid #e8e8e8; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field input.error,
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea.error {
        border-color: #ee7541; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field select {
      border: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFF;
      width: 100%;
      text-indent: 0.01px;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #cacaca;
      font-weight: 500;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0 10px; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field label {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      line-height: 22pt;
      font-size: 20px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-radio label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-radio span {
      vertical-align: middle;
      display: inline-block; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
      width: 87%;
      display: inline-block;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
      width: 20px;
      display: inline-block;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-error-msgs {
      margin: 0; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
        margin: 0; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
        font-size: 12px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18px;
        font-weight: 500;
        color: #6b6b6b; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-button {
    text-transform: none;
    border: none;
    background-color: #22b0e6;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    width: auto;
    line-height: 17pt;
    height: 38px;
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-button:hover {
      background-color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form .htmlembed .hs-form .hs-button:focus {
      border: none;
      background-color: #6b6b6b; }
.page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: none;
  color: #FFF;
  overflow: hidden;
  padding: 20px 20px 25px 20px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form fieldset {
    max-width: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form ul {
    background: none;
    border-left: none;
    padding: 0;
    list-style: none; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form ul li {
      list-style: none;
      margin-left: 0; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-required {
    display: none; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form h2, .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form h3 {
    margin: 0 0 15px 0;
    font-family: "Kreon", "Times New Roman", serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 20pt;
    color: #6b6b6b; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field {
    margin: 0 0 19px 0; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input,
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      text-align: left;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input:focus,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea:focus {
        outline: none;
        border: 2px solid #e8e8e8; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field input.error,
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea.error {
        border-color: #ee7541; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field select {
      border: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFF;
      width: 100%;
      text-indent: 0.01px;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #cacaca;
      font-weight: 500;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0 10px; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field label {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 700;
      line-height: 22pt;
      font-size: 20px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
      vertical-align: middle;
      display: inline-block; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
      width: 87%;
      display: inline-block;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
      width: 20px;
      display: inline-block;
      vertical-align: middle; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
      margin: 0; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
        margin: 0; }
      .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
        font-size: 12px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Roboto", "Helvetica", sans-serif;
        line-height: 18px;
        font-weight: 500;
        color: #6b6b6b; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-button {
    text-transform: none;
    border: none;
    background-color: #22b0e6;
    cursor: pointer;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding: 7px 20px 12px 20px;
    width: auto;
    line-height: 17pt;
    height: 38px;
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-button:hover {
      background-color: #6b6b6b; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #hs_custom_form .hs-form .hs-button:focus {
      border: none;
      background-color: #6b6b6b; }
.page-template-templatestemplate-landing-php .body-section #bottom-form .form-bottom-wrap {
  margin: 20px 0 80px 0;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  -o-border-radius: 0 8px 8px 8px;
  -ms-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px; }
.page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form,
.page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form {
  padding: 0 0 20px 0;
  background-color: #f4f4f4; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_heading,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_heading {
    width: 100%;
    padding: 0 20px;
    background-color: #ee7541;
    background-image: url("images/grunge.png");
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    -webkit-border-radius: 0 7px 0 8px;
    -moz-border-radius: 0 7px 0 8px;
    -o-border-radius: 0 7px 0 8px;
    -ms-border-radius: 0 7px 0 8px;
    border-radius: 0 7px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_heading:after,
    .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_heading:after {
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      bottom: -10px;
      display: block;
      border-right: 13px solid #ee7541;
      border-bottom: 10px solid transparent; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_body,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_body {
    padding: 20px 20px 0 20px; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_footer,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_footer {
    padding: 0 20px; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .validation_message,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .validation_message {
    bottom: -18px;
    position: absolute;
    font-size: 15px; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li {
    position: relative; }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.half,
    .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.half {
      width: 48.5%;
      float: left;
      margin: 0 0 19px 3%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 30em) {
        .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.half,
        .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.half {
          width: 100%;
          margin: 0 0 10px 0; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.half,
        .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.half {
          width: 100%;
          margin: 0 0 10px 0; } }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.first,
    .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.first {
      margin: 0; }
      @media screen and (max-width: 30em) {
        .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.first,
        .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.first {
          margin: 0 0 10px 0; } }
      @media screen and (max-width: xsmall) {
        .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li.first,
        .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li.first {
          margin: 0 0 10px 0; } }
    .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form li input,
    .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form li input {
      position: relative;
      z-index: 10; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_button,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_button {
    margin: 0; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form #thegravity-form .gform_validation_error li,
  .page-template-templatestemplate-landing-php .body-section #bottom-form .gravity-form .gform_validation_error li {
    min-height: 55px; }
.page-template-templatestemplate-landing-php .body-section #bottom-form .grunge-bubble {
  padding: 0 0 0 20px;
  width: 100%;
  background-color: #ee7541;
  background-image: url("images/grunge.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  -webkit-border-radius: 0 7px 0 8px;
  -moz-border-radius: 0 7px 0 8px;
  -o-border-radius: 0 7px 0 8px;
  -ms-border-radius: 0 7px 0 8px;
  border-radius: 0 7px 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatestemplate-landing-php .body-section #bottom-form .grunge-bubble:after {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    border-right: 13px solid #ee7541;
    border-bottom: 10px solid transparent; }
.page-template-templatestemplate-landing-php .body-section #bottom-form h3 {
  color: #FFF;
  font-family: "Kreon", "Times New Roman", serif;
  font-size: 21px;
  line-height: 30pt;
  font-weight: 900;
  display: inline-block; }
.page-template-templatestemplate-landing-php .footer-section {
  padding: 0; }
  .page-template-templatestemplate-landing-php .footer-section .copyright {
    margin: 0; }

/* ==========================================================================
   SINGLE CONNECTORS
   ========================================================================== */
body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta {
  padding: 65px 30px 30px 0;
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 46.8em) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta {
      width: 50%; } }
  @media screen and (max-width: med) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta {
      width: 100%;
      padding: 65px 0 60px 0; } }
  @media screen and (max-width: small) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta {
      width: 100%;
      padding: 65px 0 60px 0; } }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img {
    width: 19%;
    padding: 0; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img {
        width: 100%; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img {
        width: 100%; } }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top-img img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 5px 0 0 0;
      border: 2px solid #89cfe6; }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top {
    width: 81%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top {
        width: 100%;
        padding: 20px 0 0 0; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top {
        width: 100%;
        padding: 20px 0 0 0; } }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta #feature-top span {
      font-size: 16px;
      line-height: 18pt; }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul {
    width: 100%;
    float: left;
    padding: 0 0 5px 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li {
      font-size: 20px;
      line-height: 19pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .contain .cta ul li:before {
        top: 3px; }
body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper {
  width: 30%;
  float: left;
  position: relative;
  margin: 65px 0 0 0;
  z-index: 10; }
  @media screen and (max-width: 46.8em) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: med) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: small) {
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper {
      width: 100%;
      margin: 0; } }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta {
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 46.8em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: med) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: 40em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: small) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul {
      background: none;
      border-left: none;
      margin: 20px 0 25px 0;
      padding: 0;
      list-style: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li {
        list-style: none; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half {
          margin-left: 19px; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half .first, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half .first {
            margin-left: 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form fieldset {
        max-width: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-required {
        display: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h2, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input,
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:focus,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input.error,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form fieldset {
        max-width: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-required {
        display: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h2, body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input,
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper #gforms_confirmation_message .gform_confirmation_message {
    color: #22b0e6;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 18pt;
    font-size: 16px;
    margin: 0 0 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    border: 2px solid #FFF;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper {
        padding: 20px; } }
    @media screen and (max-width: medl) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper {
        padding: 20px; } }
    @media screen and (max-width: 40em) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper {
        position: relative;
        margin: 0 0 20px 0; } }
    @media screen and (max-width: small) {
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper {
        position: relative;
        margin: 0 0 20px 0; } }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper h3 {
      margin: 0 0 15px 0;
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li {
      padding: 0 0 0 30px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li input {
        position: absolute;
        left: 0;
        top: 3px;
        width: auto;
        font-size: 16px;
        height: auto;
        padding: 0;
        margin: 2px; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li label {
        color: #6b6b6b;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 18pt;
        font-size: 16px; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gform-dropdown label {
      display: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .validation_message,
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .validation_error,
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gform_confirmation_message {
      color: #FFF;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 500;
      line-height: 18pt;
      font-size: 16px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper {
      margin: 0 0 19px 0;
      width: 100%; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper .selectric .label {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #cacaca;
        line-height: 17px;
        padding: 6px 6px 6px 10px;
        margin: 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper .selectricItems li {
        margin: 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input,
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input::-webkit-input-placeholder,
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input:-moz-placeholder,
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input::-moz-placeholder,
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input:-ms-input-placeholder,
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper input:focus,
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea:focus {
        outline: none;
        border: 2px solid #c7c7c7; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button {
      text-transform: none;
      border: 2px solid #b4b4b4;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 24px;
      padding: 7px 20px 12px 20px;
      width: 100%;
      text-align: center;
      line-height: 17pt;
      height: 50px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button:hover {
        background-color: #6b6b6b; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button:focus {
        border: none;
        background-color: #6b6b6b; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul {
      margin: 0;
      padding: 0;
      border: none !important; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul li {
        border: none !important;
        width: 100%;
        list-style-type: none; }
        body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield {
          margin: 0 0 18px 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gform_hidden {
            margin: 0; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gfield_error input {
            margin: 0 0 5px 0;
            border: 2px solid #22b0e6; }
          body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gfield_error .validation_message {
            margin: 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .btn {
      background-color: #22b0e6; }
      body.page-template-templatestemplate-connector-new-php .body-section #cyan .small-form-wrapper .gform_wrapper .btn:hover {
        background-color: #6b6b6b; }
body.page-template-templatestemplate-connector-new-php .body-section #white-section {
  padding: 15px 0 75px 0;
  min-height: 280px; }
  @media screen and (max-width: 46.8em) {
    body.page-template-templatestemplate-connector-new-php .body-section #white-section {
      padding: 35px 0 75px 0; } }
  @media screen and (max-width: med) {
    body.page-template-templatestemplate-connector-new-php .body-section #white-section {
      padding: 35px 0 75px 0; } }
  body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
    position: relative;
    overflow: hidden; }
    body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side {
      width: 70%;
      float: left;
      padding: 0 30px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 46.8em) {
        body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side {
          width: 100%;
          padding: 0; } }
      @media screen and (max-width: med) {
        body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side {
          width: 100%;
          padding: 0; } }
      body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side h3 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 24px;
        line-height: 22pt;
        margin: 20px 0 10px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .img-wrap {
        float: left;
        width: 32%;
        padding: 20px 30px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 46.8em) {
          body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .img-wrap {
            width: 50%;
            padding: 0 0 20px 0; } }
        @media screen and (max-width: med) {
          body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .img-wrap {
            width: 50%;
            padding: 0 0 20px 0; } }
        body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .img-wrap img {
          display: block;
          height: auto;
          max-width: 100%;
          margin-top: 20px; }
      body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .textarea {
        float: left;
        width: 68%; }
        @media screen and (max-width: 46.8em) {
          body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .textarea {
            width: 100%; } }
        @media screen and (max-width: med) {
          body.page-template-templatestemplate-connector-new-php .body-section #white-section .contain .left-side .textarea {
            width: 100%; } }
body.page-template-templatestemplate-connector-new-php .body-section #sidebar .nav {
  max-width: 100%; }
body.page-template-templatestemplate-connector-new-php .body-section #sidebar .contain,
body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain {
  max-width: 940px; }
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar .contain #main-content,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .contain #main-content {
    max-width: 100%; }
body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap,
body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap {
  width: 70%;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gravity-form ul, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gform_wrapper ul,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gravity-form ul,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gform_wrapper ul {
    background: none;
    border-left: none;
    margin: 20px 0 25px 0;
    padding: 0;
    list-style: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gravity-form ul li, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gform_wrapper ul li,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gravity-form ul li,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gform_wrapper ul li {
      list-style: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gravity-form ul li .half, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gform_wrapper ul li .half,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gravity-form ul li .half,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gform_wrapper ul li .half {
        margin-left: 19px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gravity-form ul li .half .first, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .gform_wrapper ul li .half .first,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gravity-form ul li .half .first,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .gform_wrapper ul li .half .first {
          margin-left: 0; }
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form fieldset,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form fieldset {
      max-width: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form ul,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form ul {
      background: none;
      border-left: none;
      padding: 0;
      list-style: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form ul li,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form ul li {
        list-style: none;
        margin-left: 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-required,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-required {
      display: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form h2, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form h3,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form h2,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form h3 {
      margin: 0 0 15px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt;
      color: #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field {
      margin: 0 0 19px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        max-width: 100%;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        padding: 0 0 0 10px;
        text-align: left;
        color: #6b6b6b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:focus {
          outline: none;
          border: 2px solid #e8e8e8; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field input.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field input.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea.error {
          border-color: #ebad06; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
        min-height: 80px;
        margin: 0;
        padding: 3px 0 0 10px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field select,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field select {
        border: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #FFF;
        width: 100%;
        text-indent: 0.01px;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        color: #cacaca;
        font-weight: 500;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field label {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        line-height: 22pt;
        font-size: 20px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
        display: inline-block;
        width: 20px;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio span,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio span {
        vertical-align: middle;
        display: inline-block; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
        width: 87%;
        display: inline-block;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
        width: 20px;
        display: inline-block;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs {
        margin: 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
          margin: 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
          font-size: 12px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: "Roboto", "Helvetica", sans-serif;
          line-height: 18px;
          font-weight: 500;
          color: #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-button,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-button {
      text-transform: none;
      border: none;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 16px;
      padding: 7px 20px 12px 20px;
      width: auto;
      line-height: 17pt;
      height: 38px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-button:hover,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-button:hover {
        background-color: #6b6b6b; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap .htmlembed .hs-form .hs-button:focus,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap .htmlembed .hs-form .hs-button:focus {
        border: none;
        background-color: #6b6b6b; }
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form fieldset,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form fieldset {
      max-width: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form ul,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form ul {
      background: none;
      border-left: none;
      padding: 0;
      list-style: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form ul li,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form ul li {
        list-style: none;
        margin-left: 0; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-required,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-required {
      display: none; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form h2, body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form h3,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form h2,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form h3 {
      margin: 0 0 15px 0;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt;
      color: #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field {
      margin: 0 0 19px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        max-width: 100%;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        padding: 0 0 0 10px;
        text-align: left;
        color: #6b6b6b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
          color: #cacaca;
          font-weight: 700;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
          font-weight: 700;
          color: #cacaca;
          text-transform: uppercase; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:focus,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:focus {
          outline: none;
          border: 2px solid #e8e8e8; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input.error,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea.error {
          border-color: #ebad06; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
        min-height: 80px;
        margin: 0;
        padding: 3px 0 0 10px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field select,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field select {
        border: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #FFF;
        width: 100%;
        text-indent: 0.01px;
        border: 2px solid #e8e8e8;
        height: 34px;
        line-height: 18pt;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        color: #cacaca;
        font-weight: 500;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field label {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 700;
        line-height: 22pt;
        font-size: 20px;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #FFF; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
        display: inline-block;
        width: 20px;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
        vertical-align: middle;
        display: inline-block; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
        width: 87%;
        display: inline-block;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
        width: 20px;
        display: inline-block;
        vertical-align: middle; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
        margin: 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
          margin: 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
          font-size: 12px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: "Roboto", "Helvetica", sans-serif;
          line-height: 18px;
          font-weight: 500;
          color: #FFF; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-button,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-button {
      text-transform: none;
      border: none;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 16px;
      padding: 7px 20px 12px 20px;
      width: auto;
      line-height: 17pt;
      height: 38px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-button:hover,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-button:hover {
        background-color: #6b6b6b; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap #hs_custom_form .hs-form .hs-button:focus,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap #hs_custom_form .hs-form .hs-button:focus {
        border: none;
        background-color: #6b6b6b; }
  @media screen and (max-width: 48.25em) {
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap {
      width: 100%;
      float: none;
      padding: 0; } }
  @media screen and (max-width: medl) {
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar .form-bottom-wrap,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout .form-bottom-wrap {
      width: 100%;
      float: none;
      padding: 0; } }
body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs,
body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs {
  border-bottom: 2px solid #e8e8e8;
  padding: 0 0 30px 0; }
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post,
  body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post {
    overflow: hidden; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner {
      float: left;
      width: 70%;
      padding: 0 15px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol {
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 300;
        color: #6b6b6b;
        font-size: 16px;
        line-height: 18pt;
        background: #f4f4f4;
        border-left: 4px solid #ee7541;
        margin: 20px 0 25px 0;
        padding: 20px 10px 15px 25px;
        clear: both;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul a, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol a,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul a,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol a {
          display: inline; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul li,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul li {
        margin: 0 0 10px 15px;
        list-style-type: disc;
        list-style-position: outside; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul li ul,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul li ul li,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul li ul li {
            list-style-type: circle; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul li ol,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ul li ol li,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ul li ol li {
            list-style-type: decimal; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol li,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol li {
        margin: 0 0 10px 15px;
        list-style-type: decimal; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol li ul,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol li ul {
          border-left: none;
          padding: 0 0 0 5px;
          list-style-type: none; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol li ul li,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol li ul li {
            list-style-type: circle; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol li ol,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol li ol {
          border-left: none;
          padding: 0 0 0 5px; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner ol li ol li,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner ol li ol li {
            list-style-type: decimal; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner blockquote,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner blockquote {
        position: relative;
        background-image: url("images/quote.png");
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-color: #22b0e6;
        padding: 28px 30px 31px 35px;
        width: 100%;
        margin: 25px 0 30px 0;
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px 20px 0px 20px;
        -moz-border-radius: 0px 20px 0px 20px;
        -o-border-radius: 0px 20px 0px 20px;
        -ms-border-radius: 0px 20px 0px 20px;
        border-radius: 0px 20px 0px 20px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner blockquote:after,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner blockquote:after {
          content: '';
          height: 0;
          position: absolute;
          right: 0;
          bottom: -25px;
          display: block;
          border-right: 45px solid #22b0e6;
          border-bottom: 40px solid transparent; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner blockquote p,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner blockquote p {
          font-weight: 700;
          font-family: "Kreon", "Times New Roman", serif;
          color: #fff;
          line-height: 22pt;
          font-size: 20px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner p,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner p {
        margin: 0 0 15px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner img,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner img {
        max-width: 100%;
        height: auto;
        display: block; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner img.featured,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner img.featured {
          margin: 0 0 20px 0;
          padding: 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h1, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h2, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h3, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h4, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h5, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h6,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h1,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h2,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h3,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h4,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h5,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h6 {
        color: #6b6b6b;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        margin: 20px 0 5px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h2,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h2 {
        font-size: 30px;
        line-height: 28pt; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h2.main-title,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h2.main-title {
          margin-top: 5px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h3,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h3 {
        font-size: 24px;
        line-height: 22pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h4,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h4 {
        font-size: 20px;
        line-height: 18pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h5,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h5 {
        font-size: 18px;
        line-height: 16pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner h6,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner h6 {
        font-size: 15px;
        line-height: 13pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner a,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner a {
        color: #22b0e6;
        text-decoration: underline;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner a.btn,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner a.btn {
          border: none;
          font-weight: 700;
          text-decoration: none; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner a.btn:hover,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner a.btn:hover {
            background-color: #555; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner em, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner i,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner em,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner i {
        font-style: italic; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner strong, body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner b,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner strong,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner b {
        font-weight: bold; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .more-link,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .more-link {
        display: none; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .post-img-wrap,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .post-img-wrap {
        display: inline; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .post-img-wrap a,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .post-img-wrap a {
          display: inline; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .alignright,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .alignright {
        float: right;
        margin: 0 0 15px 25px; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .alignleft,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .alignleft {
        float: left;
        margin: 0 25px 15px 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .aligncenter,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      @media screen and (max-width: 48.25em) {
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner {
          width: 100%;
          float: none;
          padding: 0; } }
      @media screen and (max-width: medl) {
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner {
          width: 100%;
          float: none;
          padding: 0; } }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper {
        border-color: #ee7541 !important;
        background-color: #ee7541 !important; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper .gform_title,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper .gform_title {
          color: #FFF;
          font-size: 28px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper .gform_fields,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper .gform_fields {
          background-color: #ee7541; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper li.half,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper li.half {
          width: 48.5%;
          float: left;
          margin: 0 0 19px 3%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 30em) {
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper li.half,
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper li.half {
              width: 100%;
              margin: 0; } }
          @media screen and (max-width: xsmall) {
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper li.half,
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper li.half {
              width: 100%;
              margin: 0; } }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper li.first,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper li.first {
          margin: 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .inner .gform_wrapper .gform_button,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .inner .gform_wrapper .gform_button {
          font-size: 24px !important;
          height: 50px !important;
          border: 2px solid #b4b4b4 !important; }
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area,
    body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area {
      float: left;
      width: 30%;
      padding: 20px 0 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer {
        display: block; }
        @media screen and (max-width: 48.25em) {
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer {
            display: none; } }
        @media screen and (max-width: medl) {
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer {
            display: none; } }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer.space-1,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer.space-1 {
          height: 213px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer.space-2,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer.space-2 {
          height: 178px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer.space-3,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer.space-3 {
          height: 140px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer.space-4,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer.space-4 {
          height: 103px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .spacer.space-5,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .spacer.space-5 {
          height: 65px; }
      @media screen and (max-width: 48.25em) {
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area {
          width: 100%;
          padding: 20px 0 0 0;
          max-width: 300px;
          margin: 0 auto;
          float: none; } }
      @media screen and (max-width: medl) {
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area {
          width: 100%;
          padding: 20px 0 0 0;
          max-width: 300px;
          margin: 0 auto;
          float: none; } }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .information-block,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .information-block {
        border: 2px solid #e8e8e8;
        padding: 13px 20px 18px 20px;
        margin: 0 0 30px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .information-block h4,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .information-block h4 {
          margin: 0 0 5px 0;
          font-size: 24px;
          line-height: 16pt;
          color: #ee7541;
          padding: 0 0 0 30px;
          position: relative;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 600;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .information-block h4:before,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .information-block h4:before {
            position: absolute;
            left: 0;
            top: -2px;
            content: '\e80a';
            font-family: 'fontello';
            font-size: 20px;
            padding: 2px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .information-block p,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .information-block p {
          margin-bottom: 0; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .quote-block,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .quote-block {
        margin: 0 0 50px 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .quote-block blockquote,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .quote-block blockquote {
          background-position: 10px 10px;
          line-height: 20pt;
          font-size: 17px;
          padding: 20px 20px 25px 20px;
          margin: 0;
          position: relative;
          background-image: url("images/quote.png");
          background-repeat: no-repeat;
          background-color: #22b0e6;
          font-weight: 700;
          font-family: "Kreon","Times New Roman",serif;
          color: #FFF;
          width: 100%;
          border-radius: 0px 20px 0px 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .quote-block blockquote:after,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .quote-block blockquote:after {
            content: '';
            height: 0;
            position: absolute;
            right: 0;
            bottom: -25px;
            display: block;
            border-right: 45px solid #22b0e6;
            border-bottom: 40px solid transparent; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .quote-block blockquote span,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .quote-block blockquote span {
            display: block;
            font-weight: 400;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            padding: 10px 0 0 0;
            line-height: 14pt; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .text-block,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .text-block {
        border: 2px solid #e8e8e8;
        padding: 13px 20px;
        margin: 0 0 30px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .text-block h4,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .text-block h4 {
          margin: 0 0 5px 0;
          font-size: 16px;
          line-height: 16pt;
          color: #6b6b6b;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 600;
          padding: 0;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block {
        border: 2px solid #e8e8e8;
        padding: 0;
        margin: 0 0 30px 0;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block img,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block img {
          width: 100%;
          display: block;
          height: auto; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block .inner-text,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block .inner-text {
          padding: 13px 20px 20px 20px; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block p,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block p {
          padding: 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          font-size: 18px;
          line-height: 20pt;
          margin: 0 0 15px 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block a.btn,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block a.btn {
          color: #FFF;
          margin: 0;
          background-color: #22b0e6; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .chat-block a.btn:hover,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .chat-block a.btn:hover {
            background-color: #6b6b6b; }
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block,
      body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block {
        margin: 0 0 30px 0; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block h5,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block h5 {
          margin: 0 0 10px 0;
          font-family: "Roboto", "Helvetica", sans-serif;
          text-transform: uppercase;
          color: #b1b1b1;
          font-size: 14px;
          line-height: 14pt;
          font-weight: 900; }
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block .video-wrap,
        body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block .video-wrap {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #cfcfcf;
          width: 100%;
          position: relative; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block .video-wrap img,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block .video-wrap img {
            width: 258px;
            height: 145px; }
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play,
          body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 55px;
            height: 55px; }
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play:before,
            body.page-template-templatestemplate-connector-new-php .body-section #sidebar-layout #directory-tabs .the-post .side-area .video-block .video-wrap .icon-play:before {
              font-size: 38px; }
body.page-template-templatestemplate-connector-new-php .bottom-wrap h3 {
  color: #6b6b6b;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 22pt;
  margin: 35px 0 25px 0; }
body.page-template-templatestemplate-connector-new-php .bottom-links {
  overflow: hidden;
  margin: 0 -10px; }
  body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap {
    float: left;
    display: block;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 40em) {
      body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap {
        width: 50%;
        padding: 10px; } }
    @media screen and (max-width: small) {
      body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap {
        width: 50%;
        padding: 10px; } }
    body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap a {
      position: relative;
      border: 2px solid #e8e8e8;
      display: block;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap a img {
        width: 100%; }
        body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap a img.attachment-full {
          padding: 20px;
          max-width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: auto;
          width: auto;
          margin: auto;
          bottom: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      body.page-template-templatestemplate-connector-new-php .bottom-links .link-wrap a:hover {
        border: 2px solid #22b0e6; }

/* ==========================================================================
   Support
   ========================================================================== */
.page-template-templatessupport-php #modal.people-modal #modal-inner {
  padding: 25px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-template-templatessupport-php #modal.people-modal #modal-inner p {
    color: #6b6b6b;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300;
    line-height: 18pt;
    font-size: 16px;
    text-align: left; }
.page-template-templatessupport-php .body-section #info {
  overflow: hidden; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatessupport-php .body-section #info {
      padding: 30px 0 10px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatessupport-php .body-section #info {
      padding: 30px 0 10px 0; } }
  .page-template-templatessupport-php .body-section #info .half {
    width: 50%;
    float: left;
    color: #6b6b6b;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 300;
    line-height: 18pt;
    font-size: 16px;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatessupport-php .body-section #info .half {
        width: 100%;
        float: none;
        padding: 0 0 20px 0; } }
    @media screen and (max-width: med) {
      .page-template-templatessupport-php .body-section #info .half {
        width: 100%;
        float: none;
        padding: 0 0 20px 0; } }
.page-template-templatessupport-php .body-section #team h2 {
  font-family: "Kreon", "Times New Roman", serif;
  color: #6b6b6b;
  font-size: 30px;
  text-align: center;
  margin: 0 0 35px 0;
  font-weight: 700; }
.page-template-templatessupport-php .body-section #team .wrap {
  overflow: hidden; }
  .page-template-templatessupport-php .body-section #team .wrap .box {
    font-family: "Kreon", "Times New Roman", serif;
    text-align: center;
    width: 29.333%;
    float: left;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    font-weight: 700;
    margin: 0 2% 40px 2%;
    padding: 0 0 25px 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 46.8em) {
      .page-template-templatessupport-php .body-section #team .wrap .box {
        width: 45%;
        margin: 0 2.5% 40px 2.5%; } }
    @media screen and (max-width: med) {
      .page-template-templatessupport-php .body-section #team .wrap .box {
        width: 45%;
        margin: 0 2.5% 40px 2.5%; } }
    @media screen and (max-width: 40em) {
      .page-template-templatessupport-php .body-section #team .wrap .box {
        width: 100%;
        margin: 0 auto 20px auto;
        max-width: 300px;
        float: none; } }
    @media screen and (max-width: small) {
      .page-template-templatessupport-php .body-section #team .wrap .box {
        width: 100%;
        margin: 0 auto 20px auto;
        max-width: 300px;
        float: none; } }
    .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap {
      overflow: hidden;
      position: relative; }
      .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap .overlay {
        -webkit-border-radius: 11px 11px 0 0;
        -moz-border-radius: 11px 11px 0 0;
        -o-border-radius: 11px 11px 0 0;
        -ms-border-radius: 11px 11px 0 0;
        border-radius: 11px 11px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #d64408;
        z-index: 100;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
      .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap .icon-info-circled {
        position: absolute;
        right: 2px;
        bottom: 8px;
        font-size: 26px;
        cursor: pointer;
        z-index: 1000; }
        .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap .icon-info-circled:before {
          color: #f0ab39; }
      .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap img {
        -webkit-border-radius: 11px 11px 0 0;
        -moz-border-radius: 11px 11px 0 0;
        -o-border-radius: 11px 11px 0 0;
        -ms-border-radius: 11px 11px 0 0;
        border-radius: 11px 11px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        display: block; }
        .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap img.clear-box {
          position: relative; }
        .page-template-templatessupport-php .body-section #team .wrap .box .img-wrap img.dots-box {
          position: absolute;
          top: auto;
          right: auto;
          width: 115px;
          height: auto;
          z-index: 1000;
          bottom: 0; }
    .page-template-templatessupport-php .body-section #team .wrap .box h3 {
      margin: 18px 0 0 0;
      color: #6b6b6b;
      font-size: 29px; }
    .page-template-templatessupport-php .body-section #team .wrap .box h4 {
      color: #ee7541;
      font-size: 16px; }
    .page-template-templatessupport-php .body-section #team .wrap .box .hidden {
      display: none; }
.page-template-templatessupport-php .body-section #story {
  overflow: hidden;
  border-top: 2px solid #e8e8e8;
  padding: 60px 0 70px 0;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 46.8em) {
    .page-template-templatessupport-php .body-section #story {
      padding: 40px 0; } }
  @media screen and (max-width: med) {
    .page-template-templatessupport-php .body-section #story {
      padding: 40px 0; } }
  .page-template-templatessupport-php .body-section #story #thegravity-form,
  .page-template-templatessupport-php .body-section #story .gravity-form {
    padding: 20px;
    background-color: #f4f4f4;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -o-border-radius: 0px 20px 0px 20px;
    -ms-border-radius: 0px 20px 0px 20px;
    border-radius: 0px 20px 0px 20px; }
    .page-template-templatessupport-php .body-section #story #thegravity-form .gfrom_heading,
    .page-template-templatessupport-php .body-section #story .gravity-form .gfrom_heading {
      padding-bottom: 20px !important; }
    .page-template-templatessupport-php .body-section #story #thegravity-form h3,
    .page-template-templatessupport-php .body-section #story .gravity-form h3 {
      margin: 0 0 0 0;
      color: #6b6b6b;
      font-size: 29px;
      font-family: "Kreon", "Times New Roman", serif; }
    .page-template-templatessupport-php .body-section #story #thegravity-form .gform_description,
    .page-template-templatessupport-php .body-section #story .gravity-form .gform_description {
      display: block;
      color: #ee7541;
      font-size: 16px;
      padding-top: 12px;
      padding-bottom: 12px;
      font-family: "Roboto", "Helvetica", sans-serif; }
    .page-template-templatessupport-php .body-section #story #thegravity-form .validation_message,
    .page-template-templatessupport-php .body-section #story .gravity-form .validation_message {
      bottom: -18px;
      position: absolute;
      font-size: 15px; }
    .page-template-templatessupport-php .body-section #story #thegravity-form li,
    .page-template-templatessupport-php .body-section #story .gravity-form li {
      position: relative; }
      .page-template-templatessupport-php .body-section #story #thegravity-form li.half,
      .page-template-templatessupport-php .body-section #story .gravity-form li.half {
        width: 48.5%;
        float: left;
        margin: 0 0 19px 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 30em) {
          .page-template-templatessupport-php .body-section #story #thegravity-form li.half,
          .page-template-templatessupport-php .body-section #story .gravity-form li.half {
            width: 100%;
            margin: 0 0 10px 0; } }
        @media screen and (max-width: xsmall) {
          .page-template-templatessupport-php .body-section #story #thegravity-form li.half,
          .page-template-templatessupport-php .body-section #story .gravity-form li.half {
            width: 100%;
            margin: 0 0 10px 0; } }
      .page-template-templatessupport-php .body-section #story #thegravity-form li.first,
      .page-template-templatessupport-php .body-section #story .gravity-form li.first {
        margin: 0; }
        @media screen and (max-width: 30em) {
          .page-template-templatessupport-php .body-section #story #thegravity-form li.first,
          .page-template-templatessupport-php .body-section #story .gravity-form li.first {
            margin: 0 0 10px 0; } }
        @media screen and (max-width: xsmall) {
          .page-template-templatessupport-php .body-section #story #thegravity-form li.first,
          .page-template-templatessupport-php .body-section #story .gravity-form li.first {
            margin: 0 0 10px 0; } }
      .page-template-templatessupport-php .body-section #story #thegravity-form li input,
      .page-template-templatessupport-php .body-section #story .gravity-form li input {
        position: relative;
        z-index: 10; }
    .page-template-templatessupport-php .body-section #story #thegravity-form .gform_button,
    .page-template-templatessupport-php .body-section #story .gravity-form .gform_button {
      margin: 0; }
    .page-template-templatessupport-php .body-section #story #thegravity-form .gform_validation_error li,
    .page-template-templatessupport-php .body-section #story .gravity-form .gform_validation_error li {
      min-height: 55px; }

/* ==========================================================================
   SINGLE SOLUTION
   ========================================================================== */
/* For some reason half of the style is in _blog.scss. Awesome. */
body.page-template-solution-single .body-section #cyan .contain .cta {
  padding: 65px 30px 30px 0;
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 46.8em) {
    body.page-template-solution-single .body-section #cyan .contain .cta {
      width: 50%; } }
  @media screen and (max-width: med) {
    body.page-template-solution-single .body-section #cyan .contain .cta {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    body.page-template-solution-single .body-section #cyan .contain .cta {
      width: 100%;
      padding: 65px 0 60px 0; } }
  @media screen and (max-width: small) {
    body.page-template-solution-single .body-section #cyan .contain .cta {
      width: 100%;
      padding: 65px 0 60px 0; } }
  body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
    width: 19%;
    padding: 0; }
    @media screen and (max-width: 46.8em) {
      body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
        width: 100%; } }
    @media screen and (max-width: med) {
      body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img {
        width: 100%; } }
    body.page-template-solution-single .body-section #cyan .contain .cta #feature-top-img img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 5px 0 0 0;
      border: 2px solid #89cfe6;
      background-color: white; }
  body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
    width: 81%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body.page-template-solution-single .body-section #cyan .contain .cta #feature-top.full {
      width: 100%;
      padding: 0; }
    @media screen and (max-width: 46.8em) {
      body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        width: 100%;
        padding: 20px 0 0 0; } }
    @media screen and (max-width: med) {
      body.page-template-solution-single .body-section #cyan .contain .cta #feature-top {
        width: 100%;
        padding: 20px 0 0 0; } }
    body.page-template-solution-single .body-section #cyan .contain .cta #feature-top span {
      font-size: 16px;
      line-height: 18pt; }
  body.page-template-solution-single .body-section #cyan .contain .cta ul {
    width: 100%;
    float: left;
    padding: 0 0 5px 0; }
    body.page-template-solution-single .body-section #cyan .contain .cta ul li {
      font-size: 20px;
      line-height: 19pt; }
      body.page-template-solution-single .body-section #cyan .contain .cta ul li:before {
        top: 3px; }
body.page-template-solution-single .body-section #cyan .small-form-wrapper {
  width: 30%;
  float: left;
  position: relative;
  margin: 65px 0 0 0;
  z-index: 10; }
  body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta {
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 46.8em) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: med) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: 40em) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    @media screen and (max-width: small) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta {
        position: relative; } }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul {
      background: none;
      border-left: none;
      margin: 20px 0 25px 0;
      padding: 0;
      list-style: none; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li {
        list-style: none; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half {
          margin-left: 19px; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gravity-form ul li .half .first, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .gform_wrapper ul li .half .first {
            margin-left: 0; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form fieldset {
        max-width: none; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-required {
        display: none; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h2, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input,
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input:focus,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field input.error,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta .htmlembed .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: #ee7541;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form fieldset {
        max-width: none; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-required {
        display: none; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h2, body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input,
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input:focus,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field input.error,
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea.error {
            border-color: #ebad06; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #FFF; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .form-cta #hs_custom_form .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
  @media screen and (max-width: 46.8em) {
    body.page-template-solution-single .body-section #cyan .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: med) {
    body.page-template-solution-single .body-section #cyan .small-form-wrapper {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    body.page-template-solution-single .body-section #cyan .small-form-wrapper {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: small) {
    body.page-template-solution-single .body-section #cyan .small-form-wrapper {
      width: 100%;
      margin: 0; } }
  body.page-template-solution-single .body-section #cyan .small-form-wrapper #gforms_confirmation_message .gform_confirmation_message {
    color: #22b0e6;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 18pt;
    font-size: 16px;
    margin: 0 0 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #ee7541;
    color: #FFF;
    overflow: hidden;
    border: 2px solid #FFF;
    padding: 20px 20px 25px 20px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 48.25em) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper {
        padding: 20px; } }
    @media screen and (max-width: medl) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper {
        padding: 20px; } }
    @media screen and (max-width: 40em) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper {
        position: relative;
        margin: 0 0 20px 0; } }
    @media screen and (max-width: small) {
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper {
        position: relative;
        margin: 0 0 20px 0; } }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper h3 {
      margin: 0 0 15px 0;
      color: #FFF;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      font-size: 28px;
      line-height: 20pt; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li {
      padding: 0 0 0 30px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li input {
        position: absolute;
        left: 0;
        top: 3px;
        width: auto;
        font-size: 16px;
        height: auto;
        padding: 0;
        margin: 2px; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gfield_checkbox li label {
        color: #6b6b6b;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 18pt;
        font-size: 16px; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gform-dropdown label {
      display: none; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .validation_message,
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .validation_error,
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gform_confirmation_message {
      color: #FFF;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 500;
      line-height: 18pt;
      font-size: 16px;
      margin: 0 0 10px 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper {
      margin: 0 0 19px 0;
      width: 100%; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper .selectric .label {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #cacaca;
        line-height: 17px;
        padding: 6px 6px 6px 10px;
        margin: 0; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .selectricWrapper .selectricItems li {
        margin: 0; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input,
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      max-width: 100%;
      border: 2px solid #e8e8e8;
      height: 34px;
      line-height: 18pt;
      padding: 0 0 0 10px;
      color: #6b6b6b;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input::-webkit-input-placeholder,
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea::-webkit-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input:-moz-placeholder,
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea:-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input::-moz-placeholder,
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea::-moz-placeholder {
        color: #cacaca;
        font-weight: 700;
        text-transform: uppercase; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input:-ms-input-placeholder,
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea:-ms-input-placeholder {
        font-weight: 700;
        color: #cacaca;
        text-transform: uppercase; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper input:focus,
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea:focus {
        outline: none;
        border: 2px solid #c7c7c7; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper textarea {
      min-height: 80px;
      margin: 0;
      padding: 3px 0 0 10px; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button {
      text-transform: none;
      border: 2px solid #b4b4b4;
      background-color: #22b0e6;
      cursor: pointer;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 24px;
      padding: 7px 20px 12px 20px;
      width: 100%;
      text-align: center;
      line-height: 17pt;
      height: 50px;
      display: inline-block;
      color: #FFF;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -o-border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button:hover {
        background-color: #6b6b6b; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .gform_button:focus {
        border: none;
        background-color: #6b6b6b; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul {
      margin: 0;
      padding: 0;
      border: none !important; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul li {
        border: none !important;
        width: 100%;
        list-style-type: none; }
        body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield {
          margin: 0 0 18px 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gform_hidden {
            margin: 0; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gfield_error input {
            margin: 0 0 5px 0;
            border: 2px solid #22b0e6; }
          body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper ul li.gfield.gfield_error .validation_message {
            margin: 0; }
    body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .btn {
      background-color: #22b0e6; }
      body.page-template-solution-single .body-section #cyan .small-form-wrapper .gform_wrapper .btn:hover {
        background-color: #6b6b6b; }
body.page-template-solution-single .body-section #sidebar-layout .contain {
  max-width: 940px; }
  body.page-template-solution-single .body-section #sidebar-layout .contain #main-content {
    width: 67%;
    float: none; }
    @media screen and (max-width: 46.8em) {
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content {
        width: 100%;
        max-width: none; } }
    @media screen and (max-width: med) {
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content {
        width: 100%;
        max-width: none; } }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
      padding: 0 15px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul {
        background: none;
        border-left: none;
        margin: 20px 0 25px 0;
        padding: 0;
        list-style: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li {
          list-style: none; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li .half, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li .half {
            margin-left: 19px; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gravity-form ul li .half .first, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .gform_wrapper ul li .half .first {
              margin-left: 0; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form fieldset {
          max-width: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-required {
          display: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form h2, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input,
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input:focus,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field input.error,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap .htmlembed .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: #ee7541;
        color: #FFF;
        overflow: hidden;
        padding: 20px 20px 25px 20px;
        margin: 0 0 15px 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form fieldset {
          max-width: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form ul {
          background: none;
          border-left: none;
          padding: 0;
          list-style: none; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form ul li {
            list-style: none;
            margin-left: 0; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-required {
          display: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form h2, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form h3 {
          margin: 0 0 15px 0;
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 900;
          font-size: 28px;
          line-height: 20pt;
          color: #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field {
          margin: 0 0 19px 0; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input,
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            max-width: 100%;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            padding: 0 0 0 10px;
            text-align: left;
            color: #6b6b6b;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
              color: #cacaca;
              font-weight: 700;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
              font-weight: 700;
              color: #cacaca;
              text-transform: uppercase; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input:focus,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea:focus {
              outline: none;
              border: 2px solid #e8e8e8; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field input.error,
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea.error {
              border-color: #ebad06; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field textarea {
            min-height: 80px;
            margin: 0;
            padding: 3px 0 0 10px; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field select {
            border: 0 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFF;
            width: 100%;
            text-indent: 0.01px;
            border: 2px solid #e8e8e8;
            height: 34px;
            line-height: 18pt;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px;
            color: #cacaca;
            font-weight: 500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field label {
            font-family: "Kreon", "Times New Roman", serif;
            font-weight: 700;
            line-height: 22pt;
            font-size: 20px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFF; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
            display: inline-block;
            width: 20px;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
            vertical-align: middle;
            display: inline-block; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 500; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
            width: 87%;
            display: inline-block;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
            width: 20px;
            display: inline-block;
            vertical-align: middle; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
            margin: 0; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
              margin: 0; }
            body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
              font-size: 12px;
              margin: 0 0 10px 0;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: "Roboto", "Helvetica", sans-serif;
              line-height: 18px;
              font-weight: 500;
              color: #FFF; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button {
          text-transform: none;
          border: none;
          background-color: #22b0e6;
          cursor: pointer;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 16px;
          padding: 7px 20px 12px 20px;
          width: auto;
          line-height: 17pt;
          height: 38px;
          display: inline-block;
          color: #FFF;
          -webkit-border-radius: 0px 10px 0px 10px;
          -moz-border-radius: 0px 10px 0px 10px;
          -o-border-radius: 0px 10px 0px 10px;
          -ms-border-radius: 0px 10px 0px 10px;
          border-radius: 0px 10px 0px 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button:hover {
            background-color: #6b6b6b; }
          body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap #hs_custom_form .hs-form .hs-button:focus {
            border: none;
            background-color: #6b6b6b; }
      @media screen and (max-width: 48.25em) {
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
          width: 100%;
          float: none;
          padding: 0; } }
      @media screen and (max-width: medl) {
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .form-bottom-wrap {
          width: 100%;
          float: none;
          padding: 0; } }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 300;
      color: #6b6b6b;
      font-size: 16px;
      line-height: 18pt;
      background: #f4f4f4;
      border-left: 4px solid #ee7541;
      margin: 20px 0 25px 0;
      padding: 20px 10px 15px 25px;
      clear: both;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul a, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol a {
        display: inline; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul li {
      margin: 0 0 10px 15px;
      list-style-type: disc;
      list-style-position: outside; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul li ul {
        border-left: none;
        padding: 0 0 0 5px;
        list-style-type: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul li ul li {
          list-style-type: circle; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul li ol {
        border-left: none;
        padding: 0 0 0 5px; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ul li ol li {
          list-style-type: decimal; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol li {
      margin: 0 0 10px 15px;
      list-style-type: decimal; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol li ul {
        border-left: none;
        padding: 0 0 0 5px;
        list-style-type: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol li ul li {
          list-style-type: circle; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol li ol {
        border-left: none;
        padding: 0 0 0 5px; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner ol li ol li {
          list-style-type: decimal; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner blockquote {
      position: relative;
      background-image: url("images/quote.png");
      background-position: 15px 15px;
      background-repeat: no-repeat;
      background-color: #22b0e6;
      padding: 28px 30px 31px 35px;
      width: 100%;
      margin: 25px 0 30px 0;
      font-weight: 700;
      font-family: "Kreon", "Times New Roman", serif;
      color: #fff;
      line-height: 22pt;
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner blockquote:after {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        bottom: -25px;
        display: block;
        border-right: 45px solid #22b0e6;
        border-bottom: 40px solid transparent; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner blockquote p {
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner p {
      margin: 0 0 15px 0; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner img {
      max-width: 100%;
      height: auto;
      display: block; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner img.featured {
        margin: 0 0 20px 0;
        padding: 0; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h1, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h2, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h3, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h4, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h5, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h6 {
      color: #6b6b6b;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      margin: 20px 0 5px 0; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h2 {
      font-size: 30px;
      line-height: 28pt; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h2.main-title {
        margin-top: 5px; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h3 {
      font-size: 24px;
      line-height: 22pt; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h4 {
      font-size: 20px;
      line-height: 18pt; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h5 {
      font-size: 18px;
      line-height: 16pt; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner h6 {
      font-size: 15px;
      line-height: 13pt; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner a {
      color: #22b0e6;
      text-decoration: underline;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner a.btn {
        border: none;
        font-weight: 700;
        text-decoration: none; }
        body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner a.btn:hover {
          background-color: #555; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner em, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner i {
      font-style: italic; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner strong, body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner b {
      font-weight: bold; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .more-link {
      display: none; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .post-img-wrap {
      display: inline; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .post-img-wrap a {
        display: inline; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .alignright {
      float: right;
      margin: 0 0 15px 25px; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .alignleft {
      float: left;
      margin: 0 25px 15px 0; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .gform_wrapper {
      border-color: #ee7541 !important;
      background-color: #ee7541 !important; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .gform_wrapper .gform_title {
        color: #FFF;
        font-size: 28px; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .gform_wrapper .gform_fields {
        background-color: #ee7541; }
      body.page-template-solution-single .body-section #sidebar-layout .contain #main-content .inner .gform_wrapper .gform_button {
        font-size: 24px !important;
        height: 50px !important;
        border: 2px solid #b4b4b4 !important; }
body.page-template-solution-single .body-section .bottom-wrap h3 {
  color: #6b6b6b;
  font-family: "Kreon", "Times New Roman", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 22pt;
  margin: 35px 0 25px 0;
  border-top: 2px solid #e8e8e8;
  padding: 30px 0 0 0; }
body.page-template-solution-single .body-section .bottom-links {
  overflow: hidden;
  margin: 0 -10px; }
  body.page-template-solution-single .body-section .bottom-links .link-wrap {
    float: left;
    display: block;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 40em) {
      body.page-template-solution-single .body-section .bottom-links .link-wrap {
        width: 50%;
        padding: 10px; } }
    @media screen and (max-width: small) {
      body.page-template-solution-single .body-section .bottom-links .link-wrap {
        width: 50%;
        padding: 10px; } }
    body.page-template-solution-single .body-section .bottom-links .link-wrap a {
      position: relative;
      border: 2px solid #e8e8e8;
      display: block;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      body.page-template-solution-single .body-section .bottom-links .link-wrap a img {
        width: 100%; }
        body.page-template-solution-single .body-section .bottom-links .link-wrap a img.attachment-full {
          padding: 20px;
          max-width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: auto;
          width: auto;
          margin: auto;
          bottom: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      body.page-template-solution-single .body-section .bottom-links .link-wrap a:hover {
        border: 2px solid #22b0e6; }

/* ==========================================================================
   CUSTOM MODALS
   ========================================================================== */
.custom-modal-content {
  display: none; }

.modal {
  display: none; }

#modal.custom-modal,
.modal.custom-modal {
  text-align: inherit; }
  #modal.custom-modal #modal-inner,
  #modal.custom-modal .modal-inner,
  .modal.custom-modal #modal-inner,
  .modal.custom-modal .modal-inner {
    padding: 25px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #modal.custom-modal #modal-inner ul, #modal.custom-modal #modal-inner ol,
    #modal.custom-modal .modal-inner ul,
    #modal.custom-modal .modal-inner ol,
    .modal.custom-modal #modal-inner ul,
    .modal.custom-modal #modal-inner ol,
    .modal.custom-modal .modal-inner ul,
    .modal.custom-modal .modal-inner ol {
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 300;
      color: #6b6b6b;
      font-size: 16px;
      line-height: 18pt;
      background: #f4f4f4;
      border-left: 4px solid #ee7541;
      margin: 20px 0 25px 0;
      padding: 20px 10px 15px 25px;
      clear: both;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #modal.custom-modal #modal-inner ul a, #modal.custom-modal #modal-inner ol a,
      #modal.custom-modal .modal-inner ul a,
      #modal.custom-modal .modal-inner ol a,
      .modal.custom-modal #modal-inner ul a,
      .modal.custom-modal #modal-inner ol a,
      .modal.custom-modal .modal-inner ul a,
      .modal.custom-modal .modal-inner ol a {
        display: inline; }
    #modal.custom-modal #modal-inner ul li,
    #modal.custom-modal .modal-inner ul li,
    .modal.custom-modal #modal-inner ul li,
    .modal.custom-modal .modal-inner ul li {
      margin: 0 0 10px 15px;
      list-style-type: disc;
      list-style-position: outside; }
      #modal.custom-modal #modal-inner ul li ul,
      #modal.custom-modal .modal-inner ul li ul,
      .modal.custom-modal #modal-inner ul li ul,
      .modal.custom-modal .modal-inner ul li ul {
        border-left: none;
        padding: 0 0 0 5px;
        list-style-type: none; }
        #modal.custom-modal #modal-inner ul li ul li,
        #modal.custom-modal .modal-inner ul li ul li,
        .modal.custom-modal #modal-inner ul li ul li,
        .modal.custom-modal .modal-inner ul li ul li {
          list-style-type: circle; }
      #modal.custom-modal #modal-inner ul li ol,
      #modal.custom-modal .modal-inner ul li ol,
      .modal.custom-modal #modal-inner ul li ol,
      .modal.custom-modal .modal-inner ul li ol {
        border-left: none;
        padding: 0 0 0 5px; }
        #modal.custom-modal #modal-inner ul li ol li,
        #modal.custom-modal .modal-inner ul li ol li,
        .modal.custom-modal #modal-inner ul li ol li,
        .modal.custom-modal .modal-inner ul li ol li {
          list-style-type: decimal; }
    #modal.custom-modal #modal-inner ol li,
    #modal.custom-modal .modal-inner ol li,
    .modal.custom-modal #modal-inner ol li,
    .modal.custom-modal .modal-inner ol li {
      margin: 0 0 10px 15px;
      list-style-type: decimal; }
      #modal.custom-modal #modal-inner ol li ul,
      #modal.custom-modal .modal-inner ol li ul,
      .modal.custom-modal #modal-inner ol li ul,
      .modal.custom-modal .modal-inner ol li ul {
        border-left: none;
        padding: 0 0 0 5px;
        list-style-type: none; }
        #modal.custom-modal #modal-inner ol li ul li,
        #modal.custom-modal .modal-inner ol li ul li,
        .modal.custom-modal #modal-inner ol li ul li,
        .modal.custom-modal .modal-inner ol li ul li {
          list-style-type: circle; }
      #modal.custom-modal #modal-inner ol li ol,
      #modal.custom-modal .modal-inner ol li ol,
      .modal.custom-modal #modal-inner ol li ol,
      .modal.custom-modal .modal-inner ol li ol {
        border-left: none;
        padding: 0 0 0 5px; }
        #modal.custom-modal #modal-inner ol li ol li,
        #modal.custom-modal .modal-inner ol li ol li,
        .modal.custom-modal #modal-inner ol li ol li,
        .modal.custom-modal .modal-inner ol li ol li {
          list-style-type: decimal; }
    #modal.custom-modal #modal-inner blockquote,
    #modal.custom-modal .modal-inner blockquote,
    .modal.custom-modal #modal-inner blockquote,
    .modal.custom-modal .modal-inner blockquote {
      position: relative;
      background-image: url("images/quote.png");
      background-position: 15px 15px;
      background-repeat: no-repeat;
      background-color: #22b0e6;
      padding: 28px 30px 31px 35px;
      width: 100%;
      margin: 25px 0 30px 0;
      font-weight: 700;
      font-family: "Kreon", "Times New Roman", serif;
      color: #fff;
      line-height: 22pt;
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0px 20px 0px 20px;
      -moz-border-radius: 0px 20px 0px 20px;
      -o-border-radius: 0px 20px 0px 20px;
      -ms-border-radius: 0px 20px 0px 20px;
      border-radius: 0px 20px 0px 20px; }
      #modal.custom-modal #modal-inner blockquote:after,
      #modal.custom-modal .modal-inner blockquote:after,
      .modal.custom-modal #modal-inner blockquote:after,
      .modal.custom-modal .modal-inner blockquote:after {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        bottom: -25px;
        display: block;
        border-right: 45px solid #22b0e6;
        border-bottom: 40px solid transparent; }
      #modal.custom-modal #modal-inner blockquote p,
      #modal.custom-modal .modal-inner blockquote p,
      .modal.custom-modal #modal-inner blockquote p,
      .modal.custom-modal .modal-inner blockquote p {
        font-weight: 700;
        font-family: "Kreon", "Times New Roman", serif;
        color: #fff;
        line-height: 22pt;
        font-size: 20px; }
    #modal.custom-modal #modal-inner p,
    #modal.custom-modal .modal-inner p,
    .modal.custom-modal #modal-inner p,
    .modal.custom-modal .modal-inner p {
      margin: 0 0 15px 0; }
    #modal.custom-modal #modal-inner img,
    #modal.custom-modal .modal-inner img,
    .modal.custom-modal #modal-inner img,
    .modal.custom-modal .modal-inner img {
      max-width: 100%;
      height: auto;
      display: block; }
      #modal.custom-modal #modal-inner img.featured,
      #modal.custom-modal .modal-inner img.featured,
      .modal.custom-modal #modal-inner img.featured,
      .modal.custom-modal .modal-inner img.featured {
        margin: 0 0 20px 0;
        padding: 0; }
    #modal.custom-modal #modal-inner h1, #modal.custom-modal #modal-inner h2, #modal.custom-modal #modal-inner h3, #modal.custom-modal #modal-inner h4, #modal.custom-modal #modal-inner h5, #modal.custom-modal #modal-inner h6,
    #modal.custom-modal .modal-inner h1,
    #modal.custom-modal .modal-inner h2,
    #modal.custom-modal .modal-inner h3,
    #modal.custom-modal .modal-inner h4,
    #modal.custom-modal .modal-inner h5,
    #modal.custom-modal .modal-inner h6,
    .modal.custom-modal #modal-inner h1,
    .modal.custom-modal #modal-inner h2,
    .modal.custom-modal #modal-inner h3,
    .modal.custom-modal #modal-inner h4,
    .modal.custom-modal #modal-inner h5,
    .modal.custom-modal #modal-inner h6,
    .modal.custom-modal .modal-inner h1,
    .modal.custom-modal .modal-inner h2,
    .modal.custom-modal .modal-inner h3,
    .modal.custom-modal .modal-inner h4,
    .modal.custom-modal .modal-inner h5,
    .modal.custom-modal .modal-inner h6 {
      color: #6b6b6b;
      font-family: "Kreon", "Times New Roman", serif;
      font-weight: 900;
      margin: 20px 0 5px 0; }
    #modal.custom-modal #modal-inner h2,
    #modal.custom-modal .modal-inner h2,
    .modal.custom-modal #modal-inner h2,
    .modal.custom-modal .modal-inner h2 {
      font-size: 30px;
      line-height: 28pt; }
      #modal.custom-modal #modal-inner h2.main-title,
      #modal.custom-modal .modal-inner h2.main-title,
      .modal.custom-modal #modal-inner h2.main-title,
      .modal.custom-modal .modal-inner h2.main-title {
        margin-top: 5px; }
    #modal.custom-modal #modal-inner h3,
    #modal.custom-modal .modal-inner h3,
    .modal.custom-modal #modal-inner h3,
    .modal.custom-modal .modal-inner h3 {
      font-size: 24px;
      line-height: 22pt; }
    #modal.custom-modal #modal-inner h4,
    #modal.custom-modal .modal-inner h4,
    .modal.custom-modal #modal-inner h4,
    .modal.custom-modal .modal-inner h4 {
      font-size: 20px;
      line-height: 18pt; }
    #modal.custom-modal #modal-inner h5,
    #modal.custom-modal .modal-inner h5,
    .modal.custom-modal #modal-inner h5,
    .modal.custom-modal .modal-inner h5 {
      font-size: 18px;
      line-height: 16pt; }
    #modal.custom-modal #modal-inner h6,
    #modal.custom-modal .modal-inner h6,
    .modal.custom-modal #modal-inner h6,
    .modal.custom-modal .modal-inner h6 {
      font-size: 15px;
      line-height: 13pt; }
    #modal.custom-modal #modal-inner a,
    #modal.custom-modal .modal-inner a,
    .modal.custom-modal #modal-inner a,
    .modal.custom-modal .modal-inner a {
      color: #22b0e6;
      text-decoration: underline;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-weight: 300; }
      #modal.custom-modal #modal-inner a.btn,
      #modal.custom-modal .modal-inner a.btn,
      .modal.custom-modal #modal-inner a.btn,
      .modal.custom-modal .modal-inner a.btn {
        border: none;
        font-weight: 700;
        text-decoration: none; }
        #modal.custom-modal #modal-inner a.btn:hover,
        #modal.custom-modal .modal-inner a.btn:hover,
        .modal.custom-modal #modal-inner a.btn:hover,
        .modal.custom-modal .modal-inner a.btn:hover {
          background-color: #555; }
    #modal.custom-modal #modal-inner em, #modal.custom-modal #modal-inner i,
    #modal.custom-modal .modal-inner em,
    #modal.custom-modal .modal-inner i,
    .modal.custom-modal #modal-inner em,
    .modal.custom-modal #modal-inner i,
    .modal.custom-modal .modal-inner em,
    .modal.custom-modal .modal-inner i {
      font-style: italic; }
    #modal.custom-modal #modal-inner strong, #modal.custom-modal #modal-inner b,
    #modal.custom-modal .modal-inner strong,
    #modal.custom-modal .modal-inner b,
    .modal.custom-modal #modal-inner strong,
    .modal.custom-modal #modal-inner b,
    .modal.custom-modal .modal-inner strong,
    .modal.custom-modal .modal-inner b {
      font-weight: bold; }
    #modal.custom-modal #modal-inner .more-link,
    #modal.custom-modal .modal-inner .more-link,
    .modal.custom-modal #modal-inner .more-link,
    .modal.custom-modal .modal-inner .more-link {
      display: none; }
    #modal.custom-modal #modal-inner .post-img-wrap,
    #modal.custom-modal .modal-inner .post-img-wrap,
    .modal.custom-modal #modal-inner .post-img-wrap,
    .modal.custom-modal .modal-inner .post-img-wrap {
      display: inline; }
      #modal.custom-modal #modal-inner .post-img-wrap a,
      #modal.custom-modal .modal-inner .post-img-wrap a,
      .modal.custom-modal #modal-inner .post-img-wrap a,
      .modal.custom-modal .modal-inner .post-img-wrap a {
        display: inline; }
    #modal.custom-modal #modal-inner .alignright,
    #modal.custom-modal .modal-inner .alignright,
    .modal.custom-modal #modal-inner .alignright,
    .modal.custom-modal .modal-inner .alignright {
      float: right;
      margin: 0 0 15px 25px; }
    #modal.custom-modal #modal-inner .alignleft,
    #modal.custom-modal .modal-inner .alignleft,
    .modal.custom-modal #modal-inner .alignleft,
    .modal.custom-modal .modal-inner .alignleft {
      float: left;
      margin: 0 25px 15px 0; }
    #modal.custom-modal #modal-inner .aligncenter,
    #modal.custom-modal .modal-inner .aligncenter,
    .modal.custom-modal #modal-inner .aligncenter,
    .modal.custom-modal .modal-inner .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #modal.custom-modal #modal-inner .gravity-form ul, #modal.custom-modal #modal-inner .gform_wrapper ul,
    #modal.custom-modal .modal-inner .gravity-form ul,
    #modal.custom-modal .modal-inner .gform_wrapper ul,
    .modal.custom-modal #modal-inner .gravity-form ul,
    .modal.custom-modal #modal-inner .gform_wrapper ul,
    .modal.custom-modal .modal-inner .gravity-form ul,
    .modal.custom-modal .modal-inner .gform_wrapper ul {
      background: none;
      border-left: none;
      margin: 20px 0 25px 0;
      padding: 0;
      list-style: none; }
      #modal.custom-modal #modal-inner .gravity-form ul li, #modal.custom-modal #modal-inner .gform_wrapper ul li,
      #modal.custom-modal .modal-inner .gravity-form ul li,
      #modal.custom-modal .modal-inner .gform_wrapper ul li,
      .modal.custom-modal #modal-inner .gravity-form ul li,
      .modal.custom-modal #modal-inner .gform_wrapper ul li,
      .modal.custom-modal .modal-inner .gravity-form ul li,
      .modal.custom-modal .modal-inner .gform_wrapper ul li {
        list-style: none; }
        #modal.custom-modal #modal-inner .gravity-form ul li .half, #modal.custom-modal #modal-inner .gform_wrapper ul li .half,
        #modal.custom-modal .modal-inner .gravity-form ul li .half,
        #modal.custom-modal .modal-inner .gform_wrapper ul li .half,
        .modal.custom-modal #modal-inner .gravity-form ul li .half,
        .modal.custom-modal #modal-inner .gform_wrapper ul li .half,
        .modal.custom-modal .modal-inner .gravity-form ul li .half,
        .modal.custom-modal .modal-inner .gform_wrapper ul li .half {
          margin-left: 19px; }
          #modal.custom-modal #modal-inner .gravity-form ul li .half .first, #modal.custom-modal #modal-inner .gform_wrapper ul li .half .first,
          #modal.custom-modal .modal-inner .gravity-form ul li .half .first,
          #modal.custom-modal .modal-inner .gform_wrapper ul li .half .first,
          .modal.custom-modal #modal-inner .gravity-form ul li .half .first,
          .modal.custom-modal #modal-inner .gform_wrapper ul li .half .first,
          .modal.custom-modal .modal-inner .gravity-form ul li .half .first,
          .modal.custom-modal .modal-inner .gform_wrapper ul li .half .first {
            margin-left: 0; }
    #modal.custom-modal #modal-inner .htmlembed .hs-form,
    #modal.custom-modal .modal-inner .htmlembed .hs-form,
    .modal.custom-modal #modal-inner .htmlembed .hs-form,
    .modal.custom-modal .modal-inner .htmlembed .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: none;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form fieldset,
      #modal.custom-modal .modal-inner .htmlembed .hs-form fieldset,
      .modal.custom-modal #modal-inner .htmlembed .hs-form fieldset,
      .modal.custom-modal .modal-inner .htmlembed .hs-form fieldset {
        max-width: none; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form ul,
      #modal.custom-modal .modal-inner .htmlembed .hs-form ul,
      .modal.custom-modal #modal-inner .htmlembed .hs-form ul,
      .modal.custom-modal .modal-inner .htmlembed .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form ul li,
        #modal.custom-modal .modal-inner .htmlembed .hs-form ul li,
        .modal.custom-modal #modal-inner .htmlembed .hs-form ul li,
        .modal.custom-modal .modal-inner .htmlembed .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-required,
      #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-required,
      .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-required,
      .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-required {
        display: none; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form h2, #modal.custom-modal #modal-inner .htmlembed .hs-form h3,
      #modal.custom-modal .modal-inner .htmlembed .hs-form h2,
      #modal.custom-modal .modal-inner .htmlembed .hs-form h3,
      .modal.custom-modal #modal-inner .htmlembed .hs-form h2,
      .modal.custom-modal #modal-inner .htmlembed .hs-form h3,
      .modal.custom-modal .modal-inner .htmlembed .hs-form h2,
      .modal.custom-modal .modal-inner .htmlembed .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #6b6b6b; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field,
      #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field,
      .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field,
      .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input,
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input::-webkit-input-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:-moz-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input::-moz-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:-ms-input-placeholder,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:focus,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:focus,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input:focus,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea:focus,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input:focus,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input.error,
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input.error,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field input.error,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea.error,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field input.error,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea.error {
            border-color: #ee7541; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field textarea,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field select,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field select,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field select,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field label,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field label,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field label,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #6b6b6b; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
          #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
          .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label,
          .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #6b6b6b; }
      #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button,
      #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button,
      .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button,
      .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button:hover,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button:hover,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button:hover,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        #modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button:focus,
        #modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button:focus,
        .modal.custom-modal #modal-inner .htmlembed .hs-form .hs-button:focus,
        .modal.custom-modal .modal-inner .htmlembed .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }
    #modal.custom-modal #modal-inner #hs_custom_form .hs-form,
    #modal.custom-modal .modal-inner #hs_custom_form .hs-form,
    .modal.custom-modal #modal-inner #hs_custom_form .hs-form,
    .modal.custom-modal .modal-inner #hs_custom_form .hs-form {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: none;
      color: #FFF;
      overflow: hidden;
      padding: 20px 20px 25px 20px;
      margin: 0 0 15px 0;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form fieldset,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form fieldset,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form fieldset,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form fieldset {
        max-width: none; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form ul,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form ul,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form ul,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form ul {
        background: none;
        border-left: none;
        padding: 0;
        list-style: none; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form ul li,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form ul li,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form ul li,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form ul li {
          list-style: none;
          margin-left: 0; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-required,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-required,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-required,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-required {
        display: none; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form h2, #modal.custom-modal #modal-inner #hs_custom_form .hs-form h3,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form h2,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form h3,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form h2,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form h3,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form h2,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form h3 {
        margin: 0 0 15px 0;
        font-family: "Kreon", "Times New Roman", serif;
        font-weight: 900;
        font-size: 28px;
        line-height: 20pt;
        color: #6b6b6b; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field {
        margin: 0 0 19px 0; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input,
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          max-width: 100%;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          padding: 0 0 0 10px;
          text-align: left;
          color: #6b6b6b;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-webkit-input-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-webkit-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-moz-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input::-moz-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea::-moz-placeholder {
            color: #cacaca;
            font-weight: 700;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:-ms-input-placeholder,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:-ms-input-placeholder {
            font-weight: 700;
            color: #cacaca;
            text-transform: uppercase; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input:focus,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea:focus {
            outline: none;
            border: 2px solid #e8e8e8; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field input.error,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea.error {
            border-color: #ee7541; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field textarea,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field textarea {
          min-height: 80px;
          margin: 0;
          padding: 3px 0 0 10px; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field select,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field select,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field select,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field select {
          border: 0 !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFF;
          width: 100%;
          text-indent: 0.01px;
          border: 2px solid #e8e8e8;
          height: 34px;
          line-height: 18pt;
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px;
          color: #cacaca;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          padding: 0 10px; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field label,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field label,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field label,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field label {
          font-family: "Kreon", "Times New Roman", serif;
          font-weight: 700;
          line-height: 22pt;
          font-size: 20px;
          margin: 0 0 10px 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #6b6b6b; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio .hs-input {
          display: inline-block;
          width: 20px;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-radio span {
          vertical-align: middle;
          display: inline-block; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox label {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 500; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox span {
          width: 87%;
          display: inline-block;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-form-booleancheckbox .hs-input {
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs {
          margin: 0; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs li {
            margin: 0; }
          #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
          #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
          .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label,
          .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-form-field .hs-error-msgs label {
            font-size: 12px;
            margin: 0 0 10px 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: "Roboto", "Helvetica", sans-serif;
            line-height: 18px;
            font-weight: 500;
            color: #6b6b6b; }
      #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button,
      #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button,
      .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button,
      .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button {
        text-transform: none;
        border: none;
        background-color: #22b0e6;
        cursor: pointer;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        padding: 7px 20px 12px 20px;
        width: auto;
        line-height: 17pt;
        height: 38px;
        display: inline-block;
        color: #FFF;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        -o-border-radius: 0px 10px 0px 10px;
        -ms-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button:hover,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button:hover,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button:hover,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button:hover {
          background-color: #6b6b6b; }
        #modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button:focus,
        #modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button:focus,
        .modal.custom-modal #modal-inner #hs_custom_form .hs-form .hs-button:focus,
        .modal.custom-modal .modal-inner #hs_custom_form .hs-form .hs-button:focus {
          border: none;
          background-color: #6b6b6b; }

/* ==========================================================================
   GRAVITY FORMS HONEYPOT
   ========================================================================== */
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/* ==========================================================================
   Error 404
   ========================================================================== */
.error404 .cta ul {
  overflow: hidden;
  text-align: center; }
  .error404 .cta ul li {
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 100%;
    font-family: "Kreon", "Times New Roman", serif;
    color: #FFF;
    margin: 15px 0 0 0;
    list-style-type: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .error404 .cta ul li a {
      position: relative;
      padding: 0 0 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .error404 .cta ul li a:before {
        content: '.';
        position: absolute;
        left: 0;
        top: 0;
        line-height: 6pt;
        font-size: 31px; }
      .error404 .cta ul li a:hover {
        text-shadow: none;
        color: #22b0e6; }

/* ==========================================================================
   RETINA IMAGES
   ========================================================================== */
@media screen and (max-width: pixel) {
  .header-section .top-bar .the-logo {
    background-image: url("images/logo@2x.png"); } }
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-section .top-bar .the-logo {
    background-image: url("images/logo@2x.png"); } }
/* ==========================================================================
   Table Styles
   ========================================================================== */
.table-overflow-wrap {
  margin: 0 0 15px 0;
  position: relative; }
  .table-overflow-wrap .table-overflow {
    overflow: hidden; }
  .table-overflow-wrap.true:after {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url("images/overflow-fade.png"); }
  .table-overflow-wrap.true .table-overflow {
    overflow: scroll; }

/* ==========================================================================
   IE STYLES
   ========================================================================== */
body.ie #modal-back {
  background: url("images/modal-back.png"); }
body.ie .body-section #tabs #tabnav .section {
  display: none; }
  body.ie .body-section #tabs #tabnav .section.open {
    -ms-filter: none;
    filter: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    display: block; }
body.ie .dl-menuwrapper .dl-menu {
  display: none; }
  body.ie .dl-menuwrapper .dl-menu.dl-menuopen {
    display: block; }
body.ie #sidebar-layout .more .share-box {
  display: none; }
  body.ie #sidebar-layout .more .share-box.visible {
    display: block; }
body.ie .selectric .button {
  font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial; }
body.ie .submit-wrap {
  background: url("images/search.png");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10000; }
  body.ie .submit-wrap .icon-search {
    display: none; }

.hidden {
  display: none; }

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