#search-container {
    display: none;
    vertical-align: baseline;
    position: relative;
    transition: none !important;
}

.search-cse {
    padding-top: .5rem;
}

.search-cse .gsc-control-wrapper-cse,
.search-404 .gsc-control-wrapper-cse,
#search-container .gsc-control-wrapper-cse,
#search-container form.gsc-search-box,
#search-container table.gsc-search-box {
    background-color: transparent !important;
    margin: 0 !important;
}

.search-cse .gsc-control-cse,
.search-404 .gsc-control-cse,
#search-container .gsc-input {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#search-container .gsc-input input.gsc-input {
    background: #fff url(../ep-img/sprites.png) -2px -30px no-repeat !important;
    border: 0 none !important;
    height: 34px !important;
    width: 20px !important;
    margin: 0 !important;
    padding: 4px 4px 4px 24px !important;
    box-shadow: none !important;
    width: 256px !important;
    cursor: pointer;
    opacity: 0.9;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

#search-container .gsc-input input.gsc-input:hover {
    opacity: 1;
}

#search-container .gsc-input input.gsc-input.is-focus {
    opacity: 1;
    width: 150px !important;
    background-color: #fff !important;
}

#search-container .gsc-control-cse {
    background-color: transparent !important;
    padding: 0 !important;
    border: 0 none !important;
}

input.gsc-input {
    font-size: 15px !important;
}

.gsc-search-button,
.gsc-clear-button {
    display: none !important;
}


/*********************************************/

html {
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    overflow-x: hidden !important;
}

body.home-page,
body.team-page {
    background: #fff;
}

body.lp-font-size {
    font-size: 20px;
}

.not-underline {
    text-decoration: none;
    border: 0 none;
}

.container-default-page {
    padding-top: 2.25rem;
}

.container-other-page {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}

.container-press-page,
.container-404-page {
    padding-bottom: 4.25rem;
}

.container-course-page {
    padding-top: 4.25rem;
    padding-bottom: 6.25rem;
}

.container-default-page img {
    max-height: 540px;
}

.main-container {
    padding: 0 0 2rem;
}

.blue-container {
    background-color: #f1f6fc;
    padding: 32px;
    color: #6c747b;
    border-radius: 2px;
}

.blue-container-border-top {
    border-top: 1px solid #D0DEEF;
}

.bg-white {
    background-color: #fff;
}

.loading {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.disabled {
    pointer-events: none;
}

blockquote {
    position: relative;
    margin: 2rem .5rem;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    background-color: #f1f6fc;
    border-radius: 2px;
    color: #1359a1;
}

blockquote .blockquote-city {
    padding-top: 12px;
}

blockquote .name-and-company-name,
blockquote .name-and-company-name b {
    color: #1359a1;
}

.team-page blockquote {
    margin: 0;
    background-color: transparent;
}

blockquote.transparent {
    background-color: transparent;
}

blockquote p {
    padding: 0;
    margin: 0;
    color: #1359a1;
}

.informer {
    display: inline-block;
    border-radius: 2px;
    padding: 20px;
    background-color: #f0f0f0;
    color: #999;
}

.info {
    color: #396da7;
    background-color: #eff2f7;
}

.warning {
    color: #964903;
    background-color: #fcf5ef;
}

.bg-gray {
    background-color: #f1f6fc;
}

.color-blue {
    color: #003b81;
}

.color-orange {
    color: #d06b00;
}

blockquote:before {
    content: '';
    width: 4px;
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 1rem;
    bottom: 1rem;
    background-color: #1359a1;
    border-radius: 2px;
}

blockquote:after {
    content: '';
    background: url(../ep-img/quote.png) center center no-repeat;
    width: 26px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: .3rem;
    top: 0.8rem;
    bottom: 0.8rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.fakelink {
    cursor: pointer;
}

.tooltip-link {
    cursor: pointer;
    border-bottom: 1px dotted #aeb8c3;
}

.tooltip-link:hover {
    border-bottom: 1px dotted #6955ED;
}

.blue-border-right {
    border-right: 1px solid #d6dfe8;
}

:focus {
    outline: none;
}

a.active {
    border-bottom-color: #f47e00;
}

.pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.right-0 {
    right: 0.9375rem;
}

.right-0-top-1 {
    right: 0.9375rem;
    top: 1rem;
}

.right-5-top-2 {
    right: 5rem;
    top: 2rem;
}

.right-3-top--5 {
    right: 3rem;
    top: -5rem;
}

.right-3-top-3 {
    right: 3rem;
    top: 3rem;
}

.right-0-top--1 {
    right: 0.9375rem;
    top: -1rem;
}

.right-0-top--3 {
    right: 0.9375rem;
    top: -3rem;
}

.right-0-top--4 {
    right: 0.9375rem;
    top: -4rem;
}

.zindex1 {
    z-index: 1;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: .5rem 1.5rem 1.3rem 0;
}

ul.menu {
    margin-right: 0;
}

ol {
    margin: .5rem 1.5rem 1.3rem 0;
    padding-left: 3rem;
}

.footer ul {
    margin: 0;
}

.photo {
    min-height: 740px;
    background: url(../ep-img/bg.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 18px;
}

.photo-two {
    background: url(../ep-img/bg-two.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.photo-course {
    background: url(../ep-img/bg-course.jpg) center bottom no-repeat;
    background-attachment: fixed;
    min-height: 286px;
}

.photo-course-two {
    background: url(../ep-img/bg-course-two.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 286px;
}

.top {
    padding-top: 1rem;
}

.team-page .main-menu {
    padding-top: 12px;
}

.regular {
    font-weight: 400;
}

.semibold,
.bold {
    font-weight: 600;
}

.header-menu {
    height: 60px;
    padding-top: 1.5rem;
}

.team-page .header-menu {
    height: 96px;
    padding-top: 1.5rem;
}

.home-page .main-menu a,
.home-page .phone-number a,
.home-page .search-container a,
#site-navigation a {
    color: #fff;
}

.text-info {
    color: #6955ED;
}

.phone-number a {
    color: #16171A;
}

.size-100p {
    height: 100%;
    width: 100%;
}

#masterhead .phone-number a {
    color: #16171A;
}

#masterhead {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
    transition: top 0.5s ease-out, opacity .25s ease-out;
    padding: 0;
}
#masterhead:hover{
    background-color: rgba(255, 255, 255, 0.308);
}

.menu-dont-fixed-position #masterhead {
    position: relative;
}

.team-page .top-menu {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
    padding: 18px 0;
    padding: 0;
}

.fake-menu {
    height: 85px;
}

.welcome-text {
    font-size: 16px;
    color: #959595;
    vertical-align: top;
    line-height: 31px;
    display: none;
}

.welcome-icon {
    display: none;
}

.btn-wrapper,
.btn-wrapper-small,
.btn-wrapper-medium,
.btn-wrapper-choose {
    display: inline-block;
}

.btn-wrapper,
.btn-wrapper-medium,
.btn-wrapper-choose {
    display: none;
}

#masterhead.fixed-position {
    top: 0;
    opacity: 1;
    transition: all .25s ease-out;
}

#masterhead.scrolling {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
}

#masterhead .emphatic {
    padding: 30px 0 11px 15px;
}

#masterhead .course-menu {
    display: none;
}

#masterhead .course-menu a {
    color: #004497;
}

#masterhead .phone-number {
    display: none;
}

.landing-page #masterhead .phone-number {
    display: inline-block;
}

#body-container {
    left: 0;
    position: relative;
    transition: left 0.5s ease-out 0s;
}

.allheight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.hi-priority {
    flex: 1 0 auto;
}

#site-navigation .main-menu a,
#site-navigation .main-menu span {
    font-size: 15px;
    margin-left: 20px;
    font-weight: 300;
    border-bottom-color: transparent;
}

#site-navigation .main-menu a:hover {
    border-bottom-color: #8191A3;
}

#site-navigation .main-menu .category-menu {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
}

#site-navigation {
    position: fixed;
    right: 0;
    width: 300px;
    white-space: nowrap;
    background-color: #414e5c;
    color: #eaeaea;
    z-index: 2;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 1px 0 #54626F;
    transition: width 0.5s ease-out 0s;
}

.side-navigation-wrapper {
    height: 100%;
    overflow: scroll;
}

#site-navigation.hide-menu {
    width: 0;
    transition: width 0.5s ease-out 0s;
}

#site-navigation .main-menu {
    padding: 12px 0;
}

#site-navigation .drop-menu {
    position: relative;
    cursor: pointer;
}

#site-navigation .drop-menu::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -14px;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    background: center center no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA4IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNlYWVhZWEiIGQ9Ik03LjUsNUM3LjQsNSw3LjIsNC45LDcuMSw0LjhMNCwxLjVMMC45LDQuOEMwLjcsNSwwLjQsNS4xLDAuMiw0LjlDMCw0LjctMC4xLDQuNCwwLjEsNC4yTDQsMGwzLjksNC4yYzAuMiwwLjIsMC4yLDAuNSwwLDAuN0M3LjcsNSw3LjYsNSw3LjUsNXoiLz48L3N2Zz4=);
    transform: rotateX(180deg);
    opacity: 1;
    transition: transform .15s ease;
}

#site-navigation .with-drop.open .drop-menu::after {
    transform: rotateX(0deg);
}

.side-navigation-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.side-navigation-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
}

#site-navigation .menu-item-wrap {
    padding-top: 2px;
    padding-bottom: 2px;
}

#body-container.open-menu {
    left: -300px;
    transition: left 0.5s ease-out 0s;
}

#site-navigation .parent {
    margin-left: 24px;
    display: none;
}

#site-navigation .with-drop.open .parent {
    display: block;
}

.line-list li {
    display: inline-block;
}

.bullet li {
    background: url(../ep-img/bullet.png) no-repeat 2rem .6rem;
    list-style: none;
    margin: 0;
    padding-left: 3rem;
}

.bullet-grey li {
    background: url(../ep-img/bullet-grey.png) no-repeat 2rem .6rem;
    list-style: none;
    margin: 0;
    padding-left: 3rem;
}

.bullet.without-padding li {
    background: url(../ep-img/bullet.png) no-repeat 0 .6rem;
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.bullet-grey.without-padding li {
    background: url(../ep-img/bullet-grey.png) no-repeat 0 .6rem;
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.help-page .bullet.without-padding li {
    margin-top: .3rem;
    margin-bottom: .3rem
}

ul.no-bullet,
li.no-bullet {
    list-style: none;
}

ul.no-bullet,
li.no-bullet {
    margin-left: 0;
}

.my-counter {
    counter-reset: myCounter;
}

.my-counter ol {
    margin: 0;
    padding: 0;
}

.my-counter li {
    position: relative;
    padding: .75rem 0 .75rem 4rem;
    list-style: none;
}

.my-counter .one-line li {
    padding: .75rem 0 .75rem 3rem;
}

.my-counter li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 22px;
    left: 0;
    width: 35px;
    height: 100%;
    line-height: 35px;
    padding: 0px;
    color: #fff;
    background: transparent url(../ep-img/number-list.png) center top no-repeat;
    text-align: center;
    z-index: 1;
}

.my-counter .one-line li:before {
    top: 8px;
    background: transparent url(../ep-img/number-list.png) center top no-repeat;
}

.select-blue {
    color: #00599b;
    font-weight: 600;
}

.center {
    margin: 0 auto;
}

.name-facilitator {
    color: #00599b;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding: .5rem 0 .75rem;
    font-weight: 600;
}

.img-line {
    margin: 81px 0;
    height: 2px;
    background: #00599b;
}

.img-line img {
    margin-top: -82px;
    background: #fff;
}

.phone-number {
    height: 34px;
    padding-top: 8px;
}

.team-page .phone-number {
    padding-top: 12px;
}

.phone-number a {
    text-decoration: none;
}

.inline-block {
    display: inline-block;
}

.icon {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.icon-phone {
    background: url(../ep-img/sprites.png) -38px -4px no-repeat;
}

.icon-phone-price {
    width: 12px;
    height: 12px;
    background: url(../ep-img/sprites.png) -10px -10px no-repeat;
}

.icon-search {
    background: url(../ep-img/sprites.png) -5px -36px no-repeat;
}

.icon-full-implementation {
    width: 27px;
    height: 31px;
    background: url(../ep-img/sprites.png) -5px -58px no-repeat;
}

.icon-training {
    width: 31px;
    height: 31px;
    background: url(../ep-img/sprites.png) -2px -89px no-repeat;
}

.icon-star {
    background: url(../ep-img/sprites.png) -7px -134px no-repeat;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.icon-unlimited {
    background: url(../ep-img/icon-unlimited.png) center center no-repeat;
    width: 50px;
    height: 24px;
}

.light-visible {
    opacity: .1;
}

.header {
    color: #fff;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pale-green {
    color: #89ffa7;
    border-bottom: transparent 1px dotted;
}

.pale-green:hover {
    border-bottom-color: #89ffa7;
}

.header .goto-implementation {
    display: inline-block;
    margin-top: 34px;
}

.circle-img {
    width: 480px;
    height: 480px;
    max-width: 480px;
    max-height: 480px;
    border-radius: 240px;
    border: 3px solid #f6f6f6;
}

#search {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.h2,
.h3 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3 {
    color: #2b2b2b;
    line-height: 1.2;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.header h1,
.header h2,
.header h3,
.header .h3,
.header h4 {
    color: #fff;
}

h1 {
    font-size: 30px;
}

.home-page h1 {
    font-size: 42px;
}

.home-page .form-test h1 {
    margin: 0.5rem 0 1.5rem;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 32px
}

.icon-img {
    margin-top: 1.3rem;
}

h2.all-in-one-place {
    color: #2d3947;
}

.list-press-release h3 {
    margin-top: 0;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 24px
}

.font-size-0 {
    font-size: 0;
}

.practical-course .header p {
    margin: 4rem 0 0;
}

.practical-course .header h1 {
    margin: 1.15rem 0 2rem;
}

.page-404 {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.header h3,
.header .h3 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
}

.rates-small-font {
    width: 65%;
    margin: 0 auto;
    font-size: 15px;
}

#masterhead a,
.footer a {
    border-bottom-color: transparent;
}

.phone {
    border-bottom-color: transparent;
}

.fake-link {
    cursor: pointer;
    border-bottom: 1px dashed #aeb8c3;
}


.footer a:hover,
.footer a:focus {
    border-bottom-color: #aeb8c3;
    transition: border-color 0.2s ease;
}

h4 {
    font-size: 20px;
}

.about-page h4 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.email-input {
    margin-bottom: 8px;
}

h5 {
    font-size: 16px;
}

.row-press-release {
    padding-top: 3rem;
}

.email-input,
.email-input+.btn {
    min-width: 0;
    width: 100%;
}

.email-input input {
    width: 100%;
}

p {
    margin: 1rem 0 1rem;
}

.overflow-hidden {
    overflow: hidden;
}

.vl-t {
    vertical-align: top;
}

.black {
    color: #16171A;
}

.header.first,
.header.first.form-test {
    margin-top: 35px;
}

.header.first.form-test {
    margin-top: 75px;
}

.header.second {
    margin-top: 20px;
}

.header.last h3 span {
    height: 31px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #BABDD2;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 1;
    color: #BABDD2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 1;
    color: #BABDD2;
}

:-ms-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #BABDD2 !important;
}

::-ms-clear {
    display: none;
}

.font-size-50p {
    font-size: 50%;
}

.font-size-20 {
    font-size: 20px;
}

.only-editions {
    padding-bottom: 1rem;
}

.only-edition-last {
    padding-top: 1rem;
    padding-bottom: 0;
}

.only-editions h3 {
    margin-top: 0;
    padding: .5rem 0;
}

.only-editions .per-wrapper {
    padding-bottom: .5rem;
}

.only-editions .green-edition {
    background-color: #fbfbfb;
}

.ent-edition,
.pro-edition {
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 0;
}

.ent-edition {
    border-width: 0 1px 1px;
}

.go-to-link {
    cursor: pointer;
}

.share {
    padding: 1rem 0 0;
}

.share .share-text {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    font-weight: 600;
    margin-right: 4px;
}

.sharethis {
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
    border: 0 none;
    margin: 0 2px;
}

.share-img {
    display: block;
}

iframe[name=google_conversion_frame] {
    display: inherit;
    width: 0;
    height: 0;
    position: fixed;
}

.fb_iframe_widget {
    vertical-align: top;
}

.sl-12 {
    width: 100%;
}

.sl-11 {
    width: 91.66666667%;
}

.sl-10 {
    width: 83.33333333%;
}

.sl-9 {
    width: 75%;
}

.sl-8 {
    width: 66.66666667%;
}

.sl-7 {
    width: 58.33333333%;
}

.sl-6 {
    width: 50%;
}

.sl-5 {
    width: 41.66666667%;
}

.sl-4 {
    width: 33.33333333%;
}

.sl-3 {
    width: 25%;
}

.sl-2 {
    width: 16.66666667%;
}

.sl-1 {
    width: 8.33333333%;
}

.fl-sl-12 {
    flex: 1 0 100%;
}

.fl-sl-11 {
    flex: 1 0 91.66666667%;
}

.fl-sl-10 {
    flex: 1 0 83.33333333%;
}

.fl-sl-9 {
    flex: 1 0 75%;
}

.fl-sl-8 {
    flex: 1 0 66.66666667%;
}

.fl-sl-7 {
    flex: 1 0 58.33333333%;
}

.fl-sl-6 {
    flex: 1 0 50%;
}

.fl-sl-5 {
    flex: 1 0 41.66666667%;
}

.fl-sl-4 {
    flex: 1 0 33.33333333%;
}

.fl-sl-3 {
    flex: 1 0 25%;
}

.fl-sl-2 {
    flex: 1 0 16.66666667%;
}

.fl-sl-1 {
    flex: 1 0 8.33333333%;
}

.m-r4 {
    margin-right: 4px;
}

.m-v40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-v4rem {
    margin-top: 5rem;
}

.m-l-1 {
    margin-left: 8px;
}

.m-r-1 {
    margin-right: 8px;
}

.m-t0 {
    margin-top: 0;
}

.m-b0 {
    margin-bottom: 0;
}

.p-l4 {
    padding-left: 4px;
}

.p-l8 {
    padding-left: 8px;
}

.p-l1r {
    padding-left: 1rem;
}

.p-l2r {
    padding-left: 2rem;
}

.p-r4 {
    padding-right: 4px;
}

.p-h10p {
    padding-left: 10%;
    padding-right: 10%;
}

.p-h15p {
    padding-left: 15%;
    padding-right: 15%;
}

.p-v4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.p-v8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.p-v1r {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.lightbox-link {
    opacity: 0.8;
    transition: opacity 1s ease-out;
    border: 0 none;
    margin: 0 auto;
}

.lightbox-link:hover,
.lightbox-link:focus {
    opacity: 1;
    transition: opacity 1s ease-out;
    border: 0 none;
}

.lightbox-image {
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dfdfe9;
    background-color: #ecf0f4;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 720px;
    padding: 0.25rem;
    transition: all 1s ease-out;
}

.lightbox-image:hover,
.lightbox-image:focus {
    background-color: #D3DCE4;
    border-color: #BABAD1;
    transition: all .5s ease-out;
}

.small-only-inline-block {
    display: inline-block;
}

.p-v2r {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.p-v3r {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.p-vtl-30 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.p-v20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v20-70 {
    padding-top: 20px;
    padding-bottom: 70px;
}

.p-v40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-v50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-v50-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.p-v70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-v100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-v110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.p-t70-b1 {
    padding-top: 70px;
    padding-bottom: 1px;
}

.p-t40-b10 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.p-t20-b70 {
    padding-top: 20px;
    padding-bottom: 70px;
}

.p-t70-b110 {
    padding-top: 70px;
    padding-bottom: 110px;
}

.p-t6 {
    padding-top: 6px;
}

.p-t8 {
    padding-top: 8px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t1r {
    padding-top: 1rem;
}

.p-t1dot5r {
    padding-top: 1.5rem;
}

.p-t2r {
    padding-top: 2rem;
}

.p-t4r {
    padding-top: 4rem;
}

.p-t10 {
    padding-top: 10px;
}

.p-t17 {
    padding-top: 17px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t21 {
    padding-top: 21px;
}

.p-t26 {
    padding-top: 26px;
}

.p-t35 {
    padding-top: 35px;
}

.p-t38 {
    padding-top: 38px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t120 {
    padding-top: 120px;
}

.p-b1r {
    padding-bottom: 1rem;
}

.p-b8 {
    padding-bottom: 8px;
}

.p-b2r {
    padding-bottom: 2rem;
}

.p-b3r {
    padding-bottom: 3rem;
}

.p-b4r {
    padding-bottom: 5rem;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b40 {
    padding-bottom: 40px;
}

.m-t0 {
    margin-top: 0;
}

.landing-page .small-logo {
    padding: 14px 0;
}

.row-grey {
    background-color: #fbfbfb;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
}

.reviews-about-img {
    padding-top: 16px;
}

.reviews-about-img.first-image {
    padding-top: 38px;
}

.row-head {
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 0;
    margin: 0;
}

.lp-wide-logo {
    display: inline-block;
    border: 0 none;
    text-decoration: none;
}

.row-green {
    background-color: #eaf3ec;
    border: 1px solid #d8d8d8;
    border-width: 0 1px 1px;
    margin: 0;
}

.row-grey,
.row-white {
    border: 1px solid #d8d8d8;
    border-width: 0 1px;
    margin: 0;
}

.row-footer {
    background-color: #fbfbfb;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 8px 8px;
    border-width: 0 1px 1px;
    margin: 0;
}

.left.help {
    float: left;
    width: 100%;
}

.help span,
.per-month span {
    display: inline-block;
    vertical-align: middle;
}

.icon_questions {
    display: inline-block;
    vertical-align: top;
    cursor: help;
    margin-left: 4px;
    margin-top: 4px;
    height: 16px;
    width: 16px;
    background: url(../ep-img/icon_questions.png) center center no-repeat;
}

.small-tooltip-fix {
    float: left;
    width: calc(100% - 25px);
}

#successful-get-quote.modal-dialog {
    width: 460px;
    height: 220px;
}

#successful-trial-extension-request.modal-dialog {
    width: 460px;
    height: 270px;
}

#error-trial-extension-request.modal-dialog {
    width: 550px;
    height: 320px;
}

.advance-info {
    list-style-type: none;
    line-height: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
    width: 320px;
}

.feature-info {
    width: auto;
    max-width: 240px;
    list-style-type: none;
    line-height: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
}

.advance-info-roi {
    padding-bottom: 8px;
}

.advance-info li {
    text-transform: none;
}

.calculator-container h2 {
    margin: 0 0 32px;
}

.calculator-wrapper {
    width: 100%;
    float: left;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
    position: relative;
}

.clr {
    clear: both;
}

.nubmer-users {
    width: 8%;
    min-width: 60px;
    margin-right: 12px;
    font-size: 18px;
    height: 41px;
}

.m-h-1p {
    margin-left: 1%;
    margin-right: 1%;
}

.vg_category_title {
    margin: 3rem 0 1rem;
}

.trusted-by {
    text-align: center;
}

.number-list {
    color: #0b4d97;
    font-size: 20px;
    border-radius: 50%;
    background: #e4ecf5;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.number-of-users {
    color: #838383;
    font-size: 16px;
}

.total-wrapper {
    padding: 32px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.number-list-wrapper {
    min-height: 40px;
}

.number-list-wrapper-right {
    padding: 12px 0 32px;
}

.number-list-wrapper-right:first-child,
.number-list-wrapper:fisrt-child {
    padding-top: 32px;
}

.number-list-content {
    font-size: 20px;
    font-weight: 600;
    min-height: 40px;
}

.text-implementation {
    font-size: 16px;
}

.implementation-packages {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 0 0;
}

.roi-calculator {
    padding: 1rem 0 2.25rem;
    text-align: center;
}

.period-selector {
    white-space: nowrap;
    width: 100%;
    float: left;
    padding: 36px 0 0 1px;
}

.period-selector.invisible {
    height: 0;
}

.height-100p {
    height: 100%;
}

.period-selector div {
    float: left;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #262626;
    border: 1px solid #adadad;
    position: relative;
    margin-left: -1px;
    padding: 3px 0;
    cursor: pointer;
    transition: border .3s ease-out;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.video-overlay {
    position: fixed;
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
    text-align: center;
    z-index: 3;
}

.video-zaps {
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 2px;
    width: 90%;
}

.modal-dialog {
    position: fixed;
    background: #fff;
    width: 605px;
    height: 330px;
    margin: auto;
    padding: 45px 40px;
    border-radius: 15px;
    border: 1px solid #ccc;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
}

#successful-contact-request.modal-dialog {
    width: 460px;
    height: 270px;
}

.about-group-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.about-group-images div {
    padding: 20px;
}

.modal-dialog h2,
.modal-dialog .h2 {
    margin-top: 0;
}

.contact-us {
    background: #e4ecf5 url(../ep-img/box.png) left center no-repeat;
    height: 155px;
}

.flex-column-all-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.contact-us-phone {
    padding-top: 8px;
    font-size: 16px;
    text-align: center;
}

.period-selector div:hover {
    z-index: 1;
    border-color: #0b4d97;
}

.red-alert {
    color: #cc3c10;
}

.period-selector div:first-child {
    border-radius: 15px 0 0 15px;
}

.period-selector div:last-child {
    border-radius: 0 15px 15px 0;
}


/*** Zaps ***/

.zapier-main-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 320px;
}

.popular-zaps-per-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    padding: 2rem 0 1.5em;
}

.popular-zaps-per-app .popular-zap {
    background: #fff;
    width: 13.5rem;
    margin: 0 0.6em 0 0;
    border: 1px solid #DADFE2;
    border-radius: 2px;
    text-decoration: none;
    opacity: 0.86;
    position: relative;
    flex: none;
    margin-bottom: 3rem;
    transition: all 0.2s ease;
}

.popular-zaps-per-app .popular-zap:hover {
    border: 1px solid #c6ced2;
    color: #354147;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease
}

.popular-zaps-per-app .popular-zap-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DADFE2;
    height: 120px;
    padding: 2.4em 6%
}

.popular-zaps-per-app .popular-zap-top .zap-plus {
    color: #969EA2;
    font-size: 1em;
    padding: 0 0.4em
}

.popular-zaps-per-app .service-icon {
    flex-basis: 50px;
    height: 50px;
    background-color: #fff;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px
}

.wufoo32x32 {
    background: url(../ep-img/zapier/wufoo.png) center center no-repeat;
}

.easyprojects32x32 {
    background: url(../ep-img/zapier/easyprojects.png) center center no-repeat;
}

.googlemail32x32 {
    background: url(../ep-img/zapier/googlemail.png) center center no-repeat;
}

.evernote32x32 {
    background: url(../ep-img/zapier/evernote.png) center center no-repeat;
}

.toggl32x32 {
    background: url(../ep-img/zapier/toggl.png) center center no-repeat;
}

.salesforce32x32 {
    background: url(../ep-img/zapier/salesforce.png) center center no-repeat;
}

.zendesk32x32 {
    background: url(../ep-img/zapier/zendesk.png) center center no-repeat;
}

.googlesheets32x32 {
    background: url(../ep-img/zapier/googlesheets.png) center center no-repeat;
}

.jira32x32 {
    background: url(../ep-img/zapier/jira.png) center center no-repeat;
}

.googlecalendar32x32 {
    background: url(../ep-img/zapier/googlecalendar.png) center center no-repeat;
}

.popular-zaps-per-app .popular-zap-bottom {
    background: #fff;
    border-radius: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 122px;
    padding-bottom: 1.5rem
}

.popular-zaps-per-app .popular-zap-bottom p {
    color: #5F6C72;
    font-size: 1rem;
    margin: 0;
    padding: 0.8em 0.9em;
    text-align: left;
    transition: all 0.2s ease;
}

.popular-zaps-per-app .popular-zap:hover .popular-zap-bottom p {
    color: #354147;
    transition: all 0.3s ease;
}

.popular-zaps-per-app .shared-zap-slider-button {
    background: #F7F9F9;
    border: 1px solid #DDE2E5;
    color: #5F6C72;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.2em 0.5em;
    text-transform: uppercase;
    position: absolute;
    margin-left: -4.4em;
    left: 50%;
    bottom: -14px;
    z-index: 10;
    transition: all 0.2s ease;
}

.popular-zaps-per-app .popular-zap:hover .shared-zap-slider-button,
.popular-zaps-per-app .shared-zap-slider-button:hover {
    background: #EAEEF1;
    border: 1px solid #D5DBDE;
    color: #354147;
    transition: all 0.3s ease;
}

.period-selector .checked {
    color: #0b4d97;
    border-color: #0b4d97;
    z-index: 1;
    cursor: default;
    pointer-events: none;
    background-color: #e4ecf5;
}

.checked .red-alert {
    color: #0b4d97;
}

.amount {
    font-weight: 600;
    line-height: 1.2;
    clear: both;
    padding-top: 8px;
    font-size: 46px;
}

.path-amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 8px;
}

.pricing-per-month,
.package-success-amount {
    font-size: 17px;
    padding-left: 5px;
}

.total-amount-content {
    clear: both;
    min-height: 135px;
}

.path-plus {
    float: left;
    font-size: 30px;
    font-weight: 600;
    font-family: "Times New Roman";
    line-height: 29px;
}

.small-amount {
    float: left;
}

.path-plus-content {
    margin-left: 32px;
}

.package-success-amount {
    clear: both;
    padding: 16px 0 0 5px;
    color: #333;
}

.checkout-wrapper {
    padding: 24px 0 16px;
    border-top: 1px solid #e3e3e3;
    font-size: 17px;
    color: #959595;
    margin-top: 16px;
}

.contact-us-wrapper {
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 32px;
    color: #949494;
}

.number-list-content span {
    line-height: 40px;
    display: inline-block;
}

.number-list-wrapper .number-of-users {
    color: #838383;
    font-size: 16px;
    line-height: 41px;
    display: inline-block;
}

.number-list-content div {
    font-weight: 400;
    line-height: 1.5;
}

.invisible {
    visibility: hidden;
}

#choose-dialog {
    border: 1px solid #cecece;
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 2px;
    z-index: 2;
}

#choose-dialog:after {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../ep-img/stroke-2.png) center center no-repeat;
    position: absolute;
    top: -12px;
    right: 40px;
}

.edition {
    width: 300px;
    padding: 30px 45px;
    font-size: 15px;
    float: left;
}

.edition:first-child {
    border-right: 1px solid #cecece;
}

.edition-footer {
    clear: both;
    border-top: 1px solid #cecece;
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

.edition-choose .check,
.implementation-package.check {
    float: left;
    width: 48%;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    color: #333;
    padding: 6px 13px;
    cursor: pointer;
    transition: border .3s ease-out;
    margin-bottom: 1rem;
}

.without-implementation-package.implementation-package {
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 12px 0 0;
    border: 0 none;
    background: transparent;
    height: 52px;
    cursor: default;
}

.without-implementation-package .implementation-package-check {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    color: #333;
    padding: 6px 13px;
    margin-right: 2%;
    cursor: pointer;
    transition: border .3s ease-out;
}

.without-implementation-package.implementation-package .check.checked.implementation-package-check {
    cursor: default;
    pointer-events: none;
    border: 1px solid #0b4d97;
    color: #0b4d97;
    background: #e4ecf5 url(../ep-img/check-edition.png) center center no-repeat;
}

.implementation-package.check.check.disabled {
    color: #d8d8d8;
}

.edition-choose .check:hover,
.implementation-package.check:hover {
    border: 1px solid #0b4d97;
}

.without-implementation-package.implementation-package .check.implementation-package-check:hover {
    border: 1px solid #0b4d97;
}

.edition-choose .check.checked {
    cursor: default;
    pointer-events: none;
    border: 1px solid #0b4d97;
    color: #0b4d97;
    background: #e4ecf5 url(../ep-img/check-edition.png) 91% center no-repeat;
}

.implementation-package.check.checked {
    border: 1px solid #0b4d97;
    background: #e4ecf5 url(../ep-img/check-edition.png) 91% center no-repeat;
    cursor: default;
    color: #0b4d97;
}

.implementation-package.check.checked .implementation-package-check {
    cursor: default;
    pointer-events: none;
    color: #0b4d97;
}

.implementation-package {
    height: 175px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 13px;
}

.save {
    display: inline-block;
    line-height: 34px;
    vertical-align: top;
    padding-left: 8px;
    clear: both;
    color: #229926;
    font-weight: 600;
    font-size: 17px;
}

.check.checked.implementation-package {
    background-position: 91% 91%;
}

.total-row {
    background-color: #f6f6f6;
}

.logo-link,
.logo-link:hover,
.logo-link:focus,
.logo-link:active {
    border: 0 none;
    float: left;
    padding: 14px 0;
}

.logo {
    display: block;
    max-height: 44px;
    max-width: 78px;
}

.reviews {
    padding: 20px 0 100px;
}

.lp-reviews .h2 {
    padding-bottom: 40px;
}

.lp-reviews .stars {
    padding-top: 20px;
}

.interdrate-container h3 {
    padding-bottom: 50px;
}

.default-font-size {
    font-size: 18px;
}

.course-menu {}

.ngg-gallery-singlepic-image,
.image {
    width: 100%;
    text-align: center;
    background: #f1f6fc;
    box-sizing: border-box;
    transition: background 1s ease-out;
    margin: .5rem 0 1.3rem;
}

.vg_video_item {
    margin-top: 1rem;
}

.youtube-video,
.facilitator-youtube-video {
    width: 85vw;
    height: calc(85vw * 9/16);
}

.vg_video_item p {
    margin: .5rem 0;
}

.vg_image_wrapper {
    float: left;
}

.vg_description_wrapper {
    display: block;
    margin-left: 270px;
}

.vg_video_image_link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #f1f6fc;
    padding: .25rem;
    border: 0 none;
}

.vg_video_title {
    cursor: pointer;
}

.vg_video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../ep-img/play_icon.png) center center no-repeat;
    opacity: .5;
    transition: opacity 1s ease-out;
}

.vg_video_icon:hover {
    opacity: 1;
}

.lightbox iframe {
    width: 854px;
    height: 480px;
}

.vg_filter_by_categories {
    padding-right: 2rem;
}

.filter-topic {
    font-style: italic;
    display: inline-block;
    padding-right: 16px;
    line-height: 34px;
    vertical-align: top;
    color: #369;
}

.thumbnail-list img {
    background: #f1f6fc;
    padding: 4px;
}

.ngg-gallery-singlepic-image>a,
.image>img {
    padding: 3px;
    border: 0 none;
}

.ngg-gallery-singlepic-image>a {
    display: block;
}

.ngg-gallery-singlepic-image:hover {
    background: #e7eff7;
    transition: background 1s ease-out;
}

.review-between {
    border: 1px solid #eff4fa;
    border-width: 1px 0;
}

.case-studies {
    background: url(../ep-img/case-studies-bg.png) center 20px no-repeat;
    border-top: 1px solid #d6dfe8;
}

.case-studies-h3 {
    padding: 60px 4% 69px;
}

.case-studies-h3-10 {
    padding: 60px 4% 69px;
}

.case-studies-h3-22 {
    padding: 60px 5% 69px;
}

.blockquote-city-avatar {
    display: inline-block;
    width: 100%;
    padding-top: 1rem;
}

.blockquote-city-link {
    width: 100%;
    padding: 1rem 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.container-roi-calculator {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.calc-red {
    color: #c6830f;
}

.container-roi-calculator h3 {
    margin-top: 1.5rem;
}

.container-roi-calculator-top,
.container-roi-calculator-total-zone {
    padding-bottom: 1.5rem
}

.container-roi-calculator .lh34 {
    line-height: 34px;
}

.container-roi-calculator-total-zone {
    background-color: #f9f5e4;
}

.roi-calc-box h2 {
    margin-top: 0;
}

.roi-calc-box,
.dialog-overlay,
.dialog-box {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#dialog-box,
#get-quote-box {
    z-index: 11;
}

.roi-calc-box .container {
    padding-top: 32px;
    padding-bottom: 32px;
}

.open-dialog .body-wrapper,
.body-fixed-position {
    position: fixed;
    left: 0;
    right: 0;
}

.roi-calc-box,
.dialog-box {
    position: relative;
    height: 950px;
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem;
    width: 32px;
    height: 32px;
    background: url(../ep-img/close_icon.png) center center no-repeat;
    z-index: 1;
}

.dialog-window {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.access-request {
    padding: 20px;
}

.access-request p {
    margin: .8rem 0;
}

#video-box .dialog-window {
    border: 0 none;
    border-radius: 0;
    text-align: center;
}

#video-box .dialog-close-button {
    right: 5%;
    top: -15%;
}

.dialog-window h2 {
    margin-top: 1rem;
}

.quote-window {
    padding: 40px 30px;
}

.quote-window h2 {
    margin: 0 0 .5rem;
}

.quote-window h4 {
    margin: 0 0 1.5rem;
}

.terms {
    font-size: 13px;
    color: #9ca7b4;
    margin-bottom: 0;
}

.terms a {
    color: #9ca7b4;
}

.quote {
    height: 41px;
}

.quote.quote-last {
    margin-bottom: 0;
}

.quote-textarea {
    margin-top: .625rem;
}

#textarea-comment {
    display: none;
}

.quote-window .dialog-close-button {
    right: 1rem;
}

.add-comment {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.25;
    color: #b1bac3;
    border-bottom: 1px dashed #b1bac3;
    margin: 0.625rem 0;
}

.stars {
    padding-top: 40px;
}

.stars+p {
    padding: 20px 0;
}

.shadow {
    background: transparent url(../ep-img/shadow.png) top center no-repeat;
}

.shadow-two {
    background: transparent url(../ep-img/shadow-two.png) bottom center no-repeat;
}

.video.video-hidden {
    opacity: 0;
}

.blue-container h3,
.blue-container .h3 {
    color: #6c747b;
    line-height: 1.5;
}

.video {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    transition: all 1s ease-out;
    opacity: 1;
}

#video-player {
    max-width: 515px;
    width: 100%;
    height: 292px;
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
}

.video-customers {
    height: 250px;
    width: auto;
    margin: 0 auto;
}

.video-customers-industry {
    width: 100%;
    min-height: 380px;
}

.grey-line {
    background-color: #eff4fa;
}

input,
select,
textarea {
    /*min-width: 256px;*/
    min-width: 100%;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    min-height: 34px;
    line-height: normal;
    padding: 6px 13px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #123;
    /*#788593;*/
    vertical-align: middle;
    transition: border .3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0px 1px 1px 0px rgba(144, 148, 169, 0.2)
}

textarea {
    min-height: 70px;
    resize: vertical;
}

input,
select {
    height: 34px;
}

select {
    background: url(../ep-img/expand.png) right 8px top 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

select,
textarea,
input {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

input:hover,
input:focus,
select:hover,
select:focus {
    border: 1px solid #0b4d97;
}

select.error {
    color: #123;
}

input.error:hover,
input.error:focus,
select.error:hover,
select.error:focus {
    border: 1px solid #e20f16;
}

.btn,
input[type="submit"] {
    cursor: pointer;
   
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    height: 34px;
    line-height: normal;
    padding: 4px 11px;
    background: #24C196;
    /*background: linear-gradient(to bottom,  #f47e00 0%,#cd6a00 100%);*/
    box-sizing: border-box;
    vertical-align: middle;
    transition: box-shadow .5s ease-out;
    border: 0 none;
    border-radius: 0 12px 12px 0;
}
@media (max-width: 767px) {
    .btn,
   
    .main-header .btn {
        margin-top: 0;
    }
}

.btn-big {
    height: 41px;
    padding: 10px 11px 9px;
}

.btn-full-size {
    text-align: center;
    width: 100%;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #e67700;
    /*background: linear-gradient(to bottom,  #e67700 0%,#bd6200 100%);*/
    border: 0 none;
}

.btn:active,
.btn.active,
input[type="submit"]:active {
    background: #24C196;
    border: 0 none;
}

.btn-blue,
input[type="submit"] {
    background: #6955ED;
    /*background: linear-gradient(to bottom,  #004598 0%,#003678 100%);	*/
}

.btn-blue:hover,
.btn-blue:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #6955ED;
    /*background: linear-gradient(to bottom,  #003f8a 0%,#00326e 100%);*/
    transition: box-shadow .5s ease-out;
}

.btn-blue:active,
.btn-blue.active,
input[type="submit"]:active {
    background: #6955ED;
    transition: box-shadow .5s ease-out;
}

.btn-green {
    background: #27b62c;
    /*background: linear-gradient(to bottom,  #27b62c 0%,#208f24 100%);	*/
}

.btn-green:hover,
.btn-green:focus {
    background: #0F9A18;
    /*background: linear-gradient(to bottom,  #0F9A18 0%,#027E0A 100%);*/
    transition: box-shadow .5s ease-out;
}

.btn-green:active,
.btn-green.active {
    background: #27b62c;
    transition: box-shadow .5s ease-out;
}

.btn-white {
    border: 1px solid #b1b1b1;
    padding: 5px 11px;
    background: #f3f3f3;
    /*background:#fff linear-gradient(to bottom,  #f3f3f3 0%,#d1d1d1 100%);*/
    color: #333;
}

.btn-white:hover,
.btn-white:focus {
    border: 1px solid #b1b1b1;
    background: #eaeaea;
    /*background:#fff linear-gradient(to bottom,  #f3f3f3 0%,#C4C4C4 100%);*/
}

.btn-white:active {
    background: #f0f0f0;
    border: 1px solid #747474;
}

.btn.disabled {
    background: #a9b3be;
    /*background: linear-gradient(to bottom,  #a9b3be 0%,#7D8D9F 100%);*/
}

.btn-white.disabled {
    border: 1px solid #d1d1d1;
    /*background:#fff linear-gradient(to bottom,  #d1d1d1 0%,#d1d1d1 100%);*/
    color: #333;
}

.error {
    color: #e20f16;
    border-color: #e20f16;
}

.balloon {
    display: none;
}

.error+.balloon {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    width: 100%;
    top: -42px;
}

.error-balloon {
    background: #f65152;
    padding: 6px 12px;
    border-radius: 6px;
}

.error-balloon:after {
    border: 5px solid transparent;
    border-top: 5px solid #f65152;
    content: '';
    position: absolute;
    left: 49%;
    top: 34px;
}

.team-container {
    background: #fff;
    border-radius: 5px;
    border-bottom: 3px solid #c6cfd9;
    padding: 22px;
    height: 280px;
}

.team-container .industry {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #00408d;
    text-decoration: none;
    border-bottom: 1px solid #b9c5d4;
}

.go-to-link:hover .industry,
.team-container .industry:hover {
    border-bottom-color: #00408d;
}

.man.man-hidden {
    left: -9999px;
    opacity: 0;
}

.man {
    position: relative;
    left: 0;
    text-align: right;
    top: 105px;
    opacity: 1;
    z-index: 1;
    transition: all 1s cubic-bezier(0.18, 0.89, 0.35, 1.03);
}

.img-block {
    float: left;
    width: 64px;
}

.comment.comment-hidden {
    opacity: 0;
}

.comment {
    transition: opacity 1s ease-out;
    opacity: 1;
    padding-bottom: 3rem;
}

.btn-wrapper input,
.btn-wrapper-choose input {
    min-width: inherit;
    width: 240px;
    overflow: hidden;
    padding: 6px 13px;
    text-overflow: ellipsis;
}

.btn-wrapper input.filled {
    border-color: transparent;
}

input.pricing-page {
    width: 75%;
    min-width: 0;
}

.text-block {
    margin-left: 64px;
    padding-left: 0.5rem;
    float: none;
    width: auto;
}

.text-block {
    margin-top: 24px;
}

.text-block h3,
.text-block .h3 {
    padding-top: 12px;
    margin: 0;
}

.testimonial-container h3,
.integrate-cell h3,
.testimonial-container .h3,
.integrate-cell .h3 {
    margin: 0;
}

.img-icon {
    width: 64px;
    height: 64px;
    background: url(../ep-img/sprites.png) 0 0 no-repeat;
    transform: rotateZ(0deg);
    transition: all 0.5s ease-out;
}

.feature:hover .img-icon {
    transform: rotateZ(360deg);
    transition: all 1s ease-out;
}

.img-timelines {
    background-position: 0 -224px;
}

.img-workload {
    background-position: 0 -416px;
}

.img-monitor {
    background-position: 0 -544px;
}

.img-access {
    background-position: 0 -480px;
}

.img-collaborate {
    background-position: 0 -352px;
}

.img-accountable {
    background-position: 0 -288px;
}

.img-datacenter {
    background-position: 0 -800px;
}

.img-databackup {
    background-position: 0 -672px;
}

.img-encryption {
    background-position: 0 -736px;
}

.img-accesscontrol {
    background-position: 0 -608px;
}

.img-zaps-cloud {
    background-position: 0 -1120px;
}

.img-zaps-sign {
    background-position: 0 -1184px;
}

.img-zaps-connect {
    background-position: 0 -1056px;
}

.img-zaps-twice {
    background-position: 0 -1248px;
}

.choose-dialog {
    border-radius: 2px;
    border: 1px solid #cecece;
}

.blue-line {
    background: #475d78 url(../ep-img/cloud.png) center bottom repeat-x;
    color: #fff;
    padding: 20px 0 100px;
}

.blue-line .h2,
.blue-line .h3,
.blue-line h2,
.blue-line h3 {
    color: #fff;
}

.blue-line p {
    color: #e6e6e6;
}

.avatar {
    float: left;
    width: 64px;
}

.team-page .avatar {
    width: auto;
    padding-left: 2rem;
}

.svg-avatar {
    width: auto;
    height: 50px;
}

.name-and-company-name {
    color: #888e94;
    font-size: 16px;
}

.team-page .name-and-company-name {
    padding: 1rem 0 0 0.5rem;
    color: #6c747b;
}

.comment .name-and-company-name {
    float: none;
    margin-left: 64px;
    width: auto;
}

.clients-container {
    text-align: center;
}

.name-and-company-name b {
    color: #506072;
}

.blockquote.blockquote-hidden,
.blockquote.blockquote-hidden p {
    opacity: 0;
}

.blockquote {
    border: 8px solid #b9c5d3;
    padding: 20px;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.blockquote p {
    opacity: 1;
    transition: opacity 2s ease-out;
}

.blockquote:before {
    display: block;
    position: absolute;
    content: '';
    height: 40px;
    width: 80px;
    background: url(../ep-img/sprites.png) 9px -871px no-repeat;
    top: -26px;
    background-color: #fff;
}

.blockquote:after {
    display: block;
    position: absolute;
    content: '';
    height: 48px;
    width: 53px;
    background: url(../ep-img/sprites.png) -6px -937px no-repeat;
    bottom: -48px;
    background-color: #fff;
}

.grey-line .blockquote:before,
.grey-line .blockquote:after {
    background-color: #eff4fa;
}

.blockquote p {
    padding: 0;
    font-size: 20px;
}

.blockquote-cite.blockquote-cite-hidden {
    left: 9999px;
}

.blockquote-cite {
    position: relative;
    left: 0;
    padding: 40px;
    transition: left 1s ease-out;
}

.blockquote-cite p {
    font-size: 16px;
}

.ava-nick {
    position: relative;
    top: -40px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.testimonial-container h3,
.testimonial-container .h3 {
    opacity: 1;
    transition: opacity 2s ease-out;
}

.testimonial {
    opacity: 1;
    transition: opacity 3s ease-out;
}

.testimonial-lp {
    padding-top: 32px;
}

.testimonial-container.testimonial-hidden .ava-nick,
.testimonial-container.testimonial-hidden h3,
.testimonial-container.testimonial-hidden .h3,
.testimonial-container.testimonial-hidden p,
.testimonial-container.testimonial-hidden .name-and-company-name {
    opacity: 0;
}

.hr-ebook {
    margin-top: 3rem;
    padding-top: 0.5rem;
}

.title-ebook {
    margin-top: 42px;
}

.testimonial-container .name-and-company-name {
    opacity: 1;
    transition: opacity 4s ease-out;
}

.full-implementation {
    overflow: hidden;
    background: url(../ep-img/bg-full-implementation.jpg) center top no-repeat;
    background-size: cover;
    padding: 172px 0;
}

.full-implementation.full-implementation-hidden h2 {
    top: -500px;
    opacity: 0;
}

.full-implementation h2,
.full-implementation .h2 {
    position: relative;
    color: #fff;
    transition: top 0.5s ease-out, opacity 2s ease-out;
    top: 0;
    opacity: 1;
}

.full-implementation.full-implementation-hidden p {
    top: 500px;
    opacity: 0;
}

.full-implementation p {
    position: relative;
    color: #e6e6e6;
    transition: top 0.5s ease-out, opacity 2s ease-out;
    top: 0;
    opacity: 1;
}

.hr {
    border-top: 1px solid #d8d8d8;
}


.copyright {
    color: #fff;
    font-size: 15px;
}

.logicsoftware-net,
.copyright {
    display: inline-block;
}

.copyright {
    padding-left: 1.5rem;
}

.policy-menu {
    font-size: 14px;
    padding-bottom: 1rem;
}

.policy-menu li:first-child {
    padding-right: 1.5rem;
}

.free-link {
    font-size: 24px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #004497;
    line-height: 30px;
}

.button-link {
    border-radius: 20px;
    border: 1px solid #b6bfcb;
    font-size: 15px;
    display: inline-block;
    height: 36px;
    line-height: 29px;
    padding: 0 12px 0 8px;
    transition: border-color 1.5s ease-out;
}

.button-link.white {
    border: 1px solid #b9c5d0;
    color: #6c747b;
    transition: all 1.5s ease-out;
}

.button-link span {
    display: inline-block;
    vertical-align: middle;
}

#map {
    display: inline-block;
    position: relative;
}

.pin {
    opacity: 0;
    background: url(../ep-img/pin.png) center center no-repeat;
    position: absolute;
    height: 26px;
    width: 18px;
}

.counter {
    font-size: 36px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #506072;
}

.counter-name {
    font-size: 16px;
    color: #506072;
}

.learn-more {
    font-size: 16px;
    display: inline-block;
}

.learn-more,
.learn-more:hover,
.learn-more:focus {
    border: 0 none;
}

.learn-more span {
    display: inline-block;
    vertical-align: middle;
}

.circle-link {
    height: 15px;
    width: 15px;
    border: 1px solid #acb8c7;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    border-radius: 15px;
    color: #acb8c7;
    transition: all 1.5s ease-out;
    cursor: pointer;
}

.white .circle-link {
    border: 1px solid #b9c5d0;
    color: #b9c5d0;
}

.button-link:hover,
.button-link:focus {
    border-color: #00408d;
    transition: border-color 0.5s ease-out;
}

.button-link.white:hover,
.button-link.white:focus {
    border-color: #6c747b;
    color: #6c747b;
    transition: all 0.5s ease-out;
}

.button-link:hover .circle-link,
.button-link:focus .circle-link,
.learn-more:hover .circle-link,
.go-to-link:hover .circle-link,
.circle-link:hover {
    color: #00408d;
    border-color: #00408d;
    transition: all 0.5s ease-out;
}

.button-link.white:hover .circle-link,
.button-link.white:focus .circle-link,
.learn-more.white:hover .circle-link,
.white .circle-link:hover {
    color: #6c747b;
    border-color: #6c747b;
    transition: all 0.5s ease-out;
}

.bg-marketing {
    background-image: url(../ep-img/bg/marketing.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    transition: background-position 1s ease-out;
}

.bg-it {
    background-image: url(../ep-img/bg/it.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    transition: background-position 1s ease-out;
}

.bg-service {
    background-image: url(../ep-img/bg/service.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    transition: background-position 1s ease-out;
}

.bg-pm {
    background-image: url(../ep-img/bg/pm.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    transition: background-position 1s ease-out;
}

.bg-hidden {
    background-position: 300% bottom;
}

.integrate-cell.integrate-hidden {
    transform: scale(1, 0);
}

.integrate-cell {
    transition: transform .5s linear;
    transform: scale(1, 1);
}

.clients-logo.clients-hidden {
    transition: all 1s ease-out;
    transform: rotateY(90deg);
}

.clients-logo {
    transition: all 1s ease-out;
    transform: rotateY(0deg);
}

.copyright-and-links {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.landing-page .copyright-and-links {
    padding-bottom: 2rem;
}

.logicsoftware-logo {
    text-align: center;
}

.review,
.review-between {
    padding-bottom: 40px;
}

.video-centered {
    text-align: center;
}

.free-document {
    padding-top: 2rem;
}

.line-list {
    text-align: center;
}

.small-counter {
    text-align: center;
    padding-bottom: 1rem;
}

.small-btn-hide {
    display: none;
}

.xxlarge-logo-container {
    display: none;
}

.top-menu {
    background-color: #fff;
}

.help-group-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.link-icon:after {
    content: ' ';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../ep-img/sprites/icons-sprite.png) center top no-repeat;
    margin: 2px 0 0 5px;
}

.icon-pdf:after {
    background-position: center top;
}

.icon-video:after {
    background-position: center -24px;
}

.icon-help:after {
    background-position: center -48px;
}

.help-group-row li {
    padding-top: 8px;
}

.flex-grow-cell-1 {
    flex-grow: 1;
}

.flex-grow-cell-2 {
    flex-grow: 2;
}

.flex-grow-cell-3 {
    flex-grow: 3;
}

.per-wrapper {
    line-height: 1;
    padding-bottom: 1px;
}

.per_mo {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
}

.slider-menu-tour {
    height: 110px;
    background: #f1f6fc;
}

.slider-menu-contain {
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.slider-menu-contain a {
    border: 1px solid transparent;
    transition: all .3s ease 0s;
    height: auto;
    line-height: 1.5;
}

.slider-menu-contain a:hover {
    border-bottom: 1px solid rgb(99, 127, 159);
}

.left-first,
.right-last,
.left-prev,
.right-next,
.active-page {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}

.left-first,
.right-last {
    opacity: 0.75;
    font-size: 13px;
}

.left-first:hover,
.right-last:hover,
.left-prev:hover,
.right-next:hover {
    opacity: 1;
}


/* Tour ->> Integration BEGIN*/

.shortcut {
    padding: 20px;
    text-align: center;
    margin-top: .9375em;
    margin-bottom: .9375em;
    height: 264px;
}

.shortcut.sgray {
    background-color: #e4ecf5;
    border: solid #ccd3dc 1px;
}

.shortcut.swhite {
    background-color: #ffffff;
    border: solid #ecf0f4 1px;
}

.shortcut img {
    margin-bottom: 40px;
}

.shortcut.assym {
    text-align: left;
}

.shortcut.nerrowlogo .imgholder {
    height: 110px;
    display: inline-block;
}

.shortcut h3 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 144px;
}

.shortcut h2,
.shortcut p {
    text-align: left;
    margin-top: 0;
}

.shortcut h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #333333;
    margin-bottom: 10px;
}

.shortcut p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.shortcut-link {
    padding: 0;
    transition: border .5s ease-out;
}

.shortcut-link a {
    padding: 20px;
    display: block;
    border: 0 none;
}

.shortcut-link.nerrowlogo a {
    padding-top: 35px;
}

.shortcut-link:hover {
    transition: border .5s ease-out;
    border-color: #6955ED;
}

.active-page {
    opacity: 1;
    font-size: 1.5rem;
    color: #f47e00;
    pointer-events: none;
}

.active-page::before {
    content: "←";
    position: relative;
    left: -20px;
    top: -3px;
    font-weight: 600;
    color: rgb(99, 127, 159);
    opacity: 0.75;
}

.active-page::after {
    content: "→";
    position: relative;
    right: -20px;
    top: -3px;
    font-weight: 600;
    color: rgb(99, 127, 159);
    opacity: 0.75;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar_widget {
    margin-bottom: 2rem;
}

.sidebar_widget_nav_menu h4 {
    display: inline-block;
    font-size: 26px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #eaeaea;
}

.sidebar_widget_nav_menu .menu li {
    display: block;
}

.sidebar_widget_nav_menu .menu a {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    max-width: 260px;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease 0s;
    display: inline-block;
}

.sidebar_widget_nav_menu .menu .item-new:after {
    content: '';
    background-image: url(../ep-img/hot.svg);
    width: 10px;
    height: 15px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    top: -4px;
    left: 4px;
}

.sidebar_widget_nav_menu .menu li a:hover {
    color: #666;
    border-color: #666;
}

.sidebar_widget_nav_menu .menu li.current_page_item a {
    color: #f47e00;
    border-bottom: 1px solid #f47e00;
}

.sidebar_subscription_widget {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 6px;
    background: #fff url(../ep-img/border-line.png) left top repeat;
}

.sidebar_subscription_widget input {
    width: 100%;
    min-width: inherit;
}

.sidebar_subscription_widget p {
    margin-bottom: .3rem;
    font-size: 16px;
    text-align: center;
}

.sidebar_subscription_widget .widget-inner {
    padding: 1.5rem 18px .5rem;
    border-radius: 2px;
    background-color: #fff;
}

.sidebar_subscription_widget h4 {
    text-align: center;
}

.integrations-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.integrations-image {
    height: 69px;
    flex: 1 1 25%;
    margin: 20px 0;
    text-align: center;
    align-items: center;
}

#newsletter-send {
    margin: .2rem 0 1.3rem;
}

.tile-type-license {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 35px;
    font-size: 16px;
}

.tile-type-license h3,
.tile-type-license .h3 {
    margin-top: 0;
}

.tile-type-license .price {
    font-size: 34px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 40px;
    padding-top: 21px;
}

.tile-type-license .price sup {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
    top: -0.9em;
}

.per-month {
    color: #8e8e8e;
    padding-bottom: 10px;
}

.phone-number-price {
    padding-bottom: 32px;
}

.request-try-container {
    padding: 32px 0;
    border-top: 1px solid #D0DEEF;
}

.hr-line-wrapper {
    position: relative;
    text-align: center;
    margin: 30px 0 0;
}

.hr-line {
    background: #d8d8d8;
    height: 1px;
    position: relative;
    top: 1.250em;
}

.hr-line-header {
    position: relative;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 2rem;
}

.compare-features {
    font-size: 17px;
}

.compare-features h3 {
    margin-top: 0;
}

.green-edition {
    color: #148118;
}

.benefits+.review {
    background-color: #e4f0fa;
    padding: 50px 0;
}

.review-text {
    padding: 60px 0px 33px 120px;
    background: url('../img/home-redesign/quote-light.svg') 0 0 no-repeat;
    background-size: 25%;
    min-height: 230px;
    font-size: 20px;
    fill: #dae8f4;
    color: #506072;
    margin-bottom: 0;
}

.review .quote-author {
    padding-left: 120px;
    padding-bottom: 40px;
}

.review .quote-author img {
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
}

.review .quote-author p {
    color: #506072;
    line-height: 3.5;
}

.review .author {
    color: #506072;
    font-weight: 600;
    line-height: 32px;
}

.review .job-title {
    color: #506072;
    line-height: 32px;
}

#email-course-form input {
    max-width: 256px;
    min-width: inherit;
}

.features-line,
.features-license-line {
    padding-top: 18px;
    padding-bottom: 18px;
}

.price-check,
.feature-check {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
}

.features-line,
.features-license-line,
.price-check,
.feature-check {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.price-check {
    color: #399e25;
}

.feature-check span.new-feature {
    width: 10px;
    height: 15px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    top: -4px;
    left: 4px;
    background-image: url('../ep-img/hot.svg');
}

.features-license-line,
.price-check {
    text-align: center;
    border-left: 1px solid #d8d8d8;
}

.money-back-wrapper {
    text-align: center;
}

.money-back-shield {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 34px;
    background: url(../ep-img/shield-guarantee.png) center center no-repeat;
}

.money-back {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: #399e25;
    line-height: 34px;
    margin-left: 8px;
}

.price-exclude,
.price-include {
    min-height: 51px;
}

.price-exclude {
    background: url(../ep-img/icon-exclude.png) center center no-repeat;
}

.price-include {
    background: url(../ep-img/icon-include.png) center center no-repeat;
}

.landing-page #masterhead {
    position: static;
}

.landing-page #masterhead .small-logo,
.landing-page #masterhead .small-logo:hover,
.landing-page #masterhead .small-logo:focus {
    border: 0 none;
    text-align: left;
}

.landing-page #masterhead .phone-number {
    padding: 3px 0;
}

.landing-page .text-center.clients-container {
    text-align: center;
}

.landing-page .header.first.form-test {
    margin-top: 100px;
}

.clients-logo-line {
    background-color: #4c617c;
    color: #fff;
}

.request-btn-line-transparent,
.clients-logo-line-transparent {
    padding: 1rem 0;
    box-shadow: 0 0 0 1px #D0DEEF;
    background-color: #f1f6fc;
    margin: 0 0 1px;
}

.clients-logo-line-transparent {
    margin: 0 0 2rem;
}

.clients-logo-line h3,
.clients-logo-line .h3 {
    margin-top: 20px;
    color: #fff;
}

.clients-logo-line-transparent h3,
.clients-logo-line-transparent .h3 {
    margin-top: 24px;
}

.testimonial-photo {
    display: inline-block;
    vertical-align: top;
}

.testimonial-name {
    display: inline-block;
    text-align: left;
    padding-left: 12px;
    vertical-align: bottom;
    margin-top: 12px;
}

.landing-page .photo {
    padding: 50px 0;
    min-height: 0;
}

.name-form {
    color: #123;
    font-size: 20px;
    font-weight: 600;
}

.form-container {
    border-radius: 2px;
    background: #fff;
    color: #9ba8b1;
    padding: 45px 45px 25px;
}

#form-container .terms {
    font-size: 12.5px;
}

.main-form-container {
    padding: 15px 25px 25px;
}

.form-container-other {
    margin-top: 47px;
    border: 1px solid #cbe0f4;
    border-width: 1px 1px 0;
    border-radius: 2px 2px 0 0;
    background: #fff;
    padding: 39px 37px 31px;
}

.form-container-other.request-page {
    margin-bottom: 47px;
    border-width: 1px;
    border-radius: 2px;
}

.form-container-other-without-margin-top {
    margin-top: 0;
}

.telecom-page {
    margin-top: 88px;
}

.form-container-other :placeholder {
    text-transform: none;
    color: #a2adbb;
}

.form-container-other ::-webkit-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #a2adbb;
}

.form-container-other :-moz-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
    opacity: 1;
    color: #a2adbb;
}

.form-container-other ::-moz-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
    opacity: 1;
    color: #a2adbb;
}

.form-container-other :-ms-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #a2adbb!important;
}

.form-container-other ::-ms-clear {
    display: none
}

.form-container-other input,
.form-container-other select,
.form-container-other textarea {
    min-width: 100%;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #c9d1db;
    min-height: 48px;
    line-height: normal;
    padding: 7px 13px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #4e5e71;
    vertical-align: middle;
    transition: border .3s ease-out;
    margin-bottom: 12px;
}

.keep_everyone {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxwYXRoIGQ9Ik0zMCwzMi4yYy0uMS0xLjctLjEtMi41LS4xLTMuOHMxLjgtMi41LDItNC40Yy41LDAsMS4zLS41LDEuNi0yLjVhMS45LDEuOSwwLDAsMC0uNy0xLjljLjgtMi41LDIuNi0xMC40LTMuMi0xMS4yLS42LTEuMS0yLjItMS42LTQuMi0xLjYtOCwuMi05LDYtNy4yLDEyLjhhMS45LDEuOSwwLDAsMC0uNywxLjljLjIsMiwxLjEsMi41LDEuNiwyLjUuMiwxLjksMS40LDQuMSwyLjEsNC40YTM3LjQsMzcuNCwwLDAsMS0uMSwzLjhDMTkuNiwzNi41LDguOSwzNS4zLDguNCw0My41SDQyLjdDNDIuMiwzNS4zLDMxLjYsMzYuNSwzMCwzMi4yWiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPiAgPGNpcmNsZSBjeD0iMzcuNyIgY3k9IjM5LjEiIHI9IjgiIGZpbGw9IiM5OGJiZTYiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxwb2x5bGluZSBwb2ludHM9IjQxLjggMzYuMiAzNy40IDQyIDM0LjYgMzkuMSIgZmlsbD0iIzk4YmJlNiIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) center center no-repeat;
}

.gain_visibility {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxyZWN0IHg9IjQuOSIgeT0iMTcuOSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjMxIiByeD0iMiIgcnk9IjIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxyZWN0IHg9IjIwLjkiIHk9IjI4LjkiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgcng9IjIiIHJ5PSIyIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+ICA8cmVjdCB4PSIzNi45IiB5PSI0LjkiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0NCIgcng9IjIiIHJ5PSIyIiBmaWxsPSIjOThiYmU2IiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) center center no-repeat;
}

.simplify_project {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxyZWN0IHg9IjE5IiB5PSI0LjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgcng9IjEuNSIgcnk9IjEuNSIgZmlsbD0iIzk4YmJlNiIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuMDgiLz4gIDxyZWN0IHg9IjIxIiB5PSIzOS40IiB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHJ4PSIxLjUiIHJ5PSIxLjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxyZWN0IHg9IjMiIHk9IjM5LjQiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgcng9IjEuNSIgcnk9IjEuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPiAgPHJlY3QgeD0iMzkiIHk9IjM5LjQiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgcng9IjEuNSIgcnk9IjEuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPiAgPGxpbmUgeDE9IjI3IiB5MT0iMzkuNCIgeDI9IjI3IiB5Mj0iMTQuNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPiAgPHBvbHlsaW5lIHBvaW50cz0iNDUgMzkuNSA0NSAyNi40IDkgMjYuNCA5IDM5LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) center center no-repeat;
}

.predict {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxwYXRoIGQ9Ik0yNC4yLDI5LjVBMi42LDIuNiwwLDAsMSwyMywzMS43bC0yLjcsMS4yYTEzLjEsMTMuMSwwLDAsMC0yLjcsMS41SDEwLjljLjItNC4yLDUuNy0zLjYsNi41LTUuOGExOS4zLDE5LjMsMCwwLDAsMC0yLDMuOCwzLjgsMCwwLDEtMS0yLjNjLS4zLDAtLjctLjMtLjgtMS4zYTEsMSwwLDAsMSwuNC0xYy0uNC0xLjMtMS4zLTUuMywxLjctNS43YTIuMywyLjMsMCwwLDEsMi4xLS44LDQuNSw0LjUsMCwwLDEsMi45LjlsLS41LDEuNHYyLjhsLjMsMS40LjIuOGExLjIsMS4yLDAsMCwwLS40LjksMiwyLDAsMCwwLC4zLDEuMy45LjksMCwwLDAsLjcuNSIgZmlsbD0iIzk4YmJlNiIgc3Ryb2tlPSIjMDA0MDhkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuMDgiLz4gIDxwYXRoIGQ9Ik0yOS44LDI5LjVBMi42LDIuNiwwLDAsMCwzMSwzMS43bDIuNywxLjJhMTMuMSwxMy4xLDAsMCwxLDIuNywxLjVoNi44Yy0uMi00LjItNS43LTMuNi02LjUtNS44YTE5LjMsMTkuMywwLDAsMSwwLTIsMy44LDMuOCwwLDAsMCwxLTIuM2MuMywwLC43LS4zLjgtMS4zYTEsMSwwLDAsMC0uNC0xYy40LTEuMywxLjMtNS4zLTEuNy01LjdhMi4zLDIuMywwLDAsMC0yLjEtLjgsNC41LDQuNSwwLDAsMC0yLjkuOWwuNSwxLjRWMjJsLS4yLjhhMS4yLDEuMiwwLDAsMSwuNC45LDIsMiwwLDAsMS0uNCwxLjMuOS45LDAsMCwxLS43LjUiIGZpbGw9IiM5OGJiZTYiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjA4Ii8+ICA8cGF0aCBkPSJNMzAuMywzMC42Yy0uMS0xLjMtLjEtMS44LS4xLTIuOGE1LjQsNS40LDAsMCwwLDEuNS0zLjJjLjQsMCwxLS40LDEuMS0xLjlhMS40LDEuNCwwLDAsMC0uNS0xLjRjLjYtMS44LDEuOS03LjYtMi40LTguMi0uNC0uOC0xLjYtMS4yLTMtMS4yLTUuOC4xLTYuNSw0LjQtNS4yLDkuM2ExLjQsMS40LDAsMCwwLS41LDEuNGMuMiwxLjUuOCwxLjgsMS4xLDEuOWE1LjQsNS40LDAsMCwwLDEuNSwzLjIsMjcuMiwyNy4yLDAsMCwxLS4xLDIuOGMtMS4xLDMuMS04LjksMi4yLTkuMyw4LjJoMjVDMzkuMiwzMi45LDMxLjUsMzMuOCwzMC4zLDMwLjZaIiBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+ICA8cGF0aCBkPSJNNDcuMiwyOWwyLTJBMjIuMywyMi4zLDAsMCwxLDQuOSwzMC43IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+ICA8bGluZSB4MT0iNDkuMiIgeTE9IjI3IiB4Mj0iNTEiIHkyPSIyOS4zIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxwYXRoIGQ9Ik02LjksMjVsLTIsMmEyMi4zLDIyLjMsMCwwLDEsNDQuNC0zLjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxsaW5lIHgxPSI0LjkiIHkxPSIyNyIgeDI9IjMuMSIgeTI9IjI0LjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) center center no-repeat;
}

.monitor {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxwYXRoIGQ9Ik00LDI3LjlsMTMtNiw4LjktNy4xYS43LjcsMCwwLDEsMSwuMmgwVjM1LjlsLTEwLDgtMTMtMloiIGZpbGw9IiM5OGJiZTYiLz4gIDxjaXJjbGUgY3g9IjQiIGN5PSIyNy45IiByPSIyIiBmaWxsPSIjMDA0MDhkIi8+ICA8Y2lyY2xlIGN4PSIxNyIgY3k9IjIxLjkiIHI9IjIiIGZpbGw9IiMwMDQwOGQiLz4gIDxjaXJjbGUgY3g9IjI3IiBjeT0iMTMuOSIgcj0iMiIgZmlsbD0iIzAwNDA4ZCIvPiAgPGNpcmNsZSBjeD0iMzciIGN5PSIxOS45IiByPSIyIiBmaWxsPSIjMDA0MDhkIi8+ICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjcuOSIgcj0iMiIgZmlsbD0iIzAwNDA4ZCIvPiAgPGNpcmNsZSBjeD0iNCIgY3k9IjQxLjkiIHI9IjIiIGZpbGw9IiMwMDQwOGQiLz4gIDxjaXJjbGUgY3g9IjE3IiBjeT0iNDMuOSIgcj0iMiIgZmlsbD0iIzAwNDA4ZCIvPiAgPGNpcmNsZSBjeD0iMjciIGN5PSIzNS45IiByPSIyIiBmaWxsPSIjMDA0MDhkIi8+ICA8Y2lyY2xlIGN4PSIzNyIgY3k9IjQ1LjkiIHI9IjIiIGZpbGw9IiMwMDQwOGQiLz4gIDxjaXJjbGUgY3g9IjUwIiBjeT0iMzMuOSIgcj0iMiIgZmlsbD0iIzAwNDA4ZCIvPiAgPHBvbHlsaW5lIHBvaW50cz0iNCAyNy45IDE3IDIxLjkgMjcgMTMuOSAzNyAxOS45IDUwIDgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4gIDxwb2x5bGluZSBwb2ludHM9IjQgNDIgMTcgNDQgMjcgMzYgMzcgNDYgNTAgMzQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwNDA4ZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjA4Ii8+PC9zdmc+) center center no-repeat;
}

.collaborate {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4gIDxwYXRoIGQ9Ik00OSwyNWMwLDEwLjUtOS44LDE5LTIyLDE5YTI1LjMsMjUuMywwLDAsMS02LS43QTEzLjgsMTMuOCwwLDAsMSwxMSw0OGMzLTQuMywzLTcuNywzLTcuNy01LjUtMy41LTktOS05LTE1LjNDNSwxNC41LDE0LjksNiwyNyw2UzQ5LDE0LjUsNDksMjVaIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDQwOGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+ICA8ZWxsaXBzZSBjeD0iMjguNCIgY3k9IjE0LjkiIHJ4PSI1LjUiIHJ5PSI5LjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjUgNDIuMikgcm90YXRlKC04NikiIGZpbGw9IiM5OGJiZTYiLz48L3N2Zz4=) center center no-repeat;
}

.tab-icon {
    float: left;
    height: 52px;
}

.project_management_icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4gIDxwYXRoIGQ9Ik00Ny4xLDE1LjV2LTRhMiwyLDAsMCwwLTItMmgtMjZjLTEuNSwwLTIuNS00LTQtNEg0LjJhMiwyLDAsMCwwLTIsMnYzN2w1LTI2LjlhMi4zLDIuMywwLDAsMSwyLjQtMi4ySDQ3LjEiIGZpbGw9IiNjY2MiLz4gIDxwYXRoIGQ9Ik0yLjIsNDUuNmw1LTI4QTIsMiwwLDAsMSw5LDE1LjVINDcuOWEyLDIsMCwwLDEsMiwyaDBsLTUsMjhaIiBmaWxsPSIjZmZmIi8+ICA8cGF0aCBkPSJNNTAuOSwxNy42YTMsMywwLDAsMC0yLjctM3YtM2EyLjksMi45LDAsMCwwLTIuOC0zSDE5LjFjLS4zLS4xLS45LTEtMS4yLTEuNXMtMS41LTIuNi0yLjgtMi42SDQuMmEyLjksMi45LDAsMCwwLTMsMi44aDBWNDQuNWExLjMsMS4zLDAsMCwwLC4xLjZ2LjNoLjFhMy4yLDMuMiwwLDAsMCwyLjgsMi4xaDM5YTIuOSwyLjksMCwwLDAsMy0yLjhoMHYtLjRsNC43LTI2LjVaTTMuMiw3LjVhLjkuOSwwLDAsMSwuOC0xSDE1LjJhNC40LDQuNCwwLDAsMSwxLjIsMS42Yy43LDEuMiwxLjUsMi40LDIuOCwyLjRoMjZhLjkuOSwwLDAsMSwxLDF2M0g5LjJhMy4xLDMuMSwwLDAsMC0zLDNsLTMsMTYuN1pNNDMuOSw0NS4xYTEuMiwxLjIsMCwwLDEtLjguNEg0LjJhMS4xLDEuMSwwLDAsMS0uOS0uNUw4LjIsMTcuN3YtLjJhMSwxLDAsMCwxLDEtMUg0Ny45YTEuMSwxLjEsMCwwLDEsMSwxWiIgZmlsbD0iIzhiOGI4YiIvPjwvc3ZnPg==) center center no-repeat;
}

.it_support_and_dev_management {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4gIDxwYXRoIGQ9Ik0zLjUsMzAuOXY0LjZhMiwyLDAsMCwwLDIsMkgyMC44VjQxYTcsNywwLDAsMC0yLjMsMS4zYy0xLDEuMSwxLjMsMi42LDEuMywyLjZIMzIuMnMyLjQtMS42LDEuMy0yLjdhOC4xLDguMSwwLDAsMC0yLjMtMS4zVjM3LjVINDYuNWEyLDIsMCwwLDAsMi0yVjMwLjhIMy41WiIgZmlsbD0iI2NjYyIvPiAgPHBhdGggZD0iTTQ2LjUsNi4ySDUuNWEyLjksMi45LDAsMCwwLTMsMi43VjM1LjVhMi45LDIuOSwwLDAsMCwyLjgsM0gxOS44djEuOWE3LjYsNy42LDAsMCwwLTIsMS4zLDEuNywxLjcsMCwwLDAtLjUsMS41Yy4xLDEuMywxLjYsMi40LDEuOSwyLjZsLjYuMkgzMi4ybC42LS4yYy4zLS4yLDEuOS0xLjMsMi0yLjdhMS43LDEuNywwLDAsMC0uNS0xLjUsNy40LDcuNCwwLDAsMC0yLjEtMS4zVjM4LjVINDYuNWEyLjksMi45LDAsMCwwLDMtMi44aDBWOS4yQTMuMSwzLjEsMCwwLDAsNDYuNSw2LjJabS00MSwyaDQxYTEsMSwwLDAsMSwxLDFWMjkuOUg0LjVWOS4yYS45LjksMCwwLDEsLjgtMWguMlpNMzAuOCw0MmwyLDFjMCwuMi0uNC43LS45LDFIMjAuMWwtLjktMWE1LjQsNS40LDAsMCwxLDEuOS0xLDEsMSwwLDAsMCwuNy0xVjM4LjVoOC40VjQxYS44LjgsMCwwLDAsLjYsMVptMTYuNy02LjRhMSwxLDAsMCwxLTEsMUg1LjVhMSwxLDAsMCwxLTEtMVYzMS45aDQzWiIgZmlsbD0iIzhiOGI4YiIvPjwvc3ZnPg==) center center no-repeat;
}

.marketing_and_creative_services {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4gIDxwYXRoIGQ9Ik0yOSw0NWEzLDMsMCwwLDEtNiwwIiBmaWxsPSIjY2NjIi8+ICA8cGF0aCBkPSJNMTkuMSwzOXY0YTIsMiwwLDAsMCwyLDJIMzFhMiwyLDAsMCwwLDItMlYzOVoiIGZpbGw9IiNjY2MiLz4gIDxwYXRoIGQ9Ik0yNiwzQTE1LDE1LDAsMCwwLDExLDE4YzAsNi4yLDIuOCw5LjEsNC44LDExLjNTMTgsMzEuNywxOCwzM1Y0M2EyLjksMi45LDAsMCwwLDIuOCwzaDEuM0E0LDQsMCwwLDAsMjYsNDlhNC4xLDQuMSwwLDAsMCwzLjktM0gzMWEyLjksMi45LDAsMCwwLDMtMi44aDBxMC0uMSwwLS4yVjMzYzAtMS45LDEuMS0zLjEsMi41LTQuNUExNC4zLDE0LjMsMCwwLDAsNDEsMThhMTUsMTUsMCwwLDAtMTUtMTVabTAsNDRhMS45LDEuOSwwLDAsMS0xLjctMWgzLjRBMS45LDEuOSwwLDAsMSwyNiw0N1ptNi00YS45LjksMCwwLDEtLjgsMUgyMS4xYS45LjksMCwwLDEtMS0xVjQwSDMyWm0zLTE1LjljLTEuNSwxLjYtMy4xLDMuMi0zLjEsNS45djVoLTEyVjMzYzAtMi4xLTEuMy0zLjUtMi43LTUuMXMtNC4zLTQuNi00LjMtOS45YTEzLDEzLDAsMSwxLDI2LDBDMzksMjMsMzcsMjUuMSwzNSwyNy4xWiIgZmlsbD0iIzhiOGI4YiIvPiAgPHBvbHlnb24gcG9pbnRzPSIyNi4xIDIxLjYgMjIuNiAxOC4zIDIxLjQgMTkuNyAyNS4xIDIzLjQgMjUuMSAzNiAyNy4xIDM2IDI3LjEgMjMuNCAzMC42IDE5LjcgMjkuNCAxOC4zIDI2LjEgMjEuNiIgZmlsbD0iIzhiOGI4YiIvPjwvc3ZnPg==) center center no-repeat;
}

.professional_and_services {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgdmlld0JveD0iMCAwIDUyIDUyIj4gIDxwYXRoIGQ9Ik0zNC4yLDEzLjRoLTE2VjExLjJjMC0xLjcsMS0zLjEsMi4zLTMuMUgzMS45YzEuMywwLDIuMywxLjQsMi4zLDMuMXYuNWgwWiIgZmlsbD0iI2ZmZiIvPiAgPHBhdGggZD0iTTMuNiwxMy40VjIxYTcuNiw3LjYsMCwwLDAsNy42LDcuNkgyMS43djEuNWMwLDEuMS42LDIsMS4zLDJoNi41Yy43LDAsMS4zLS45LDEuMy0yVjI4LjhINDFhNy42LDcuNiwwLDAsMCw3LjYtNy42VjEzLjdaIiBmaWxsPSIjY2NjIi8+ICA8cGF0aCBkPSJNNDkuMywxMi43YS45LjksMCwwLDAtLjctLjNIMzUuM1YxMS4yYzAtMi4zLTEuNC00LjEtMy4zLTQuMUgyMC41Yy0xLjgsMC0zLjMsMS44LTMuMyw0LjF2MS4ySDMuNWEuOS45LDAsMCwwLTEsMVY0MS44YTIuOSwyLjksMCwwLDAsMi44LDNINDYuNWEyLjksMi45LDAsMCwwLDMtMi44aDBWMTMuNEM0OS42LDEzLjIsNDkuNCwxMi45LDQ5LjMsMTIuN1pNMjkuOCwzMC4yYTEuNCwxLjQsMCwwLDEtLjMsMUgyMy4xYy0uMSwwLS4zLS40LS4zLTF2LS40aDcuMVpNMTEuMSwyNy44YTYuNyw2LjcsMCwwLDEtNi42LTYuNlYxNS40YTEuMSwxLjEsMCwwLDEsLjgtMUg0Ni41YTEsMSwwLDAsMSwxLDFWMjFhNi43LDYuNywwLDAsMS02LjYsNi42Wm04LjEtMTYuNGMwLTEuMi43LTIuMSwxLjMtMi4xSDMxLjljLjYsMCwxLjMuOSwxLjMsMi4xdjEuMmgtMTRaTTQ3LjYsNDEuOGExLDEsMCwwLDEtMSwxSDUuNmExLDEsMCwwLDEtMS0xVjI2LjdhOC41LDguNSwwLDAsMCw2LjYsMy4xaDkuNXYuNWEzLjEsMy4xLDAsMCwwLC42LDEuOSwyLjIsMi4yLDAsMCwwLDEuOCwxaDYuNWEyLjEsMi4xLDAsMCwwLDEuNy0xLDMsMywwLDAsMCwuNS0xLjl2LS40SDQxYTguNyw4LjcsMCwwLDAsNi42LTMuMVoiIGZpbGw9IiM4YjhiOGIiLz48L3N2Zz4=) center center no-repeat;
}

.form-container-other textarea {
    min-height: 70px;
    resize: vertical;
}

.form-container-other input,
.form-container-other select {
    height: 48px;
}

.form-container-other select {
    background: url(../img/expand.png) right 8px top 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.form-container-other select.white {
    background-color: #fff;
}

.form-container-other select,
.form-container-other textarea,
.form-container-other input {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.form-container-other input:hover,
.form-container-other input:focus,
.form-container-other select:hover,
.form-container-other select:focus,
.form-container-other textarea:hover,
.form-container-other textarea:focus {
    outline: none;
    border: 1px solid #aab3be;
}

.form-container-other .error {
    border: 1px solid #cb2828;
}

.form-container-other input.error:hover,
.form-container-other input.error:focus,
.form-container-other select.error:hover,
.form-container-other select.error:focus {
    border: 1px solid #cb2828;
}

.btn-other,
.form-container-other input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    height: 48px;
    line-height: normal;
    padding: 9px 16px;
    background: #24C196;
    box-sizing: border-box;
    vertical-align: middle;
    transition: box-shadow .5s ease-out;
    border: 0 none;
}

.btn-other:hover {
    background-color: #24C196;
}

.btn-other.disabled,
.btn-other.disabled:hover,
.btn-other.sending,
.btn-other.sending:hover {
    cursor: wait;
    background-color: #a9b3be;
}

.form-container-other .btn-full-size {
    text-align: center;
    width: 100%;
}

.form-container-other p {
    font-size: 19px;
    line-height: 29px;
    color: #4f4f4f;
}

.form-container-other .terms,
.form-container-other .terms a {
    font-size: 13px;
    line-height: 18px;
    color: #9ca7b4;
}

.form-container-other .terms {
    padding-top: 20px;
    margin: 0;
}

.form-container-other.request-page .terms {
    padding-top: 8px;
}

.form-container-other .trigger-add-comment {
    margin-bottom: 12px;
    cursor: pointer;
}

.form-container-other .dashed {
    display: inline-block;
    color: #4e5e71;
    border-bottom: 1px dashed #4e5e71;
}

.ebook-form-container {
    padding: 24px 0 64px;
}

.form .terms,
.form .terms a,
.form .terms a:hover,
.form-container .terms,
.form-container .terms a,
.form-container .terms a:hover {
    color: #b1bac3;
    font-size: 11.5px;
}

.landing-page .form-container h3,
.landing-page .form-container .h3 {
    color: #4f5e71;
    font-size: 24px;
    font-weight: 600;
}

.form input,
.form select,
.form textarea,
.form-container input,
.ebook-form-container input,
.form-container select {
    margin-bottom: .625rem;
}

.row-flex {
    display: flex;
    align-items: stretch;
}

.small-size-fix-path {
    margin-right: 2rem;
}

.small-total-text {
    padding-right: 1rem;
    float: left;
}

.group-training {
    display: flex;
    flex-direction: column;
    border: 0 none;
    1px solid #d8d8d8;
    border-radius: 15px;
    overflow: hidden;
}

.group-training .fx-left-column {
    border: 1px solid #d8d8d8;
    flex: 1 0 100%;
    border-radius: 15px;
    overflow: hidden;
}

.group-training .fx-right-column {
    margin-top: 2rem;
    border: 1px solid #d8d8d8;
    flex: 1 0 100%;
    border-radius: 15px;
    overflow: hidden;
}

.group-training .fx-cell-white {
    background-color: #fff;
}

.group-training .fx-cell-grey {
    background-color: #fbfbfb;
}

.group-training h2,
.group-training p {
    margin: 0;
    padding: 1rem;
}

.group-training a {
    margin: 1rem;
}

.fl-column {
    display: flex;
    flex-direction: column;
}

.fl-fix-h66 {
    flex: 0 0 66px;
}

.fl-fix-h74 {
    flex: 0 0 74px;
}

.fl-fix-h60 {
    flex: 0 0 60px;
}

.row-white-bottom,
.row-grey-bottom {
    border: 1px solid #d8d8d8;
    border-width: 0 1px 1px;
    margin: 0;
}

.row-grey-bottom {
    background-color: #fbfbfb;
}

.br {
    height: 1rem;
}

.br-r {
    border-right: 1px solid #d8d8d8;
}

.no-credit-card {
    font-size: 11.5px;
    color: #999;
    padding-top: 1px;
    text-align: center;
}

.btn-trial {
    width: 170px;
    text-align: center;
}

.btn-demo {
    width: 140px;
    text-align: center;
}

.only-small-head {
    text-align: center;
    padding-top: 45px;
}

.line-left-only,
.line-right-only,
.line-width-view {
    position: relative;
}

.line-left-only:before,
.line-right-only:after,
.line-width-view:before,
.line-width-view:after {
    content: "";
    display: block;
    background: #16171A;
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 1px;
    width: 0.9375rem;
}

.line-left-only:before,
.line-width-view:before {
    right: 100%;
}

.line-right-only:after,
.line-width-view:after {
    left: 100%;
}

.bg-gray,
.bg-gray:before,
.bg-gray:after {
    background-color: #f1f6fc;
}

.course-pricing-cell {
    background: #fff;
    margin: 0 .75rem;
    padding: 24px 0 44px;
}

.course-pricing-cell .regular-icon {
    width: 60px;
    height: 60px;
    background: url(../ep-img/icon-regular.png) center center no-repeat;
    margin: 0 auto;
}

.course-pricing-cell .early-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../ep-img/icon-early.png) center center no-repeat;
}

.course-pricing-cell .title-price {
    height: 67px;
    padding: 8px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #05599b;
}

.course-pricing-cell .price-line {
    background: #00599b;
    height: 2px;
    width: 68%;
    margin: 0 auto;
}

.course-pricing-cell .price {
    text-align: center;
    height: 126px;
    line-height: 126px;
    color: #f47e00;
    font-size: 42px;
    font-weight: 600;
}

.course-pricing-cell .title-price .small {
    font-size: 16px;
}

.course-button {
    width: 144px;
    margin: 0 auto;
}

.text-warning {
    color: #B8212D;
}

.whitepaper-book-link {
    position: relative;
    display: block;
    border: 1px solid #d8d8d8;
    margin: 1rem 0 2rem;
    max-width: 298px;
}

.whitepaper-book-link:hover {
    border-color: #123;
}

.whitepaper-book-link .level-0 {
    position: absolute;
    top: 20px;
    left: 50px;
    right: 10px;
}

.whitepaper-form {
    border: 1px solid #d8d8d8;
    padding: 20px;
    margin-top: 1rem;
}

.whitepaper-form p {
    font-size: 16px;
    padding: 0;
    margin: 0 0 .625rem;
}

.whitepaper-form .terms {
    margin-top: .625rem;
}

.bg-green {
    background: #47a73f;
}

.bg-purple {
    background: #9e2896;
}

.bg-red {
    background: #ff4e4e;
}

.bg-red-2 {
    background: #ff383d;
}

.bg-blue {
    background: #44a2aa;
}

.bg-green-2 {
    background: #1db58d;
}

.bg-yellow {
    background: #ff7e00;
}

.bg-purple-2 {
    background: #9e3764;
}

.br-green {
    border-color: #47a73f;
}

.br-purple {
    border-color: #9e2896;
}

.br-red {
    border-color: #ff4e4e;
}

.br-red-2 {
    border-color: #ff383d;
}

.br-blue {
    border-color: #44a2aa;
}

.br-green-2 {
    border-color: #1db58d;
}

.br-yellow {
    border-color: #ff7e00;
}

.br-purple-2 {
    border-color: #9e3764;
}

.whitepaper-book-link .level-1 {
    position: relative;
    left: -30px;
    padding: 4px 0;
}

.whitepaper-book-link .level-2 {
    position: relative;
    left: 30px;
    padding: 4px 0;
}

.whitepaper-book-link .level-3 {
    position: relative;
    display: inline;
    left: -15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.days-amount {
    font-size: 24px;
    font-weight: 600;
    color: #00599b;
    padding-bottom: 36px;
    margin-top: 36px;
}

table.responsive {
    margin: 2rem auto 4rem;
    width: 100%;
    border-collapse: collapse;
    background: #f1f1f1;
    text-rendering: optimizeLegibility;
    border: 1px solid #f1f1f1;
}

table.responsive thead th,
table.responsive tbody td {
    padding: .8rem;
}

table.responsive thead th {
    text-align: left;
}

table.responsive thead th.text-center {
    text-align: center;
}

table.responsive tbody td {
    padding: .8rem;
    color: #333;
    background: #fbfbfb;
}

table.responsive tbody tr:nth-child(even) td {
    background: #fff;
}

table.responsive tbody tr:not(:last-child) {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

table.responsive h3 {
    margin: 24px 0;
}

table.responsive h4 {
    margin: 12px 0;
}

table.responsive .price-include,
table.responsive .price-exclude {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    min-height: 27px;
}

@media (max-width: 767px) {
    table.responsive .price-include,
    table.responsive .price-exclude {
        width: 46%;
    }
    table.responsive caption {
        background-image: none;
    }
    table.responsive thead {
        display: none;
    }
    table.responsive tbody td {
        display: block;
        padding: 1rem;
    }
    table.responsive tbody td span {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    table.responsive tbody tr td:nth-child(even) {
        background: #fff;
    }
    table.responsive tbody tr td:nth-child(odd) {
        background: #fbfbfb;
    }
    table.responsive tbody tr td:first-child {
        background: #f1f1f1;
        font-weight: 600;
    }
    table.responsive tbody tr td[colspan]:first-child {
        background: #ebebeb;
    }
    table.responsive tbody td:not([data-th]) {
        text-align: center;
    }
    table.responsive tbody td[data-th]:before {
        content: attr(data-th);
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 50%;
        padding-right: 2rem;
    }
    .review .review-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .quote-author p {
        padding-left: 0;
    }
    .review .quote-author p {
        line-height: 1.5;
    }
}

.next-page-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .next-page-wrapper {
        display: block;
        position: fixed;
        z-index: 3;
        right: 0;
        border: 1px solid #dfdfe9;
        border-width: 1px 0 1px 1px;
        bottom: 15%;
        padding: 16px 46px 16px 16px;
        white-space: nowrap;
        background: #fff;
        cursor: pointer;
        transition: all .5s ease-out;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    }
    .next-page-wrapper:hover {
        border-color: #BABAD1;
    }
    .next-page {
        font-size: 13px;
        font-weight: 300;
        line-height: 13px;
        display: inline-block;
        vertical-align: top;
    }
    .img-next {
        display: inline-block;
        vertical-align: middle;
    }
    .img-default-next {
        display: inline-block;
        background: url(../ep-img/default-next-page.png) center center no-repeat;
        width: 118px;
        height: 86px;
        vertical-align: middle;
    }
    .next-page-wrapper .title {
        display: inline-block;
        vertical-align: middle;
        padding-left: 16px;
        width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: width .25s ease;
    }
    .next-page-wrapper:hover .title {
        width: 250px;
        max-width: 250px;
    }
    .next-page-wrapper:hover a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border: 0 none;
    }
    .arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-top: 30px solid rgba(204, 204, 204, 0);
        border-left: 20px solid transparent;
        border-left: 20px solid rgba(204, 204, 204, 0);
        border-right: 20px solid #ccc;
        border-bottom: 30px solid transparent;
        border-bottom: 30px solid rgba(204, 204, 204, 0);
        transform: rotate(360deg);
        right: 0;
        margin: 38px 0px 0 20px;
        border-left: 20px solid #ccc;
        border-right: 20px solid rgba(204, 204, 204, 0);
        transition: all .5s ease-out;
    }
    .arrow span {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-top: 30px solid rgba(204, 204, 204, 0);
        border-left: 20px solid transparent;
        border-left: 20px solid rgba(204, 204, 204, 0);
        border-right: 20px solid #fdfdfd;
        border-bottom: 30px solid transparent;
        border-bottom: 30px solid rgba(204, 204, 204, 0);
        transform: rotate(360deg);
        top: -30px;
        left: -22px;
        border-left: 20px solid #fdfdfd;
        border-right: 20px solid rgba(204, 204, 204, 0);
    }
    .next-page-wrapper:hover .arrow {
        border-right-color: rgba(170, 170, 170, 0);
        border-left-color: #aaaaaa;
    }
    .medium-text-center {
        text-align: center;
    }
    .video-zaps {
        width: 80%;
    }
    .days-amount {
        text-align: center;
    }
    .group-training {
        display: flex;
        flex-direction: row;
        border: 1px solid #d8d8d8;
    }
    .medium-review-between {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
    .medium-review-between .stars {
        padding-top: 0;
    }
    .group-training .fx-left-column {
        border: 0 none;
        border-right: 1px solid #d8d8d8;
        border-radius: 0;
        flex: 1 0 50%;
    }
    .group-training .fx-right-column {
        margin-top: 0;
        border: 0 none;
        border-radius: 0;
        flex: 1 0 50%;
    }
    .fl-fix-h320 {
        flex: 1 0 320px;
    }
    .fl-fix-h86 {
        flex: 1 0 86px;
    }
    .only-small-head {
        text-align: left;
        padding-top: 0;
    }
    .small-size-fix-path {
        margin-right: 0;
    }
    .small-tooltip-fix {
        float: none;
        max-width: none;
        display: inline-block;
    }
    .row-white-bottom,
    .row-grey-bottom {
        border-radius: 0 0 8px 8px;
    }
    .video-customers {
        height: 450px;
        width: 740px;
        margin: 0 auto;
    }
    .youtube-video {
        width: 560px;
        height: 315px;
    }
    .facilitator-youtube-video {
        width: 560px;
        height: 315px;
    }
    .form-container {
        z-index: 1;
        position: absolute;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
        width: calc(100% - 1.875rem);
    }
    .landing-page .form-container {
        position: relative;
    }
    .hr-line-wrapper {
        margin: 80px 0 0;
    }
    blockquote {
        margin: 2rem 4rem 2.1rem 2rem;
    }
    .implementation-packages {
        flex-wrap: nowrap;
    }
    .row-head {
        border-radius: 8px 8px 0 0;
    }
    .row-green {
        border-radius: 0 0 8px 8px;
    }
    .total-amount-content {
        min-height: 90px;
        height: 90px;
    }
    .bg-marketing-update {
        background-image: url(../ep-img/team/small/marketing-small.png);
        background-position: 120% 130px;
        background-repeat: no-repeat;
    }
    .bg-it-update {
        background-image: url(../ep-img/team/small/it-small.png);
        background-position: 100% bottom;
        background-repeat: no-repeat;
    }
    .bg-service-update {
        background-image: url(../ep-img/team/small/service-small.png);
        background-position: 115% 100px;
        background-repeat: no-repeat;
    }
    .bg-pm-update {
        background-image: url(../ep-img/team/small/pm-small.png);
        background-position: 100% bottom;
        background-repeat: no-repeat;
    }
    .landing-page .clients-logo {
        width: 120px;
    }
    .small-only-inline-block {
        display: inherit;
    }
    #search-container {
        display: inline-block;
    }
    .left-side {
        float: left;
        width: 180px;
    }
    .right-side {
        margin-left: 180px;
    }
    .my-counter li:before {
        content: counter(myCounter);
        counter-increment: myCounter;
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 100%;
        line-height: 80px;
        vertical-align: middle;
        padding: 0px;
        color: #fff;
        background: transparent url(../ep-img/number-list.png) center 22px no-repeat;
        text-align: center;
        z-index: 1;
    }
    .my-counter .one-line li:before {
        top: 0;
        left: 0;
        line-height: 51px;
        background: transparent url(../ep-img/number-list.png) center center no-repeat;
    }
    .my-counter li:after {
        position: absolute;
        top: 0;
        left: 17px;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #00599b;
        z-index: 0;
    }
    .my-counter li:first-child:after {
        top: 50%;
    }
    .my-counter li:last-child:after {
        top: auto;
        bottom: 50%;
    }
    .package-success-amount {
        clear: none;
    }
    .path-plus {
        line-height: 40px;
    }
    .path-amount {
        font-size: 30px;
    }
    #search {
        padding-left: 24px;
        display: inline-block;
        border: 0 none;
    }
    .blockquote {
        padding: 30px;
    }
    .phone-number a {
        font-size: 17px;
    }
    .number-list {
        float: right;
    }
    #site-navigation {
        width: 0;
    }
    #body-container.open-menu {
        left: 0;
    }
    .small-amount {
        float: none;
    }
    .medium-float-left-up {
        float: left;
    }
    .medium-float-right-up {
        float: right;
    }
    .small-btn-hide {
        display: inline-block;
    }
    .medium-btn-hide {
        display: none;
    }
    h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 42px;
    }
    h2.all-in-one-place {
        color: #2d3947;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .header h3,
    .header .h3 {
        font-size: 24px;
        font-weight: 400;
    }
    .ebook-content h2 {
        margin-top: 0;
    }
    p {
        margin: 1rem 0;
    }
    .copyright-and-links {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .team-container .industry {
        font-size: 22px;
    }
    .phone-number {
        float: right;
    }
    .photo {
        min-height: 768px;
    }
    .features-line,
    .features-license-line,
    .price-check,
    .feature-check {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .counter {
        font-size: 36px;
    }
    .policy-menu {
        padding-bottom: 0;
    }
    .logicsoftware-logo {
        text-align: left;
    }
    .top {
        padding-top: 2rem;
    }
    .email-input {
        margin-bottom: 0;
    }
    .email-input,
    .email-input+.btn {
        width: auto;
    }
    .email-input {
        min-width: 286px;
        display: inline-block;
    }
    .review,
    .review-between {
        padding-bottom: 0;
    }
    .review-between {
        border: 0 none;
    }
    .video {
        width: 572px;
        height: 351px;
        background: url(../ep-img/video-bg.png) center center no-repeat;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        display: inline-block;
        padding: 29px 0 30px;
        transition: opacity 1s ease-out;
        opacity: 1;
    }
    .zaps-video {
        cursor: pointer;
        text-decoration: none;
        border: 0 none;
        width: 572px;
        height: 351px;
        background: url(../ep-img/zapier/video-bg-zaps.png) center center no-repeat;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        display: inline-block;
        padding: 29px 0 30px;
        transition: opacity 1s ease-out;
        opacity: 1;
    }
    .comment {
        padding-bottom: 0;
    }
    .free-document {
        padding-top: 0;
    }
    .line-list {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
    }
    .counter-name {
        font-size: 14px;
    }
    .small-counter {
        text-align: left;
        padding-bottom: 0;
    }
    .header.first {
        margin-top: 95px;
    }
    #masterhead .emphatic {
        padding: 36px 0 11px 15px;
    }
    #masterhead .course-menu {
        display: block;
        height: 84px;
        line-height: 44px;
        padding: 20px 0;
        text-align: center;
        margin: 0 auto;
    }
    #masterhead .course-menu a {
        margin: 0 1.5rem;
    }
    #masterhead {
        background: transparent;
        border-bottom: 0;
    }
    #masterhead.scrolling {
        background: #fff;
    }
    
    .pricing-page #masterhead.fixed-position .btn-wrapper,
    .team-page #masterhead.fixed-position .btn-wrapper {
        width: 531px;
    }
    .pricing-page #masterhead.fixed-position .btn-wrapper-choose,
    .team-page #masterhead.fixed-position .btn-wrapper-choose {
        width: 460px;
    }
    .advance-info {
        width: 720px;
    }
    .team-page .header-menu {
        height: 54px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .button-container {
        text-align: right;
    }
    .header-menu {
        height: 54px;
        padding-top: 10px;
    }
    .case-studies {
        background-position: center 20px;
    }
    .case-studies-h3 {
        padding: 50px 26% 69px;
    }
    .case-studies-h3-22 {
        padding: 70px 36% 89px;
    }
    .blockquote-city {
        display: inline-block;
        width: 100%;
        padding-bottom: 1rem;
    }
    .blockquote-city-avatar {
        width: auto;
        float: left;
    }
    .blockquote-city-link {
        width: auto;
        float: right;
        padding: 1rem 0 0;
    }
    .blockquote-city-link-2_5 {
        padding-top: 2.5rem;
    }
    .btn-wrapper-small {
        display: none;
    }
    .btn-wrapper-medium {
        display: inline-block;
    }
    .clients-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .bg-marketing-update,
    .bg-it-update,
    .bg-service-update,
    .bg-pm-update {
        background-size: 50%;
    }
    .bg-marketing-update {
        background-position: 120% 180%;
    }
    .bg-service-update {
        background-position: 120% 150%;
    }
    .std-height {
        height: 170px;
    }
    .implementation-package.check {
        width: 23%;
        margin-bottom: 0;
    }
    .quote-window {
        padding: 40px 60px;
    }
    .medium-sl-12 {
        width: 100%;
    }
    .medium-sl-11 {
        width: 91.66666667%;
    }
    .medium-sl-10 {
        width: 83.33333333%;
    }
    .medium-sl-9 {
        width: 75%;
    }
    .medium-sl-8 {
        width: 66.66666667%;
    }
    .medium-sl-7 {
        width: 58.33333333%;
    }
    .medium-sl-6 {
        width: 50%;
    }
    .medium-sl-5 {
        width: 41.66666667%;
    }
    .medium-sl-4 {
        width: 33.33333333%;
    }
    .medium-sl-3 {
        width: 25%;
    }
    .medium-sl-2 {
        width: 16.66666667%;
    }
    .medium-sl-1 {
        width: 8.33333333%;
    }
    .line-left-only,
    .line-right-only,
    .line-width-view {
        position: relative;
    }
    .line-left-only:before,
    .line-right-only:after,
    .line-width-view:before,
    .line-width-view:after {
        content: "";
        display: block;
        width: 100vw;
    }
    .line-left-only:before,
    .line-width-view:before {
        right: 100%;
    }
    .line-right-only:after,
    .line-width-view:after {
        left: 100%;
    }
}

@media (max-width: 991px) {
    .review .quote-author {
        padding-left: 0;
    }
    .review .quote-author p {
        text-align: center;
        line-height: 2.5;
    }
    .review .quote-author img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .review .review-text {
        background-position: center top;
        padding: 0;
        text-align: center;
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .home-page .form-test h1 {
        margin: 3.5rem 0 1.5rem;
    }
    .money-back-wrapper {
        text-align: left;
    }
    .contact-us-wrapper {
        padding-top: 0;
        padding-left: 1rem;
    }
    .video-customers {
        height: 450px;
        width: 800px;
        margin: 0 auto;
    }
    .implementation-package {
        height: 150px;
    }
    .clients-container {
        display: block;
        float: left;
    }
    .landing-page .clients-container {
        text-align: right;
    }
    .text-block {
        margin-top: 0;
    }
    .blockquote {
        padding: 40px;
    }
    .case-studies {
        background-position: center top;
    }
    .blockquote p {
        font-size: 24px;
    }
    .video-centered {
        text-align: left;
    }
    .large-p-h15p {
        padding-left: 15%;
        padding-right: 15%;
    }
    h1 {
        font-size: 42px;
        margin: 0 0 1rem;
        line-height: 1.2;
    }
    h2,
    .h2 {
        font-size: 32px;
        margin: 1.5rem 0 1rem;
    }
    h2.all-in-one-place {
        color: #2d3947;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 52px;
    }
    .header h3,
    .header .h3 {
        font-size: 24px;
    }
    p {
        margin: .75rem 0;
        padding: 0;
    }
    .advance-info {
        width: 920px;
    }
    .large-p-t20 {
        padding-top: 20px;
    }
    .large-p-t40 {
        padding-top: 40px;
    }
    .team-container {
        padding: 24px;
    }
    .team-container .industry {
        font-size: 24px;
    }
    .header.first {
        margin-top: 115px;
    }
    .photo {
        min-height: 550px;
    }
    .top {
        padding-top: 2.5rem;
    }
    .order:nth-child(even) .feature,
    .order:nth-child(even) .comment {
        padding: 0 10% 0 5%;
    }
    .order:nth-child(odd) .feature,
    .order:nth-child(odd) .comment {
        padding: 0 5% 0 15%;
    }
    .large-blue-border-right {
        border-right: 1px solid #d6dfe8;
    }
    .blockquote-city {
        padding: 0;
    }
    .case-studies {
        border-top: 0 none;
        padding: 0;
    }
    .case-studies-engineering {
        padding: 80px 0;
        background-position: center 70px;
    }
    .case-studies-h3 {
        padding: 0 10% 69px;
    }
    .case-studies-h3-10 {
        padding: 0 10% 69px;
    }
    .case-studies-h3-22 {
        padding: 20px 22% 69px;
    }
    .team-page #masterhead .phone-number {
        padding: 2px 0;
    }
    #masterhead.fixed-position .phone-number {
        padding: 3px 1rem;
        transition: padding .2s ease-out;
    }
    .main-container {
        padding: 0 2rem 2rem 0;
    }
    .main-container.without-sidebar {
        padding-right: 0;
    }
    .std-height {
        height: 160px;
    }
    .container-course-page {
        background: url(../ep-img/man-2.png) 95% bottom no-repeat;
    }
    .btn-wrapper-medium {
        display: none;
    }
    .btn-wrapper-choose,
    .btn-wrapper {
        display: inline-block;
    }
    .pricing-page #masterhead.fixed-position .btn-wrapper-choose,
    .team-page #masterhead.fixed-position .btn-wrapper-choose,
    .pricing-page #masterhead.fixed-position .btn-wrapper,
    .team-page #masterhead.fixed-position .btn-wrapper {
        display: inline-block;
    }
    .bg-marketing-update,
    .bg-it-update,
    .bg-service-update,
    .bg-pm-update {
        background-size: inherit;
    }
    .bg-service-update {
        background-position: 100% center;
        background-size: inherit;
    }
    .bg-marketing-update {
        background-position: center 90%;
        background-size: 70%;
        height: 590px;
    }
    .medium-btn-hide {
        display: inline-block;
    }
    .large-sl-12 {
        width: 100%;
    }
    .large-sl-11 {
        width: 91.66666667%;
    }
    .large-sl-10 {
        width: 83.33333333%;
    }
    .large-sl-9 {
        width: 75%;
    }
    .large-sl-8 {
        width: 66.66666667%;
    }
    .large-sl-7 {
        width: 58.33333333%;
    }
    .large-sl-6 {
        width: 50%;
    }
    .large-sl-5 {
        width: 41.66666667%;
    }
    .large-sl-4 {
        width: 33.33333333%;
    }
    .large-sl-3 {
        width: 25%;
    }
    .large-sl-2 {
        width: 16.66666667%;
    }
    .large-sl-1 {
        width: 8.33333333%;
    }
    .quote-window {
        padding: 40px 70px;
    }
    .rating.bordered {
        border-right: solid #e9e9e9 1px;
        border-left: solid #e9e9e9 1px;
    }
    .facilitator-youtube-video {
        width: 750px;
        height: 430px;
    }
    .form-container-other.request-page {
        padding: 39px 80px 31px;
        margin-bottom: 47px;
        border-width: 1px;
        border-radius: 2px;
    }
    .review {
        border-bottom: 20px solid #fff;
    }
}


/************ Blocks with demo-link on Team and Industry pages *************/

.team-text-demo .demo-block {
    padding: 50px;
}

.team-text-demo img {
    margin-bottom: 50px;
}

.team-text-demo h2 {
    font-size: 30px;
    margin: 0 0 55px;
}

.team-btn-demo .demo-btn-block {
    border-bottom: 1px solid #d6dfe8;
}

@media (max-width: 992px) {
    .team-text-demo h2 {
        font-size: 26px;
    }
    .team-text-demo .demo-block {
        padding: 50px 15px;
    }
}

.team-demo-btn-block {
    background-image: url('../ep-img/team/team-demo-block-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e4f0fa;
}

.team-demo-btn-block h2 {
    margin-top: 100px;
    margin-bottom: 55px;
    color: #444;
}

.team-demo-btn-block a.btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .team-demo-btn-block h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .team-demo-btn-block a.btn {
        margin-bottom: 65px;
    }
}


/*==========================================================================*/

@media (min-width: 1010px) {
    #body-container:before,
    #body-container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        background: #fff;
        width: 5px;
        height: 100%;
        z-index: 2;
    }
    #body-container:before {
        left: 0;
    }
    #body-container:after {
        right: 0;
    }
}

@media (min-width: 1020px) {
    #body-container:before,
    #body-container:after {
        width: 10px;
    }
}

@media (min-width: 1030px) {
    #body-container:before,
    #body-container:after {
        width: 15px;
    }
}

@media (min-width: 1040px) {
    #body-container:before,
    #body-container:after {
        width: 20px;
    }
}

@media (min-width: 1050px) {
    #body-container:before,
    #body-container:after {
        width: 25px;
    }
}

@media (min-width: 1200px) {
    .quote-window {
        padding: 40px 100px;
    }
    .implementation-package {
        height: 135px;
    }
    .bg-marketing-update {
        background-size: inherit;
    }
    .bg-service-update {
        background-position: 100% center;
    }
    .trusted-by {
        text-align: left;
    }
    .welcome-icon,
    .welcome-text {
        display: inline-block;
        vertical-align: middle;
    }
    .advance-info {
        width: 1000px;
    }
    #masterhead .phone-number {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 3px 1rem;
        transition: padding .2s ease-out;
    }
    .facilitator-youtube-video {
        width: 750px;
        height: 430px;
    }
}

@media (min-width: 1230px) {
    #body-container:before,
    #body-container:after {
        width: 5px;
    }
}

@media (min-width: 1240px) {
    #body-container:before,
    #body-container:after {
        width: 10px;
    }
}

@media (min-width: 1250px) {
    #body-container:before,
    #body-container:after {
        width: 15px;
    }
}

@media (min-width: 1260px) {
    #body-container:before,
    #body-container:after {
        width: 20px;
    }
}

@media (min-width: 1270px) {
    #body-container:before,
    #body-container:after {
        width: 25px;
    }
}

@media (min-width: 1480px) {
    .blue-container {
        padding: 51px;
    }
    .xxlarge-8 {
        width: 66.66666667%;
    }
    .xxlarge-6 {
        width: 50%;
    }
    .xxlarge-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 1920px) {
    .photo-course {
        background-size: cover;
    }
}

/*======================== new menu ==================================*/
.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 4px 0;
    z-index: 20;
    transition: all 0.2s ease-in;
}
.main-header .row {
    display: flex;
    flex-wrap: wrap;
}
.main-header .row.align-items-center {
    align-items: center;
}
.main-header .row .item {
    flex: 50%;
    width: 50%;
    max-width: 50%;
}
@media (max-width: 767.98px) {
    .main-header .row .item {
        flex: 100%;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .main-header .row .item:last-child {
        margin-top: 15px;
    }
}
.main-header .logo-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 170px;
    height: 66px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .main-header .logo-block {
        min-width: 160px;
        max-width: 170px;
        width: 100%;
        height: 54px;
    }
}
.main-header .logo-block a{
    text-decoration: none;
    border-bottom: 0;
}
.main-header .logo-block:first-child:after {
    content: '';
    position: absolute;
    top: 18px;
    right: -18px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='119' height='120' viewBox='0 0 119 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='59.461' y='.818' width='84.091' height='84.091' rx='16.818' transform='rotate(45 59.461 .818)' fill='%235253A7'/%3E%3Cpath d='M56.029 81.441h6.421v-15.71h15.71V59.31H62.45V43.6H56.03v15.71h-15.71v6.421h15.71v15.71z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .main-header .logo-block:first-child:after {
        top: 11px;
    }
}
.main-header .logo-block:hover .tip {
    opacity: 1;
}
.main-header .tip {
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 290px;
    padding: 12px 8px;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    color: #222;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in;
    font-size: 13px;
    line-height: 1.5;
    z-index: 10;
}
.main-header .tip:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-radius: 5px;
    border-color: transparent transparent #f2f2f2 transparent;
}
.main-header .logo-image-ep {
    max-width: 61px;
    width: 100%;
}
.main-header .logo-image-bv {
    max-width: 118px;
    width: 100%;
}
.main-header .d-flex {
    display: flex;
}
.main-header .d-flex.align-items-center {
    align-items: center;
}
.btn-link, .btn-light, .btn-login-new {
    color: #ffffff!important;
}
.btn-light {
    background: transparent!important;
    border: 1px solid #ffffff;
    border-radius: 50px;
}
.btn-light:hover {
    border: 1px solid #ffffff!important;
    background: #ffffff!important;
    color: #333!important;
}

.main-header .btn-light {
    line-height: 24px;
}
.btn-link{
    background: transparent!important;
}
.btn-login-new:hover,
.btn-link:hover {
    border-bottom: 1px solid #fff!important;;
}
.main-header .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
/* ==================================== new footer ======================================== */
.common-footer-bottom {
    padding: 60px 0;
    background-color: #2E2282;
}
@media (max-width: 767.98px) {
    .common-footer-bottom .container {
        padding: 0 30px;
    }
}
.common-footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
}
.common-footer-bottom a, .common-footer-bottom span {
    color: #fff;
    line-height: 1;
    border-bottom: 0;
    font-size: 14px;
}
.common-footer-bottom a:hover {
    text-decoration: underline;
}
.common-footer-bottom .row-list {
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .common-footer-bottom .row-list {
        justify-content: flex-start;
   }
}
.common-footer-bottom .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 19%;
}
.common-footer-bottom .item:first-child {
    width: 30%;
}
@media (max-width: 991.98px) {
    .common-footer-bottom .item {
        flex: auto;
        max-width: calc(100% * 4 /12);
   }
}
@media (max-width: 767.98px) {
    .common-footer-bottom .item {
        flex: 50%;
        max-width: 50%;
        margin: 0;
        padding-bottom: 30px;
   }
}
@media (max-width: 575.98px) {
    .common-footer-bottom .item {
        flex: 100%;
        max-width: 100%;
   }
}
.common-footer-bottom .item ul {
    flex: auto;
}
.common-footer-bottom .item li {
    padding-bottom: 10px;
}
@media (max-width: 767.98px) {
    .common-footer-bottom .item li {
        padding-bottom: 6px;
   }
}
.common-footer-bottom .item li:last-child {
    padding-bottom: 0;
}
.common-footer-bottom .item li a {
    color: #fff;

}
.common-footer-bottom .item li a:hover {
    opacity: 1;
}
.common-footer-bottom .item li a.ep-footer-logo-link {
    opacity: 1;
    display: inline-block;
}
.common-footer-bottom .copyright-block li {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .common-footer-bottom .copyright-block {
        padding-right: 10px;
   }
}
@media (max-width: 575.98px) {
    .common-footer-bottom .copyright-block {
        padding-bottom: 10px;
   }
}
.common-footer-bottom .copyright-block .product {
    opacity: 1;
    order: 0;
    line-height: 1.5;
}
@media (max-width: 575.98px) {
    .common-footer-bottom .copyright-block .product {
        order: 1;
   }
}
.common-footer-bottom .copyright-text {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
    order: 1;
}
@media (max-width: 575.98px) {
    .common-footer-bottom .copyright-text {
        order: 0;
        margin-top: 0;
        margin-bottom: 20px;
   }
}

.common-footer-bottom .footer-logo-birdview {
    width: 110px;
    max-width: 110px;
    padding-top: 6px;
    filter: grayscale(100%);
}
@media (max-width: 992px) {
    .common-footer-bottom .footer-logo-birdview {
        width: 90px;
        max-width: 90px;
   }
}
.common-footer-bottom .footer-logo-ep {
    margin-top: -10px;
    width: 122px;
    max-width: 122px;
}
@media (max-width: 992px) {
    .common-footer-bottom .footer-logo-ep {
        width: 90px;
        max-width: 90px;
   }
}