/*
THEME NAME: Indeni Version 2
DESCRIPTION: Custom theme developed by DaddyDesign.com for Indeni
VERSION: 2
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height: 100%; }
body{
font-family: 'Roboto', sans-serif;
font-size: 19px;
color: #333;
background: #fff; 
}

p { margin-bottom: 20px; line-height: 30px; }

a{ color: #333; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

/* Web Font */
@font-face {
    font-family: 'hurmegeometricsans_no3_4_regular';
    src: url('fonts/hurmegeometricsans_no3_4_regular-webfont.woff2') format('woff2'),
         url('fonts/hurmegeometricsans_no3_4_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hurmegeometricsans_no3_5_semibold';
    src: url('fonts/hurmegeometricsans_no3_5_semibold-webfont.woff2') format('woff2'),
         url('fonts/hurmegeometricsans_no3_5_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.wf{ font-family: 'hurmegeometricsans_no3_4_regular', sans-serif; font-weight: normal !important; }
.wf-semi{ font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif; font-weight: normal !important; } 

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: #fff000; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(39, 39, 39, .5);
border-right: 6px solid rgba(39, 39, 39, .5);
border-bottom: 6px solid rgba(39, 39, 39, .5);
border-top: 6px solid rgba(39, 39, 39, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Padding */
.pad_big{ padding: 80px; }
.pad_std{ padding: 60px; }
.pad_small{ padding: 40px; }
.pad_xsmall{ padding: 20px; }
.pad_xxsmall{ padding: 10px; }
.grid.pad_big{ padding: 80px 60px 60px;  }
.grid.pad_std{ padding: 60px 40px 40px;  }
.grid.pad_small{ padding: 40px 20px 20px;  }
.nopad{ padding: 0 !important; }
.pad_notop{ padding-top: 0 !important; }
.pad_nobtm{ padding-bottom: 0 !important; }
.pad_nav{ padding-top: 100px; }
.pad_right{ padding-right: 40px; }
.pad_left{ padding-left: 40px; }

/* Margin */
.marg5{ margin: 0 0 5px; }
.marg10{ margin: 0 0 10px; }
.marg20{ margin: 0 0 20px; }
.marg30{ margin: 0 0 30px; }
.marg40{ margin: 0 0 40px; }
.marg60{ margin: 0 0 60px; }
.marg80{ margin: 0 0 80px; }

/* Shadow */
.shadow{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}

/* Round */
.round{
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
}

/* Button */
.btn{
width: auto;
height: 46px;
display: inline-block;
font-size: 15px;
line-height: 41px;
color: #555555;
text-align: center;
text-decoration: none;
padding: 0 30px;
margin: 4px;
border: 2px solid #ddd;
background-color: transparent;
border-radius: 23px; 
-moz-border-radius: 23px; 
-webkit-border-radius: 23px;
vertical-align: top;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.btn:hover{ background-color: #f6f6f6; text-decoration: none !important; }
.btn.small{ height: 24px; font-size: 11px; line-height: 19px; padding: 0 16px; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; }
.btn.big{ height: 60px; font-size: 20px; line-height: 54px; padding: 0 40px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.btn.big.wide{ padding: 0 80px; }
.btn.green{ color: #1a3159 !important; background: #9EE63F !important; border: 2px solid #9EE63F !important; }
.btn:hover.green{ color: #1a3159 !important; background: #fff !important; border: 2px solid #fff !important; }
.btn.green2{ color: #1a3159; background: #9EE63F; border: 2px solid #9EE63F; }
.btn:hover.green2{ color: #fff; background: #1a3159; border: 2px solid #1a3159; }
.btn.white{ color: #1a3159; background: #fff; border: 2px solid #fff; }
.btn:hover.white{ color: #1a3159; background: #9EE63F; border: 2px solid #9EE63F; }
.btn.white_hollow{ color: #fff; border: 2px solid #fff; }
.btn:hover.white_hollow{ color: #1a3159; background: #fff; border: 2px solid #fff; }
.btn.navy_hollow{ color: #1B3258; border-color: #1B3258; }
.btn:hover.navy_hollow{ color: #fff; background: #1B3258; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.pos_top{ background-position: top; }
.with_bg.pos_btm{ background-position: bottom; }
.with_bg.with_overlay::before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
z-index: 1;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }
.img-small img{ max-height: 70px; }
.img-med img{ max-height: 110px; }
.img-big img{ max-height: 200px; }
.img-xbig img{ max-height: 240px; }

/* Container */
#container{ width: 100%; min-width: 350px; height: 100%; float: left; position: relative; }

/* Header */
#header{ width: 100%; height: 100px; padding: 0 80px; position: fixed; top: 0; left: 0; right: 0; z-index: 999; }
#header.bg, #header.white.bg, #header.white.old_pgs{ background: #fff; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); }
#header .wrapper{ width: 100%; max-width: 1480px; display: block; margin: 0 auto; }

#header #logo{ width: 104px; height: 46px; float: left; margin: 27px 0; text-indent: -9000px; }
#header #logo a{ display: block; width: 104px; height: 46px; background: url(images/logo.svg) no-repeat center; }

#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header #nav{ width: auto; float: right; padding: 10px 0; position: relative; }
#header #nav .wrap{ float: left; position: relative; }
#header #nav ul.menu{ width: auto; float: left; margin-right: 5px; list-style: none; }
#header #nav ul.menu li{ width: auto; height: 80px; float: left; }
#header #nav ul.menu li a{ display: block; font-size: 16px; color: #fff; line-height: 80px; padding: 0 12px; position: relative; }
#header #nav ul.menu li a:hover{ color: #45a9dd; }
#header.bg #nav ul.menu li a, #header.white #nav ul.menu li a{ color: #1B3258; }

#header #nav ul.menu li.menu-item-has-children{ position: relative; }
#header #nav ul.menu li.menu-item-has-children .dropdown_btn{ display: none; }
#header #nav ul.menu li.menu-item-has-children:hover > a{ color: #45a9dd; }
#header #nav ul.menu li.menu-item-has-children:hover > ul.sub-menu{ display: block; }
#header #nav ul.menu li.menu-item-has-children a{ padding-right: 18px; margin-right: 12px; }
#header #nav ul.menu li.menu-item-has-children ul a{ color:#1a3159; }
#header #nav ul.menu li.menu-item-has-children > a:after{
content: '';
width: 12px;
height: 7px;
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
font-weight: bold;
color: #1f1343;
line-height: 14px;
position: absolute;
top: 50%;
right: 0;
margin-top: -2px;
background: url(images/arrow_down.svg) no-repeat center;
}
#header.bg #nav ul.menu li.menu-item-has-children > a:after, #header.white #nav ul.menu li.menu-item-has-children > a:after{ background: url(images/arrow-thin-down.svg) no-repeat center; }
#header #nav ul.menu li.menu-item-has-children:hover > a:after{ 
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); 
}

#header #nav ul.sub-menu{
display: none;
width: 320px;
position: absolute;
left: 0;
top: 80px;
padding: 15px 0;
background: #fff;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
list-style: none;
z-index: 9999;
}
#header #nav ul.sub-menu::before{
content: '';
width: 0;
height: 0;
display: block;
position: absolute;
top: -15px;
left: 30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
}
#header #nav ul.sub-menu:hover{ display: block; }
#header #nav ul.sub-menu li{ width: 100%; height: auto; }
#header #nav ul.sub-menu li a{ display: block; font-size: 16px; color: #1B3258 !important; font-weight: normal; line-height: normal; margin: 0 !important; padding: 10px 25px !important; }
#header #nav ul.sub-menu li.menu-item-has-children > a:after{ right: 10px; }
#header #nav ul.sub-menu li a:hover{ color: #1B3258 !important; background-color: #f2f2f2; }
#header #nav ul.sub-menu li.menu-item-has-children a{ cursor: default; }
#header #nav ul.sub-menu li.menu-item-has-children a:hover{ background: none; }
#header #nav ul.sub-menu li a.with_icon .icon{ width: 32px; float: left; }
#header #nav ul.sub-menu li a span{ display: block; }
#header #nav ul.sub-menu li a.with_icon span{ padding-left: 48px; }
#header #nav ul.sub-menu li a span.sub_label{ font-family: 'Roboto', sans-serif; font-size: 16px; color: #4F4F4F !important; padding: 4px 0 0; }

#header #nav ul.sub-menu ul.sub-menu{ 
width: 100%;
display: block !important;
position: relative;
left: inherit;
top: inherit;
padding: 0 0 14px;
background: none;
border-radius: 0px; 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
overflow: hidden;
}
#header #nav ul.sub-menu ul.sub-menu::before{ display: none; }
#header #nav ul.sub-menu ul.sub-menu li a{ font-family: 'Roboto', sans-serif; font-size: 17px; color: #4F4F4F !important; padding: 6px 25px 6px 45px !important; cursor: pointer; }
#header #nav ul.sub-menu ul.sub-menu li a:hover{ color: #4F4F4F !important; background-color: #f2f2f2; }

#header #nav .search_form{ float: left; }
#header #nav .search_form #search_btn{
width: 54px; 
height: 40px;
display: block;
margin: 20px 0 20px 5px;
background: url(images/search.svg) no-repeat center; 
border-left: 1px solid #666;
-webkit-background-size: 22px; 
-moz-background-size: 22px;  
-o-background-size: 22px; 
background-size: 22px; 
text-indent: -9000px; 
cursor: pointer;
}
#header.bg #nav .search_form #search_btn, #header.white #nav .search_form #search_btn{ 
border-left: 1px solid #ccc;
background: url(images/search-blue.svg) no-repeat center; 
-webkit-background-size: 22px; 
-moz-background-size: 22px;  
-o-background-size: 22px; 
background-size: 22px; 
}
.toggle_search{ display: none; }
#header #nav .search_form #searchform{ position: absolute; top: 0; right: 65px; left: 0; bottom: 0; z-index: 9999; }
#header #nav .search_form .field{ display: block; width: 100%; height: 80px; padding: 17px 0; }
#header #nav .search_form .field input{ 
width: 100%; 
height: 46px; 
font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
font-size: 19px;
color: #fff;
padding: 0 32px; 
background: #647188;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 23px; 
-moz-border-radius: 23px; 
-webkit-border-radius: 23px;
appearance: none;
}
#header #nav .search_form .field input::-webkit-input-placeholder{ color: #fff; }
#header #nav .search_form .field input:-moz-placeholder{ color: #fff; }
#header #nav .search_form .field input::-moz-placeholder{ color: #fff; }
#header #nav .search_form .field input:-ms-input-placeholder{ color: #fff; }
#header #nav .search_form .submit{ display: none; }

#header .cta{ 
width: auto; 
height: 100px; 
float: right; 
padding: 27px 0 27px 60px;
position: relative; 
overflow: hidden; 
}
#header .cta .btn{ margin: 0; }
#header .cta .btn:hover.green{ color: #fff; background: #1B3258; border: 2px solid #1B3258; }
#header.bg .cta .btn{ color: #1a3159; background: #9EE63F; border: 2px solid #9EE63F; }
#header.bg .cta .btn:hover{ color: #fff; background: #1B3258; border: 2px solid #1B3258; }

/* Main */
#main{ width: 100%; float: left; background: #fff; position: relative; }
#main.hgt-full{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0; margin: 0 auto; overflow: visible; }

/* Section */
.section{ width: 100%; float: left; position: relative; z-index: 1; }
.section.std50{ width: 50%; }
.section.hgt100{ height: 100%; }
.section.minhgt100{ min-height: 100%; }
.section.white{ background: #fff; }
.section.navy{ color: #fff; background: #1B3258; }
.section.navy a{ color: #fff; }
.section.navy a:hover{ text-decoration: underline; }

.section.gradient_blue {
background-image: -webkit-linear-gradient(top, #0c5793, #07152C);
background-image: -moz-linear-gradient(top, #0c5793, #07152C);
background-image: -o-linear-gradient(top, #0c5793, #07152C);
background-image: linear-gradient(to bottom, #0c5793, #07152C);
overflow: hidden;
}

.section.gradient_arch_lbb {
background-image: -webkit-linear-gradient(top, #119CFF, #0c5793);
background-image: -moz-linear-gradient(top, #119CFF, #0c5793);
background-image: -o-linear-gradient(top, #119CFF, #0c5793);
background-image: linear-gradient(to bottom, #119CFF, #0c5793);
overflow: hidden;
}
.section.gradient_arch_lbb::before{
content: '';
width: 120%;
height: 75%;
display: block;
position: absolute;
top: -20%;
left: -10%;
background: #fff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.section.gradient_arch_lbnb {
background-image: -webkit-linear-gradient(top, #119CFF, #1B3258 60%, #07152C 90%);
background-image: -moz-linear-gradient(top, #119CFF, #1B3258 60%, #07152C 90%);
background-image: -o-linear-gradient(top, #119CFF, #1B3258 60%, #07152C 90%);
background-image: linear-gradient(to bottom, #119CFF, #1B3258 60%, #07152C 90%);
overflow: hidden;
}
.section.gradient_arch_lbnb::before{
content: '';
width: 120%;
height: 75%;
display: block;
position: absolute;
top: -20%;
left: -10%;
background: #fff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.section.gradient_arch_gw {
background-image: -webkit-linear-gradient(top, #eee, #fff 80%);
background-image: -moz-linear-gradient(top, #eee, #fff 80%);
background-image: -o-linear-gradient(top, #eee, #fff 80%);
background-image: linear-gradient(to bottom, #eee, #fff 80%);
overflow: hidden;
}
.section.gradient_arch_gw::before{
content: '';
width: 120%;
height: 75%;
display: block;
position: absolute;
top: -20%;
left: -10%;
background: #fff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.section.gradient_arch_nw {
background-image: -webkit-linear-gradient(top, #1B3258, #fff);
background-image: -moz-linear-gradient(top, #1B3258, #fff);
background-image: -o-linear-gradient(top, #1B3258, #fff);
background-image: linear-gradient(to bottom, #1B3258, #fff);
overflow: hidden;
}
.section.gradient_arch_nw::before{
content: '';
width: 120%;
height: 75%;
display: block;
position: absolute;
top: -20%;
left: -10%;
background: #fff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.section .wrapper{ width: 100%; max-width: 1480px; display: block; margin: 0 auto; overflow: hidden; position: relative; }
.section .wrapper.short{ max-width: 1280px; }
.section .wrapper.xshort{ max-width: 1080px; }
.section .wrapper.short.pad_big{ max-width: 1440px; }
.section .wrapper.xshort.pad_big{ max-width: 1240px; }
.section.grid .wrapper{ max-width: 1520px; }
.section.grid .wrapper.short{ max-width: 1320px; }
.section .wrapper.align_vert{ display: flex; align-items: center; }
.section .wrapper.white{ background: #fff; }
#hero.section .wrapper{ margin-top: 100px; }

.section.with_img .image{ width: 60%; float: right; position: relative; }
.section.with_img.reverse .image{ float: left; }
.section.with_img.content_big .image{ width: 40%; }
.section.with_img.img_left .image, .section.with_img.even .image{ float: left; }
.section.with_img.img_left.reverse .image, .section.with_img.even.reverse .image{ float: right; }
.section.with_img .main{ width: 40%; float :left; padding-right: 80px; position: relative; }
.section.with_img.reverse .main{ padding-left: 80px; padding-right: 0; }
.section.with_img.content_big .main{ width: 60%; }
.section.with_img.img_left .main, .section.with_img.even .main{ padding-left: 80px; padding-right: 0; }
.section.with_img.img_left,reverse .main, .section.with_img.even.reverse .main{ padding-left: 0; padding-right: 80px; }
.section.with_img.odd .wrapper.align_vert .image{ margin-left: auto; order: 2; }
.section.with_img.odd.reverse .wrapper.align_vert .image{ margin-left: inherit; order: 0; }
.section.with_img.even.reverse .wrapper.align_vert .image{ margin-left: auto; order: 2; }

.section .main{ width: 100%; float: left; position: relative; }
.section .header{ width: 100%; float: left; position: relative; }
.section .header.short{ max-width: 680px; }
.section .header.center{ text-align: center; padding: 0 20%; }
.section .header h1{ font-size: 60px; line-height: 68px; }
.section .header h1.normal{ font-weight: normal; }
.section .header h1.white{ color: #fff; }
.section .header h1.blue{ color: #1079C3; }
.section .header h1.navy{ color: #1B3258; }
.section .header h1.med{ font-size: 47px; line-height: 55px; }
.section .header h1.wf{ font-weight: normal; }
.section .header h2{ font-size: 47px; line-height: 55px; }
.section .header h2.normal{ font-weight: normal; }
.section .header h2.center{ text-align: center; padding: 0 20%; }
.section .header h2.wf{ font-weight: normal; }
.section .header h2.white{ color: #fff; }
.section .header h2.blue{ color: #1079C3; }
.section .header h2.light_blue{ color: #84DCFF; }
.section .header h2.navy{ color: #1B3258; }
.section .header h2.big{ font-size: 60px; line-height: 68px; }
.section .header h2.med{ font-size: 40px; line-height: 48px; }
.section .header h2.xmed{ font-size: 36px; line-height: 44px; }
.section .header h2.small{ font-size: 31px; line-height: 39px; }
.section .header h2.smallalt{ font-size: 28px; line-height: 36px; }
.section .header h2.xsmall{ font-size: 22px; line-height: 32px; }
.section .header h2.xxsmall{ font-size: 19px; line-height: 27px; }
.section .header h3{ font-size: 19px; line-height: 27px; }
.section .header h3.normal{ font-weight: normal; }
.section .header h3.center{ text-align: center; padding: 0 20%; }
.section .header h3.white{ color: #fff; }
.section .header h3.blue{ color: #1079C3; }
.section .header h3.navy{ color: #1B3258; }
.section .header h3.light_blue{ color: #84DCFF; }
.section .header h3.wf{ font-weight: normal; }
.section .header h3.small{ font-size: 24px; line-height: 32px; }
.section .header h3.xsmall{ font-size: 22px; line-height: 30px; }
.section .content{ width: 100%; float: left; position: relative; }
.section .content.white{ color: #fff; }
.section .content.big p{ font-size: 34px; line-height: 48px; }
.section .content.small p{ font-size: 17px; line-height: 26px; }
.section .content.xsmall p{ font-size: 11px; line-height: 18px; }
.section .content .white{ color: #fff; }
.section .content .blue{ color: #1079C3; }
.section .content .navy{ color: #1B3258; }
.section .content .green{ color: #177d06; }
.section .footer{ width: 100%; float: left; padding-top: 10px; position: relative; }
.section .footer .btn{ float: left; margin: 0 10px 10px 0; }
.section.center .footer .btn{ float: none; margin: 4px; }
.section .image{ width: 100%; float: left; position: relative; }
.section .image.round{ overflow: hidden; }

.section.grid .header.title{ padding: 0 20px; }
.section.grid .item{ width: 100%; float: left; padding: 20px; }
.section.grid.items_float .item{ float: left; display: block; margin: 0; }
.section.grid.items_x2 .item{ width: 50%; }
.section.grid.items_x3 .item{ width: 33.3333%; }
.section.grid.items_x4 .item{ width: 25%; }
.section.grid.items_x5 .item{ width: 20%; }
.section.grid .item .wrap{ display: block; overflow: hidden; }
.section.grid .item .header a.more_link{ font-size: 19px; color: #177d06; }
.section.grid .item .header a.more_link span{ display: inline-block; font-size: 24px; line-height: 22px; vertical-align: text-bottom; }
.section.grid .item .header a:hover.more_link{ text-decoration: underline; }

/* Full Image Section */
.section.full_img{ height: 725px; background-color: #000; }
.section.full_img.tall{ height: 900px; }
#hero.section.full_img .wrapper{ max-width: 1280px; }
.section.full_img .header, .section.full_img .main{
width: 100%;
display: block;
float: none;
position:absolute; 
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
color: #fff;
z-index: 99;
}
.section.full_img .main .header{ float: left; position: relative; top: inherit; left: inherit; -webkit-transform: none; -ms-transform: none; transform: none; }
.section.full_img .header .wrap, .section.full_img .main .wrap{ width: 100%; max-width: 540px; float: left; position: relative; }
.section.full_img.center .header .wrap{ float: none; max-width: 800px; margin: 0 auto; }
.section.full_img .header .btn{ float: left; margin: 10px 10px 0 0; }
.section.full_img.center .header .btn{ float: none; margin: 5px; }

.section.full_img.with_img .image{
width: 50%;
display: block;
float: none;
background-color: transparent !important;
background-position: left center !important;
position:absolute; 
top: 0; 
right: 0;
bottom: 0;
z-index: 9;
}
.section.full_img.with_img .image img{ display: none; }

/* Swiper */
.swiper-container{ width: 100%; float: left; }
.swiper-slide{ display: block; cursor: move; cursor: -webkit-grab; cursor: -moz-grab; }
.swiper-slide.grab{ cursor: -webkit-grabbing; cursor: -moz-grabbing; }

/* Accordion */
.section.accordion .wrapper{ overflow: visible; }
.section.accordion .accord_nav{ width: 50%; float: left; padding-right: 60px; }
.section.accordion .accord_btn{ 
width: 100%; 
float: left; 
color: #1B3258;  
padding-right: 60px;
margin-top: 10px;
margin-bottom: 0 !important;
background: url(images/icon-plus.svg) no-repeat center right 20px #E6ECEE; 
-webkit-background-size: 20px; 
-moz-background-size: 20px;  
-o-background-size: 20px; 
background-size: 20px; 
position: relative; 
cursor: pointer; 
}
.section.accordion .accord_btn:first-child{ margin-top: 0; }
.section.accordion .accord_btn.small{ padding: 15px 60px 15px 20px; }
.section.accordion .accord_btn.with_icon{ display: flex; align-items: center; }
.section.accordion .accord_btn:hover{ background-color: #dadcdd; }
.section.accordion .accord_btn.active{ color: #fff; background-image: url(images/icon-arrow-r-w.svg); background-color: #1B3258; }
.section.accordion .accord_nav.with_content .accord_btn.active{ border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }
.section.accordion .accord_btn .icons{ width: 50px; float: left; }
.section.accordion .accord_btn .icons .icon_active{ display:  none; }
.section.accordion .accord_btn.active .icons .icon_active{ display:  block; }
.section.accordion .accord_btn.active .icons .icon{ display:  none; }
.section.accordion .accord_btn span{ display: block; font-size: 22px; line-height: 30px; }
.section.accordion .accord_btn.small span{ font-size: 19px; line-height: 27px; }
.section.accordion .accord_btn.with_icon span{ padding-left: 20px; }
.section.accordion .accord_main{ width: 50%; float: right; padding-left: 60px; }
.accord_nav .section.accord{ color: #fff; padding-top: 0; padding-right: 80px; background-color: #1B3258; border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; }
.accord_nav .section.accord span{ display: block; font-size: 18px; line-height: 26px; }
.accord_nav .section.accord span a{ color: #96db41; }
.accord_nav .section.accord span a:hover{ text-decoration: underline; }
.section.accordion .accord_main span.content{ display: none; }

/* CTA Bar */
.section.grid .cta_bar{ width: 100% !important; }
.cta_bar{ color: #fff; background: #005693; }
.cta_bar.cta_bar_float{ color: #1B3258; background: none; }
.cta_bar a{ display: block; color: #fff; padding-top: 25px !important; padding-bottom: 25px !important; }
.cta_bar.cta_bar_float a{ display: table; color: #1B3258; padding-top: 50px !important; padding-bottom: 50px !important; }
.cta_bar .wrapper{ display: table; }
.cta_bar .header{ width: auto; height: auto; float: none; display: table-cell; vertical-align: middle; }
.cta_bar .btn_wrap{ display: table-cell; vertical-align: middle; }
.section.grid .cta_bar .btn_wrap{ width: 40%; }
.cta_bar .btn{ float: right; margin: 0 0 0 30px; }
.cta_bar .btn:hover.white_hollow{ color: #005693; }

/* Jump Nav Bar */
.jump_nav{ color: #fff; background: #005693; }
.jump_nav ul{ display: block; list-style: none; text-align: center; }
.jump_nav ul li{ display: inline-block; }
.jump_nav ul li a{ display: block; font-size: 19px; line-height: 27px; color: #fff; padding: 30px 40px; }
.jump_nav ul li a:hover{ color: #9EE63F; }
.jump_nav ul li a span{ 
display: block; 
padding-bottom: 22px; 
background: url(images/arrow-rounded-green-down.svg) no-repeat bottom center; 
-webkit-background-size: 20px 12px; 
-moz-background-size: 20px 12px;  
-o-background-size: 20px 12px; 
background-size: 20px 12px;
}
.jump_nav ul li a.ext_link span{ 
background: url(images/arrow-rounded-green-right.svg) no-repeat bottom center; 
-webkit-background-size: 12px 20px; 
-moz-background-size: 12px 20px;  
-o-background-size: 12px 20px; 
background-size: 12px 20px;
}

/* Wrapper */
#wrapper{ width: 100%; float: left; padding: 80px 0 0; background: #ddd; position: relative; }

/* Logos */
.section.logos ul{ width: 100%; float: left; text-align: center; list-style: none; }
.section.logos ul li{ display: inline-block; padding: 15px; vertical-align: middle; }
.section.logos.xbig ul li{ padding: 15px 30px; }
.section.logos ul.rounded li{ padding: 10px; }
.section.logos ul li img{ width: auto; max-height: 50px; }
.section.logos.big ul li img{ max-height: 80px; }
.section.logos.xbig ul li img{ max-height: 120px; }
.section.logos ul li a{ display: block; }
.section.logos ul.rounded li a{ width: 110px; height: 110px; border-radius: 60px; -moz-border-radius: 60px; -webkit-border-radius: 60px; position: relative; }
.section.logos ul.rounded li img{
width: 85%;
max-height: none;
display: block;
float: none;
position:absolute; 
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
color: #fff;
z-index: 99;
}

/* Recent */
.section.recent .item .wrapper{ height: 410px; }
.section.recent .item .wrapper span.cat{ 
display: block; 
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
font-size: 18px; 
color: #fff; 
text-transform: uppercase; 
z-index: 9; 
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%); 
}
.section.recent .item .wrapper .header{ 
position: absolute; 
bottom: 0; 
left: 0; 
right: 0; 
z-index: 9;
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(to top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%); 
}
.section.recent .item:hover .shadow{
-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
}

/* Testimonials */
.section.testimonials .main{ max-width: 980px; float: none; display: block; padding: 0 100px; margin: 0 auto; position: relative; overflow: hidden; }
.section.testimonials .swiper4{ max-width: 780px; float: none; display: block; margin: 0 auto; }
.section.testimonials .swiper-slide .image{ width: 30%; float: left; }
.section.testimonials .swiper-slide .testimonial{ width: 70%; float: left; text-align: left; padding-left: 60px; }
.section.testimonials .swiper-slide .testimonial .wrap{ display: block; }
.section.testimonials .swiper-slide .testimonial .wrap p{ font-size: 28px; font-weight: 300; line-height: 38px; }
.section.testimonials .swiper-slide .testimonial .wrap p:first-child::before{ content: '"'; }
.section.testimonials .swiper-slide .testimonial .wrap p:last-child::after{ content: '"'; }
.section.testimonials .swiper-slide .testimonial span{ display: block; font-size: 18px; font-weight: bold; line-height: 26px; padding-right: 25%; }
.section.testimonials .main .nav_btn{
width: 34px;
height: 60px;
display: block;
text-indent: -9000px;
position: absolute;
top: 50%;
left: 0;
margin-top: -40px;
background: url(images/arrow-thin-left.svg) no-repeat center;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
z-index: 9;
cursor: pointer;
}
.section.testimonials .main .nav_btn.swiper-button-next{ left: inherit; right: 0; background: url(images/arrow-thin-right.svg) no-repeat center; }
.section.testimonials .main .nav_btn:hover{ -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }

.section.testimonials .section.logos{ padding-top: 80px; }	
.section.testimonials .section.logos ul li img{ width: auto; max-height: 80px; }
.section.testimonials .section.logos ul li{ border-bottom: 10px solid #fff; }
.section.testimonials .section.logos ul li:hover{ border-bottom: 10px solid #9EE63F; }
.section.testimonials .section.logos ul li.active-tab{ border-bottom: 10px solid #119CFF; }

/* Icon List */
ul.icon_list{ width: 100%; float: left; list-style: none; position: relative; }
ul.icon_list li{ width: 100%; float: left; padding: 10px 0; }
ul.icon_list li.flex{ display: flex; align-items: center; }
ul.icon_list li.with_link a{ color: #177d06; display: flex; align-items: center; }
ul.icon_list li .icon{ width: 20%; float: left; padding-right: 25px; }
ul.icon_list li .title{ width: 80%; float: left; font-size: 20px; color: #1B3258;  }
ul.icon_list li.with_link a .title{ color: #177d06; }
ul.icon_list li.with_link a:hover .title{ text-decoration: underline; }

/* Check List */
ul.checklist{ display: block; list-style: none; padding-top: 10px; }
ul.checklist li{
display: block;
font-size: 20px;
line-height: 28px;
padding-left: 35px;
margin: 0 0 10px;
background: url(images/icon-checkbox.svg) no-repeat top 2px left; 
-webkit-background-size: 20px; 
-moz-background-size: 20px; 
-o-background-size: 20px; 
background-size: 20px;
}
ul.checklist li a{ color: #177D06; }

/* CTA - Bottom */
.section.cta_btm .wrapper{ max-width: 820px; }
.section.cta_btm .header::after{
content: '';
width: 140px;
height: 50px;
display: block; 
margin: 50px auto 0;
background: url(images/arch_green.svg) no-repeat center; 
}
.section.cta_btm.gradient_arch_lbnb{ margin-top: -100px; z-index: 0; }
.section.cta_btm.gradient_arch_lbnb .wrapper{ padding-top: 200px; }
.section.cta_btm.gradient_arch_lbnb::before{ top: -50%; }

/* Home */
#home .section.info .item .section{ overflow: hidden; }
#home .section.info .item .overlay{ 
display: block; 
position: absolute; 
top: 0; 
right: 0; 
left: 0; 
bottom: 0; 
background: #fff; 
z-index: 1; 
cursor: pointer; 
}
#home .section.info .item:hover .overlay{
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.1s;
-moz-transition: all 0.3s ease-out 0.1s;
-ms-transition: all 0.3s ease-out 0.1s;
-o-transition: all 0.3s ease-out 0.1s;
transition: all 0.3s ease-out 0.1s;
}
#home .section.info .item .overlay .header{
width: 100%;
display: block;
float: none;
position:absolute; 
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
color: #fff;
text-align: left; 
z-index: 99;
}
#home .section.info .item .overlay .header h2{
background: url(images/arrow_green.svg) no-repeat top 15px right 15px; 
-webkit-background-size: 40px 16px; 
-moz-background-size: 40px 16px; 
-o-background-size: 40px 16px; 
background-size: 40px 16px;
padding-right: 70px; 
}

.section.details .wrapper{ max-width: 1480px; overflow: visible; }
.section.details .section .wrapper{ max-width: none; overflow: visible; }

.section.one::before{ 
content: ''; 
width: 20px; 
display: block; 
position: absolute; 
top: 15px; 
bottom: 120px;
left: 0; 
background-image: -webkit-linear-gradient(top, #005592, #0A80D4);
background-image: -moz-linear-gradient(top, #005592, #0A80D4);
background-image: -o-linear-gradient(top, #005592, #0A80D4);
background-image: linear-gradient(to bottom, #005592, #0A80D4);
}
.section.one::after{ 
content: ''; 
width: 100px;
height: 100px;
display: block;
position: absolute; 
bottom: 0;
left: 0; 
background: none;
border: 20px solid #0A80D4;
border-top: 0;
border-right: 0;
border-radius: 0 0 0 100px;
-moz-border-radius: 0 0 0 100px;
-webkit-border-radius: 0 0 0 100px;
}

.section.two .wrapper::before{
content: ''; 
height: 20px;
display: block; 
position: absolute; 
top: -120px;
left: 40px; 
right: 100px;
background-image: -webkit-linear-gradient(left, #0A80D4, #0B87DF);
background-image: -moz-linear-gradient(left, #0A80D4, #0B87DF);
background-image: -o-linear-gradient(left, #0A80D4, #0B87DF);
background-image: linear-gradient(to right, #0A80D4, #0B87DF);
}
.section.two::before{ 
content: ''; 
width: 100px;
height: 100px;
display: block;
position: absolute; 
top: -20px;
right: 0; 
background: none;
border: 20px solid #0B87DF;
border-bottom: 0;
border-left: 0;
border-radius: 0 100px 0 0;
-moz-border-radius: 0 100px 0 0;
-webkit-border-radius: 0 100px 0 0;
}
.section.two::after{ 
content: ''; 
width: 20px; 
display: block; 
position: absolute; 
top: 100px; 
bottom: 100px;
right: 0; 
background-image: -webkit-linear-gradient(top, #0B87DF, #57C09F);
background-image: -moz-linear-gradient(top, #0B87DF, #57C09F);
background-image: -o-linear-gradient(top, #0B87DF, #57C09F);
background-image: linear-gradient(to bottom, #0B87DF, #57C09F);
}

.section.three .wrapper::before{ 
content: ''; 
width: 100px;
height: 100px;
display: block;
position: absolute; 
top: -200px;
right: -80px; 
background: none;
border: 20px solid #57C09F;
border-top: 0;
border-left: 0;
border-radius: 0 0 100px 0;
-moz-border-radius: 0 0 100px 0;
-webkit-border-radius: 0 0 100px 0;
}
.section.three .wrapper::after{
content: ''; 
height: 20px;
display: block; 
position: absolute; 
top: -100px;
left: 100px; 
right: 40px;
background-image: -webkit-linear-gradient(left, #64C78D, #57C09F);
background-image: -moz-linear-gradient(left, #64C78D, #57C09F);
background-image: -o-linear-gradient(left, #64C78D, #57C09F);
background-image: linear-gradient(to right, #64C78D, #57C09F);
}
.section.three::before{ 
content: ''; 
width: 100px;
height: 100px;
display: block;
position: absolute; 
top: 0;
left: 0; 
background: none;
border: 20px solid #64C78D;
border-bottom: 0;
border-right: 0;
border-radius: 100px 0 0 0;
-moz-border-radius: 100px 0 0 0;
-webkit-border-radius: 100px 0 0 0;
}
.section.three::after{ 
content: ''; 
width: 20px; 
display: block; 
position: absolute; 
top: 120px;
bottom: 0;
left: 0; 
background-image: -webkit-linear-gradient(top, #64C78D, #9EE63F);
background-image: -moz-linear-gradient(top, #64C78D, #9EE63F);
background-image: -o-linear-gradient(top, #64C78D, #9EE63F);
background-image: linear-gradient(to bottom, #64C78D, #9EE63F);
}

.section.details_cta .wrapper{ overflow: visible; }
.section.details_cta .wrapper::before{ 
content: ''; 
width: 100px;
height: 100px;
display: block;
position: absolute; 
top: -80px;
left: 0; 
background: none;
border: 20px solid #9EE63F;
border-top: 0;
border-right: 0;
border-radius: 0 0 0 100px;
-moz-border-radius: 0 0 0 100px;
-webkit-border-radius: 0 0 0 100px;
z-index: 9;
}
.section.details_cta .wrapper::after{
content: ''; 
height: 20px;
display: block; 
position: absolute; 
top: 20px;
left: 120px; 
right: 440px;
background-image: -webkit-linear-gradient(left, #9EE63F, #FFF);
background-image: -moz-linear-gradient(left, #9EE63F, #FFF);
background-image: -o-linear-gradient(left, #9EE63F, #FFF);
background-image: linear-gradient(to right, #9EE63F, #FFF);
z-index: 9;
}
.section.details_cta .wrapper .main{
width: 440px;
float: right;
position: relative;
padding-left: 80px;
z-index: 9;
}
.section.details_cta .wrapper .main::before {
content: '';
width: 0; 
height: 0; 
position: absolute;
top: 0;
left: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid #fff;
}

.section.details .section.one{ padding: 0 80px 120px 20px; }
.section.details .section.two{ padding: 100px 20px 100px 80px }
.section.details .section.three{ padding: 100px 80px 120px 20px }
.section.details .header.main{ width: 440px; padding: 0 80px 20px 40px; }
.section.details .section.two .header.main{ float: right; padding: 0 40px 20px 80px; text-align: right; }
.section.details .section.one .header.main::before, .section.details .section.two .header.main::before, .section.details .section.three .header.main::before{
content: '';
width: 40px; 
height: 40px; 
display: block;
position: absolute;
top: 11px;
left: -30px;
background: #005592;
border-radius: 20px; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px;
}
.section.details .section.two .header.main::before{ left: inherit; right: -30px; background: #0B87DF; }
.section.details .section.three .header.main::before{ background: #64C78D; }

/* Slideshow */
#home .section.details .swiper-container, .slideshows .swiper-container{ width: auto; float: none; display: block; }
.section.tabs{ width: 480px; float: left; clear: both; padding-right: 80px; }
.section.two .section.tabs, .slideshows .section.tabs{ float: right; padding-left: 80px; padding-right: 0; text-align: right; }
.slideshows .section.tabs{ width: 420px; text-align: left; padding-left: 20px; }
.section.tabs .header{ padding: 20px 40px 0; }
.section.tabs ul{ width: 100%; float: left; list-style: none; }
.section.tabs ul li{ width: 100%; float: left; position: relative; }
.section.tabs ul li a{ display: block; font-size: 18px; font-weight: bold; color: #1B3258; line-height: 26px; padding: 15px 40px; }
.slideshows .section.tabs ul li a{ padding: 15px 0 15px 40px; }
.section.tabs ul li.active-tab a{
background-image: -webkit-linear-gradient(left, #CEF0FF, #FFF);
background-image: -moz-linear-gradient(left, #CEF0FF, #FFF);
background-image: -o-linear-gradient(left, #CEF0FF, #FFF);
background-image: linear-gradient(to right, #CEF0FF, #FFF);
}
.section.two .section.tabs ul li.active-tab a{
background-image: -webkit-linear-gradient(right, #CEF0FF, #FFF);
background-image: -moz-linear-gradient(right, #CEF0FF, #FFF);
background-image: -o-linear-gradient(right, #CEF0FF, #FFF);
background-image: linear-gradient(to left, #CEF0FF, #FFF);
}
.slideshows .section.tabs ul li.active-tab a{ background: none; }
.section.tabs ul li a span{
display: block;
padding-right: 45px;
background: url(images/arrow_fat_green.svg) no-repeat top 2px right; 
-webkit-background-size: 22px 24px; 
-moz-background-size: 22px 24px; 
-o-background-size: 22px 24px; 
background-size: 22px 24px;
}
.section.tabs ul li.active-tab a span{ background-image: url(images/arrow_fat_blue.svg); }
.section.two .section.tabs ul li a span, .slideshows .section.tabs ul li a span{ padding-left: 45px; padding-right: 0; background-image: url(images/arrow_fat_left_green.svg); background-position: top 2px left; }
.section.two .section.tabs ul li.active-tab a span, .slideshows .section.tabs ul li.active-tab a span{ background-image: url(images/arrow_fat_left_blue.svg); }

#home .details .swiper-slide span.title{ display: none; }

.section.tabs_center{ width: 100%; float: left; }
.section.tabs_center ul{ width: 100%; float: left; text-align: center; list-style: none; }
.section.tabs_center ul li{ display: inline-block; padding: 0 5%; position: relative; }
.section.tabs_center ul li a{ display: block; font-size: 24px; color: #1B3258; padding: 3px 0; border-bottom: 5px solid #fff; }
.section.tabs_center ul li a:hover{ border-bottom: 5px solid #119CFF; }
.section.tabs_center ul li.active-tab a{ border-bottom: 5px solid #9EE63F; }


.carousel_slideshow .wrapper{ padding-bottom: 20px; }
.carousel.swiper-container, .carousel .swiper-wrapper{ overflow: visible; }
.carousel .swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.carousel .slick-slide{ width:280px; }
.carousel .slick-list{ padding: 50px !important; }
.carousel .slick-active > div,
.carousel .swiper-slide-active{ -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); }
.carousel .swiper-slide .wrap{ display: block; }
.carousel .swiper-slide .content{ display: none; font-size: 20px; line-height: 30px; }
.carousel .swiper-slide .content span{ display: block; }
.carousel .swiper-slide .content a.more_link{ font-size: 19px; color: #177d06; }
.carousel .swiper-slide .content a.more_link span{ display: inline-block; font-size: 24px; line-height: 22px; vertical-align: text-bottom; }
.carousel .swiper-slide .content a:hover.more_link{ text-decoration: underline; }
.carousel .slick-active .content,
.carousel .swiper-slide-active .content{ display: block; }
.carousel .slick-arrow,
.carousel .nav_btn{
width: 34px;
height: 60px;
display: block;
text-indent: -9000px;
position: absolute;
top: 60px;
left: 0;
padding: 50px 0;
background: url(images/arrow-thin-left.svg) no-repeat center;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
z-index: 9;
cursor: pointer;
}

.carousel.logo-section .nav_btn{ top: 22px; }
.carousel.logo-section .nav_btn.partners-abtn{ top: 82px; }
#logo-partners-list .slick-slide{ min-height: 0; }

.carousel .carousel-logo .slick-active > div,
.carousel .carousel-logo .swiper-slide-active{
	background:transparent;
	box-shadow:none;
}


.carousel .slick-arrow.slick-next,
.carousel .nav_btn.carousel-button-next{ left: inherit; right: 0; background: url(images/arrow-thin-right.svg) no-repeat center; }
.carousel .slick-arrow:hover,
.carousel .nav_btn:hover{ -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }
.carousel::before, .carousel::after{
content: '';
width: 220px;
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(left, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(left, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
z-index: 8;
}
.carousel::after{
left: inherit;
right: 0;
background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(right, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to left, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
}

/* About Page */
.section.about_details .header{ width: 40%; float: left; padding-right: 160px; }
.section.about_details .content{ width: 60%; float: right; }

.section.team .item a.linkedin{ width: 30px; height: 30px; display: block; text-indent: -9000px; background: url(images/linkedin-icon.svg) no-repeat center; margin: 0 auto; }

#careers .btn:hover.green{ color: #fff; background: #1B3258; border: 2px solid #1B3258; }

.section.careers.gradient_arch_gw{ margin-top: -100px; z-index: 0; }
.section.careers.gradient_arch_gw .wrapper{ padding-top: 200px; }
.section.careers.gradient_arch_gw::before{ top: -50%; }

ul.location{ width: 100%; float: left; list-style: none; }
ul.location li{ width: 100%; float: left; font-size: 19px; line-height: 28px; position: relative; margin: 0 0 3px; }
ul.location li.name{ font-weight: bold; color: #9EE63F; }
ul.location li.address span{ display: block; }

/* Why Indeni Page */
#why-indeni .section.gradient_arch_gw{ margin-top: -200px; z-index: 0; }
#why-indeni .section.gradient_arch_gw .wrapper{ padding-top: 300px; }
#why-indeni .section.gradient_arch_gw::before{ top: -50%; }

/* Solutions Page */
.section.accord .content-block ul{ list-style: none; }
.section.accord .content-block ul li{
font-size: 20px;
line-height: 28px;
padding-left: 35px;
margin: 0 0 10px;
background: url(images/icon-checkbox.svg) no-repeat top 2px left; 
-webkit-background-size: 20px; 
-moz-background-size: 20px; 
-o-background-size: 20px; 
background-size: 20px;
}
.section.accord .content-block ul li a{ color: #177D06; }

/* Careers */
#careers .section.info .item .section{ overflow: hidden; }
#careers .section.info .item .overlay{ 
display: block; 
position: absolute; 
top: 0; 
right: 0; 
left: 0; 
bottom: 0; 
background: #fff; 
z-index: 1; 
cursor: pointer; 
}
#careers .section.info .item:hover .overlay{
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.1s;
-moz-transition: all 0.3s ease-out 0.1s;
-ms-transition: all 0.3s ease-out 0.1s;
-o-transition: all 0.3s ease-out 0.1s;
transition: all 0.3s ease-out 0.1s;
}
#careers .section.info .item .overlay .header{
width: 100%;
display: block;
float: none;
position:absolute; 
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
color: #fff;
text-align: left; 
z-index: 99;
}
#careers .section.info .item .overlay .header h2{
background: url(images/arrow_green.svg) no-repeat top 15px right 15px; 
-webkit-background-size: 40px 16px; 
-moz-background-size: 40px 16px; 
-o-background-size: 40px 16px; 
background-size: 40px 16px;
padding-right: 70px; 
}

#employee_info{ z-index: 9; }
#employee_info .section.top_lvl{ margin-top: -5%; }
#employee_info .section.top_lvl:first-child{ margin-top: 0; }
#employee_info .section.lvl1{ z-index: 9; }
#employee_info .section.lvl2{ z-index: 8; }
#employee_info .section.lvl3{ z-index: 7; }
#employee_info .section.lvl4{ z-index: 6; }
#employee_info .section.lvl5{ z-index: 5; }
#employee_info .section.lvl6{ z-index: 4; }
#employee_info .section.lvl7{ z-index: 3; }
#employee_info .section.lvl8{ z-index: 2; }
#employee_info .section.std50.main_image{ height: 600px; margin: auto; }
#employee_info .section.std50.main_image img{ display: none; }
#employee_info .section.std50.main{ width: 55%; padding-top: 5%; margin-left: -5%; z-index: 9; }
#employee_info .section.top_lvl:first-child .section.std50.main{ padding-top: 0; }
#employee_info .section.square_image{ width: 280px; height: 280px; float: none; display: block; margin: 0 auto; text-indent: -9000px; }

#positions .section.gradient_arch_gw{ margin-top: -300px; z-index: 0; }
#positions .section.gradient_arch_gw .wrapper{ padding-top: 250px; }
#positions .section.gradient_arch_gw::before{ top: -50%; }

#positions .positions{ padding: 20px 0 0; }
#positions .positions h3{ font-size: 19px; color: #1B3258; line-height: 27px; }
#positions .positions ul{ width: 100%; float: left; list-style: none; }
#positions .positions ul li{ width: 50%; float: left; padding: 0 10px 10px 0; }
#positions .positions ul li a{ display: block; padding: 20px 25px; background: #fff; border: 1px solid #ddd; }
#positions .positions ul li a:hover{ background: #f6f6f6; }
#positions .positions ul li h2{ font-size: 20px; line-height: 27px; color: #1079C3; margin: 0 0 2px; }
#positions .positions ul li .career_details span{ display: inline-block; font-size: 15px; line-height: 23px; }
#positions .positions ul li .career_details span::after{ content: '\2022'; display: inline-block; color: #1079C3; padding: 0 5px; }
#positions .positions ul li .career_details span:last-child::after{ display: none; }

.comeet-positions-list li a.comeet-position:nth-child(odd) { margin-right: 2%; }
.comeet-positions-list .comeet-position-name{ 
font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif; 
font-size: 18px; 
line-height: 22px; 
font-weight: normal !important; 
color: #45a9dd; 
margin: 0 0 6px; 
}
.comeet-positions-list .comeet-position-name a{ color: #45a9dd; }

/* Community Page */
#community_search{ width: 100%; float: left; padding-bottom: 10px; border-bottom: 1px solid #9FB5CA; position: relative; }
#community_search .field{ display: block; padding-left: 50px; }
#community_search .field input{ 
width: 100%; 
height: 36px;
float: left; 
font-family: 'hurme_geometric_sans_3SBd', sans-serif;
font-size: 25px;
color: #9FB5CA;
padding: 0; 
background: none;
border: 0;
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
appearance:none;
}
#community_search .field input::-webkit-input-placeholder{ color: #9FB5CA; }
#community_search .field input:-moz-placeholder{ color: #9FB5CA; }
#community_search .field input::-moz-placeholder{ color: #9FB5CA; }
#community_search .field input:-ms-input-placeholder{ color: #9FB5CA; }
#community_search .submit{
width: 36px; 
height: 36px;
float: left;
border: 0;
background: url(images/search-blue.svg) no-repeat center; 
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
text-indent: -9000px; 
cursor: pointer;
}

/* Event Template */
ul.event_details{ width: 100%; float: left; list-style: none; }
ul.event_details li{ width: 100%; float: left; font-size: 22px; line-height: 30px; color: #1b3258; padding: 0 0 2px; }
ul.event_details li.title{ font-size: 36px; line-height: 44px; }

.section.privacy{ float: none !important; clear: both; display: block; max-width: 400px; padding: 0 20px; margin: 0 auto; }

/* Blog */
.blog .wrapper{ overflow: visible; }
#main_blog{ float: none; display: block; padding-left: 300px; }
#main_blog.single_post{ padding: 0 20px 0 320px; }

.post.single .header .meta{ width: 100%; float: left; padding: 20px 0; border-top: 1px solid #9FB5CA; border-bottom: 1px solid #9FB5CA; }
.post.single .header .meta span.byline{ display: block; font-size: 15px; line-height: 21px; padding: 6px 100px 6px 0; }
.post.single .header .meta span.byline a:hover{ text-decoration: underline; }
.post.single .header .meta .author{ width: 70px; float: right; }
.post.single .header .meta .author .avatar{ 
width: 70px; 
float: right; 
border-radius: 35px; 
-moz-border-radius: 35px; 
-webkit-border-radius: 35px;
overflow: hidden; 
}
.post.single .header .meta .author span{ display: block; font-size: 15px; line-height: 23px; text-align: right; padding-top: 25px; padding-right: 90px; }
.post.single .header .meta .author span a:hover{ text-decoration: underline; }
.post.single .header .meta .share{ display: block; padding-top: 10px; padding-right: 100px; }
.post.single .header .meta.career_details span{ display: inline-block; font-size: 17px; line-height: 25px; }
.post.single .header .meta.career_details span::after{ content: '\2022'; display: inline-block; color: #1079C3; padding: 0 5px; }
.post.single .header .meta.career_details span:last-child::after{ display: none; }
.post.single .content{ overflow-wrap: break-word; }
.post.single .content pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

.post.featured{ width: 100% !important; }
.post.featured .header{ height: 440px; margin: 0 0 20px; }
.post.featured .header .main{
width: 100%;
padding-bottom: 20px; 
position: absolute; 
bottom: 0; 
left: 0; 
z-index: 9;
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(to top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%); 
}
.post.featured .header .main .inner{ width: 60%; float: left; }
.post.featured .header .main a{ color: #fff; }
.post.featured .header .main a:hover{ text-decoration: underline; }
.post.featured .header .main span{ display: block; font-size: 15px; color: #fff; line-height: 23px; padding-top: 5px; }
.post.featured .header .author{ width: 30%; position: absolute; bottom: -40px; right: 20px; z-index: 9; }
.post.featured .header .author .avatar{
width: 80px; 
float: right; 
border-radius: 40px; 
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
overflow: hidden;
}
.post.featured .header .author span{ display: block; font-size: 15px; color: #fff; line-height: 23px; text-align: right; padding-right: 100px; }
.post.featured .content p:last-child{ margin: 0; }
.post.featured .footer{ display: none; padding-top: 20px; }
.post.featured .footer .avatar{
width: 80px; 
float: left; 
border-radius: 40px; 
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
overflow: hidden;
}
.post.featured .footer .meta{ display: block; font-size: 13px; color: #647188; line-height: 15px; padding-top: 5px; padding-left: 100px; }
.post.featured .footer .meta span{ display: block; margin: 0 0 2px; }
.post.featured .footer .meta a{ color: #647188; }
.post.featured .footer .meta a:hover{ text-decoration: underline; }


.section.grid .post.featured-small .main .content h2{ color:#000; }

.section.grid .post.featured-small .main .content .meta{
margin-bottom:17px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 13.8999px;
line-height: 114.84%;
color:#647188;
}
.section.grid .post.featured-small .main .content .meta a{ color:#647188; }

.section.grid .item .wrap.post-form-wrap{
	background:#1079C4;
    background: linear-gradient(180deg, #1079C4 0%, #1B3258 82.87%);
    display: table;
    width: 100%;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper{ display:table-cell; vertical-align: middle; }

.section.grid .item .wrap.post-form-wrap .form-wrapper h2{
font-size: 22px;
line-height: 136%;
color:#fff;
text-align:center;
margin-bottom:25px;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form input.hs-input[type="email"] {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 114.84%;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    background: transparent;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 10px 0px;
	margin-bottom: 5px;
	outline:0;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form input.hs-input::-webkit-input-placeholder{ color: #fff; }
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form input.hs-input:-moz-placeholder{ color: #fff; }
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form input.hs-input::-moz-placeholder{ color: #fff; }
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form input.hs-input:-ms-input-placeholder{ color: #fff; }

.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .hs-form-field{ margin-bottom: 15px; }
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .hs-form-field > label {
    display: none;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container span,
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container span a{
    color:#fff;
    font-size:12px;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container input{
    width:19px;
    height:19px;
    margin-left:0;
    margin-right:10px;
    position:relative;
    top:4px;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .hs-error-msg{font-size:12px;text-align:center;display: block;padding:10px 0 0; color:#fff;}
/*

.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container input{ display:none; }
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container span{
    display:block;
    position:relative;
    text-align:left;
    padding:0 0 0 30px;
    margin:0;
    color:#fff;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hbspt-form .legal-consent-container input:checked + span:before{
    content:"";
    display:block;
    position:absolute;
    width:19px;
    height:19px;
    border:1px solid #fff;
    left:0;
    top:3px;
}
*/
.section.grid .item .wrap.post-form-wrap .form-wrapper .hs_submit{ text-align:center;}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hs_submit input{
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 33px;
    background:transparent;
    padding: 20px 10px;
    font-size:20px;
    color:#fff;
    font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-weight: normal !important;
}
.section.grid .item .wrap.post-form-wrap .form-wrapper .hs_submit input:hover{
    color: #1a3159;
    background: #9EE63F;
    border: 2px solid #9EE63F;
	cursor:pointer;
}
.section.grid .post.featured-small .post-metas{color:#fff !important;position: absolute;bottom: 10px;left: 10px;right: 10px; z-index:100; }
.section.grid .post.featured-small .header h2{ text-indent:-99999px; }
.section.grid .post.featured-small .footer{ display: none; }
.section.grid .post.featured-small .post-metas .avatar{
width: 80px; 
float: left; 
border-radius: 40px; 
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
overflow: hidden;
}
.section.grid .post.featured-small .post-metas .meta{display: block;font-size: 13px;color: #fff;line-height: 15px;padding-top: 5px;padding-left: 100px;}
.section.grid .post.featured-small .post-metas .meta span{ display: block; margin: 0 0 2px; }
.section.grid .post.featured-small .post-metas .meta a{color: #fff;position:relative;display:inline;}
.section.grid .post.featured-small .post-metas .meta a:hover{ text-decoration: underline; }



.section.grid .post.featured-small .wrap{ display: table; }

.post.preview .header{ height: 240px; }
.post.preview .header a{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; }
.post.preview .header h2{ 
position: absolute; 
bottom: 0; 
left: 0; 
right: 0; 
z-index: 9; 
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(to top, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%); 
}
.post.preview .footer .avatar{
width: 80px; 
float: left; 
border-radius: 40px; 
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
overflow: hidden;
}
.post.preview .footer .meta{ display: block; font-size: 13px; color: #647188; line-height: 15px; padding-top: 5px; padding-left: 100px; }
.post.preview .footer .meta span{ display: block; margin: 0 0 2px; }
.post.preview .footer .meta a{ color: #647188; }
.post.preview .footer .meta a:hover{ text-decoration: underline; }



.aside_blog{ width: 260px; padding: 0 20px;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}
.aside_blog .wrap-inner.scrolling{
    overflow-y: scroll;
    padding-right: 37px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.aside_blog #search_blog{ width: 100%; float: left; padding-bottom: 10px; position: relative; }
.aside_blog #search_blog .field{ display: block; padding-left: 30px; }
.aside_blog #search_blog .field input{ 
width: 100%; 
height: 30px;
float: left; 
font-family: 'hurme_geometric_sans_3SBd', sans-serif;
font-size: 24px;
color: #9FB5CA;
padding: 0; 
background: none;
border: 0;
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
appearance:none;
}
.aside_blog #search_blog .field input.documentation-search-box{ font-size: 20px; }
.aside_blog #search_blog .field input::-webkit-input-placeholder{ color: #9FB5CA; }
.aside_blog #search_blog .field input:-moz-placeholder{ color: #9FB5CA; }
.aside_blog #search_blog .field input::-moz-placeholder{ color: #9FB5CA; }
.aside_blog #search_blog .field input:-ms-input-placeholder{ color: #9FB5CA; }
.aside_blog #search_blog .submit{
width: 20px; 
height: 20px;
float: left;
border: 0;
margin: 5px 0;
background: url(images/search-blue.svg) no-repeat center; 
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
text-indent: -9000px; 
cursor: pointer;
}
.aside_blog .nav{ width: 240px; float: left; border-bottom: 1px solid #9FB5CA; position: relative; }

.aside_blog.aside_page .nav li{ position:relative; }
.aside_blog.aside_page .wrap-inner > .nav > ul > li:first-child{ display:none; }
.aside_blog.aside_page .wrap-inner > .nav > ul{ padding-bottom: 0; }
.aside_blog.aside_page .wrap-inner > .nav > ul > li > a:hover{ text-decoration:none; }
.aside_blog.aside_page .wrap-inner > .nav > ul > li{ margin-bottom:0; }
.aside_blog.aside_page .wrap-inner > .nav > ul > li > a,
.aside_blog .nav span.menu_btn{ display: block; font-size: 24px; padding: 15px 40px 15px 0; border-top: 1px solid #9FB5CA; cursor: pointer; position: relative; }

.aside_blog.aside_page .wrap-inner > .nav > ul li.page_item_has_children > a{position:relative;padding-right: 31px;}
.aside_blog.aside_page .wrap-inner > .nav > ul li.page_item_has_children > a:after{
    content: '';
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    margin-top: 0;
    background: url(images/arrow-thin-down.svg) no-repeat center;
}

.aside_blog.aside_page .wrap-inner > .nav > ul > li > ul > li ul{margin-left:20px;margin-bottom:0;padding-bottom: 0;}

.aside_blog.aside_page .wrap-inner > .nav > ul > li.page_item_has_children > a:after,
.aside_blog .nav span.menu_btn::after{ 
content: ''; 
width: 20px;
height: 12px; 
display: block; 
position: absolute; 
top: 50%; 
right: 8px; 
margin-top: -6px; 
background: url(images/arrow-thin-down.svg) no-repeat center;
}

.aside_blog.aside_page .wrap-inner .nav li.current_page_ancestor.show_child > a:after,
.aside_blog.aside_page .wrap-inner .nav li.show_child > a:after,
.aside_blog .nav span.menu_btn.active::after{ 
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);  
}

.aside_blog.aside_page .wrap-inner > .nav > ul > li > .toggle-menu{
    display: block;
    width: 40px;
    height: 58px;
    position: absolute;
    background: transparent;
    right: 0;
    z-index: 2;
    top: 0;
}
.aside_blog.aside_page .wrap-inner > .nav > ul > li > ul li .toggle-menu{
    display: block;
    width: 20px;
    height: 28px;
    position: absolute;
    background: transparent;
    right: 0;
    z-index: 2;
    top: 0;
    cursor:pointer;
}

.aside_blog .nav ul{ display: none; list-style: none; padding: 0 0 15px; }
.aside_blog .nav ul li{ display: block; font-size: 19px; line-height: 27px; margin: 0 0 5px; }
.aside_blog .nav ul li a{ display: block; }
.aside_blog .nav ul li a:hover{ text-decoration: underline; }

/* Page Navigation */
.wp-pagenavi{ clear: both; padding: 20px; }
.wp-pagenavi a, .wp-pagenavi span{ color: #666; padding: 3px 5px; margin: 1px; }
.wp-pagenavi span.pages{ font-size: 15px; font-style: italic; padding-left: 0; margin-left: 0; padding-right: 10px; margin-right: 5px; border-right: 1px solid #bbb; }
.wp-pagenavi a{ font-size: 18px; color: #666; font-weight: bold; }
.wp-pagenavi a:hover{ color: #177d06; }
.wp-pagenavi span.current{ font-size: 18px; color: #177d06; font-weight: bold; }

/* Footer */
#footer{ z-index: 100; background: #fff; }
#footer .social{ width: 100%; float: left; margin: 0 0 40px; }
#footer .social ul{ width: auto; float: right; padding: 14px 0; list-style: none; }
#footer .social ul li{ width: auto; float: left; display: block; padding: 0 10px; text-indent: -9000px; }
#footer .social ul li:last-child{ padding-right: 0; }
#footer .social ul li a{ 
width: 30px; 
height: 30px; 
display: block; 
background-position: center; 
background-repeat: no-repeat; 
position: relative; 
overflow: hidden; 
}
#footer .social ul li a:hover{ border-color: #68c0ed; }
#footer .social ul li.linkedin a{ background-image: url(images/linkedin.svg); }
#footer .social ul li.youtube a{ width: 40px; background-image: url(images/youtube.svg); }
#footer .social ul li.twitter a{ width: 36px; background-image: url(images/twitter.svg); }
#footer .social ul li.facebook a{ background-image: url(images/facebook.svg); }

#footer .social .hbspt-form{ float: left; }
#footer .social .hbspt-form .hs_email {float: left; }
#footer .social .hbspt-form .hs_email input{ width: 384px;height: 58px;padding: 10px 22px;font-family: 'Roboto', sans-serif;font-size: 20px;font-weight: normal;color: #333;background: #e6ecee;border-radius: 5px;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: 0; margin-right: 14px;}
#footer .social .hbspt-form .hs_email > label:first-of-type{ display:none; }
#footer .social .hbspt-form .hs_submit{ float: right; }
#footer .social .hbspt-form .hs_submit input{
    height: 56px;
    display: inline-block;
    line-height: 52px;
    color: #647188;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    margin: 4px;
    border: 2px solid #647188;
    background-color: transparent;
    border-radius: 58px;
    -moz-border-radius: 58px;
    -webkit-border-radius: 58px;
    vertical-align: top;
    margin: 0;
    width: 305px;
    font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-size: 20px;
    font-weight: normal;
    outline: 0;
	cursor: pointer;
}
#footer .social .hbspt-form .hs_submit input:hover{ color: #fff; background: #647188; }
#footer .social .hbspt-form .legal-consent-container{ display: none; }

#footer .main{ width: 100%; float: left; padding-top: 40px; border-top: 1px solid #333; }
#footer .main .wrap{ width: 220px; float: left; padding: 0 60px 0 0; }
#footer .main .wrap h3.logo{ width: 104px; height: 46px; float: left; display: block; margin: 0 0 15px; text-indent: -9000px; }
#footer .main .wrap h3.logo a{ display: block; width: 104px; height: 46px; background: url(images/logo.svg) no-repeat center; }
#footer .main .wrap h4{ display: block; clear: both; font-size: 20px; color: #1B3258; line-height: 25px; }
#footer .main .nav_multi{ display: block; padding-left: 220px; position: relative; }
#footer .main .nav_multi ul{ width: 100%; float: left; position: relative; list-style: none; }
#footer .main .nav_multi ul li{ width: 20%; float: left; display: block; padding: 0 40px 40px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
#footer .main .nav_multi .dropdown_btn{ display: none; }
#footer .main .nav_multi ul li a{ display: block; font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif; font-size: 22px; font-weight: normal; line-height: 34px; color: #647188; padding: 0 0 5px; cursor: pointer; position: relative; }
#footer .main .nav_multi ul li ul{ width: 100%; float: left; clear: both; padding: 5px 0 !important; list-style: none; position: relative; }
#footer .main .nav_multi ul li ul li{ width: 100%; padding: 0; margin: 0; border: 0; }
#footer .main .nav_multi ul li ul li a{ display: block; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: normal; color: #333; line-height: 25px; padding: 4px 0; margin: 0; border: 0; cursor: pointer; }
#footer .main .nav_multi ul li ul li a:hover{ color: #45a9dd; }

#footer .meta{ width: 100%; float: left; float: right; font-size: 14px; line-height: 16px; padding-top: 30px; border-top: 1px solid #333; }
#footer .meta .meta_nav{ float: right; }
#footer .meta .meta_nav ul{ width: auto; float: left; display: block; list-style: none; }
#footer .meta .meta_nav ul li{ float: left; padding: 0 12px; border-right: 1px solid #333; }
#footer .meta .meta_nav ul li:last-child{ padding-right: 0; border-right: 0; }
#footer .meta .meta_nav ul li a{ color: #333; }
#footer .meta .meta_nav ul li a:hover{ color: #45a9dd; }
#footer meta span{ float: left; }

/* Forms */
.wpcf7{ width: 100%; max-width: 860px; display: block; clear: both; margin: 0 auto !important; padding: 10px 0 0 !important; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; padding: 0; margin: 0; }
.wpcf7-form label{ display: block; font-size: 15px; font-weight: bold; line-height: 20px; text-transform: uppercase; padding: 0 0 0 5px; margin: 0 0 8px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; padding: 0 10px; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: inherit; 
color: #999;
font-size: 15px; 
font-weight: bold;
padding: 12px 14px;
background: #272727;
border: 1px solid #272727;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 140px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 32px;
background: url(images/arrow_down.svg) no-repeat right 12px top 50% #272727;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #999; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #999; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; text-align: center; padding: 10px 0 0; margin: 0 0 30px; position: relative; }
div.wpcf7 img.ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px; }
.wpcf7-form div.submit input { 
width: auto; 
height: 60px;
float: none; 
display: inline-block;
font-family: inherit;
font-size: 22px;
font-weight: bold !important;
color: #fff000; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto !important; 
border: 1px solid #fff000;
background: transparent; 
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #141414; background: #fff000; }
div.wpcf7 .ajax-loader { background-image: url('images/ajax-loader.gif') !important; margin-left: 12px !important; }

div.wpcf7-response-output{ 
clear: both;
color: #141414 !important;
font-size: 15px;
font-weight: bold;
line-height: 22px;
border: 1px solid #fff000 !important;
background: #fff000;
margin: 0 0 20px !important; 
padding: 25px 20px !important;
color: inherit; 
text-align: center;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}
div.wpcf7-validation-errors{ color: #141414 !important; border: 1px solid #ec1c23 !important; background: #ec1c23; }

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ec1c23 !important;
text-indent: -9000px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 10px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block img.alignnone{ display:inline; vertical-align:middle; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 16.6666%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

/* Code Block */
.syntaxhighlighter .lines{ color: #99cc00 !important; background: #000 !important; padding: 30px 30px 30px 0 !important; }
.syntaxhighlighter .lines a{ color: #99cc00 !important; }
.syntaxhighlighter .line .content{ border-left: 3px solid #333 !important; }
.syntaxhighlighter .line.highlighted .content{ color: #ff0000 !important; }
.syntaxhighlighter .line.alt2{ background: #000 !important }
.syntaxhighlighter .line .number{ font-weight: bold !important; color: #333 !important; }

.content-block p sm{ display: block; font-size: 11px; font-weight: 400; color: #777; line-height: 18px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.content-block a{ color: #177d06; }
.content-block a:hover{ text-decoration: underline; }
.content-block a.btn:hover{ text-decoration: none; }

.content-block blockquote{ 
font-size: 15px;
line-height: 25px;
color: #45a9dd;
padding: 16px 20px;
margin: 30px 0;
border: 1px solid #cbdbec;
border-left: 5px solid #45a9dd;
position: relative;
}
.content-block blockquote p{ line-height: 25px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ font-size: 100%; font-weight: bold; padding: 20px 0 12px; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child{ padding-top: 0; }
.content-block h1{ font-size: 30px; line-height: 36px; }
.content-block h2{ font-size: 26px; line-height: 32px; }
.content-block h3{ font-size: 22px; line-height: 28px; }
.content-block h4{ font-size: 20px; line-height: 26px; }
.content-block h5{ font-size: 18px; line-height: 24px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ol{ list-style: decimal; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }

.controls{
display:none;
width: 100%;
height: 100%;
position: relative;
z-index: 99999999;
}
.controls .wrap{ width: 100%; display: block; position: absolute; bottom: -45px; text-align: center; }
.controls .btns{ width: auto; display: inline-block; margin: 0 auto; }
.controls .btns span{ width: auto; height: 30px; display: inline-block; font-size: 16px; color: #999; line-height: 30px; background: #fff; border-right: 1px solid #000; vertical-align: top; }
.controls .btns span.prev_btn, .controls .btns span.next_btn{ font-size: 21px; line-height: 28px; }
.controls .btns span.next_btn{ border-right: 0; }
.controls .btns .disabled{ color: #aaa; padding: 0 12px;  }
.controls .btns span a{ display: block; color: #333; padding: 0 12px; cursor: pointer; }
.controls .btns span a:hover{ color: #ec1c23; text-decoration: none; }

#try-indeni #header #nav,
#try-indeni #header .cta,
#try-indeni #nav_btn{  }
#try-indeni.section{
	padding: 60px;
	padding-top: 104px;
	padding-bottom:61px;
}
#try-indeni.section .wrap{
	width: 100%;
    max-width:335px;
    float: left;
    position: relative;
	color:#fff;
}
#try-indeni.section .wrap h1{
	font-size: 47px;
	line-height: 109%;
}
#try-indeni.section .wrap p{
	
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 23px;
line-height: 140%;
}
#try-indeni.section .forms-wrap{
	width:800px;
	width: calc(100% - 404px);
	max-width:100%;
	float: right;
}
#try-indeni.section ul.form-tabs{ display:table; width: 100%; }
#try-indeni.section ul.form-tabs li{
    display: table-cell;
    background:#fff;
    text-align:center;
    font-size: 19px;
    line-height: 26px;
    color: #1B3258;
    padding: 16px;
    cursor:pointer;
}
#try-indeni.section ul.form-tabs li a{
	color: #1B3258;
}
#try-indeni.section ul.form-tabs li.single-tab{ text-align: left; padding-bottom:0; }
#try-indeni.section ul.form-tabs li.single-tab a{ padding-left: 10px; }
#try-indeni.section ul.form-tabs li:nth-child(1){ background:#E6ECEE; border-radius: 4px 0px 0px 0px; }
#try-indeni.section ul.form-tabs li:nth-child(2){ background:#D4DDE0; }
#try-indeni.section ul.form-tabs li:nth-child(3){ background:#E6ECEE; border-radius:0px 4px 0px 0px; }


#try-indeni.section ul.form-tabs li.active{ background:#fff; }
#try-indeni.section .form-tabs-content{ border-radius: 0 0 4px 4px;background:#fff;padding: 20px 30px; }
#try-indeni.section .form-tabs-content .tab-block.hide{ display:none; }
#try-indeni.section .form-tabs-content:after{ clear:both; content:""; display:table; }
#try-indeni section.logos ul li img{ max-height: 100px; }
#try-indeni.section .form-tabs-content .content-wrap{ width:488px; float: left; }
#try-indeni.section .form-tabs-content .content-list-wrap{width: 220px;float: right;}
#try-indeni.section .form-tabs-content .content-list-wrap h3{
	font-size: 19px; line-height: 26px;color: #005693; margin-bottom: 10px;
	font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-weight: normal !important;
}
#try-indeni.section .form-tabs-content .content-list-wrap ul{ list-style: none; margin:0; padding:0; }
#try-indeni.section .form-tabs-content .content-list-wrap ul li{
    list-style:none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 27px;
    /* or 27px */
    letter-spacing: 0.01em;
    /* Deep Charcoal */
    color: #333333;
}

#try-indeni.section .form-tabs-content .content-wrap input::-webkit-input-placeholder{ color: #647188; }
#try-indeni.section .form-tabs-content .content-wrap input:-moz-placeholder{ color: #647188; }
#try-indeni.section .form-tabs-content .content-wrap input::-moz-placeholder{ color: #647188; }
#try-indeni.section .form-tabs-content .content-wrap input:-ms-input-placeholder{ color:#647188; }

#try-indeni.section .form-tabs-content .content-wrap{ width:488px; width:calc(100% - 255px); float: left; }
#try-indeni.section .form-tabs-content .content-wrap > h3{ display:none; }

#try-indeni.section .form-tabs-content .content-wrap .hs-form-field > label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 136%;
    color:#333;
}
#try-indeni.section .form-tabs-content .content-wrap .field{ width:100%; margin-bottom: 18px; }
#try-indeni.section .form-tabs-content .content-wrap .field > div{ margin:0;}
#try-indeni.section .form-tabs-content .content-wrap .field.hs-fieldtype-text > label:first-of-type{ display:none; }
#try-indeni.section .form-tabs-content .content-wrap fieldset{ max-width:100%; width:100%; }
#try-indeni.section .form-tabs-content .content-wrap .hs_submit .actions{ padding-top:0; padding-bottom:0; }
#try-indeni.section .form-tabs-content .content-wrap .field.hs-fieldtype-text .hs-input,
#try-indeni.section .form-tabs-content .content-wrap .field.hs-fieldtype-select .hs-input,
#try-indeni.section .form-tabs-content .content-wrap .field.hs-fieldtype-number .hs-input
{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 136%;
	height: 32px;
	border-radius:0;
	box-shadow: none;
	border:0;
	border-bottom:1px solid #333;
	max-width: 100%;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-left:0; 
	padding-right:0;
}
#try-indeni.section .form-tabs-content .content-wrap .hs-error-msgs{ list-style:none; padding:0; line-height: 20px; }
#try-indeni.section .form-tabs-content .content-wrap .hs-error-msg{font-size: 13px;padding: 0;margin: 0;}
#try-indeni.section .form-tabs-content .content-wrap .hs-input[type="checkbox"]{ margin-right:5px; }
.inputs-list{ list-style: none; }


#try-indeni.section .form-tabs-content .content-wrap .hs_submit input{
    background: #9EE63F;
    border-radius: 33px;
    width: 261px;
    height:58px;
    border:0;
    padding:0;
    margin:0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1B3258;
    font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-weight: normal !important;
    text-shadow:none;
}
#try-indeni.section .form-tabs-content .content-wrap .hs_submit input:hover{
    outline:0;
    cursor: pointer;    
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
}

#try-indeni.section .form-tabs-content .content-list-wrap{ width:220px; float: right; }

#try-indeni.section .form-tabs-content .content-list-wrap h3{
	margin-bottom:10px;
	font-size: 19px;
	line-height: 136%;
	color: #005693;
}
#try-indeni.section .form-tabs-content .content-list-wrap ul{ list-style:none; margin:0; padding:0; }
#try-indeni.section .form-tabs-content .content-list-wrap ul li{
	list-style:none;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 140%;

	/* or 27px */
	letter-spacing: 0.01em;

	/* Deep Charcoal */
	color: #333333;
	margin-bottom:10px;
	position: relative;
	padding-left: 30px;
	background:url(images/check.svg) no-repeat 0 4px;
}
#try-indeni.section .form-tabs-content .content-list-wrap ul li:last-child{ margin-bottom:0; }

.section.accordion .accord_main .accord,
.section.accordion .accord_main .accord_btn {
    display: none;
}

.aside_blog.aside_page{
	z-index:2;
}
.aside_blog.aside_page .nav ul li.current_page_ancestor > ul,
.aside_blog.aside_page .nav ul li.show_child > ul{ display:block; }
.aside_blog.aside_page .nav ul{ display:block; }
.aside_blog.aside_page .nav ul ul{ display:none; }
.newpage .header.title{ padding:0 !important; margin-bottom: 20px; }
.newpage .header.title h1, .newpage .header.title h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    padding: 0 0 10px;
    margin: 0 0 5px;
    border-bottom: 5px solid #cbdbec;
    font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-weight: normal !important;
}

.events-form-page .hs-form-field > label{ display:none; }
.events-form-page .field.hs-fieldtype-text .hs-input,
.events-form-page .field.hs-fieldtype-select .hs-input,
.events-form-page .field.hs-fieldtype-number .hs-input{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 136%;
	border-radius:0;
	box-shadow: none;
	border:0;
	border-bottom:1px solid #333;
	background: #fff;
	max-width: 100%;
	width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;	
	outline: none;
	display: block;
    padding: 8px 10px;
}
.events-form-page .field.hs-fieldtype-text,
.events-form-page .field.hs-fieldtype-select,
.events-form-page .field.hs-fieldtype-number{
	margin-bottom: 15px;
}
.events-form-page .hs_submit { text-align:center; padding-top:20px; }
.events-form-page .hs_submit input {
    background: #9EE63F;
    width: 261px;
    height: 58px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1B3258;
    font-family: 'hurmegeometricsans_no3_5_semibold', sans-serif;
    font-weight: normal !important;
    text-shadow: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 33px; 
	-moz-border-radius: 33px; 
	-webkit-border-radius: 33px;	
	outline: none;
}
.events-form-page .hs_submit input:hover{
    outline:0;
    cursor: pointer;    
    background:#fff;
}
.events-form-page .hs-error-msg {
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.clear{ clear:both; }

/* landing page  */
@font-face {
    font-family: 'Hurme Geometric Sans Bold';
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.eot');
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.eot?#iefix') format('embedded-opentype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.woff2') format('woff2'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.woff') format('woff'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.ttf') format('truetype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Bold.svg#HurmeGeometricSans3-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Hurme Geometric Sans Regular';
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.eot');
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.eot?#iefix') format('embedded-opentype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.woff2') format('woff2'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.woff') format('woff'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.ttf') format('truetype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-Regular.svg#HurmeGeometricSans3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Hurme Geometric Sans semi';
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.eot');
    src: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.eot?#iefix') format('embedded-opentype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.woff2') format('woff2'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.woff') format('woff'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.ttf') format('truetype'), url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/HurmeGeometricSans3-SemiBold.svg#HurmeGeometricSans3-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}


#landing-page *{ box-sizing: border-box;  }
.new_hero_pillar { padding: 300px 0; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.new_hero_pillar:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('https://f.hubspotusercontent30.net/hubfs/2620638/indeni_2020/fonts/shape2.svg') no-repeat; background-position: center bottom -60px; background-size: cover }
.new_hero_pillar .wrapper { position: relative }
.new_hero_pillar h1 { padding: 10px 0; color: #fff; font-size: 47px; line-height: 56px; font-family: 'Hurme Geometric Sans semi'; }
.new_hero_pillar .text { max-width: 800px }
#landing-page .header_top { padding: 40px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 2; }

#landing-page p { padding: 15px 0; margin: 0; font-size: 19px; line-height: 35px; font-family: 'Roboto', sans-serif; }
#landing-page .wrapper { width: 1300px; }

.nav_menu { z-index: 9; padding: 30px 0 10px; width: 262px; background-color: #fff; position: fixed; top: 100px; right: 0; border-top-left-radius: 20px; border-bottom-left-radius: 20px; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease }
.nav_menu .title { padding: 0 8px; font-size: 25px; line-height: 30px; color: #182d4c; font-family: 'Hurme Geometric Sans Bold'; text-align: center }
.nav_menu .nav { margin-top: 15px; height: 600px; overflow: auto; }
.nav_menu .nav ul { margin: 0; padding: 0; list-style-type: none }
.nav_menu .nav ul li { margin: 0; padding: 0; list-style-type: none }
.nav_menu .nav ul li a { padding: 18px 15px 18px 28px; font-size: 15px; line-height: 20px; color: #182d4c; font-family: 'Hurme Geometric Sans semi'; font-weight: 600; display: inline-block; width: 100%; position: relative }
.nav_menu .nav ul li a:hover,
.nav_menu .nav ul li.active a { color: #21a8e0 }
.nav_menu .nav ul li a:before { content: ''; width: 3px; position: absolute; top: 10px; bottom: 100%; left: 0; background: #92e04b; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease }
.nav_menu .nav ul li a:hover:before,
.nav_menu .nav ul li.active a:before { bottom: 10px }
.nav_menu .nav ul li:nth-child(7) { margin: 10px 0 0; padding: 10px 0 0; border-top: 1px solid #e7e7e7 }

.new_challenges_section { padding: 200px 0; background-color: #fff; background-position: center right 50px; background-repeat: no-repeat; position: relative }
.new_challenges_section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1) }
.new_challenges_section > div { position: relative }
.new_challenges_section .inner { max-width: 699px }
.new_challenges_section .inner h2 { margin: 0; padding: 10px 0; font-size: 36px; line-height: 50px; color: #182d4c; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_challenges_section .inner .text p { padding: 15px 0; margin: 0; font-size: 19px; line-height: 35px; font-family: 'Roboto', sans-serif; }

.new_advancements_section { padding: 0 0 80px }
.new_advancements_section .advancements_row { padding: 40px 0; display: flex; flex-wrap: wrap; align-items: center }
.new_advancements_section .advancements_row .left { padding: 0 50px 0 0; width: calc(100% - 400px); float: left; flex: 0 0 calc(100% - 400px) }
.new_advancements_section .advancements_row .left h3 { padding: 10px 0; color: #21a8e0; font-family: 'Hurme Geometric Sans semi'; font-weight: 600;font-size: 30px; line-height: 38px; }
.new_advancements_section .advancements_row .right { padding: 0; width: 400px; float: left; border-left: 1px solid #d6d6d6; flex: 0 0 400px }
.new_advancements_section .advancements_row .box_counter { padding: 20px 25px; font-size: 21px; line-height: 32px; color: #2d2d2d; font-weight: 600; font-family: 'Hurme Geometric Sans semi' }
.new_advancements_section .advancements_row .box_counter .number { font-size: 76px; line-height: 82px; color: #9ee63f; font-family: 'Hurme Geometric Sans semi' }
.new_advancements_section .advancements_row .box_counter .text { margin-top: 10px }
.new_advancements_section .advancements_row:nth-child(2n) .left { padding: 0 0 0 50px; float: right }
.new_advancements_section .advancements_row:nth-child(2n) .right { border-right: 1px solid #d6d6d6; border-left: 0; float: left }
.new_advancements_section .advancements_row:nth-child(even) { flex-direction: row-reverse }

.new_counter_section { padding: 120px 0; background-image: linear-gradient(180deg, #182d4c 0%, #05090f 100%); position: relative }
.new_counter_section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('images/shape3.svg') no-repeat; background-position: center center; background-size: cover }
.new_counter_section.wrapper { position: relative }
.new_counter_section h2{font-family:'Hurme Geometric Sans semi';color:#fff;margin:0;padding:10px 0;font-size:36px;line-height:50px;}
.new_counter_section .counter_main { margin-top: 50px }
.new_counter_section .counter_box { margin: 0 -2px; padding: 10px; width: 25%; display: inline-block; vertical-align: top }
.new_counter_section .counter_box .number { font-size: 76px; line-height: 82px; color: #9ee63f; font-family: 'Hurme Geometric Sans semi' }
.new_counter_section .counter_box .text { padding: 20px 0 0; font-size: 21px; line-height: 32px; color: #fff; font-weight: 600; font-family: 'Hurme Geometric Sans semi' }
#landing-page .text_center { text-align: center; }


.new_progress_section { padding: 100px 0 }
.new_progress_section .left { margin: 0 -2px; padding: 0 2% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_progress_section .right { margin: 0 -2px; padding: 0 0 0 2%; width: 50%; float: none; display: inline-block; vertical-align: middle; overflow: hidden }
.new_progress_section h2 { padding: 10px 0; font-size: 36px; line-height: 50px; font-family: 'Hurme Geometric Sans semi'; }
.new_progress_section .progress_box { width: 330%; line-height: 35px; }
.new_progress_section .progress_box .title { margin: 0 -2px; width: 230px; font-size: 14px; line-height: 20px; font-weight: 700; color: #333; display: inline-block; vertical-align: middle; text-align: right }
.new_progress_section .progress_box .progress { margin: 0 -2px; padding: 0 0 0 30px; font-size: 14px; line-height: 20px; font-weight: 700; color: #00a0d8; width: calc(100% - 230px); display: inline-block; vertical-align: middle }
.new_progress_section .progress_box .progress span { margin-right: 10px; height: 23px; background: #00a0d8; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; display: inline-block; vertical-align: middle }


.new_ensure_section  { padding: 0 0 100px; background: #f7f7f7 }
.new_ensure_section img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.new_ensure_section h2 { margin: 0; padding: 10px 0; font-size: 36px; line-height: 50px; color: #182d4c; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_ensure_section .ensure_top .left { margin: 0 -2px; width: 50%; display: inline-block; vertical-align: middle }
.new_ensure_section .ensure_top .right { margin: 0 -2px 0 -15%; width: 65%; display: inline-block; vertical-align: middle }
.new_ensure_section .ensure_main { margin: 0 auto; max-width: 800px }
.new_ensure_section .ensure_box h3 { color: #21a8e0; margin: 0; padding: 10px 0; font-size: 30px; line-height: 38px; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_ensure_section .ensure_box ul { margin: 20px 0 30px; padding: 0; list-style-type: none; width: 100%;     font-family: 'Roboto',sans-serif; font-size: 19px; line-height: 35px; }
.new_ensure_section .ensure_box ul li { margin: 20px 0; padding: 0 0 0 30px; display: inline-block; width: 100%; position: relative }
.new_ensure_section .ensure_box ul li p { padding:0px !important; }
.new_ensure_section .ensure_box ul li:before { content: ''; width: 8px; height: 8px; border-radius: 10px; background: #00a0d8; position: absolute; left: 0; top: 12px }
.new_ensure_section .ensure_box ul li h5 { padding: 0 0 10px; font-size: 19px; line-height: 28px; color: #333; font-family: 'Hurme Geometric Sans semi'; }
.new_assessment_section { padding: 150px 0 160px; color: #fff; background-image: linear-gradient(180deg, #182d4c 0%, #05090f 100%); position: relative }
.new_assessment_section:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('images/shape1.svg') no-repeat; background-position: center center; background-size: cover }
.new_assessment_section .wrapper { position: relative }
.new_assessment_section .inner { margin: 0 auto; max-width: 700px; width: 100% }
.new_assessment_section .inner h2 { color: #fff; margin: 0; padding: 10px 0; font-size: 36px; line-height: 50px; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_assessment_section .inner .btn_style { margin-top: 40px }

#landing-page .btn_style a, #landing-page a.btn_style { padding: 14px 40px 17px; font-size: 20px; line-height: 28px; min-width: 320px; background: #9ee63f; color: #182d4c; display: inline-block; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; font-family: 'Hurme Geometric Sans semi'; text-align: center; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
#landing-page .btn_style a:hover,#landing-page a.btn_style:hover{background:#1a3159;color:#fff}


.new_increases_section { padding: 100px 0 }
.new_increases_section h2 { margin: 0; padding: 10px 0; font-size: 36px; line-height: 50px; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_increases_section .increases_top { position: relative }
.new_increases_section .increases_top:before { content: ''; margin: auto; width: 1px; height: 100%; background: #d6d6d6; position: absolute; top: 0; left: 0; right: 0; bottom: 0 }
.new_increases_section .increases_top .left { margin: 0 -2px; padding: 0 2% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_increases_section .increases_top ul { margin: 20px 0 30px; padding: 0; list-style-type: none; width: 100% }
.new_increases_section .increases_top ul li { line-height: 35px;  margin: 7px 0; padding: 0 0 0 30px; display: inline-block; width: 100%; position: relative }
.new_increases_section .increases_top ul li:before { content: ''; width: 8px; height: 8px; border-radius: 10px; background: #00a0d8; position: absolute; left: 0; top: 12px }
.new_increases_section .increases_top .right { margin: 0 -2px; padding: 0 0 0 8%; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_increases_section .increases_bottom { margin: 100px auto 0; padding: 5%; width: 100%; max-width: 1200px; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background-image: linear-gradient(180deg, #182d4c 0%, #05090f 100%) }
.new_increases_section .increases_bottom .left { margin: 0 -2px; width: 40%; display: inline-block; vertical-align: middle }
.new_increases_section .increases_bottom .left h3 { color: #fff; margin: 0; padding: 10px 0; font-size: 30px; line-height: 38px; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_increases_section .increases_bottom .right { margin: 0 -2px; padding: 0 0 0 40px; width: 60%; display: inline-block; vertical-align: middle }

.firewalls_box { padding: 100px 0 }
.firewalls_top { position: relative }
.firewalls_box h2 { margin: 0; padding: 10px 0; font-size: 36px; line-height: 50px; color: #182d4c; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.firewalls_top:before { content: ''; margin: auto; width: 1px; height: 100%; background: #d6d6d6; position: absolute; top: 0; left: 0; right: 0; bottom: 0 }
.firewalls_top .left { margin: 0 -2px; padding: 0 3% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle }
.firewalls_top ul { margin: 20px 0 30px; padding: 0; list-style-type: none; width: 100% }
.firewalls_top ul li { margin: 7px 0; padding: 0 0 0 30px; display: inline-block; width: 100%; position: relative }
.firewalls_top ul li:before { content: ''; width: 8px; height: 8px; border-radius: 10px; background: #00a0d8; position: absolute; left: 0; top: 12px }
.firewalls_top .right { margin: 0 -2px; padding: 0 0 0 8%; width: 50%; float: none; display: inline-block; vertical-align: middle; font-family: 'Roboto',sans-serif; font-size: 19px; line-height: 35px;  }
.firewalls_bottom { margin: 80px auto 0; width: 100%; max-width: 1200px; text-align: center }
.strip_box { margin: 0 -2px; padding: 5px; width: 50%; display: inline-block; vertical-align: top; text-align: left }
.strip_box a { padding: 38px 12%; font-size: 24px; line-height: 30px; width: 100%; background: #fff; display: flex; align-items: center; font-family: 'Hurme Geometric Sans semi'; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -o-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.strip_box a span:after { content: ''; margin-left: 15px; width: 31px; height: 28px; background: url('images/arrows.png') no-repeat; display: inline-block; vertical-align: middle; position: relative; left: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease }
.strip_box a:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20) }
.strip_box a:hover span:after { left: 5px }
.strip_box p { padding:0px !important;  }


#landing-page .wrapper { overflow:unset; margin-left:auto;margin-right: auto; }
#landing-page .set_bg { background-size: cover; background-repeat: no-repeat; background-position: center center; }

.new_playbooks_section { padding: 100px 0; color: #fff }
.new_playbooks_section .playbooks_left { margin: 0 -2px; padding: 0 2% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_playbooks_section .playbooks_right { margin: 0 -2px; padding: 0 0 0 2%; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_playbooks_section .playbooks_left h2 { color: #fff; margin: 0; padding: 10px 0; font-size: 24px; line-height: 30px; font-family: 'Hurme Geometric Sans semi'; clear: both; }
.new_playbooks_section .playbooks_left .btn_style { margin-top: 40px }
.new_playbooks_section .playbooks_cta { margin: 15px 0; display: inline-block; width: 100% }
.new_playbooks_section .playbooks_cta .inner { padding: 30px 5%; width: 100%; background: #fff; display: inline-block; color: #333; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -o-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease }
.new_playbooks_section .playbooks_cta .inner .link p { padding:0px !important;  }
.new_playbooks_section .playbooks_cta .inner .link a { font-size: 24px; line-height: 30px; color: #21a8e0; display: inline-block; font-family: 'Hurme Geometric Sans semi' }
.new_playbooks_section .playbooks_cta .inner .link a:after { content: ''; margin: -3px 0 0 15px; width: 31px; height: 28px; background: url('images/arrows.png') no-repeat; display: inline-block; vertical-align: middle; position: relative; left: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease }
.new_playbooks_section .playbooks_cta .inner:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.20) }
.new_playbooks_section .playbooks_cta .inner .link a:hover:after { left: 5px }
.new_playbooks_section .playbooks_cta .inner .link a:hover { color: #9ee63f }
.new_playbooks_section .playbooks_cta .inner .text { margin-top: 15px; font-family: 'Roboto', sans-serif; font-size: 19px; line-height: 35px; }
.new_playbooks_section .progress_section { padding: 100px 0 }
.new_playbooks_section .progress_section .left { margin: 0 -2px; padding: 0 2% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle }
.new_playbooks_section .progress_section .right { margin: 0 -2px; padding: 0 0 0 2%; width: 50%; float: none; display: inline-block; vertical-align: middle; overflow: hidden }
.new_playbooks_section .progress_box { width: 330% }
.new_playbooks_section .progress_box .title { margin: 0 -2px; width: 230px; font-size: 14px; line-height: 20px; font-weight: 700; color: #333; display: inline-block; vertical-align: middle; text-align: right }
.new_playbooks_section .progress_box .progress { margin: 0 -2px; padding: 0 0 0 30px; font-size: 14px; line-height: 20px; font-weight: 700; color: #00a0d8; width: calc(100% - 230px); display: inline-block; vertical-align: middle }
.new_playbooks_section .progress_box .progress span { margin-right: 10px; height: 23px; background: #00a0d8; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; display: inline-block; vertical-align: middle }
.header_top img.hs-image-widget { width: 104px; height: 46px; }
.bar-long { height: 10px; position: fixed; top: 0; left: 0; z-index: 111; line-height: 0; font-size: 0; background-image: linear-gradient(270deg, #92e04b 0%, #00a0d8 100%); opacity: 0; }
.bar-long.show { opacity: 1; }
.new_playbooks_section .playbooks_left .btn_style p { padding: 0px !important; }

#landing-page p a:not(.cta_button) { color: #21A8E0;}
#landing-page p a:not(.cta_button):hover {color: #9EE63F;}


.video_wrap h4 { text-align: center; margin-bottom: 36px; color: #00a0d8; }
.video_wrap { padding-top: 85px; }
.video_iframe_wrap iframe { width: 100%;  max-width: 1200px; }
.video_iframe_wrap {
    text-align: center;
}

.video_iframe_wrap { position:relative; max-width: 1200px; margin-left: auto; margin-right: auto; }
.video_iframe_wrap p { padding:0; }
.video_iframe_wrap .play_video { margin:auto; padding: 17px; width:auto; position:absolute; top:50%; left:50%; color:#9ee63f; text-align:center; font-size:18px; line-height:24px; transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); background: #fff; font-family: 'Hurme Geometric Sans semi'; cursor:pointer; }
.video_iframe_wrap .play_video i { font-size:80px; }

.play_video_banner_wrap { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background-repeat: no-repeat; background-size: 100% 100%;  }
.play_video_banner_wrap:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #000000; opacity: 0.51; }
.play_video_banner_wrap a { position: absolute; z-index: 2; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.play_video_banner_wrap a strong { display: inline-block; width: 100%; font-size: 22px; font-weight: 600; text-align: center; line-height: 39px; color: #9ee63f; margin-top: 13px; }



.lp-popup { position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; opacity: 0; visibility: hidden; z-index: 99999999999; }
.lp-popup .layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; }
.lp-popup .lp-box { background: #fff; position: relative; z-index: 1; padding: 90px 20px; width: 1030px; color: #fff; text-align: center; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.47); border-radius: 20px; }
.lp-popup .lp-box > img { position: absolute; left: 0; top: -16px; }
.lp-popup .lp-center { position: relative; transition: all 0.5s ease; transform: scale(0.8); opacity: 0; z-index: 999999999; width: 100%; max-height: 100vh; overflow: auto; display: flex; display: flex; align-items: center; justify-content: center; }
.lp-popup .lp-box h3 { font-size: 30px; line-height: normal; }
.lp-popup .lp-box a { background: #9ee63f; color: #000; padding: 14px 45px 16px; display: inline-block; border-radius: 40px; font-weight: 700; }
.lp-popup .lp-box a img { margin-right: 15px; vertical-align: bottom; position: relative; top: -2px; }
.lp-popup .lp-box a:hover { background: #75ad2c; }
.lp-popup .lp-close { position: absolute; top: 25px; left: 25px; height: 30px; width: 30px; margin: 0; cursor: pointer; transition: all 0.3s ease; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAAXNSR0IB2cksfwAAAEtQTFRFAAAAn99Anuc+n+U/nuY/nuY/nuY/nuY/neY/n+Y+n+dAn+dAneVAnuY/n+RAnuY+n+ZAnuZAnuY/nuU/nedAnuY/nuZAnuY+neZAxnOljwAAABl0Uk5TABBfn7/f/++vbyBAgM8wsFCg0PBg4JDAcEEKGbkAAADnSURBVHicfZNbFoMgDAVD1dACUm18dP8rLRGRCNr7o4fRMMQIkKIeTduhbp8vA1VMgzmtLajTeEqjBFRPLNP7TPuKIuqDvy8oYrfXd5c0CEZnfYNxYDzeUezY63jWfLYrWUP59SlhA4o5BeN5X1pE7V4xZ3osheorSr76kwwAoeSFqgGpupZdsBLzvtEvxYu9mTp14qLh0bmXnAC+eZ/NinnSHUPLs+WY/FNbJsgH1115Q3xQi3dx8O+TzfssfS4ppWnydIWnYxb9XEHKNNRfCzp7OGWQBcjVv9GwxCdonFRN49TaougPK6ATq3dUJCkAAAAASUVORK5CYII='); background-position: center; background-repeat: no-repeat; background-size: contain; }
.lp-popup .lp-close:hover { opacity: 0.5; }
body.popup_load .lp-popup { opacity: 1; visibility: visible; }
body.popup_load .lp-popup .lp-center { opacity: 1; transform: scale(1); }
body.popup_load { overflow: hidden; }
.lp-popup .lp-box .lp-inner { max-width: 610px; margin: 0 auto; }
.lp-popup .lp-box .text { padding: 20px 0 30px; }


.blog-popup-new-wrap form .hs-form-field > label { display: none; }
.blog-popup-new-wrap form .hs-form-field input { border-radius: 10px; border: 1px solid #707070; background-color: #ffffff; min-height: 68px; width: 100%; color: #6f6f6f; font-family: Roboto; font-size: 19px; font-weight: 400; padding: 0px 15px; box-sizing: border-box; }
.blog-popup-new-wrap * { box-sizing: border-box; }
.blog-popup-new-wrap .lp-box form p > a { background-color: transparent; color: #fff; padding: 0px; }
.blog-popup-new-wrap form .hs-form-field input[type="checkbox"] { width: 45px; min-height: 25px; }
.blog-popup-new-wrap form .hs-form-field label.hs-form-booleancheckbox-display { margin-top: 20px; display: inline-flex; width: 100%; text-align: left; align-items: center; justify-content: center; vertical-align: middle; }
.blog-popup-new-wrap .lp-box form .hs_submit input { background: #9ee63f; color: #182d4c; padding: 14px 45px 16px; display: inline-block; border-radius: 40px; font-weight: 700; border: 0px; font-family: 'Roboto', sans-serif; font-size: 19px; margin-top: 26px; }
.blog-popup-new-wrap .lp-box form p > a:hover { background-color: transparent; color: #fff; }
.blog-popup-new-wrap .lp-box form .hs_submit input:hover { background: #75ad2c; }
.blog-popup-new-wrap .lp-box .lp-inner { max-width: 659px; position: relative; }
.blog-popup-new-wrap .lp-box { padding: 130px 20px 110px; padding: 130px 20px 110px; margin-bottom: 36px; margin-top: 36px; overflow: hidden; }

.blog-popup-new-wrap .layer { background-color: #333333; opacity: 0.32; }
.blog-popup-new-wrap .lp-box:after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;background-color: #182d4c;opacity: 0.84;}
.blog-popup-new-wrap .lp-box * { z-index: 2; }

.blog-popup-new-wrap .lp-box .lp-inner h4 { color: #ffffff; font-family: Roboto; font-size: 19px; font-weight: 400; font-style: normal; letter-spacing: normal; line-height: 35px; text-align: center; margin-top: 18px; }
.blog-popup-new-wrap .lp-box .lp-inner * { text-align: center; }

/* 20-10-2020 */
.demo_video_template .with_img figure.image iframe { width: 100%; max-width: 850px; } 

/* 11-11-2020 */
@font-face {
    font-family: 'Hurme Geometric Sans 3';
    src: url('fonts/HurmeGeometricSans3-SemiBold.woff2') format('woff2'),
        url('fonts/HurmeGeometricSans3-SemiBold.woff') format('woff'),
        url('fonts/HurmeGeometricSans3-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



#pricing-redesign * { box-sizing: border-box; }
.pricing-banner-main-wrap { position: relative; }
.pricing-banner-main-wrap:after {content: '';background-color: #182d4c;opacity: 0.84;position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}

.pricing-banner-main-wrap a.btn.big { color: #fff; }
.pricing-banner-main-wrap a.btn.big:hover { background: #9EE63F !important; border: 2px solid #9EE63F !important; color: #1a3159 !important; }
.section.full_img.pricing-banner-main-wrap a.btn.big {  line-height: 52px; padding: 0 44px; ; margin-right: 21px; font-weight: 700; }
.section.full_img.pricing-banner-main-wrap a.btn.big:last-child { margin-right: 0px; }

.cloudrail-col-6 { width: 50%; float: left; padding: 0px 15px; box-sizing:border-box; }
.cloudrail-details-wrap { display: inline-block; width: calc(100% + 30px); margin: 0px -15px; }
.cloudrail-details-list-wrap h2 { color: #182d4c; font-family: "Hurme Geometric Sans 3"; font-size: 36px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 44px; }
.cloudrail-details-list-heading-content {margin-top: 17px;display: inline-block;width: 100%;vertical-align: top;}
.cloudrail-details-list-heading-content p { color: #333333; font-family: Roboto; font-size: 19px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 33px; }

.cloudrail-details-list-main { padding-top: 25px; }
.cloudrail-details-list { margin-top: 29px; }
.cloudrail-details-list ul li { display: inline-block;width: 100%; padding-left: 35px; margin: 0 0 18px; background: url("images/icon-checkbox.svg") left top 5px / 20px no-repeat; -webkit-background-size: 20px; -moz-background-size: 20px; -o-background-size: 20px; background-size: 20px; color: #333333; font-family: Roboto; font-size: 19px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 33px; }

.cloudrail-details-list-btn { margin-top: 27px; display: inline-block; width: 100%; }
.cloudrail-details-list-btn a.btn { border: 2px solid #182d4c; width: 240px; height: 55px; border-radius: 50px; color: #182d4c; font-family: Roboto; font-size: 17px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: 50px; margin: 0; }
.cloudrail-details-list-btn a.btn:hover { background-color: #182d4c; color: #fff; }
.cloudrail-details-img-wrap { text-align: right; }
.cloudrail-details-img-wrap img { max-width: 100%; }

.cloudrail-video-main-wrap { position:relative; z-index:3;}
.cloudrail-video-main-wrap .cloudrail-details-wrap { display: flex; flex-flow: row-reverse; }
.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap { text-align: left; }
.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-list { margin-top: 52px; }
.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-list-main { padding-top: 0px; }
.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap iframe {height:340px;width: 100%;}
.cloudrail-details-main-wrap { margin-top: 35px; }
.cloudrail-details-main-wrap.cloudrail-video-main-wrap { margin-top: 0px; }
@media screen and (min-width:1200px) {
    .cloudrail-help-main-wrap.section {margin-top:-250px; }
}
.cloudrail-help-main-wrap.section { background-image: linear-gradient(180deg, #00a0d8 0%, #162941 100%); position: relative; padding-top: 303px; overflow: hidden; }
.cloudrail-help-heading h2 { text-align: center; color: #73d8fc; font-family: "Hurme Geometric Sans 3"; font-size: 36px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 44px; }
.cloudrail-help-main-wrap.section:before {
    
    

    content: '';
    width: 120%;
    height: 75%;
    display: block;
    position: absolute;
    top: -20%;
    left: -10%;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

}

.cloudrail-help-col-3 { width: 33.33%; float: left; }
.cloudrail-help-list-wrap { display: inline-block; width: 100%; vertical-align: top; margin-top: 80px; }
.cloudrail-help-list h3 { color: #ffffff; font-family: "Hurme Geometric Sans 3"; font-size: 25px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 32px; }
.cloudrail-help-list-content { margin-top: 35px; }
.cloudrail-help-list { padding-left: 15px; padding-right: 15px; }
.cloudrail-help-list-content p { color: #ffffff; font-family: Roboto; font-size: 19px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 33px; }


.cloudrail-team-main-wrap.section { padding-top: 35px; }
.cloudrail-team-heading h2 { color: #182d4c; font-family: "Hurme Geometric Sans 3"; font-size: 36px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 44px; text-align: center; }
.cloudrail-team-heading-content { margin-top: 23px; max-width: 621px; text-align: center; margin-left: auto; margin-right: auto; display: inline-block; }
.cloudrail-team-heading-content p { color: #333333; font-family: Roboto; font-size: 19px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 33px; }
.cloudrail-team-heading { text-align: center; }

.cloudrail-team-plan-main-wrap { display: inline-block; width: 100%; margin-top: 67px; padding-bottom: 0; }
.cloudrail-team-plan-price-chat-main-wrap.section .pad_big { padding-top: 39px; padding-bottom: 31px; }
.cloudrail-team-col-3 { width: 33.33%; float: left; padding: 0px 31px; padding-bottom: 31px; box-sizing:border-box; }
.cloudrail-team-plan-wrap { box-shadow: 0 0 26px rgba(0, 0, 0, 0.16); border-radius: 20px; background-color: #ffffff; overflow: hidden; }
.cloudrail-team-plan-wrap h3 { background-color: #f2f2f2; color: #21a8e0; font-family: "Hurme Geometric Sans 3"; font-size: 24px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 32px; text-align: center; padding: 27px 5px; }
.cloudrail-team-plan-details { margin: 32px 0; padding:0px 44px; color: #333333; font-family: Roboto; font-size: 16px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 26px; text-align: center; }
.cloudrail-team-plan-details p:last-child { margin-bottom: 0px; }
.cloudrail-team-plan-price { background-color: #162941; color: #ffffff; font-family: "Hurme Geometric Sans 3"; font-size: 21px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 26px; text-align: center; padding: 17px 10px; }

.cloudrail-team-plan-btn { text-align: center; }
.cloudrail-team-plan-btn a.btn { margin: 0px; color: #182d4c; font-family: Roboto; font-size: 17px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: 51px; height: 55px; padding: 0 8.6%; }
.cloudrail-team-plan-btn a.btn:hover { background-color: #182d4c !important; color: #ffffff !important; }

.cloudrail-help-price-chat-main-wrap { text-align: center; margin-top: 95px; display: none; }
.cloudrail-help-price-chat-heading h2 { color: #182d4c; font-family: "Hurme Geometric Sans 3"; font-size: 36px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 44px; text-align: center; }
.cloudrail-help-price-chat-heading { display: inline-block; width: 100%; margin-bottom: 95px; }

.cloudrail-help-price-chat-list { padding: 19px; }
.cloudrail-help-price-chart { box-sizing:border-box; }
.cloudrail-help-price-chart ul { display: inline-flex; width: 100%; vertical-align: top; }
.cloudrail-help-price-chart ul li { width: 25%; float: left; display: inline-block; padding-bottom: 34px; border-right: 1px solid #cccccc; padding-left: 15px; padding-right: 15px; }
.cloudrail-help-price-chart ul.cloudrail-help-price-heading li:first-child strong { color: #9ee63f; font-family: "Hurme Geometric Sans 3"; font-size: 24px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 32px; }
.cloudrail-help-price-chart ul.cloudrail-help-price-heading li { color: #21a8e0; font-family: "Hurme Geometric Sans 3"; font-size: 24px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 32px; }
.cloudrail-help-price-chart { display: inline-block; width: 100%; padding: 47px 25px; box-shadow: 0 0 26px rgba(0, 0, 0, 0.16); border-radius: 20px; background-color: #ffffff;     margin-bottom: 66px; }
.cloudrail-help-price-chart ul:last-child li { padding-bottom: 0px; }
.cloudrail-help-price-chart ul li:last-child { border-right: 0px; }
.cloudrail-help-price-plan li { color: #333333; font-family: Roboto; font-size: 16px; font-weight: 500; font-style: normal; letter-spacing: normal; line-height: 26px; }
.cloudrail-help-price-plan li strong { color: #333333; font-family: "Hurme Geometric Sans 3"; font-size: 19px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 26px; display: inline-block; width: 100%; vertical-align: top; }
.cloudrail-help-price-chart:last-child { margin-bottom: 0px; }
.cloudrail-help-price-chart.border-remove li { border-right: 0px; }
.cloudrail-team-main-wrap.section .pad_big.box { padding-bottom: 31px; }




    /* New Nav Style */
    @media screen and (min-width:1181px) {
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child > ul.sub-menu {
        width:905px; box-sizing:border-box; padding:50px 0;
    }
    
    #header.bg.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child li.menu-item-has-children > a:after, #header.white.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child li.menu-item-has-children > a:after {
        background:none;
    }
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child li.menu-item-has-children > a:after {
        background:none;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child ul.sub-menu a.parent-1 {
        padding:0 0 10px!important; font-size:17px; color:#21A8E0!important; cursor:pointer;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child ul.sub-menu a.parent-2 {
        padding-left:0!important; padding-right:0!important; line-height:1.8em; background:transparent;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child ul.sub-menu a.parent-2 .menu-text {
        font-size:13px; color:#333; cursor:default; display:block; margin:0 0 30px;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child > ul.sub-menu > li.menu-item {
        width:50%; float:left; box-sizing: border-box; padding:0 50px; position:relative;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child > ul.sub-menu > li.menu-item:first-child:after {
        content:''; position:absolute;
        top:0;
        right:0;
        width:1px;
        bottom:0;
        height:100%;
        background:#CBCBCB;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child ul.sub-menu a.parent-3 {
        padding-left:0!important; padding-right:0!important; font-size:14px; color:#182D4C!important; background:transparent;
        margin-bottom:15px!important;
    }
    
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child > ul.sub-menu > li.menu-item:first-child ul.sub-menu ul.sub-menu.parent-lvl-4 {
        column-count:2;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:first-child ul.sub-menu a.parent-4 {
        padding:0 0 10px!important; font-size:17px; color:#21A8E0!important; background:transparent;
    }
    

    /* End Products Desktop Nav */
        
    /* Start Resources Desktop Nav */
        
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) > ul.sub-menu {
        width:490px; box-sizing:border-box; padding:50px; column-count:2; column-fill: auto;
        height:503px; column-gap: 35px;
    }
    
    #header.bg.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) li.menu-item-has-children > a:after, #header.white.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) li.menu-item-has-children > a:after {
        background:none;
    }
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) li.menu-item-has-children > a:after {
        background:none;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-1 {
        padding:0 0 10px!important; font-size:17px; color:#21A8E0!important; cursor:pointer;
    }
        
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-1[title="label-only"], #header.header2021 #nav > .wrap > ul.menu a[title="label-only"] {
          cursor: default; pointer-events: none;
        }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-2 {
        padding-left:0!important; padding-right:0!important; line-height:1.3em; background:transparent;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-2 .menu-text {
        font-size:13px; color:#333; cursor:default; display:block; margin:0 0 0px;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) > ul.sub-menu > li.menu-item {
        width:100%; float:none; box-sizing: border-box; padding:0 0px; position:relative;
    }
    
    
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-3 {
        padding-left:0!important; padding-right:0!important; font-size:13px; color:#21A8E0!important; background:transparent;
        margin-bottom:0px!important;
    }
    
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) > ul.sub-menu > li.menu-item:nth-child(2) ul.sub-menu ul.sub-menu.parent-lvl-4 {
        column-count:2;
    }
    
    #header.header2021 #nav > .wrap > ul.menu > li.menu-item:nth-child(2) ul.sub-menu a.parent-4 {
        padding:0 0 10px!important; font-size:17px; color:#21A8E0!important; background:transparent;
    }
        
        #header .cta.cta-2021 .cta-hover-container {
            display:none;
        }
        
        #header .cta.cta-2021:hover .cta-hover-container {
            display:block;
        }
         nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu {
            position: absolute;
            right: 0;
            top: 95px;
            background: #fff;
            box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
            list-style: none;
            z-index: 9999;
            width: 775px;
            box-sizing: border-box;
            padding: 50px;
             border-radius:6px;
             column-count:2;
             column-gap: 30px;
             column-fill: balance;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu:before {
            content: '';
                width: 0;
                height: 0;
                display: block;
                position: absolute;
                top: -15px;
                right: 70px;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #fff;
        }
        
        #header .cta.cta-2021 {
            overflow:visible;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu a.parent-0, nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu .dropdown_btn {
            display:none;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu a.parent-1 {
            padding: 0 0 10px!important;
            font-size: 17px;
            color: #21A8E0!important;
            cursor: pointer;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu li.menu-item-has-children > a.parent-1 {
            font-size:19px;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu a.parent-2 .menu-text {
            font-size:13px; color:#333; cursor:default; display:block; margin:0 0 10px;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu ul {
            list-style:none;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu ul > li > a {
            display:block; 
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu ul.parent-lvl-1 > li:first-child {
            margin-bottom: 20px;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container span.btn {
            display:block;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu ul.parent-lvl-1 > li:last-child > a.parent-1 {
            max-width: 240px;
        }
        
        nav.cta.box.cta-2021 .btn.green {
            font-size:17px;
        }
        
        nav.cta.box.cta-2021 .cta-hover-container ul.header-cta-menu ul.parent-lvl-1 > li:last-child > a.parent-1 .btn.green {
            height:55px; padding:4px 0; border-radius: 25px;
            
        }
    }
    
    /* End Desktop Nav */
    
    
    
    .fullWrap:before,
        .fullWrap:after {
          content: "";
          display: table;
        }

        .fullWrap:after {
          clear: both;
        }

        .innerWrap:before,
        .innerWrap:after {
          content: "";
          display: table;
        }

        .innerWrap:after {
          clear: both;
        }

        
        .fullWrap > .innerWrap { max-width:1202px; margin:0 auto; }
    
    @media screen and (max-width:1141px) {
        .fullWrap > .innerWrap {
            padding-left:20px!important; 
            padding-right:20px!important;
        }
    }
    
    .clearfix:before,
        .clearfix:after {
          content: "";
          display: table;
        }

        .clearfix:after {
          clear: both;
        }
    
    .section.full_img .header .wrap.wrap-600 {
        max-width:600px;
    }
    
    .section.explore-our-products .wrapper > h2 {
        text-align:center; margin:0 0 85px; 
    }
    
    .section.explore-our-products > .wrapper {
        padding-bottom:50px;
    }
    
    .explore-boxes {
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        
        
    }
    .explore-boxes > .explore-box {
        width:45%;
        border-radius: 10px;
        box-shadow: 0 0 35px rgba(0,0,0,.16);
        background:#f5f5f5;
        overflow: hidden;
    }
    
    .explore-box .top {
        min-height: 382px;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: cover;
        box-sizing: border-box;
        padding:50px;
        
    }
    
    .explore-box .top h2 {
        font-size:27px;
        line-height:1.3em;
    }
    
    .explore-box .bottom {
        box-sizing:border-box;
        padding:50px;
        
    }
    
    .explore-box .btn.big {
        height:auto;
        line-height:1.3em;
        padding:15px 40px;
    }
    
    .explore-box .bottom p {
        font-size:16px; margin-bottom: 30px;
    }
    
    .section .explore-box .bottom .header h2 {
        font-size:23px;
        line-height:1.3em;
    }
    
    .explore-box .bottom .supports {
        margin-top:45px;
        padding-top: 45px;
        border-top:1px solid #9D9D9D;
    }
    
    .section .explore-box .bottom .supports .header h2 {
        font-size:16px;
    }
    
    .section .explore-box .supports .small-logos {
        
    }
    
    .section .explore-box .supports .small-logos .image {
        width:20%; height:54px; text-align: center; display: flex;
        flex-flow: column;
        justify-content: center;
        padding:0 5px;
        box-sizing: border-box;
        margin:5px 0;
    }
    
    .section .explore-box .supports .small-logos .image img {
        
    }
    
    
    .trusted-companies .company-logos .image img {
        max-height:80px;
    }
    
    .trusted-companies h2 {
        text-align: center;
    }
    
    .section .company-logos .image {
        width:16.66666%;
    }
    
    @media screen and (max-width:900px) {
        .explore-boxes { justify-content: center; }
        .explore-boxes > .explore-box { width:70%; margin:25px 0; }
        .section .company-logos .image {
            width: 33.3333%;
            margin: 15px 0;
        }
    }
    
    @media screen and (max-width:600px) {
        
        .explore-boxes > .explore-box { width:100%; }
    }
    
    @media screen and (max-width:480px) {
        .section .company-logos .image { width:50%; }
        .explore-box .top, .explore-box .bottom { padding:30px; }
    }
    
    @media screen and (max-width:400px) {
        .section .company-logos .image { width:100%; }
    }
    
/*----- end vav and new home ----- */



@media (min-width: 768px) {
	.new_challenges_section .inner img { display: none; }
	.video_wrap { margin-bottom: -50px; }
    .cloudrail-help-price-chat-list.desktop-hide { display: none; }

}
@media (min-width: 1400px) {
	.video_iframe_wrap iframe { height: 590px;  }
    .blog-popup-new-wrap .lp-box h1 { margin-bottom: 7px; }
    .cloudrail-help-list { padding-right: 14%; padding-left: 14%; }


}
@media(max-height:732px){
	.nav_menu .nav { max-height: calc(100vh - 150px); }
	
}

@media (max-width: 1800px) and (min-width: 1601px){
	#landing-page .wrapper { max-width: 1070px; }
	.new_progress_section .progress_box { width: 300% }
    .cloudrail-details-list-heading-content { padding-right: 65px; }


} 
@media (max-width: 1600px) and (min-width: 1201px){
	#landing-page .wrapper { max-width: 900px; }
	.new_progress_section .progress_box { width: 230% }
} 

@media (max-width:1439px) and (min-width:1201px) {
	#landing-page  .wrapper { max-width: 1170px; }
}
@media (max-width:1439px) and (min-width:1260px) {
	
	#landing-page  .wrapper { max-width: 900px; margin-left: 5%; }
}
@media (max-width:1439px) and (min-width:1390px) {
	#landing-page .wrapper {margin-left: 12%; }
}
@media (max-width:991px) and (min-width:768px) {
	#landing-page .wrapper { width: 720px; }
}
@media (max-width: 767px) and (min-width: 30px){
	#landing-page .wrapper { padding: 0 15px; width: 100%; }
}

@media (max-width:1440px){

	.nav_menu .nav ul li a { padding: 11px 15px 11px 28px; line-height: 19px; }
	.nav_menu { top: 50%; transform: translateY(-50%); } 
	.nav_menu .nav ul li:last-child { margin-bottom: 15px; }

}


@media (max-width:1439px) {
	.strip_box a,
	.new_playbooks_section .playbooks_cta .inner .link a { font-size: 24px; line-height: 30px; }
	
	.nav_menu.show { right: 0 }
	.nav_menu .nav ul li a { padding: 10px 15px 10px 28px }
	.strip_box a,
	.new_playbooks_section .playbooks_cta .inner .link a { font-size: 24px; line-height: 30px }
	.bars_toggle { display:none }
}
@media (max-width:1259px) {
	.nav_menu { right: -262px }
	.bars_toggle { display:block; width: 40px; height: 40px; line-height: 40px; font-size: 28px; position: absolute; top: 15px; left: -40px; background: #92e04b; color: #fff; text-align: center; font-weight: 300; cursor: pointer }
	
}
@media (max-width:1439px) and (min-width:1201px) {
	.strip_box a,
	.new_playbooks_section .playbooks_cta .inner .link a { font-size: 24px; line-height: 30px; }
}

@media(max-width:1200px) {
	body#landing-page,
	#landing-page p { font-size: 16px; line-height: 30px }
	.new_hero_pillar { padding: 240px 0 }
	.new_challenges_section { padding: 100px 0 }
	.new_advancements_section .advancements_row .box_counter .number { font-size: 60px; line-height: 68px }
	.new_advancements_section .advancements_row .left { padding: 0 30px 0 0; width: calc(100% - 300px); flex: 0 0 calc(100% - 300px) }
	.new_advancements_section .advancements_row .right { width: 300px; flex: 0 0 300px }
	.new_advancements_section .advancements_row .box_counter { font-size: 18px; line-height: 26px }
	.new_advancements_section .advancements_row:nth-child(2n) .left { padding: 0 0 0 30px }
	.new_playbooks_section .progress_box { width: 250% }
	.strip_box a,
	.new_playbooks_section .playbooks_cta .inner .link a { font-size: 22px; line-height: 32px }
	
	.nav_menu .nav { height: 400px }
	.firewalls_top .right, .new_playbooks_section .playbooks_cta .inner .text, .new_ensure_section .ensure_box ul { font-size: 16px; line-height: 30px  }
	.video_wrap { padding-top: 65px; }

    .lp-popup .lp-box {max-width: calc(100% - 30px); padding: 40px 20px; }
	
	/* 	20-10-2020 */
	.demo_video_template .with_img figure.image iframe {  height: 290px; }

    .section.full_img.pricing-banner-main-wrap a.btn.big { width: 198px; }
    .cloudrail-details-list-wrap h2 { font-size: 26px; line-height: 34px; }
    .cloudrail-details-list { margin-top: 28px; }
    .cloudrail-details-list ul li { margin: 0 0 10px; }
    .cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-list { margin-top: 33px; }
    .cloudrail-help-main-wrap.section { padding-top: 120px; }
    .cloudrail-help-main-wrap.section::before { height: 120px; }
    .cloudrail-help-list-wrap { margin-top: 44px; }
    .cloudrail-team-plan-details { padding: 0px 13px; }
    .cloudrail-team-col-3 { padding: 0px 20px 23px; }
    /*.cloudrail-team-plan-main-wrap { padding-bottom: 50px; }*/
    .cloudrail-help-price-chat-main-wrap { margin-top: 65px; }
    .cloudrail-help-price-chat-heading { margin-bottom: 65px; }

}
@media(min-width:768px) and (max-width:1200px) {
	#landing-page h1 { font-size: 34px; line-height: 46px }
	#landing-page h2 { font-size: 30px; line-height: 40px }
	#landing-page h3 { font-size: 26px; line-height: 32px }
	#landing-page h4 { font-size: 24px; line-height: 30px }
	#landing-page h5 { font-size: 22px; line-height: 28px }
	#landing-page h6 { font-size: 20px; line-height: 26px }
}
@media(min-width:992px) and (max-width:1200px) {
	#landing-page .wrapper { max-width: 920px }
}
@media(max-width:991px) {
	 #landing-page .btn_style a,
	 #landing-page a.btn_style { font-size: 18px; line-height: 24px; min-width: 280px }
	 .header_top { padding: 25px 0 }
	 .new_hero_pillar { padding: 180px 0 }
	 .new_advancements_section  { padding: 20px 0 }
	 .new_advancements_section .advancements_row { padding: 20px 0 }
	 .new_advancements_section .advancements_row .left { padding: 0; width: 100%; flex: inherit }
	 .new_advancements_section .advancements_row .right { width: 100%; flex: inherit; border-left: 0; text-align: center }
	 .new_advancements_section .advancements_row .box_counter { margin: 0 -2px; padding: 15px; width: 50%; display: inline-block; vertical-align: top }
	 .new_advancements_section .advancements_row:nth-child(2n) .left { padding: 0 }
	 .new_advancements_section .advancements_row:nth-child(2n) .right { border-right: 0 }
	 .new_counter_section { padding: 80px 0 }
	 .new_counter_section .counter_main { margin-top: 20px }
	 .new_counter_section .counter_box .number { font-size: 42px; line-height: 52px }
	 .new_counter_section .counter_box .text { padding: 10px 0 0; font-size: 18px; line-height: 28px }
	 .new_progress_section { padding: 40px 0 50px }
	 .new_progress_section .left { margin: 0; padding: 0; width: 100% }
	 .new_progress_section .right { margin: 20px 0 0; padding: 0; width: 100% }
	 .new_ensure_section { padding: 0 0 50px }
	 .ensure_box ul li { margin: 10px 0 }
	 .new_assessment_section { padding: 50px 0 70px }
	 .new_assessment_section .inner .btn_style { margin-top: 15px }
	 .firewalls_box { padding: 50px 0 60px }
	 .new_increases_section  { padding: 60px 0 }
	 .new_increases_section .increases_top:before { display: none }
	 .new_increases_section .increases_top .left { margin: 0; padding: 0; width: 100% }
	 .new_increases_section .increases_top .right { margin: 20px 0 0; padding: 0; width: 100% }
	 .new_increases_section .increases_top ul { margin: 10px 0 }
	 .new_increases_section .increases_bottom { margin-top: 20px }
	 .new_increases_section .increases_bottom .left { margin: 0; padding: 0; width: 100% }
	 .new_increases_section .increases_bottom .right { margin: 10px 0 0; padding: 0; width: 100% }
	 .firewalls_top .right { padding: 0 0 0 15px }
	 .strip_box a { padding: 30px 20px }
	 .strip_box a,
	 .new_playbooks_section .playbooks_cta .inner .link a { font-size: 20px; line-height: 28px }
	 .new_playbooks_section .playbooks_left .btn_style { margin-top: 10px }

     /* 30-10-2020 */
    .blog-popup-new-wrap form .hs-form-field input { min-height: 58px; }
    .blog-popup-new-wrap .lp-box .lp-inner { max-width: 490px; }

    .cloudrail-details-main-wrap { margin-top: 0; }
    .cloudrail-col-6 { width: 100%; }
    .cloudrail-details-list-wrap { margin-bottom: 45px; }
    .cloudrail-details-img-wrap { text-align: center; }
    .cloudrail-video-main-wrap .cloudrail-details-wrap { flex-flow: column; }
    .cloudrail-help-main-wrap.section { padding-top: 80px; }
    .cloudrail-help-main-wrap.section::before { height: 80px; }
    .cloudrail-help-list-wrap { margin-top: 26px; }
    .cloudrail-help-list h3 { font-size: 20px; line-height: 28px; }
    .cloudrail-help-list-content p { font-size: 17px; line-height: 24px; }
    .cloudrail-team-main-wrap.section { padding-top: 0px; }
    .cloudrail-team-plan-main-wrap { margin-top: 37px; display: flex; flex-flow: wrap; align-items: center; justify-content: center; }
    .cloudrail-team-col-3 { width: 50%; padding-bottom: 47px; margin-bottom:65px; }
    .cloudrail-team-col-3:last-child { padding-bottom: 0px; }
    .cloudrail-help-price-chat-main-wrap { margin-top: 35px; }
    .cloudrail-help-price-chat-heading { margin-bottom: 27px; }
    .cloudrail-help-price-chart ul.cloudrail-help-price-heading li strong,
    .cloudrail-help-price-chart ul.cloudrail-help-price-heading li:first-child strong,
    .cloudrail-help-price-plan li strong { font-size: 19px; line-height: 22px; }
    .cloudrail-help-price-chart ul li { padding-bottom: 20px; padding-left: 11px; padding-right: 11px; }
    .cloudrail-help-price-chart { padding: 37px 13px; margin-bottom: 45px; }
	
	.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap {text-align: center;}
	.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap iframe {max-width: 560px; margin: 0px auto; float: none;}

}

@media(max-width:880px) {
	.demo_video_template .with_img figure.image iframe { height: 300px; display: table; max-width: 612px; margin: auto; }
}

@media(min-width:768px) and (max-width:991px) {
	#landing-page .wrapper { width: 720px }

}
@media(min-width:30px) and (max-width:767px) {
	#landing-page h1 { font-size: 30px; line-height: 38px }
	#landing-page h2 { font-size: 26px; line-height: 34px }
	#landing-page h3 { font-size: 24px; line-height: 32px }
	#landing-page h4 { font-size: 22px; line-height: 30px }
	#landing-page h5 { font-size: 20px; line-height: 28px }
	#landing-page h6 { font-size: 18px; line-height: 26px }
	#landing-page .wrapper { padding: 0 15px; width: 100% }
	 .new_challenges_section { padding: 30px 0; background-image: unset !important; }
	 .new_advancements_section .advancements_row .box_counter .number { font-size: 40px; line-height: 48px }
	 .new_advancements_section .advancements_row .box_counter { padding: 10px; font-size: 16px; line-height: 24px }
	 .firewalls_top:before { display: none }
	 .firewalls_top .left { margin: 0; padding: 0; width: 100% }
	 .firewalls_top .right { margin: 0; padding: 0; width: 100% }
	 .firewalls_top ul { margin: 0 }
	 .firewalls_bottom { margin: 40px 0 0 }
	 .strip_box a span:after,
	 .new_playbooks_section .playbooks_cta .inner .link a:after { margin-right: 10px; width: 20px; height: 19px; background-size: 20px }
	 .new_playbooks_section { padding: 60px 0 }
	 .new_playbooks_section .playbooks_left { margin: 0; padding: 0; width: 100% }
	 .new_playbooks_section .playbooks_right { margin: 15px 0 0; padding: 0; width: 100% }
	 .new_ensure_section { padding: 30px 0 50px }
	 .new_ensure_section .ensure_top .left { margin: 20px 0 0; width: 100% }
	 .new_ensure_section .ensure_top .right { margin: 0; width: 100% }
	 .new_ensure_section .ensure_top .right img { max-width: 440px; margin: 0 auto; display: block }
	 .increases_top ul li,
	 .firewalls_top ul li { padding: 0 0 0 20px }
	 .new_counter_section { padding: 60px 0 }
	 .new_counter_section .counter_main { margin-top: 10px }
	.new_counter_section .counter_box { width: 50% }
 	.ensure_top { display: flex; flex-flow: column-reverse; }
 	.bar-long { display: none;  }
 	.new_challenges_section .inner img { width: 100%; }
 	.video_iframe_wrap iframe { width: 100%; height: 290px; }
 	.video_wrap { padding-top: 35px; }
    .play_video_banner_wrap a strong { line-height: 29px; margin-top: 6px; }
    .play_video_banner_wrap a svg { width: 70px; height: 70px; }

    .lp-popup .lp-box { overflow: auto; max-height: calc(100vh - 30px); }
    .lp-popup .lp-box .text { padding: 10px 0px 20px; }
    .lp-popup .lp-close { height: 20px; width: 20px; top: 15px; left: 15px; }
	
	/* 20-10-2020 */
	.demo_video_template .with_img figure.image iframe { max-width: 590px; margin: auto; float: none;  display: table; }


    /* 30-10-2020 */
    .blog-popup-new-wrap h1 { font-size: 30px; line-height: 38px; margin-bottom: 10px; }
    .blog-popup-new-wrap form .hs-form-field label.hs-form-booleancheckbox-display * { text-align: left; } 
    .blog-popup-new-wrap .lp-box .lp-inner h4 { margin-top: 0; }
    .blog-popup-new-wrap .lp-box form .hs_submit input { margin-top: 9px; }
    .blog-popup-new-wrap .lp-box .lp-inner { padding-top: 16px; }


    .cloudrail-help-col-3 { width: 100%; margin-bottom: 17px; }
    .cloudrail-help-list-content { margin-top: 21px; }
    .cloudrail-team-plan-main-wrap { flex-flow: column; }

    .section.full_img.pricing-banner-main-wrap a.btn.big { width: 100%; max-width: 252px; }
    .cloudrail-details-list-main { padding-top: 2px; }
    .cloudrail-help-heading h2,
    .cloudrail-team-heading h2,
    .cloudrail-help-price-chat-heading h2 { font-size: 26px; line-height: 34px; }
    .cloudrail-help-list { padding: 0px; }
    .cloudrail-team-col-3 { width: 100%; padding-left: 3px; padding-right: 3px; }

    .cloudrail-help-price-chat-list  { padding: 2px;  }
    .cloudrail-team-main-wrap.section .wrapper, .cloudrail-team-main-wrap.section .wrapper, .cloudrail-team-plan-price-chat-main-wrap.section .wrapper  { overflow: inherit; }
    .cloudrail-help-price-chat-list.mobile-hide { display: none; }

    .cloudrail-help-price-chart ul li { width: 100%; padding: 0 0 24px !important; }
    .cloudrail-help-price-chart h2 { color: #9ee63f; font-family: "Hurme Geometric Sans 3"; font-size: 24px; font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 32px; }
    .cloudrail-help-price-chart-list { display: inline-block; width: 100%; padding-top: 33px; }
    .cloudrail-help-price-chart-list h3 { text-align: left; margin-bottom: 13px; border-bottom: 1px solid #cccccc; padding-bottom: 15px; font-size: 20px; }
    .cloudrail-help-price-chart ul { width: 100%; flex-flow: column; padding-left: 28px; }
    .cloudrail-help-price-chart ul li strong { display: inline-block; width: 100%; color: #21a8e0; font-family: "Hurme Geometric Sans 3"; font-weight: 600; font-style: normal; letter-spacing: normal; margin-bottom: 12px; font-size: 19px; }
    .cloudrail-help-price-chart ul li { text-align: left; border-right: 0px; }
    .cloudrail-help-price-chart ul li:last-child { padding-bottom: 0px !important; }
    .cloudrail-help-price-chart { padding: 27px 21px; }

    .cloudrail-help-price-chart ul li { position: relative; }
    .cloudrail-help-price-chart ul li:before {content: '';width: 8px;height: 8px;border-radius: 10px;background: #00a0d8;position: absolute;left: -22px;top: 8px;}
    .cloudrail-team-plan-price-chat-main-wrap.section .pad_big { padding-top: 15px; }

	.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap iframe { height: 280px; }
	.cloudrail-video-main-wrap .cloudrail-details-wrap{flex-flow: column-reverse;}
	.cloudrail-details-wrap {display:flex; flex-direction:column-reverse;}
	.cloudrail-details-img-wrap {margin-bottom:25px;}
}
@media(max-width:500px) {
	 .new_advancements_section .advancements_row .box_counter { margin: 0; padding: 10px 0; width: 100% }
	 .new_counter_section .counter_box { margin: 0; padding: 10px 0; width: 100% }
	 .new_ensure_section .ensure_top .right img { max-width: 100% }
	 .strip_box { margin: 0; padding: 10px 0; width: 100% }
	 .strip_box a { height: auto !important; display: inline-block }
	 .new_progress_section .progress_box .title { margin: 0; width: 100%; text-align: left }
	 .new_progress_section .progress_box .progress { margin: 0; padding: 0; width: 100% }
	 .new_progress_section .progress_box { width: 530% }
	 #landing-page #container { min-width: 100%; }
	 .video_iframe_wrap iframe { height: 290px;  }
     .play_video_banner_wrap a svg { width: 50px; height: 50px; }
     .play_video_banner_wrap a { left: 0; width: 100%; transform: translate(0, -50%); padding: 0px 15px; }

	.cloudrail-video-main-wrap .cloudrail-details-wrap .cloudrail-details-img-wrap iframe { height: 200px;}
     

}

@media(max-width:380px){
	.demo_video_template .with_img figure.image iframe { height: 220px; }
   #pricing-redesign #container { min-width:100%;  }

}

@media screen and (max-width:1181px) {
    #header .cta.cta-2021 {
        display:none;
    }
}