/*
Theme Name: Aeron
Theme URI: https://aeron.ai/
DESCRIPTION: Aeron custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: https://webheads.co.uk
Tags: Aeron
*/

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
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}

@font-face {
    font-family: 'Work Sans';
    src: url('../woff2/worksans-regular.woff2') format('woff2'),
        url('../woff/worksans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../woff2/worksans-italic.woff2') format('woff2'),
        url('../woff/worksans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
  --work-sans: 'Work Sans', sans-serif;
  --black: #333333;
  --grey-dark: #707070;
  --grey: #969B99;
  --grey-light: #F4F4F4;
  --green: #22D081;
}

/**
color:var(--yellow)
font-family:var(--alderwood)
background-color:var(--dark-greenop)
**/

/* general */

#overall-wrapper { overflow:hidden; }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--green); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--grey-light); }
body *::-webkit-scrollbar { width: 7px; }

/** below copied to wp-admin.css - START **/

body { font: 16px/23px var(--work-sans); background: #fff; color: var(--grey); letter-spacing: -0.01em; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler {  }
h1, .h1_styler { font-size: 52px; line-height:58px; letter-spacing: -0.02em; color:#000; } 
    h1 span { color:var(--grey-dark); }
    h1 span img { height: 35px; width: auto; }
h2, .h2_styler { font-size:36px; line-height:42px; letter-spacing: -0.02em; color:#222; } 
h3, .h3_styler { font-size: 30px; line-height:36px; color:#222; } 
h4 { font-size: 24px; line-height:30px; color:#222; }
h5 { color:#222; }
p {  }
a { color: var(--grey); text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 11px; list-style-image: url(../svg/bullet.svg); }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 10px; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr {  }

::-moz-selection { background-color: var(--green); color: var(--black); }
::selection { background-color: var(--green); color: var(--black); }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.large_text {  }
.button_cta { display:inline-block; font-size:20px; line-height:24px; letter-spacing: -0.02em; padding:16px 26px; text-decoration: none; text-align:center; text-decoration: none; color:#fff; background: var(--black); border: 1px solid var(--black); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.button_cta:hover { background-color:var(--green); border-color: var(--green); color:var(--black); }
.button_cta:not(.button_cta_green) span { transform: rotate(90deg); display:inline-block; }
.button_cta.button_cta_green { background-color: var(--green); border-color: var(--green); color: var(--black); }
.button_cta.button_cta_green:hover { background-color:var(--black); border-color: var(--black); color:#fff; }
.button_cta.button_cta_outline { background: transparent; }
.button_cta.button_cta_outline:hover { background: var(--green); }
.button_cta.button_cta_outline.button_cta_green:hover { border-color: var(--green); }
.button_cta_holder { display:flex;flex-wrap:wrap; gap: 20px 30px; align-items:flex-start; }
.button_cta_flex { display:flex; align-items:center; justify-content:space-between; gap: 10px; white-space:nowrap; }

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 42px; }
.container_capped { max-width:1920px; }
.container_capped_s { max-width: 1144px; }

input, textarea, #header_main, #header_main *, .button_cta, .menu li *, .searchandfilter ul .sf-field-category label { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
input.text, select, textarea,  .sf-field-search input { padding: 15px 15px; padding: 10px 15px; margin: 0; border: 1px solid #989ea3; outline: none; background-color: #fff; font: normal 14px/24px 'Montserrat', sans-serif; }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: #333F48 !important; }
:-moz-placeholder { /* Firefox 18- */ color: #333F48 !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: #333F48 !important; }
:-ms-input-placeholder { color: #333F48 !important; }

/** contact form **/

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; /** max-width: 380px;  **/ }
.form_list li { margin: 0; padding: 0 0 19px 0; overflow: auto; clear: both; display: block; }
.form_list li label { display: block; font-weight: bold; font-size: 12px; line-height: 18px; color: #693C5E; padding: 0 0 3px 0; }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; display: block; padding-top: 10px; padding-bottom: 10px; }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li.form_list_col { float: left; clear: none; width: 48%; }
.form_list li.form_list_col_right { float: right; }
.form_list li textarea { height: 120px; }
.form_list li.form_button { padding: 0; }
.form_list li.form_button input { display: block; width: 160px; padding: 15px; font: normal 12px/15px 'Montserrat', sans-serif; background: #693C5E; color: #fff; border: none; outline: none; cursor: pointer; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(../arrow-down-select.html) 100% 50% no-repeat #fff; background-size: auto 9px; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #269FC7; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; bottom: -30px; right: 20px; z-index: 10; z-index: 3; background: url(../svg/arrow-scroller-right-green.svg) center no-repeat; background-size: 42px 40px; border: none; outline: none; text-indent: -9999px; width: 50px; height: 50px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow {  }
.slick-next.slick-arrow { right: 80px; background-image: url(../svg/arrow-scroller-left-green.svg); }

.slick-dots { margin: 0; padding: 0; width: 100%; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 10px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; border: 1px solid rgba(150,155,153,0.5); color: rgba(150,155,153,0.5); font-size: 13px; outline: none; padding: 0; width: 30px; height: 30px; line-height: 30px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { border-color: var(--green); color: var(--green); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 0; display: flex; gap: 0 10px; align-items: center; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible;  display:none; }
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active {  }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: #000; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: #fff; font-size:17px; line-height: 17px; font-weight:400; font-weight:300; letter-spacing: -0.01em; }

/** header **/

#header_main { background: #fff; position:fixed; top: 0; left:0; right:0; width:100%; z-index:10; }
#header_main .container { display:flex; align-items:center; justify-content:space-between; gap: 20px; min-height:62px; }
#header_main .container nav { opacity:0; visibility: hidden; z-index:-1; }
.scrolling #header_main .container nav { opacity:1; visibility:visible; z-index:1; }

#section_main { padding: 62px 0 0 0; }

/** top banners **/

#page_banner { background-color: var(--grey-light); background-size:cover; background-position:center; }
#page_banner .container { min-height:334px; display:flex; flex-direction:column; justify-content:space-between; padding-top:35px; padding-bottom:50px; }
#page_banner.dual .container { min-height:386px; }
#page_banner.full .container { min-height: calc(100vh - 62px); padding-bottom:60px; }
#page_banner #page_banner_nav { display:flex; justify-content:space-between; gap: 20px;   padding-bottom:30px; }
#page_banner #page_banner_info h1 { padding:0; max-width:750px; }
#page_banner #page_banner_info h2 { /** padding:0; **/ max-width:520px; max-width: 710px; color:var(--grey-dark); }
#page_banner #page_banner_info > p { padding-top:25px; }
.page.resources #page_banner #page_banner_info h2 { max-width:520px; }
#page_banner #page_banner_ctas { min-height:30px; padding-top:30px; }
#page_banner #page_banner_ctas .button_cta_holder { padding:0; }
#page_banner #page_banner_ctas_info { width:100%; max-width: 888px; margin-left:auto; background: #fff; padding:30px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); }
#page_banner #page_banner_ctas_info h2 { width:100%; max-width:100%; padding: 0 0 10px 0; }
#page_banner #page_banner_ctas_info_flex { display:flex; justify-content:space-between; gap: 25px; }
#page_banner #page_banner_ctas_info_left {  }
#page_banner #page_banner_ctas_info_left p { color: var(--grey-dark); font-size:22px; line-height:28px; padding:0 0 10px 0; }
#page_banner #page_banner_ctas_info_left p:last-of-type { padding-bottom:0; }
#page_banner #page_banner_ctas_info_right .button_cta { white-space:nowrap; }
.menu { margin:0; padding:0; list-style:none; list-style-image:none; display:flex; gap: 15px 0; }
.menu li { margin:0; padding:0; font-size:18px; line-height:18px; letter-spacing: -0.02em; position:relative; }
.menu li a { display:block; color: #000; padding: 15px 20px; text-decoration: none; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.menu li a:hover { color:var(--green); }
.menu li.menu-github { font-size:20px; line-height:20px; margin-left:15px; }
.menu li.menu-github a { background-color: var(--green); color:#222; background-image:url(../svg/icon-github.svg); background-position: calc(100% - 17px) 50%; background-repeat:no-repeat; padding-right:52px; }
.menu li ul { visibility: hidden; z-index: -1; opacity: 0; position:absolute; top: 50px; left: 0; width:140px; background:#fff; padding:10px 20px; margin:0; list-style:none; list-style-image:none; }
.menu li ul li { font-size:16px; line-height:20px; }
.menu li ul li a { padding: 3px 0 !important; display: block; color: var(--grey-dark); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.menu li ul li a:hover { color:var(--black); color:var(--green); }
.menu li.menu-item-has-children:hover ul { visibility:visible; z-index:1; opacity:1; }
#header_main .menu { margin-left: -20px; }
#header_main .menu li ul { top: 32px; }
#header_main .menu li a { padding-top:10px; padding-bottom:10px; }
#header_main .menu li a {  }

#page_banner_ctas_boxes { list-style: none; list-style-image: none; padding: 35px 0 0 0; display:flex; flex-wrap:wrap; margin: 0 -25px; gap: 30px 0; }
#page_banner_ctas_boxes li { margin:0; padding:0; width:33.33333333333333%; padding:0 25px; font-size:30px; line-height:36px; letter-spacing:-0.01em; }
#page_banner_ctas_boxes li a { padding:30px; color:#222; text-decoration:none; background:#fff; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
#page_banner_ctas_boxes li a span:not(.text) { display:block; padding:0 0 18px 0; line-height:7px; }
#page_banner_ctas_boxes li a span.text { display:block; padding:0; height: 100%; width:100%; }
#page_banner_ctas_boxes li a strong { height: 100%; font-weight:normal; display:flex; align-items:flex-end; justify-content:space-between; gap: 20px; }
#page_banner_ctas_boxes li a strong img { margin-bottom: 5px; }
#page_banner_ctas_boxes li a strong.text { flex-direction:column; }
#page_banner_ctas_boxes li a:hover { text-decoration:underline; } 

/** news listing + panel **/

.panel_gap { height: 65px; }
.content_panel { padding: 65px 0; }
.flex_3_cols { display:flex; flex-wrap:wrap; margin: 0 -25px; gap: 30px 0; gap: 40px 0;  padding-top:25px; }
.flex_3_cols article { width:33.33333333333333%; padding:0 25px; }
.flex_3_cols article > div { padding: 30px; background:var(--grey-light); position:relative; height:100%;   display:flex; flex-direction:column; justify-content:space-between; }
.flex_3_cols article > div p:last-of-type { padding-bottom: 0; }
.flex_3_cols h3 { color: var(--black); font-size:26px; line-height:32px; padding-bottom:14px; }
.flex_3_cols h3 span { display:block; padding:0 0 11px 0; line-height:7px; }
.flex_3_cols h3 span img { width:auto; height:auto; }
    .flex_3_cols h3 span.case_study_logo { height:75px; }
    .flex_3_cols h3 span.case_study_logo img { height:60px; max-width:70%; object-fit:contain; object-position: left center; }
    body:not(.page-id-46) .flex_3_cols .updates h3 span { display:none; }
.flex_3_cols h4 { font-size:16px; line-height:23px; color:var(--black); padding:0 0 10px 0; }
.flex_3_cols article:not(.features) p { color:var(--black); }
.flex_3_cols_img { margin: -30px -30px 0 -30px; }
.flex_3_cols_img img { width:100%; height: 120px; object-fit:cover; object-position:center; }
.flex_3_cols_tag { text-transform:uppercase; color:#000; padding: 0 0 15px 0 !important; }
.flex_3_cols_tag span { color:var(--grey); }
.flex_3_cols p.updates_cta { display:flex; align-items:center; gap: 0 15px; padding-top:35px; }
    .flex_3_cols .video p.updates_cta { padding-top:15px; }
.flex_3_cols article > div:hover p.updates_cta span:not(.button_cta) { text-decoration:underline; }
.flex_3_cols article > div:hover p.updates_cta .button_cta_flex { text-decoration:none !important; }
.flex_3_cols article > div:hover p.updates_cta span.button_cta { background: var(--green); }
.flex_3_cols article > div:hover p.updates_cta span.button_cta svg path:nth-child(2) { fill: var(--black); }
.flex_3_cols article > div a { position:absolute; top: 0; left:0; right:0; bottom:0; text-indent: -9999px; display:block; }
.flex_3_cols .button_cta, .button_cta_small .button_cta { font-size:17px; line-height:21px; padding: 10px 23px; }

.casestudies_sequencer .flex_3_cols article > div { background: #fff;}

.flex_3_cols article.white > div { background:#fff; }
.flex_3_cols article.white p { color: var(--grey); }
.flex_3_cols article.white.community p { color:var(--black); }
.flex_3_cols article.white.community p strong { color:var(--green); }
.flex_3_cols article.white h3 { font-size:30px; line-height:36px; }
.flex_3_cols.flex_4_cols article.white h3 { font-size:24px; line-height:32px; }
.content_panel_reading .flex_3_cols.flex_4_cols article.white:hover h3 { text-decoration:underline; }
body:not(.page-id-46) .flex_3_cols article.updates h3 { color: var(--green); }

.flex_3_cols article.features > div p { padding:0 0 10px 0 !important; }
.flex_3_cols article.features > div ul:last-of-type { padding-bottom:0; }
.flex_3_cols article.features > div ul li { padding-bottom: 15px !important; }
.flex_3_cols article.features > div ul li:last-of-type { padding-bottom:0 !important; }
.flex_3_cols.flex_4_cols article { width:25%; }
   .page-id-155 .flex_3_cols article.features > div p, .page-id-1835 .flex_3_cols article.features > div p { color: var(--grey-dark); }
   .page-id-155 .flex_3_cols article.features > div ul li, .page-id-1835 .flex_3_cols article.features > div ul li { padding-bottom:0 !important; }
   .page-id-155 .flex_3_cols article.features:hover .button_cta, .page-id-1835 .flex_3_cols article.features:hover .button_cta { background: var(--green); }

.flex_3_cols article.case_study h3 { font-size:30px; line-height:36px; }
.flex_3_cols article.case_study p.updates_cta { padding-top:25px; }

.videos_slick .flex_3_cols { padding-bottom:40px; }

.searchandfilter ul { margin:0; padding:30px 0 10px 0; list-style:none; list-style-image:none; display:flex; justify-content:flex-end; gap: 10px 40px; flex-wrap:wrap; }
.searchandfilter ul li { margin: 0; padding:0; }
.searchandfilter ul ul { padding: 0; }
.searchandfilter ul li li { padding:0; }
.searchandfilter ul .sf-field-category label { padding:0 !important; cursor:pointer; font-size:14px; line-height:15px; color:#334343; letter-spacing:normal; }
.searchandfilter ul .sf-field-category input { display: none !important; }
.searchandfilter ul .sf-field-category li.sf-option-active label { color: var(--green); font-weight:bold; }
.searchandfilter ul .sf-field-category label:hover { color: var(--green); }

.search-filter-results { padding-bottom:65px; }

/** home logos panel **/

.content_panel_black { background: #222; }
.content_panel_black * { color:#fff; }

/** light grey panel **/

.content_panel_grey { background: var(--grey-light); }

.flex_features { display:flex; flex-wrap:wrap; margin: 0 -19px; gap: 10px 0;  padding-top:25px; }
.flex_features li { width:25%; padding:0 19px;  display:flex; align-items:flex-start; justify-content:space-between; }
.flex_features li span { width: 68px; padding-top:7px; }
.flex_features li p { width:calc(100% - 68px); }
.flex_features li p strong { font-weight:normal; color:#222; display:block; }

/** product feature panel **/

.flex_2_cols_icon { line-height:7px; padding:0 0 20px 0; }
.flex_2_cols { display:flex; flex-wrap:wrap; justify-content:space-between; }
.flex_2_cols .col { width: 50%; }
.flex_2_cols .col h2 { padding: 0 0 20px 0; }
.flex_2_cols .col:first-of-type { padding-right:160px; }
.page.home .flex_2_cols .col:first-of-type p { font-size:22px; line-height:28px; }
.flex_2_cols .col:last-of-type h3 { color: var(--green); font-weight:normal; font-size:18px; line-height:24px; padding:0 0 20px 0; }
.flex_cols { display:flex; flex-wrap:wrap; justify-content:space-between; }
.flex_cols .flex_col { width: 48%; }
.flex_2_cols ul { padding-bottom:30px; }
.flex_2_cols ul li { color:var(--black); padding-bottom:0; }
body:not(.home) .flex_2_cols p { color:var(--black); }
.flex_2_cols .button_cta_holder { padding: 0; }
.page.home .flex_2_cols .button_cta_holder { justify-content:flex-end; }

/** aeron premium panels - promo **/

.content_panel_promo { padding: 40px 0 50px 0; padding-bottom:40px; }
.content_panel_promo .container > div { background: var(--black); padding: 40px 50px; display:flex; align-items:center; justify-content:space-between; gap: 20px; }
.content_panel_promo .container > div * { color:#fff; }
.content_panel_promo .button_cta { white-space:nowrap; }
.content_panel_promo .button_cta:hover { color: var(--black) !important; }
.content_panel_promo .container > div p { padding:0; font-size:26px; line-height:32px; max-width: 730px; gap: 25px 30px; display:flex; align-items:center; justify-content: space-between; }

.separator_img { height: 150px; width:100%; background:url(../jpg/img_strip_1.jpg) center no-repeat; background-size:cover; }
.separator_img_2 { background-image:url(../jpg/img_strip_2.jpg); }
.separator_img_3 { background-image:url(../jpg/img_strip_3.jpg); }

.flex_charts { display:flex; justify-content:space-between; flex-wrap:wrap; }
.flex_charts * { color: var(--black); }
.flex_charts .flex_charts_info { width: 42%; }
.flex_charts .flex_charts_info p { max-width:450px; }
.flex_charts .flex_charts_graph { width: 54%; }
.flex_charts .flex_charts_graph img { width:100%; height:auto; }

/** premium intro **/

.premium_flex { display:flex; flex-wrap:wrap; margin: 0 -25px; gap: 30px 0; gap: 40px 0;  padding-top:25px; }
.premium_flex .premium_flex_intro { width:33.33333333333333%; padding:0 25px; }
.premium_flex .premium_flex_intro * { max-width: 330px; }
.premium_flex .premium_flex_intro h2 { font-size:26px; line-height:32px; }
.premium_flex .premium_flex_stats { width:66.66666666666666%; padding:0; margin:0; list-style:none; list-style-image:none; display:flex; justify-content: space-between; flex-wrap:wrap; }
.premium_flex .premium_flex_stats li { width: 50%; padding: 0 25px 25px 25px; display:flex; }
.premium_flex .premium_flex_stats li > span { width:55px; }
.premium_flex .premium_flex_stats li > div { width: calc(100% - 55px); max-width: 280px; }
.premium_flex .premium_flex_stats li > div p strong { font-weight:normal; color:#222; }
.premium_flex .premium_flex_stats li:nth-last-child(-n+2) { padding-bottom:0; }

.content_panel_logos h2 { text-align:center; padding: 0 0 40px 0; font-size:38px; line-height:44px; }
.logos_slick ul { margin:0; padding:0; list-style:none; list-style-image:none; display:flex; flex-wrap: wrap; margin: 0 -15px; gap: 30px 0; }
.logos_slick ul li { margin:0; padding:0 15px; width:12.5%; }
.logos_slick ul li span { background:#fff; padding: 19px 19px; display:flex; align-items:center; justify-content:center; height: 84px; }
.logos_slick ul li span img { max-width:100%; max-height:100%; object-fit:contain; object-position:center; }

/** footer **/

#site_footer { background:#222222; padding:45px 0 30px 0; }
#site_footer .container { display:flex; justify-content:space-between; flex-wrap:wrap; }
#site_footer .footer_left { width: calc(100% - 176px); display:flex; justify-content:space-between; flex-direction:column; }
#site_footer .footer_right { width: 176px; display:flex; justify-content:space-between; flex-direction:column; }
#site_footer .footer_left_cols { display:flex; justify-content:space-between; flex-wrap:wrap; }
#site_footer .footer_left_cols .col { width:26.3%; }
#site_footer .footer_left_cols .col:first-of-type { width: 36.5%; }
#site_footer .footer_left_cols .col p { font-size:15px; line-height:17px; }
#site_footer .footer_left_cols .col:first-of-type p, #site_footer small { font-size:12px; line-height:17px; }
#site_footer .footer_left_cols .col p strong { color:#fff; display:block; font-weight:normal; padding: 0 0 20px 0; }
#site_footer .footer_left_cols .col:first-of-type p strong { padding:0; }
#site_footer .footer_left_cols .col:nth-of-type(3) p strong { padding:0; }
#site_footer .footer_left_cols .col:nth-of-type(3) p { padding:0 0 20px 0; }
#site_footer .footer_left_cols .col p a { text-decoration:none; }
#site_footer .footer_left_cols .col p a:hover { color:var(--green); }
#site_footer .footer_left_cols .col ul { margin: 0; padding:0; list-style:none; list-style-image:none; display:flex; gap: 10px; }
#site_footer .footer_left_cols .col ul li { margin:0; padding:0; }
#site_footer .footer_left_cols .col ul li a { display:block; width:27px; height: 27px; text-indent: -9999px; background: url(../svg/icon-social-github.svg) center no-repeat; -webkit-border-radius: 27px; -moz-border-radius: 27px; border-radius: 27px; }
#site_footer .footer_left_cols .col ul li a:hover { background-image:url(../svg/icon-social-github-o.svg); }
#site_footer .footer_left_cols .col ul li.social_email a { background-image:url(../svg/icon-social-email.svg); }
#site_footer .footer_left_cols .col ul li.social_email a:hover { background-image:url(../svg/icon-social-email-o.svg); }
#site_footer .footer_left_cols .col ul li.social_twitter a { background:url(../svg/icon-social-x.svg) center no-repeat #fff; background-size:15px auto; }
#site_footer .footer_left_cols .col ul li.social_twitter a:hover { background-color: var(--green); }
#site_footer .footer_left_cols .col ul li.social_linkedin a { background-image:url(../svg/icon-social-linkedin.svg); }
#site_footer .footer_left_cols .col ul li.social_linkedin a:hover { background-image:url(../svg/icon-social-linkedin-o.svg); }
#site_footer .footer_left_cols .col ul li.social_youtube a { background-image:url(../svg/icon-social-youtube.svg); }
#site_footer .footer_left_cols .col ul li.social_youtube a:hover { background-image:url(../svg/icon-social-youtube-o.svg); }
#site_footer .footer_right p { line-height:7px; }
#site_footer .footer_right ul { margin:0; padding:0; list-style:none; list-style-image:none; display:flex; gap: 20px; justify-content:flex-end; }
#site_footer .footer_right ul li { font-size:12px; line-height:17px; margin: 0; padding:0; white-space:nowrap; }
#site_footer .footer_right ul li a { color: var(--grey); text-decoration:none; padding:0; }
#site_footer .footer_right ul li a:hover { color:var(--green); }

/** .page-id-1835 #page_banner.dual .container { min-height: 65svh;} **/
.page-id-1835 .premium_flex .premium_flex_stats li > div { max-width: 420px; }
.page-id-1835 .premium_flex .premium_flex_intro * { max-width: 470px;}

#webheads { display: inline-block; padding: 10px 0 0 0; }
#webheads a { text-decoration: none;}
#webheads a:hover { text-decoration: underline;}

/** adaptive panels **/

/** #premium_features { padding-top: 0 !important;} **/

.builder_features {  }
.builder_features .container { display: flex; flex-wrap: wrap;}
.builder_features .container > h2 { text-align: left; width: 100%; /** padding-top: 65px; border-top: 1px solid rgba(150,155,153,0.5); **/ }
.builder_features_intro { width: 100%; padding: 0 0 35px 0;}
.builder_features_intro > div { width: 50%; width: 70%;}
.builder_features_info, .builder_features_accordion { width: 50%; padding: 0 120px 0 0;}
.builder_features_info { width: 35%;}
.builder_features_accordion { width: 65%; }
.builder_features_info { margin-bottom: -25px; }
.builder_features_info p.h2_styler {color: var(--grey-dark); }

.faq_question:first-of-type { border-top: 1px solid rgba(150,155,153,0.5); }
.faq_question { border-bottom: 1px solid rgba(150,155,153,0.5); /** color: #090909; **/ color: #222; cursor: pointer; padding: 22px 0; display:flex; justify-content:space-between; align-items:flex-start; font-size: 24px; line-height: 150%; }
.faq_question span { display:block; width: calc(100% - 62px); }
.faq_question img { width: 24px; height: auto; margin: 5px 12px 0 0; }
.faq_question.open { border-bottom-color: transparent; }
.faq_question.open img { transform: rotate(45deg); }
.faq_question, .faq_question * { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.faq_question:hover {  }
.faq_answer { display: none; padding: 20px 0 0 0; padding: 0; border-bottom: 1px solid rgba(150,155,153,0.5); }
.faq_answer * { color: var(--titanium); }

/** new features 2 **/

.builder_features2_scroller { margin: 0 -25px; padding: 25px 0 20px 0; padding-bottom: 40px; list-style: none; list-style-image: none;}
.builder_features2_scroller li { margin: 0; padding: 0 25px;}
.builder_features2_scroller li article { border: 1px solid #f0f0f0; padding: 40px; height: 100%; background: #fff; }
.builder_features2_scroller li article h3 { font-size: 36px; line-height: 42px; padding: 0 0 25px 0;}
.builder_features2_scroller li article * { color: var(--black);}
.builder_features2_scroller li article ul { margin: 0 0 0 25px; padding: 0; list-style-image: url(../svg/icon-plus.svg);}
.builder_features2_scroller li article ul li { margin: 0; padding: 0 0 20px 5px;}
.builder_features2_scroller li article ul li strong { display: block; font-weight: 400; font-size: 24px; line-height: 28px; padding: 0 0 6px 0; }
.builder_features2_scroller li article ul li:last-of-type { padding-bottom: 0;}

#sequencer_intro_impact { width: 100%; text-align: center; padding: 0; padding: 0 0 35px 0; max-width: 900px; margin: 0 auto;        max-width: 970px;}
#sequencer_intro_impact h2 { font-size: 44px; line-height: 50px;}
#sequencer_intro_impact p { max-width: 900px; margin: 0 auto; font-size: 1.2rem; line-height: 140%; }
.builder_features2_intro { max-width: 75%;      margin: 0 auto;        max-width: 970px; text-align: center;}

.builder_features2_scroller .slick-track { display: flex !important; }
.builder_features2_scroller .slick-slide { height: inherit !important; }

#premium_features2 { background: var(--grey-light);}

.page-id-1835 .content_panel_reading .flex_3_cols.flex_4_cols article.grey:hover h3 { text-decoration: underline;}

@media all and (min-width: 0px) and (max-width : 1800px) {



}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

}

@media all and (min-width: 0px) and (max-width : 1420px) {

    .builder_features_accordion { padding: 0;}

}

@media all and (min-width: 0px) and (max-width : 1400px) {


}

@media all and (min-width: 0px) and (max-width : 1366px) {

    #page_banner_ctas_boxes li { font-size:26px; line-height: 32px; }
    #page_banner_ctas_boxes li a span:not(.text) { padding-bottom:5px; }

}

@media all and (min-width: 0px) and (max-width : 1320px) {


}

@media all and (min-width: 0px) and (max-width : 1200px) {

    .flex_3_cols, #page_banner_ctas_boxes { margin-left: -21px; margin-right:-21px; }
    .flex_3_cols article, #page_banner_ctas_boxes li { padding-left:21px; padding-right:21px; }

    .flex_2_cols .col:first-of-type { padding-right:42px; }

    .content_panel_promo .container > div { padding: 40px 42px; }

    .flex_charts .flex_charts_info, .flex_charts .flex_charts_graph { width: 100%; }
    .flex_charts .flex_charts_info p { max-width:100%; }

}

@media all and (min-width: 0px) and (max-width : 1100px) {

    .flex_features { margin: 0 -21px; }
    .flex_features li { padding:0 21px; width:33.33333333333333%; }

    .premium_flex .premium_flex_intro, .premium_flex .premium_flex_stats { width:100%; }
    .premium_flex .premium_flex_intro * { max-width: 100%; }

    .logos_slick ul li { width: 25%; }

    .builder_features_info, .builder_features_accordion { width:100%; padding: 0;}
    .builder_features_info { margin: 0; padding-bottom: 10px;}

}

@media all and (min-width: 0px) and (max-width : 1080px) {

    #page_banner_ctas_boxes li { font-size:22px; line-height: 28px; }

    .flex_3_cols.flex_4_cols article { width:50%; }

}

@media all and (min-width: 0px) and (max-width : 1024px) {


}

@media all and (min-width: 0px) and (max-width : 980px) {



}

@media all and (min-width: 0px) and (max-width : 940px) {

    .flex_3_cols article, .flex_features li { width: 50%; }
    .flex_features { gap: 5px 0; }
    .flex_features li span { width:58px; }
    .flex_features li p { width:calc(100% - 58px); }

    .flex_2_cols .col { width: 100%; }

    /**
    .content_panel_promo .container > div p { display:block; }
    .content_panel_promo .container > div p img { display:block; margin: 0 0 15px 0; }
    **/
    .content_panel_promo .container > div { flex-direction:column; align-items:flex-end; gap: 25px; }
    .content_panel_promo .container > div p { max-width:100%; width: 100%; }

}

@media all and (min-width: 0px) and (max-width : 900px) {

    #header_main .container nav { visibility:visible; opacity:1; z-index:1; }
    #header_main .container nav .menu li.menu-github { opacity: 0; visibility: hidden; z-index:-1; }
    .scrolling #header_main .container nav .menu li.menu-github { opacity:1; visibility:visible; z-index:1; }
    #page_banner #page_banner_nav .menu li { display:none; }
    #page_banner #page_banner_nav .menu li.menu-github { display:block; }

}

@media all and (min-width: 0px) and (max-width : 820px) {
    .hamburger { display:block; }
    #header_main .container nav { display:none; position: absolute; top: 62px; background: #fff; left: 0; right: 0; padding: 0 42px 30px 42px; }
    #header_main .container nav .menu { gap: 0; }
    #header_main .container nav .menu li.menu-github { opacity:1; visibility:visible; z-index:1; padding-top:15px; }
    #header_main .menu li ul { visibility: visible; opacity: 1; z-index: 1; position: static; width: 100%; padding: 0 20px 10px 40px; }
    #header_main .menu li.menu-github a { width:135px; }
    .open-menu #header_main .container nav { display: block; }
    .open-menu #header_main .container nav .menu { flex-direction:column; }

}

@media all and (min-width: 0px) and (max-width : 900px) {

    #site_footer .footer_left { width:100%; }
    #site_footer .footer_right { width:100%; flex-direction: row-reverse; align-items:flex-end; }
    #site_footer .footer_right p { padding:0; }
    #site_footer small { display:block; width:100%; padding: 25px 0 0 0; }
    #site_footer small a { display:block; margin-top: 15px; text-decoration:none; text-align:right; }

}

@media all and (min-width: 0px) and (max-width : 800px) {

    #page_banner_ctas_boxes li a { padding:20px; }

    .logos_slick ul li { width: 25%; }
    #page_banner #page_banner_ctas_info_flex { flex-direction:column; }
    #page_banner #page_banner_ctas_info h2 { font-size:26px; line-height:34px; }

}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

@media all and (min-width: 0px) and (max-width : 730px) {

    #page_banner_ctas_boxes li { width:100%; }
    #page_banner_ctas_boxes li a { flex-direction:row; align-items:center; gap: 20px; }
    #page_banner_ctas_boxes li a span:not(.text) { padding-bottom:0; width:52px; }
    #page_banner_ctas_boxes li a strong { flex-grow:1; height:auto; }
    #page_banner_ctas_boxes li a strong img { margin-bottom:0; }
    #page_banner_ctas_boxes li a strong.text { flex-direction:row; }

}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body { font-size:15px; line-height:22px; }

    .panel_gap { height: 35px; }
    .content_panel { padding: 35px 0; }
    .search-filter-results { padding-bottom:35px; }
    .button_cta { padding-top:14px; padding-bottom:14px; }

    h1, .h1_styler { font-size:34px; line-height:41px; }
    h2, .h2_styler, .content_panel_logos h2 { font-size:34px; line-height:41px; }
    h3, .h3_styler { font-size:30px; line-height: 36px; }
    h1 span img { display:block; margin: 0 0 10px 0; }

    .container { padding: 0 22px; }

    #page_banner.full .container { min-height: calc(100vh - 162px); }

    #page_banner .container { padding-top:25px; }
    #page_banner #page_banner_nav { align-items:center; }
    #page_banner #page_banner_nav #logo_adaptive { width:145px; }
    #page_banner #page_banner_ctas .button_cta_holder { flex-direction:column; align-items:center; }
    #page_banner #page_banner_ctas { min-height:1px; }
    .menu li a { padding-top:14px; padding-bottom:14px; }
    .menu li.menu-github { font-size:18px; line-height:18px; }

    .flex_3_cols { padding-top:0; }
    .flex_3_cols_img { margin: -22px -22px 0 -22px; }

    #page_banner #page_banner_info h2 { font-size:26px; line-height:34px; }
    #page_banner_ctas_boxes { gap: 12px 0; }
    #page_banner_ctas_boxes li { font-size: 20px; line-height: 26px; }
    #page_banner_ctas_boxes li a { padding:15px; }
    #page_banner_ctas_boxes li a span:not(.text) { width:28px; }
    #page_banner_ctas_boxes li a span img { zoom: 65%; }

    .content_panel_promo .container > div { padding:22px; align-items:center; }
    .content_panel_promo .container > div p { gap: 22px; font-size: 20px; line-height:26px;    display:block; text-align:center; max-width:450px; }
    .content_panel_promo .container > div p img { display: block; margin: 0 auto 15px auto; }

    .flex_3_cols { margin-left: -11px; margin-right:-11px; gap: 22px 0; }
    .flex_3_cols article { padding-left:11px; padding-right:11px; }
    .flex_3_cols article > div { padding: 22px; }
    .flex_3_cols h3 { font-size:23px; line-height:28px; }

    .logos_slick ul { margin: 0 -11px; gap: 22px 0; }
    .logos_slick ul li { width: 50%; padding: 0 11px; }

    #site_footer .footer_left_cols .col { width: 48%; width:100%; }
    #site_footer .footer_left_cols .col:first-of-type { width:100%; }
    #site_footer .footer_left_cols .col:first-of-type p img { width:144px; height:auto; }
    #site_footer .footer_left_cols .col:first-of-type p, #site_footer small, #site_footer .footer_right ul li { font-size:11px; line-height:16px; }
    #site_footer .footer_left_cols .col:nth-of-type(2) p { display:flex; gap: 20px; padding-bottom: 5px; }
    #site_footer .footer_left_cols .col ul { padding: 0 0 35px 0; }
    #site_footer .footer_right p img { width:148px; height:auto; }

    .slick-arrow { bottom: -23px; background-size: 32px auto;}
    .slick-next.slick-arrow { right: 70px;}

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {



}

@media all and (min-width: 0px) and (max-width : 580px) {



}

@media all and (min-width: 0px) and (max-width : 550px) {

    .flex_3_cols article, .flex_features li, .flex_cols .flex_col, .flex_3_cols.flex_4_cols article { width:100%; }
    .flex_cols .flex_col:first-of-type ul { padding-bottom:0; }
    .flex_2_cols .col:first-of-type { padding-right:0; }

    .premium_flex { gap: 20px 0; }
    .premium_flex .premium_flex_stats li { width:100%; }
    .premium_flex .premium_flex_stats li > div { max-width:100%; }

}

@media all and (min-width: 0px) and (max-width : 500px) {

    #site_footer .footer_right { flex-direction:column; align-items:flex-start; }
    #site_footer .footer_right ul { padding-top:25px; }

}

@media all and (min-width: 0px) and (max-width : 470px) {



}

@media all and (min-width: 0px) and (max-width : 450px) {



}

@media all and (min-width: 0px) and (max-width : 400px) {


}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }