.toggle .pricing-content {
    min-height: 0px !important;
    z-index: -1 !important;
  }

  .toggle-tabs {
    z-index: 1 !important;
  }

  .toggle .link-wrap a {
    padding: .5em;
  }

  .toggle .link-wrap>a>.close {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
  }

  .toggle .link-wrap>a>.open {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
  }

  .toggle .link-wrap>a>.open span {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    position: relative;
  }

  .toggle-tabs {
    margin-bottom: 1em;
    color: white !important;
  }

  @media(max-width: 640px) {
    .toggle-tabs {
      display: flex;
      justify-content: center;
    }
  }

  .toggle-tabs a {
    padding: .5em;
    margin: 0.2em 0.1em;
  }

  .toggle-tabs>li {
    margin-bottom: 2px;
    z-index: 1;
  }

  .toggle-tabs>li>a,
  .toggle-tabs>li>a:focus {
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: rgba(23, 124, 184, .6) !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
  }

  .toggle-tabs>li>a:hover {
    color: White !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #177cb8 !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
  }

  .toggle-tabs>li.active>a,
  .toggle-tabs>li.active>a:focus {
    color: white !important;
    background-color: #00a0ff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
  }

  .toggle-tabs>li.active>a:hover {
    color: white !important;
    background-color: rgba(0, 160, 255, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .toggle-tabs>li>a {
    margin-right: 0;
    border-radius: 4px;
  }

  .pricing-header, .pricing-subtext{
    width:70%;
    min-height: 0 !important;
    padding: 1em 0;
  }
  
  .order-container .item {
                width: 30%;
                margin-right: 5px;
                display: inline-block !important;
                position: relative;
                margin-bottom: 20px;
            }

            @media (max-width:640px) {
                .order-container .item {
                    width: 100%;
                    margin-right: 5px;
                    display: inline-block !important;
                    position: relative;
                    margin-bottom: 20px;
                }

                .order-title {
                    padding: .6em 0;
                    font-size: .9em;
                }
            }

            .order-slide.selected {
                height: 370px;
                box-shadow: 0 3px 20px rgba(23,124,184, 0.25);
                -webkit-transition: box-shadow .25s ease-in-out;
                -moz-transition: box-shadow .25s ease-in-out;
                -o-transition: box-shadow .25s ease-in-out;
                border-top: 2px solid #177CB8;
                margin-bottom: 0px;
            }

                .order-slide.selected .order-content {
                    margin-top: 40px !important;
                }

            .order-slide {
                background-color: white;
                width: 100%;
                /* float: left; */
                padding: 0;
                box-shadow: 0 3px 20px rgba(0,0,0, 0.05);
                height: 350px;
                border: 1px solid gainsboro;
                border-top: 2px solid gainsboro;
                margin-bottom: 10px;
                position: relative;
            }

                .order-slide:hover, .grid table:hover {
                    box-shadow: 0 3px 20px rgba(0,0,0, 0.15);
                    -webkit-transition: box-shadow .25s ease-in-out;
                    -moz-transition: box-shadow .25s ease-in-out;
                    -o-transition: box-shadow .25s ease-in-out;
                    border-top: 2px solid #00A0FF;
                }

            .order-content {
                margin: 30px 5px 5px 15px !important;
                text-align: center;
            }

                .order-content ul {
                    list-style: none;
                    line-height: 1.5em;
                }

            .order-title {
                padding: .6em;
                text-align: center;
                background-color: #f8f9fb;
                border-bottom: 1px solid gainsboro;
            }

            .order-slide .add-to-cart {
                position: absolute;
                bottom: 50px;
                margin-left: auto;
                margin-right: auto;
                left: 0;
                right: 0;
                width: 65%;
            }

            .order-slide .order-footer {
                position: absolute;
                bottom: 1px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                background-color: #f8f9fb;
                border-top: 1px solid gainsboro;
                width: 100%;
            }

                .order-slide .order-footer div {
                    font-size: .8em;
                    padding: 3%;
                }

            .entry td {
                background-color: white;
            }

            .icons-ul {
                list-style: none;
            }

            .item div {
                margin-top: 0px;
            }

            .tab_monthly:active, .tab_yearly:active,
            .tab_monthly.active, .tab_yearly.active {
                box-shadow: none;
                color: #177cb8;
                background-color: transparent;
            }

            .tab_monthly:hover, .tab_yearly:hover,
            .tab_monthly:focus, .tab_yearly:focus {
                background-color: #f8f9fb !important;
            }

            .tab {
                padding-bottom: 2px;
                color: gainsboro;
                width: 80px;
            }

                .tab.active {
                    border: 1px solid gray;
                    background: linear-gradient(1turn, #dff2fd,#fff 15%);
                    color: #177CB8;
                }

            .tab-content {
                padding-top: 15px;
            }

            .priceoption {
                border: 1px solid gainsboro;
                padding: 30px 10px;
                margin: 15px;
            }

                .priceoption .pr1 {
                    width: 110px;
                    white-space: nowrap;
                }

            .tech {
                width: 88px;
                display: block;
                color: black;
                border: 1px solid transparent;
                padding-bottom: 11px;
                border: 1px solid gainsboro;
                min-height: 70px;
                margin-bottom: 4px;
            }

                .tech.active, .hover_action:hover .tech {
                    background-position: center -93px;
                    box-shadow: 0 1px 3px rgba(0,0,0,.15);
                }
				
.discover-difference h2 {
	margin-bottom:.5em;
}
.discover-difference.overlap-top {
	margin-top:-300px;
	padding-bottom:0px;
}
.get-connected {
	margin-top:0px;
}
.mb-2 .card img {
	background-color:#FFFFFF55;
}
.stretched-link .mb-2 .card img {
	background-color:white;
}
.stretched-link .mb-2:hover 
{
	transform: scale(1.02);
}
.stretched-link .mb-2:hover .card img
{
	 box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}
.cloud-connections hr { margin-bottom:.2em;}
.cloud-connections .product-wrapper { background-color: #FAFAFA; }
.cloud-connections .source { height:175px;padding-top:10px;}
.cloud-connections .source .for { padding:.4em .8em .5em; color:black; line-height:1.2em;}
.cloud-connections .source .icon {
    border-radius: 10px;
    border: 1px solid #DBDFEA;
    width: 100%;
    height: 95px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.2em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.cloud-connections .source .icon img {
    margin: 10px;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.cloud-connections .source.premium .icon img, .cloud-connections .source.growth .icon img {
    margin: 20px 10px 10px;
}
.cloud-connections .source:hover .icon img {
    transform: scale(1.1);
    cursor: pointer;
}
.cloud-connections .source .icon .tag { color:grey; text-transform:uppercase;margin:0px;font-size:.6em;border-top:1px solid gainsboro; padding:.4em; }
.cloud-connections a:hover .icon { background: #fff; /*box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);*/ }
.cloud-connections a.source.premium .icon:before, .cloud-connections a.source.growth .icon:before{
    color: #FFF;
    position:absolute; 
    top:0;
    right:0;
    width:100%; 
    height:18px; 
    z-index: 1000;
    border-radius:10px 10px 0 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud-connections a.source.premium .icon:before{
    background:#b6bed4;
    content:'Premium';
}
.cloud-connections a.source.growth .icon:before{
    background:#00A0FF;
    content:'Growth';
}
.product-item-subfilter-wrapper .dropdown{
    z-index: 10000
}
.dropFilters{
    width: 100%;
    margin-bottom: 10px;
}
.dropFilters #filters-select{
    width: 100%;
    border-color: #dbdfea;
    font-size: 14px;
    padding: 5px;
}
#filters-select:focus, ,#filters-select:active{
    border-color: #dbdfea;
}
.product-item-subfilter-wrapper .dropdown .dropBtn:focus, .product-item-subfilter-wrapper .dropdown .dropBtn:active{
    background-color:#337ab7 ;
}
@media (min-width: 768px) {
    .product-item-subfilter-wrapper.stuck {
        position: sticky;
        top: 163px;
    }
}

/*.nav > li > a.active {
    background-color: #eee;
}*/
.legend {position:relative;display:flex; flex-flow:row wrap;align-items:center;color:#333333;font-size:15px;column-gap: 20px; }
.legend > div {position:relative;display:flex;; flex-flow:row wrap;align-items:center;color:#333333;font-size:13px;margin-bottom:1em;line-height: normal; }
.legend .icon-marker{display:inline-block;width:18px; height:18px; clip-path: polygon(0 0,100% 0,100% 100%,0 0);margin-right:0.5em;border-radius:0 4px 0 0;}
.legend .icon-marker.premium{background:#FB9218;}
.legend .icon-marker.growth{background:#00A0FF;}


.product-item-subfilter-wrapper {
    /*text-align:center;*/
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.product-item-subfilter-wrapper.vertical{
    flex-flow: column;
    align-items: flex-start;
}

#product-item-subfilter2 {
    display: inline-block;
    flex: 1 1 auto;
    max-width: 80%;
}

#product-item-subfilter.vertical, #product-item-subfilter3.vertical{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
#product-item-subfilter.vertical li, #product-item-subfilter3.vertical li{
    float: none;
}
    #product-item-subfilter.nav-pills > li + li, #product-item-subfilter2.nav-pills > li + li, #product-item-subfilter3.nav-pills > li + li {
        margin: 0;
    }
/*SEARCH BAR FILTER*/
.search-block-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 5px;
    z-index: 1000;
    flex: 1 1 auto;
    margin: 6px 0;
    max-width: 20%;
}
.search-block-wrapper.full-width{
    width: 100%;
    max-width: 100%;
}
.search-block {
    position: relative;
    flex: 0 0 auto;
    width: 30px;
    max-width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    margin-right: 0;
}

    .search-block.active {
        width: calc(100% - 30px);
        opacity: 1;
        margin-right: 30px;
    }

#quicksearch, #quicksearch2,  #quicksearch3 {
    width: 100%;
    padding: 8px 32px 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #231e20;
    background: #fff;
    border: 1px solid #DBDFEA;
    display: block;
    transition: border-color .15s linear;
    position: relative;
}

    #quicksearch:focus, #quicksearch:focus-visible, #quicksearch:active, #quicksearch2:focus, #quicksearch2:focus-visible, #quicksearch2:active, #quicksearch3:focus, #quicksearch3:focus-visible, #quicksearch3:active {
        border-color: #b6bed4;
        outline: none;
    }



.reset {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: 0 0;
    border: none;
    font-size: 16px;
    color: #b6bed4 !important;
    opacity: 0;
    transition: opacity .15s linear;
}

#quicksearch:focus + .reset, #quicksearch:focus-visible + .reset, #quicksearch:active + .reset, #quicksearch2:focus + .reset, #quicksearch2:focus-visible + .reset, #quicksearch2:active + .reset, #quicksearch3:focus + .reset, #quicksearch3:focus-visible + .reset, #quicksearch3:active + .reset {
    opacity: 1;
}

span.search-trigger {
    width: 30px;
    height: 44px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}


    span.search-trigger i {
        color: #ccc;
        font-size: 16px;
        transition: color 0.3s ease;
    }

    span.search-trigger.search-trigger-active i {
        color: #337ab7;
    }

    span.search-trigger:focus {
        outline: none;
    }

@media (min-width:768px) and (max-width:992px) {
    .product-item-subfilter-wrapper {
        align-items: flex-start;
        justify-content: space-between;
    }

    #product-item-subfilter, #product-item-subfilter2, #product-item-subfilter3 {
        flex: 0 0 auto;
        max-width: 70%;
    }

    .search-block-wrapper {
        flex: 1 1 auto;
        max-width: 30%;
    }
}

@media (max-width:767px) {
    #product-item-subfilter, #product-item-subfilter2, #product-item-subfilter3, .search-block-wrapper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    

    span.search-trigger {
        height: 36.5px;
        left: 0;
        right: auto;
    }

    .search-block-wrapper {
        /*margin: -8px 0 16px;*/
        justify-content: flex-start;
    }

    .search-block.active {
        width: calc(100% - 30px);
        opacity: 1;
        margin-left: 30px;
    }
    
}