/************************************************

Stylesheet: Global Stylesheet

*************************************************/
body, html {
  color: #A6A6A6;
  font-size:18px;
  font-family: 'Nunito', sans-serif; 
  font-weight: 400;
}

#light, #light-home, #grid, #post {
  background-color: #F4F4F4;
  background:  #F4F4F4;
}

#dark, #home {
  background-color: #000000;
  background: #000000;
}
a {
  color: #6CACE4;
}
a:focus, a:hover {
  color: #00EEC5;
}
a:visited {
  color: #309EB5;
}

h1, h2, h3, h4, h5, h6 {
  background: linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);	
  background: -webkit-linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* Medium and up */
@media screen and (min-width: 40em) {

}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999;}

.entry-content img {
  max-width: 100%;
  height: auto; 
  padding: 20px 0;}

.wp-block-latest-posts img {
  padding: 0 0 20px;
}

.category .entry-content img {
  max-width: 100%;
  height: auto; 
  padding: 0 20px 20px 0;}
  
.wp-block-latest-posts li {
  padding-bottom: 30px;
  min-height: 180px;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter, .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }
.more-link button {
  color: #6CACE4;
}
.more-link button:hover {
 cursor: pointer;
 color: #00EEC5;
}

.archive article {
margin-bottom: 40px;
}

.archive h1, .single-post h1 { 
 font-size: 2rem;
 }
.archive h2, .single-post h2  { 
 font-size: 1.25rem;
 } 
.archive h3, .single-post h3   { 
 font-size: 1.1875rem;
 } 
.archive h4, .single-post h4  { 
 font-size: 1.125rem;
 }
.archive h5, .single-post h5  { 
 font-size: 1.0625rem;
 }
.archive h6, .single-post h6 { 
 font-size: 1.5rem;
 }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }
/*********************
NAVIGATION
*********************/
.top-bar {
	background-color: transparent;
	z-index: 5;
	padding: 0 20px;
}

.top-bar ul {
	background-color: transparent;
	z-index: 5;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
	max-width: 50%;
}
.top-bar-left .menu a {
	padding-left: 0;
}
.dropdown.menu>li>a {
	padding: 0 0 .7rem;
}

.dropdown.menu>li {
	padding: .7rem .5rem 0;
}
.menu a {
	color: #A6A6A6;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.menu a:hover {
	color: #6CACE4;
}
.menu .active>a {
	background: transparent;
	color: #6CACE4;
}

ul.is-dropdown-submenu {
	border: none;
	background: #666666 ; 
	padding: 10px;
	min-width: 200px;
	z-index: 5;
}

.menu.submenu .active>a:hover {
	color: #6CACE4;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	display:none;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
	left: 10px;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	padding-right: 0;
}

.menu-icon::after {
    background: #A6A6A6;
    box-shadow: 0 7px 0 #A6A6A6, 0 14px 0 #A6A6A6;
    -webkit-box-shadow: 0 7px 0 #A6A6A6, 0 14px 0 #A6A6A6;
}

.off-canvas {
	background-color: #000000;
	color: #A6A6A6;
	margin: auto auto;
	text-align:center;
	font-size: 36px;
	line-height: 42px;
	padding-top: 50px;
}

.reveal.off-canvas {
	height: 100%;
	width: 100% !important;
	top: 0;
}
.off-canvas a {
	color: #A6A6A6;
	font-size: 18px;
}

#offcanvas-nav {
	padding-top: 60px;
}
.off-canvas .subnav {
	font-size: 27px;
	line-height: 42px;
	padding: 10px 0;
}
.off-canvas .vertical.menu li {
	margin: 0;
}

.offcanvas-logo {
	left: 20px;
    top: .7rem;
	position: absolute;
}
.close-button, .close-button.medium {
	font-size: 1.3em;
}

.close-button:focus, .close-button:hover {
	color: #A6A6A6;
}
/* Medium and up */
@media screen and (min-width: 40em) {
.offcanvas-logo {
	left: 40px;
}
.close-button, .close-button.medium {
	right: 40px;
}	
}

/* Large and up */
@media screen and (min-width: 64em) {
.dropdown.menu>li.divider>a {
	color: #6CACE4 1px solid;
	
}
.menu .active>a {
	border-bottom:solid medium #6CACE4;
}
.menu.submenu .active>a {
	border-bottom:none !important;
	color: #A6A6A6 !important;
}
.dropdown.menu>li.contact {
	border: #6CACE4 thin solid;
	border-radius: 20px;
	color: #6CACE4;
	padding: .3rem .8rem 0;
	margin-top: .4rem;
	margin-left: .3rem;
	height: 35px;
}
.dropdown.menu>li.contact>a {
	color: #6CACE4;
	padding: 0 0 .3rem;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	max-width: none;
}
}
/*********************
PAGE STYLES
*********************/
#home .hero, #light-home .hero, #light .hero   {
	min-height: 740px;
	position:relative;
}

.annimated-headline {
 	margin-top: 150px;
}
.rw-wrapper{
	width: 100%;
	position: relative;
	margin: 0px auto 0 auto;
	padding: 10px;
}
.rw-sentence{
	margin: 0;
	text-align: left;
}
.rw-sentence span{
	font-size: 100%;
	font-weight: normal;
}
.rw-words{
	display: inline;
	-webkit-backface-visibility: hidden;	
}
.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	top: -140px;
}
.rw-words-2 span{
	-webkit-animation: rotateWordsSecond 12s linear infinite 0s;
	-ms-animation: rotateWordsSecond 13s linear infinite 0s;
	animation: rotateWordsSecond 13s linear infinite 0s;
	background: linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 800; 
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 5s; 
	-ms-animation-delay: 4s; 
	animation-delay: 4s;
	-webkit-backface-visibility: hidden;
    background: linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 800; 	
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay:8s; 
	animation-delay: 8s; 
    background: linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(108,172,228,1) 0%, rgba(0,238,197,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 800; 	
}

@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; }
    10%, 50% { opacity: 1; }
    65%,100% { opacity: 0; left: 5000px; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; }
    10%, 50% { opacity: 1; }
    65%,100% { opacity: 0; left: 5000px; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; }
    10%, 50% { opacity: 1; }
    65%,100% { opacity: 0; left: 5000px; }
}

@media screen and (max-width: 768px){
	.rw-sentence { font-size: 54px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 27px; }
}
.align-center {
	text-align: center;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  justify-content: center;	
}

.section-thin {
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;	
}
.section-inner {
	margin:auto;
	position: relative;
}
.pre-headline {
	font-size: 30px;
	line-height:34px;
	font-weight: 600;
	
}
.tagline {
	font-size: 26px;
	line-height: 34px;
}
.content-text {
	padding: 20px;
	font-weight: 400;
}

#light-home .content-text {
	padding: 0;
}

.kpi {
	padding: 20px;
}
.black-bg {
	background-color: #000000;
}

.overlay-bk {
	background-color: rgb(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: relative;
}
.hero-content {
	margin-top: 25px;
}

#light .hero-content, #dark .hero-content {
	padding: 0 30px;
}
.hero-text {
	padding: 0 0 45px;
	font-size: 22px;
	line-height: 32px;	
	text-align: center;
	font-weight: 400;
	width: 100%;
}
.phone-animated	{
	background: url('/wp-content/uploads/sites/9/2020/11/graph2.png') repeat 0 0;
  -webkit-animation: slide 20s linear infinite;	
  -moz-animation: slide 20s linear infinite;	
  -ms-animation: slide 20s linear infinite;	
  -o-animation: slide 20s linear infinite;	
  animation: slide 20s linear infinite;	
	} 

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -574px 0; }
}
.white-bg {
	background-color: #ffffff;
	padding: 15px;
}
.green-bg {
  background-color: #00EEC5;  
}
.highlight-box {
  text-transform: capitalize;
  text-align: center;
  background-color:#00EEC5;
  padding: 50px;
  margin-bottom: 20px;
  font-weight: 800;
}
.white-bg-page {
	background-color: #ffffff;
	padding: 20px;	
}

span.cta a {
	background: #00EEC5;
	color: #ffffff;
	text-transform:uppercase;
	border-radius: 20px;
	font-weight: 800;
}

span.cta-link {
    padding: 0 20px 0;
}
span.cta a:hover, .button:focus, .button:hover {
	background: #6CACE4;
	border: none;
	outline-style: none;
}
.button {
	border: none;
	background: #00EEC5;
	color: #ffffff;
	text-transform:uppercase;
	border-radius: 20px;
	font-weight: 800;
	margin: 0;	
}
.product-modal {
	min-height: 400px;
	background: #000000 no-repeat;
	text-align:center;
}
.product-modal .button {
	margin: 0;
	margin-top: 15px;
}

.hs-button, 
.hs-form-909af61a-ec18-4b6e-9cee-acd67166d83d_59a35d65-09ed-4a00-a71e-260bd2ea95a6 .hs-button, .hs-form-909af61a-ec18-4b6e-9cee-acd67166d83d_59a35d65-09ed-4a00-a71e-260bd2ea95a6 [type=submit], [type=submit],#mc_embed_signup .button  {
	background: #00EEC5;
	text-transform: uppercase !important;
    border-radius: 20px !important;
	padding: .5em 1em !important;
	margin-top: 15px !important;
	color: #ffffff !important;
	border: none !important;
}
.hs-button:hover, .hs-button:focus, #mc_embed_signup .button:hover {
	background: #6CACE4;
    border: none;
    outline-style: none;	
}
.hbspt-form ul.inputs-list {
    margin-left: 0;
    list-style-type: none;
} 

.hbspt-form .hs-richtext p {
	font-size: 14px;
	line-height: 1.1;
}
/*Dark background templates */

.chevron-container {
    align-self: flex-end;
}
.chevron-down {
	position: absolute;
	left: 50%;
}

.fa-chevron-down {
	font-size: 15px;
	line-height: 15px;
	padding-top: 10px;
	color: rgba(166, 166, 166, 0.5);
	font-weight:300;
	
}

.second.fa-chevron-down {
	padding: 0;
	top: -20px;
	position:relative;
}

/* light background */
#light .value-prop, #light-home .value-prop {
	padding-top: 50px;
	text-align: center;
}

.vp-value, .vp-value p {
	color: #00EEC5;
	font-size: 36px;
	font-weight:800;
	line-height: 110%;
}

.grey-headline h1,.grey-headline h2,.grey-headline h3,.grey-headline h4, .grey-headline h5, .grey-headline h6 {
  background: linear-gradient(to right, rgba(166,166,166,1) 100%, rgba(166,166,166,1) 100%);	
  background: -webkit-linear-gradient(to right, rgba(166,166,166,1) 100%, rgba(166,166,166,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	  
}

.specs-left {
	font-weight: 800;
}

.specs-right, .partners-block {
	border-bottom:#A6A6A6 thin solid;
}

.small-print {
 font-size: 14px;
 line-height: 16px;
}

wpcf7-list-item-label {
 line-height: 110%;
}
.default-page-template img {
 padding: 20px;
 }
/* Medium and up */
@media screen and (min-width: 40em) {
.hero {
	padding: 10px 20px 50px;
}
#light-home .hero, #light .hero {
	padding: 0;
}
.inner-hero {
	height: 85%;
}

.hero-text {
	padding: 75px 0;
	font-size: 26px;
	line-height: 34px;	
	font-weight: 400;
}
#light-home .overlay-bk, #light .overlay-bk  {
	padding: 10px 20px 0;
}
#light .inner-hero .grid-x {
	min-height: 500px;	
}
#dark .inner-hero .grid-container {
	padding-top: 85px;
}

#light .content-text {
	padding: 50px;
}

.specs-row {
	border-bottom:#ECECEC thin solid;
}

.specs-right {
	border-bottom:none;
}
.content-text {
	padding: 40px;
}
#light-home .content-text {
	padding: 0;
}
.v-center {
	display: flex;
    align-items: center;
    justify-content: center;	
}
.section {
	padding: 50px 50px 50px;
	position: relative;
}
#light-home .section {
	padding: 30px 20px;
	position: relative;
}
.chevron-down {
	bottom: 0;
}
.hero .chevron-down {
	bottom: 10px;
}
.fa-chevron-down {
	padding-top: 36px;
	
}
.white-bg-page {
	background-color: #ffffff;
	padding: 40px;	
}

}
/* Large and up */
@media screen and (min-width: 64em) {
#home .hero, #home .section, #light-home .hero {
	height: 100vh;
}

.hero {
	padding: 10px 20px 0;
}

.section {
	padding: 50px 50px 50px;
	position: relative;
}
#light-home .section {
	padding: 30px 20px;
	position: relative;
}

#light .section-inner, #light .tagline  {
	padding: 0 50px;
}
}
/*********************
FOOTER STYLES
*********************/
#light .footer, #dark .footer, #light-home .footer, #post .footer {
 margin-top: 50px;
}
.footer {
  clear: both;
  padding-top: 60px; 
  background: #404040;
  font-size: 15x;
  line-height: 22px;
  font-weight: 100;
  color: #ffffff;
 }

.footer-area .menu {
-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .active>a {
	border: none;
}
.footer a, .footer a:hover {
	color: #ffffff;
}
.footer-area .menu .button, .footer-area .menu a {
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 100
}

.footer-social a, .footer-social .fab  {
	font-size: 24px;
	line-height: 24px;
	padding: 0 7px;
	color: #ffffff;	
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }


/*# sourceMappingURL=style.css.map */
