/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */
/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Css/animate.css');


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */



/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.42857143;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
} */


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {8267
  
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,
h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,
h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}
.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,
.h3 small,h1 .small,h1 small,h2 .small,h2 small,
h3 .small,h3 small {
  font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px
}
.h4 .small,.h4 small,.h5 .small,.h5 small,
.h6 .small,.h6 small,h4 .small,
h4 small,h5 .small,h5 small,h6 .small,
h6 small {
  font-size: 75%
}

.h1,h1 {
  font-size: 36px
}

.h2,h2 {
  font-size: 30px
}
h3 {
  font-size:24px;
}
.h4,h4 {
  font-size: 18px
}

.h5,h5 {
  font-size: 14px
}

.h6,h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}
p, li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
/* Anchor Links */
a {
  color: #cb262b;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* Lists */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}



/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */
/*
.header-container-wrapper {}
.header-container {}

.region-menu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 10px 0;
  display: block;
  position: relative;
  z-index: 1045;
  text-align: right;
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 0;
}
.region-menu span, .region-menu a {
  color: #3e4c58;
  font-size: 14px;
  border-right: 1px solid rgba(103, 123, 146, 0.5);
  padding: 0 20px;
}
.region-menu a {
  font-weight: 100;
}
a#search-item {
  padding-left: 5px;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-search.png) no-repeat 50%;
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
}
.region-menu a#search-item {
  display: inline-block;
  padding: 0 0 0 20px;
  width: 38px;
  background-position: center right;
  margin-right: 10px;
}
.region-menu a#search-item:hover {
  background-position: center right;
}
a#search-item:hover {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-search-active.png) no-repeat 50%;
}
.region-menu span, 
.region-menu a:last-of-type {
  border-right: 0;
}
#block-search {
  display: none;
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 0;
  width: 431px;
  max-width: 100%;
  margin: 0;
  left: auto!important;
  padding: 0;
  background: #fff;
}
#block-search input {
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #cb262b;
  font-weight: 300;
  font-style: italic;
  color: #cb262b;
  border-radius: 0;
  padding-right: 20px;
  font-family: sans-serif;
  padding-left: 0;
  outline: 0;
}
#block-search img.clear {
  position: absolute;
  right: 0;
  top: 13px;
  cursor: pointer;
  vertical-align: middle;
}
.hs-banner-area {
  min-height: 305px;
  height: 305px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  margin-top: -1px;
}
.hs-header-wrapper .page-center {
  font-family: "museo-sans-rounded", sans-serif;
  padding-top: 10px;
}
.region-menu-wrapper.active {
  background-color: rgb(255, 255, 255);
}
.has-banner-area .hs-header-wrapper {
  position: absolute;
  background: transparent;
  z-index: 2;
  left: 0;
  right: 0;
}
.productTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  padding-left: 0;
}
.productTitle>div>h1 {
  display: inline-block;
  text-align: center;
  min-height: 67px;
  color: #ffffff;
  padding: 19px 20px;
  font-weight: 100;
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height: 26px;
}
.productTitle>div {
  min-height: 65px;
  color: white;
  position: relative;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hs-breadcrumb-wrapper ul {
  vertical-align: top;
  background: none;
  padding: 10px 0 0;
  margin: 0;
  min-height: 36px;
}
.hs-breadcrumb-wrapper ul li > * {
  color: #708598;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.hs-breadcrumb-wrapper .hs-breadcrumb-menu-divider:before {
  padding: 0 5px;
  content: '>';
  color: #708598;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.hs-breadcrumb-wrapper .hs-breadcrumb-menu-item {
  padding: 0;
}

*/
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

/*.footer-container-wrapper {}
.footer-container {}


.soc-link {
  width: 32px;
  height: 32px;
  background: #677b92;
  display: inline-block;
  border-radius: 16px;
  margin: 0 5px;
}

#link-to-facebook {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-facebook.png) no-repeat center #677b92;
}

#link-to-facebook:hover {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-facebook.png) no-repeat center #ffffff;
}

#link-to-twitter {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-twit.png) no-repeat center #677b92;
}

#link-to-twitter:hover {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-twit.png) no-repeat center #ffffff;
}

#link-to-google {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-g-plus.png) no-repeat center #677b92;
}

#link-to-google:hover {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-g-plus.png) no-repeat center #ffffff;
}

#link-to-linkedin {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-in.png) no-repeat center #677b92;
}

#link-to-linkedin:hover {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-in.png) no-repeat center #ffffff;
}

#link-to-you-tube {
  background: url(https://www.ceragon.com/hubfs/icon-youtube.png) no-repeat center #677b92;
}

#link-to-you-tube:hover {
  background: url(https://www.ceragon.com/hubfs/icon-youtube.png) no-repeat center #ffffff;
}
.bottom-footer {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: white;
  min-height: 80px !important;
  background: #2a415b;
  padding-top: 20px;
}
.soc-links {
  text-align: right;
  padding-top: 5px;
  font-weight: 100;
}
.copyright {
  font-size: 16px;
  padding-top: 5px;
  font-weight: 100;
  font-family: "museo-sans-rounded", sans-serif;
  color: white;
}
.copyright a {
  text-decoration: underline;
  color: #70849b;
  line-height: 1;
}
.copyright a:hover {
  color: #fff;
}
.custom-top-footer {
  background: #35608d;
  color: white;
  font-size: 17px;
  min-height: 148px !important;
  padding-top: 54px;
}
.custom-top-footer-left-content p {
  color: white;
  margin: 0;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.custom-top-footer-left-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  margin: 0;
}
.email-subscription .hs-form .field > label {
  display: none;
}
.email-subscription .hs-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 18px;
}
.email-subscription .hs-form .hs_email {
  margin-bottom: 0;
}
.email-subscription .hs-form .hs-input {
  color: white;
  font-size: 18px;
  border: none !important;
  border-bottom: 1px solid #9ab0c6 !important;
  width: calc(100% - 28px)!important;
  height: 27px;
  outline: 0;
}
.email-subscription .hs-form input.hs-button.primary.large {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 25px;
  background: #073049;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  max-width: 240px;
  text-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  margin: 0;
  line-height: 1;
  font-family: "museo-sans-rounded", sans-serif;
}
.email-subscription .hs-form input.hs-button.primary.large:focus {
  outline: 0;
}
.email-subscription .hs-form input.hs-button.primary.large:active {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom, #3574e3,#599eeb);
}
.email-subscription .hs-form .hs_email,
.email-subscription .hs-form .hs-submit {
  width: 50%;
}
.hs-error-msgs label {
  color: red;
  font-size: 14px;
  display: block;
}
.email-subscription ul.no-list.hs-error-msgs.inputs-list {
  color: #c87872;
  margin: 0;
  line-height: 1;
  font-size: 14px;
  padding: 0;
  list-style: none;
}
.email-subscription .hs_error_rollup {
  order: 4;
}

.email-subscription .hs-form input.hs-input.error,
.email-subscription .hs-form select.hs-input.error, 
.email-subscription .hs-form textarea.hs-input.error {
  border: #c87872 2px solid !important;
}
 .hs-header-wrapper .page-center > div {
  padding-top: 20px;
}
.hs-logo {
  padding: 5px 0 51px 20px;
}
.hs-logo img {
  max-width: 220px;
}
.scroll-header .hs-header-wrapper {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.scroll-header .hs-logo {
  padding: 5px 0 36px 20px;
}
.scroll-header .hs-header-wrapper .page-center>div {
  padding-top: 5px;
}
.hs-search-field__suggestions li a {
  padding: 5px 10px;
  text-decoration: none !important;
  text-align: left;
}
.hs-search-field__suggestions #results-for {
  text-align: left;
  padding: 5px 10px;
}
.hs-search-field__suggestions li a span {
  padding: 0;
} */


/* =============== Default  Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.blog .hs-blog-post {}

/* Blog Listing */
.blog .hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog .blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog .blog-post-wrapper {}

/* Blog Title */
.blog .hs-blog-header h1 {}
.blog .hs-blog-header h1 a{}

/* Blog Post Title */
.blog .post-header h2 {}
.blog .post-header h2 a {
  text-decoration: none;
  color: inherit;
}
.blog .post-header h2 a:hover {
  text-decoration: none;
}
.blog .post-header h1 {}

/* Blog Author and Avatar */
.blog #hubspot-author_data {}
.blog #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.blog #hubspot-author_data a.author-link {}
.blog #hubspot-author_data .hs-author-avatar {}
.blog #hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog .blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.blog .blog-listing-wrapper .post-listing .post-item .post-body {}
.blog .blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.blog .hs-featured-image-wrapper {}
.blog .hs-featured-image-wrapper .hs-featured-image-link {}
.blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item > span {
  vertical-align: top !important;
}
/* Read More Link */
.blog a.more-link {
  display:inline-block;
  margin:15px 0;
}
.blog a.more-link:hover {}

/* Blog Topics List */
.blog #hubspot-topic_data {}
.blog #hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.blog .hs-blog-social-share {
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.blog .custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

.blog #comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog #comments-listing.no-comments {
  border: none;
}


.blog .comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.blog .comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.blog .comment-reply-to{
  margin-bottom: 15px;
}

.blog .comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.blog .comment-date {
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog .blog-pagination {
  clear:both;
  margin: 15px 0;
}
.blog .blog-pagination a {
  display:inline-block;
  margin: 0 10px;
}
.blog .blog-pagination a.previous-posts-link {}
.blog .blog-pagination a.all-posts-link {}
.blog .blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.blog .hs-content-path-blog-all {}
.blog div.post-listing-simple {}
.blog div.post-listing-simple .post-item {}
.blog h2.post-listing-simple {}
.blog h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
body[class*="blogauthor"].hs-blog-listing .hs-author-profile {  
  width: 100%;
    float: left;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


.hs-search-results__listing h3.title-result:after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #3e4c58;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.hs-search-results__listing h3.title-result {
  color: #3e4c58;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  position: relative;
}
.hs-search-results-page .main-content .hs-search-field form input {
    color: #000000;
}
.hs-search-results__listing li {
  border-bottom: #d1d7de 1px solid;
  padding: 39px 0;
}
.hs-search-results__listing li > a{
  color: #393939;
  font-size: 22px;
  line-height: 22px;
  font-family: 'museo-sans-rounded', sans-serif;
  font-weight: 300;
  margin: 0 0 14px;
  text-decoration: none;
  display: block;
}
.hs-search-results__listing li p.hs-search-results__description {
  font-weight: 100;
  color: #3e4c58;
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.hs-search-results__listing li > a:hover {
  color: #cb262b;
  text-decoration: none;
}
.press-releases h2.post-listing-simple a {
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none !important;
  line-height: 1;
}

@media (max-width:767px) {

  .blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100% !important;
    margin: 0 0 15px !important;
    text-align: left !important;
    max-height: 100% !important;
    float: none !important;
  }
}

.blog-banner-area .productTitle>div>h1, .blog-banner-area .productTitle {
  background-color: rgba(203, 38, 43,1.0);
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== Press Releases Styles =============== */

/* Blog Post and Listing Body Class */


.custom-blog-wrapper {
  padding-top: 60px;
}
.press-releases2 .custom-blog-wrapper {
  padding-top: 61px;
}
.custom-blog-top-section label, 
.custom-blog-top-section h3 {
  font-weight: 300;
  font-size: 18px;
  color: #6b737c;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: "museo-sans-rounded", sans-serif;
  line-height: 26px;
  letter-spacing: 0.8px;
  display: inline-block;
  margin-top: 0;
}
.blog-search input.hs-search-field__input, 
.blog-select select {
  width: 100%;
  z-index: 1;
  background-color: rgba(126, 136, 147, 0.20);
  border: none;
  border-radius: 0;
  outline: none;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  margin-bottom: 0;
  font-weight: 300;
  padding-right: 25px;
  font-size: 18px;
  line-height: 26px !important;
  padding-left: 12px;
  font-family: museo-sans-rounded, sans-serif;
  -webkit-appearance: none;
  color: #3e4c58;
  margin-bottom: 20px;
}
.blog-select select {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.blog-select select option{
  background: #fff;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.blog-select ul {
  display: none;
}

.addtoany_list a {
  padding: 0 2px;
  font-family: "museo-sans-rounded", sans-serif;
  letter-spacing: 0.8px;
}
.hs_cos_wrapper_type_blog_comments input.hs-button.primary {
  width: auto !important;
  padding: 0 20px;
}
/* Blog Listing */
.press-releases .hs-blog-listing {}

/* Blog Columns Wrapper */
.press-releases .content-wrapper {}

.press-releases  .post-header h1.pageTitle {
  color: #cb262b;
  padding: 0 0 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 38px;
}
.addtoany_list a {
  padding: 0 2px;
}
.hs-blog-post .newsPdf:hover {
  border: none !important;
  color: #cb262b;
}
.press-releases #comments-listing.new-comments {
  border: 0;
  padding-bottom: 30px;
}

/* =============== Blog Content Column =============== */

.press-releases .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.press-releases .blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.press-releases .blog-post-wrapper {}

/* Blog Title */
.press-releases .hs-blog-header h1 {}
.press-releases .hs-blog-header h1 a{}

/* Blog Post Title */
.press-releases .post-header h2 {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
}
.press-releases .post-header h2 a {
  font-weight: 400;
  text-decoration: none !important;
  font-size: 18px;
  color: #393939;
}
.press-releases .post-header h2 a:hover {
  color: #cb262b;
  text-decoration: none !important;
}
.post-header p.newsDate {
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-style: italic;
  color: #4e4e4e;
  margin-bottom: 20px;
}
.newsMore {
  position: relative;
  color: #cb262b;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  padding-right: 16px;
  line-height: 2;
  letter-spacing: 0px;
  font-family: "museo-sans-rounded", sans-serif;
}
i.linksSeparator {
  width: 1px;
  height: 17px;
  display: inline-block;
  padding-top: 4px;
  bottom: 0;
  background: #c7c7ca;
  vertical-align: middle;
  margin: 0 20px;
}
.newsPdf {
  padding-left: 24px;
  padding-right: 16px;
  position: relative;
  color: #3e4c58;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  font-family: "museo-sans-rounded", sans-serif;
}
.press-releases .blog-listing-wrapper .post-listing .post-item .newsPdf {
  text-decoration: none;
  border-bottom: none;
  font-family: "museo-sans-rounded", sans-serif;
}
.newsMore:hover, .newsPdf:hover {
  color: #a02528;
  text-decoration: none;
  border-bottom: 2px solid rgba(160, 37, 40, 0.60);
}
/* Blog Author and Avatar */
.press-releases #hubspot-author_data {}
.press-releases #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.press-releases #hubspot-author_data a.author-link {}
.press-releases #hubspot-author_data .hs-author-avatar {}
.press-releases #hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.press-releases .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #d1d7de;
  padding-top: 33px;
  padding-bottom: 32px;
  cursor: pointer;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-blog-ctn-wrapper > div {
  margin-left: -15px !important;
  margin-right: -15px !important;
  float: none !important;
}
.press-releases .blog-listing-wrapper .post-listing .post-item .post-body {}
.press-releases .blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.press-releases .hs-featured-image-wrapper {
  width: 182px;
}
.press-releases .hs-featured-image-wrapper .hs-featured-image-link {}

.press-releases .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  float: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  width: 160px;
  height: 85px;
  object-fit: cover;
}
/* Read More Link */
.press-releases a.more-link {}

/* Blog Topics List */
.press-releases #hubspot-topic_data {}
.press-releases #hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.press-releases .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.press-releases #comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.press-releases .comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.press-releases .comment-date { font-size: 13px; text-align: right; }
.press-releases .comment-from { font-weight: bold; }
.press-releases .comment-body { padding: 10px 0; }

/* Pagination */
.press-releases .blog-pagination {}
.press-releases .blog-pagination a {}
.press-releases .blog-pagination a.previous-posts-link {}
.press-releases .blog-pagination a.all-posts-link {}
.press-releases .blog-pagination a.next-posts-link, 
.resources-load-more {
  border: 1px solid #1f3349;
  border-radius: 50px;
  background: none;
  color: #1f3349;
  display: inline-block;
  font-family: sans-serif;
  cursor: pointer;
  text-decoration: none !important;
  width: 190px;
  height: 55px;
  padding: 0;
  font-weight: 300;
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 100px;
  line-height: 55px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.press-releases .blog-pagination a.next-posts-link:hover, 
.resources-load-more:hover {
  border: 1px solid #1f3349;
  background: #1f3349;
  color: #FFFFFF;
}
div#infscr-loading {
  display: none !important;
}
/* Blog All Posts Page */
.press-releases .hs-content-path-blog-all {}
.press-releases div.post-listing-simple {}
.press-releases div.post-listing-simple .post-item {}
.press-releases h2.post-listing-simple {}
.press-releases h2.post-listing-simple a {
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none !important;
  line-height: 1;
}

#map {
  height: 835px;
  width: 100%;
}


/* =============== Blog Sidebar =============== */

.press-releases .blog-sidebar {}

/* Blog Modules */
.press-releases .blog-sidebar .widget-span {}



.addtoany_content{clear:both;margin:16px 0}
.a2a_floating_style {z-index: 3!important;}
.addtoany_header{margin:0 0 16px}
.addtoany_list{display:inline;line-height:16px}
.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}
.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}
.addtoany_list a span{display:inline-block;float:none}
.addtoany_list.a2a_kit_size_32 a{font-size:32px}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}
.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}
.addtoany_list a .a2a_count{position:relative;vertical-align:top}
.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}
.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}
.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}
.addtoany_special_service{display:inline-block;vertical-align:middle}
.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}
.addtoany_special_service iframe{display:inline;max-width:none}
a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}
a.addtoany_share img{border:0;width:auto;height:auto}



/* =============== Default  Blog Styles  End =============== */ 



/* ===============
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
/* .hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-family: "museo-sans-rounded", sans-serif;
  color: #6a7989;
  font-size: 17px;
} */

/* One Line Inputs */


input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

.hs-form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/form-dropdown-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: right top;
  text-indent: 0.01px;
  text-overflow: '';
  height: 35px;
}
.post-page div#careers {
  border-top: none;
  margin-top: 0;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}


.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field > label span {
    font-weight: 300 !important;
    color: #bac4d0 !important;
}



/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */



.email-subscription .hs-form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.email-subscription .hs-form .hs-input:-moz-placeholder {color: #bfbfbf;} /* Firefox 18- */
/* .email-subscription .hs-form .hs-input::-moz-placeholder {color: #bfbfbf;opacity:1;} */
.email-subscription .hs-form .hs-input:-ms-input-placeholder {color: #bfbfbf;} /* IE10 */

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  cursor: pointer;
  background: #cb262b;
  border-radius: 45px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 20px;
  border: none;
  margin: 20px 0;
  text-align: center;
  padding: 0 0;
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  border: 0;
  box-shadow: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/*** Style **/

/**************************Solution Css Start Here*****************************/

.hs-markets-bg {
  padding: 60px 0;
}
.hs-full-main-content .hs-markets-bg h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.hs-full-main-content .hs-markets-bg h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 15px;
}
.markets-row {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  min-height: 285px;
  display: flex;
  align-items: start;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.market a {
  font-family: "museo-sans-rounded", sans-serif;
}
.market .market-image {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 75px;
}
.market .market-image.hover-image {
  display: none;
}
.market .market-text {
  text-decoration: none;
  color: #0f0f0f;
  display: block;
  min-height: 140px;
  margin-top: 20px;
}
.market .market-text h3 {
  font-size: 19px;
}
.market .market-text p {
  color: #3e4c58;
  width: 250px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  padding: 0 16px;
  font-weight: normal;
}
.market .keep-reading {
  margin-top: 9px;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
  font-weight: normal;
}
.market {
  display: inline-block;
  vertical-align: top;
}
.market:hover .market-image.not-hover-image {
  display: none;
}
.market:hover .market-image.hover-image {
  display: block;
}
.market:hover .keep-reading {
  display: block;
}

.hs-solution-layout .hs-full-main-content {
  padding-bottom: 0;
}
/**************************Solution Css End Here*****************************/









/**************************Home Css Start Here*****************************/

.hs-home-banner .hs-header-wrapper {
  position: absolute;
  background: transparent;
  z-index: 2;
  left: 0;
  right: 0;
}
.hs-home-banner {
  height: 635px;
  min-height: 200px;
  background-position: center;
  margin-top: -1px;
  background-size: cover;
  padding-top: 176px;
  padding-bottom: 250px;  
}
.hs-home-banner .page-center {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
  text-align: center;
  position: relative;  
}
.hs-home-banner h1 {
  font-size: 50px;
  color: #cb262b;
  font-weight: 300;
  text-transform: uppercase;
}
.hs-home-banner p {
  font-size: 24px;
  color: #4e4e4e;
  padding-top: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
}
img#icon-title-birds {
  position: absolute;
  right: 0;
  max-width: 183px;
  width: calc(100% - 956px);
  margin-top: 0px;
  top: -20px;
}
a.btn-read-more.item-to-animate.animated.fadeInUp.full-visible {
  opacity: 1;
}
.hs-home-banner a {
  font-family: "museo-sans-rounded", sans-serif;  
  width: 230px;
  height: 60px;
  background: #cb262b;
  border-radius: 45px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  margin-top: 42px;
  font-weight: 300;
  line-height: 2.2;
  font-weight: 300;
}
.hs-home-banner a:hover {
  text-decoration:none;
  color: #fff;  
}
.hs-home-layout .hs-markets-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-home-layout .hs-markets-bg h2 {
  color: #cb262b;
  padding-top: 35px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;  
}
.hs-home-layout .hs-markets-bg h2:after {
  margin-left: auto;
  margin-right: auto;
  background: #cb262b;
  width: 65px;
  margin-top: 20px;
  margin-bottom: 82px;
}


.hs-contact-bg {
  background: url("//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/contact_us_bg.jpg") no-repeat;
  background-position: 100% 25%;
  background-size: cover;
  padding-bottom: 20px;  
}
.hs-contact-bg .form-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 35px;
  font-size: 28px;
  position: relative;
}
.hs-contact-bg .form-title:after {
  content: "";
  width: 65px;
  height: 3px;
  margin: 0 auto;
  background: #cb262b;
  margin-bottom: 50px;
  margin-top: 20px;
  display: block;
}
.custom-home-contact-form form {
  font-size: 17px;
  width: 745px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 20px;
}
.custom-home-contact-form form .hs-richtext p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.42857143;
  font-weight: 300;
  margin: 0 0 8px;
  font-family: 'Lato', sans-serif;
}
.custom-home-contact-form .hs-form-field {
  width: 50%;
  float: left;
  height: 75px;
}
.custom-home-contact-form .hs-form-field > label {
  font-weight: 700;
}
.custom-home-contact-form form .hs-input {
  background: transparent;
  border: none;
  border-bottom: white 1px solid;
  color: white;
  width: calc(100% - 36px)!important;
  max-width: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 1;
  height: 35px;
}
.custom-home-contact-form form .hs-input:focus {
  outline: 0;
}
.custom-home-contact-form .hs_company.hs-company.field.hs-form-field,
.custom-home-contact-form .hs_country__c.hs-country__c.field.hs-form-field,
.custom-home-contact-form .hs_your_message.hs-your_message.field.hs-form-field {
  width: 100%;
}
.custom-home-contact-form form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/form-dropdown-arrow.png") no-repeat;
  background-size: 13px 8px;
  background-position: right top;
  text-indent: 0.01px;
  height: auto;
}
.custom-home-contact-form form select.hs-input option {
  background: #2b3d53;
}
.custom-home-contact-form .hs_your_message.hs-your_message.field.hs-form-field textarea {
  height: 100px;
  overflow-y: hidden;
}
.custom-home-contact-form .hs_your_message.hs-your_message.field.hs-form-field {
  height: auto;
}
.custom-home-contact-form .hs_company.hs-company.field.hs-form-field {
  margin-bottom: 1px;
}
.custom-home-contact-form .hs_submit.hs-submit {
  width: 100%;
  float: left;
  margin: 21px 0 20px 0;
}
.custom-home-contact-form .hs_submit.hs-submit > div {
  width: 320px;
  background: #cb262b;
  border-radius: 45px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  border: none;
}
.custom-home-contact-form input.hs-button.primary {
  line-height: 1;
  margin: 0;
}
.custom-home-contact-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #de3439;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.custom-home-contact-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  font-style: normal;
  font-weight: bold;
}
.custom-home-contact-form ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-home-contact-form form .hs-richtext {
  width: 550px;
  font-weight: 300;
  margin: 0 auto;
}
.hs-full-main-content .hs-achieving-bg h2 {
  color: #cb262b;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 35px;
  margin-top: 8px;
  font-size: 24px;
  margin-bottom: 10px;
}
.hs-full-main-content .hs-achieving-bg .small-border {
  width: 65px;
  height: 2px;
  margin: 0 auto;
  background: #cb262b;
  margin-bottom: 42px;
  margin-top: 20px;
}
.achievment-row {
  background-color: #edf1f2;
}
.achievment-container {
  margin: auto;
  width: 1280px;
  max-width: 100%;
}
.achievement .inner {
  height: 246px;
  max-width: 100%;
  display: inline-block;
}
.achievement:first-of-type .inner {
  float: left;
}
.achievement .achievement-image {
  display: inline-block;
  overflow: hidden;
  padding: 44px 0 19px;
  vertical-align: middle;
}
.achievement p {
  font-size: 21.5px;
  line-height: 25px;
  color: #be1f2e;
  margin: 0;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.achievement h6 {
  font-size: 21.5px;
  line-height: 25px;
  color: #be1f2e;
  margin: 0;
  font-weight: bold;
}
.achievement {
  text-align: center;
}
.achievement:last-of-type .inner {
  float: right;
}
.hs-home-layout .hs-achieving-bg h2:after {
  display:none !important;
}
.hs-home-layout .market {
  margin-right: 0;
}
.hs-home-layout .hs-full-main-content {
  padding-bottom: 0;
}

/**************************Home Css End Here*****************************/




/**************************Values Css Start Here*****************************/

.hs-values-banner-bg {
  min-height: 500px;
  height: 500px;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 176px;
  margin-top: -1px;
  background-size: cover;
}
/*.values_header_title {
  color: #cb262b;
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  padding-top: 46px;
}*/
.hs-values-row1 {
  padding-top: 25px;
  padding-bottom: 50px;
}
.hs-values-row1-content {
  max-width: 830px;
  margin: auto !important;
  float: none !important;
}
.hs-values-row1-content h3 {
  color: #3e4c58;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 56px;
  position: relative;
}
.hs-values-row1-content h3 > span {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.hs-values-row1-content h3:after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #3e4c58;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 16px);
}
.hs-values-row1-content p {
  margin-bottom: 25px;
}

.value-boxes .value-block {
  height: 535px;
  background: #cb262b;
  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  position: relative;
  color: white;
  letter-spacing: 0px;  
}
.value-boxes .value-block, .value-boxes .value-block p, .value-boxes .value-block li {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo-sans-rounded", sans-serif;
  color: white;
  letter-spacing: 0px;  
}
.text-content {
  max-width: 540px;
  margin: auto;
  margin-left: calc((100% - 540px) * 0.55);
}
.value-boxes .value-block h3, .value-boxes .value-block h3 span {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Lato', sans-serif;
}
.value-boxes .value-block ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom:25px;
}
.hs-value-boxes-bg .text-content img {
  margin-bottom: 5px;
  vertical-align: middle;
}
.hs-value-boxes-bg .text-content p {
  margin-bottom: 25px;
}
.value-boxes .value-block ul li {
  position: relative;
}
.value-boxes .value-block ul li:before {
  position: absolute;
  left: -15px;
  content: '|';
  font-size: 15px;
  top: -1px;
}
.hs-two-col-top-icon-bg {
  padding-top: 75px;
  padding-bottom: 60px;
  text-align: center;
}
.hs-two-col-top-icon-bg h2 {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  max-width: 890px;
  margin: 0 auto 56px;
  position: relative;
  color: #3e4c58;
}
.hs-two-col-top-icon-bg h2:after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #3e4c58;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
}
.icon-holder {
  width: 142px;
  height: 142px;
  margin: auto;
  background-position: center left;
  margin-bottom: 16px;
}
.hs-two-col-top-icon-bg a:hover .icon-holder {
  background-position: center right;
}
.hs-two-col-top-icon-bg a:hover {
  text-decoration:none;
}
.hs-two-col-top-icon-bg p {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

/**************************Values Css End Here*****************************/








/**************************Full Width Css Start Here*****************************/

.solution-icon-container {
  display: inline-block;
  vertical-align: top;
  height: 67px;
  margin-right: -8px;
}

.hs-full-main-content h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 55px 0 25px 0;
}
.hs-full-main-content h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 15px;
}
.hs-full-main-content p {
  margin-bottom: 25px;
}
.hs-products-network-bg .diagram {
  position: relative;
  margin-top: 20px;
}
.hs-products-network-bg .diagram .point {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  opacity: 0.15;
  position: absolute;
  -webkit-animation: glow 2s 1s infinite forwards;
  -moz-animation: glow 2s 1s infinite forwards;
  -o-animation: glow 2s 1s infinite forwards;
  animation: glow 2s 1s infinite forwards;
}
.hs-products-network-bg .diagram .point {
  background: #046595;
}
#solution-wireless_isp.hs-products-network-bg .diagram .point {
  background: #7daed3;
}
#solution-utilities.hs-products-network-bg .diagram .point {
  background: #b58f42;
}
#solution-mobile.hs-products-network-bg .diagram .point {
  background: #bf1e2e;
}
#solution-oil_gas.hs-products-network-bg .diagram .point {
  background: #073049;
}

.hs-products-network-bg .points-holder .point:nth-child(1), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 52px;
  left: 481px;
}
.hs-products-network-bg .diagram .diagram-popup {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: white;
  border-radius: 6px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.3);
}
.point:hover + .diagram-popup, .hs-products-network-bg .diagram .diagram-popup:hover {
  overflow: visible;
  width: 364px;
  height: 149px;
  overflow: visible;
  margin-left: 30px;
  margin-top: -71px;
  padding: 30px 18px 29px;
  opacity: 1;
  transition: opacity 0.3s linear 0.1s;
}
.hs-products-network-bg .diagram-popup:before {
  content: '';
  left: -11px;
  top: 71px;
  position: absolute;
  border: 0px solid transparent;
  border-width: 8px 11px 8px 0;
  border-right-color: white;
  z-index: 3;
}
.hs-products-network-bg .diagram .diagram-popup a {
  display: table;
  height: 90px;
}
.hs-products-network-bg .diagram .diagram-popup a:hover {
  text-decoration:none;
}
.hs-products-network-bg .diagram .diagram-popup .img-holder {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
}
.hs-products-network-bg .diagram .diagram-popup img {
  vertical-align: middle;  
  max-height: 90px;
  margin: auto;
  display: block;
}
.hs-products-network-bg .diagram .diagram-popup .popup-text {
  width: 60%;
  display: table-cell;
  border-left: #6f6f6f 2px solid;
  padding-left: 18px;
  vertical-align: bottom;
}
.hs-products-network-bg .diagram .diagram-popup h4 {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 8px;
}
.hs-products-network-bg .diagram .diagram-popup p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  line-height: 13px;
}
.hs-products-network-bg .diagram .diagram-popup .popup-text:hover p, 
.hs-products-network-bg .diagram .diagram-popup .popup-text:hover h4 {
  color: rgba(0, 0, 0, 1);
}

.hs-full-main-content {
  padding-bottom: 60px;
}
.hs-products-network-bg .points-holder .point:nth-child(1), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 52px;
  left: 481px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 75px;
  left: 670px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 75px;
  left: 670px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 160px;
  left: 523px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 160px;
  left: 523px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 233px;
  left: 188px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 233px;
  left: 188px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 305px;
  left: 356px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 305px;
  left: 356px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
  top: 344px;
  left: 721px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
  top: 344px;
  left: 721px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
  top: 145px;
  left: 937px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
  top: 145px;
  left: 937px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
  top: 173px;
  left: 1119px;
}
.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
  top: 173px;
  left: 1119px;
}
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(18) {
  margin-left: -376px;
}
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16), 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(18) {
  margin-left: -376px;
}
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14):before, 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16):before, 
.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(18):before {
  right: -11px;
  left: auto;
  border-width: 8px 0 8px 11px;
  border-left-color: white;
  border-right-color: transparent;
}
@-webkit-keyframes glow {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(2.6)
  }

  to {
    transform: scale(1)
  }
}

@-moz-keyframes glow {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(2.6)
  }

  to {
    transform: scale(1)
  }
}

@-o-keyframes glow {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(2.6)
  }

  to {
    transform: scale(1)
  }
}

@keyframes glow {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(2.6)
  }

  to {
    transform: scale(1)
  }
}

#solution-wireless_isp.hs-products-network-bg .points-holder .point:nth-child(1), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 23px;
  left: 484px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 43px;
  left: 676px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 127px;
  left: 531px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 256px;
  left: 186px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 340px;
  left: 357px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
  top: 252px;
  left: 582px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
  top: 110px;
  left: 940px;
}
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
#solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
  top: 138px;
  left: 1120px;
}

#solution-utilities.hs-products-network-bg .points-holder .point:nth-child(1), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 21px;
  left: 518px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 71px;
  left: 702px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 157px;
  left: 562px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 201px;
  left: 155px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 288px;
  left: 405px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
  top: 326px;
  left: 744px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
  top: 134px;
  left: 953px;
}
#solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
#solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
  top: 164px;
  left: 1123px;
}

#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(1), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 53px;
  left: 479px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 76px;
  left: 668px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 160px;
  left: 520px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 294px;
  left: 198px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 307px;
  left: 358px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
  top: 288px;
  left: 573px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
  top: 238px;
  left: 726px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
  top: 134px;
  left: 936px;
}
#solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(17), 
#solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(18) {
  top: 173px;
  left: 1118px;
}
#solution-oil_gas.hs-products-network-bg .points-holder .point:nth-child(1), 
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
  top: 38px;
  left: 538px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
  top: 172px;
  left: 195px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
  top: 188px;
  left: 700px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  top: 185px;
  left: 783px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
  margin-left: -376px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
  top: 319px;
  left: 1079px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8):before {
  right: -11px;
  left: auto;
  border-width: 8px 0 8px 11px;
  border-left-color: white;
  border-right-color: transparent;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10):hover {
  margin-left: -376px;
  margin-right: 30px;
}
#solution-oil_gas.hs-products-network-bg .point:hover + .diagram-popup:nth-child(10) {
  margin-left: -376px;
  margin-right: 30px;
}
#solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10):hover:before,
#solution-oil_gas.hs-products-network-bg .point:hover + .diagram-popup:nth-child(10):before {
  right: -11px;
  left: auto;
  border-width: 8px 0 8px 11px;
  border-left-color: white;
  border-right-color: transparent;
}

/**************************Full Width Css End Here*****************************/






/**************************Profesional Services Css Start Here*****************************/

.hs-prof-services-layout .hs-breadcrumb-menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.hs-prof-services-layout .hs-breadcrumb-menu-wrapper {
  padding-bottom: 20px;
}
.hs-profesional-main-content {
  padding-bottom: 100px;
}
.hs-profesional-main-content h1 {
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #cb262b;
}
.hs-profesional-main-content p {
  margin-bottom: 25px;
}

/**************************Profesional Services Css End Here*****************************/







/**************************Corporate Css Start Here*****************************/

.hs-corporate-layout {}

.hs-corporate-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul {
  margin-top: 0;
  margin-bottom: 10px !important;
  padding-left: 40px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
  color: #666666;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}
.custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a, .custom-sidebar-menu .hs-menu-wrapper>ul>li>ul>li.active>a {
  font-weight: 400;
  padding-left: 15px;
  border-left: 3px solid #35608d;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
  font-weight: 400;
  text-decoration: none;
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  margin-top: 10px;
  padding-left: 25px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul > li {
  margin-bottom: 10px;
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul > li > a {
  color: #666666;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: normal !important;  
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul > li > a:hover {
  text-decoration:none;
  font-weight: 400;  
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul > li.active > a {
  font-weight: 400;
  padding-left: 15px;
  border-left: 3px solid #35608d;
}

.hs-code-of-ethics h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #35608d;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hs-code-of-ethics h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.hs-code-of-ethics ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hs-code-of-ethics ul li {
  background: url("//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/Investor-Relations_10.png") center left no-repeat;
  background-size: 22px;
  display: block;
  padding-left: 33px;
  line-height: 30px;
  margin-bottom: 10px;
}
.hs-code-of-ethics ul li:last-child {
  margin-bottom: 0;
}
.hs-code-of-ethics ul li a {
  color: #666666;
}

.hs-corporate-right {
  margin-bottom: 50px;
}

/**************************Corporate Css End Here*****************************/







/**************************Partners Css Start Here*****************************/

.hs-partners-layout {}

.hs-partners-layout .hs-profesional-main-content h2, 
.hs-partners-layout .hs-profesional-main-content h3 {
  font-family: Lato,sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 40px 0 29px 0;
}
.hs-partners-layout .hs-profesional-main-content h2:after,
.hs-partners-layout .hs-profesional-main-content h3:after {
  content: " ";
  display: block;
  width: 40px;
  height: 3px;
  background: #3e4c58;
  margin-top: 15px;
}
.hs-partners-layout .hs-profesional-main-content ul {
  padding-left: 10px;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}
.hs-partners-layout .hs-profesional-main-content ul li {
  position: relative;
}
.hs-partners-layout .hs-profesional-main-content ul li:before {
  content: "";
  position: absolute;
  background: #3e4c58;
  width: 2px;
  height: 13px;
  top: 6px;
  left: -10px;
}
.hs-partners-layout .hs-profesional-main-content table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  margin-bottom: 60px;
  font-size: 18px;  
  font-family: "museo-sans-rounded", sans-serif;  
  font-weight: 300;  
}
.hs-partners-layout .hs-profesional-main-content tr {
  height: 40px;
}
td, th {
  padding: 0;
}
th {
  text-align: left;
}
thead tr th {
  color: #cb262b;
  font-weight: normal;
  padding-bottom: 20px;
  font-weight: 500;
}
tr.tableSectionHeader {
  border-top: 1px rgba(56, 56, 56, 0.15) solid;
  padding-top: 20px;
  height: 60px;
}
tr.tableSectionHeader>td {
  padding-top: 20px;
  height: 60px;
  font-weight: bold;
}
img.table-check {
  float: none;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 436px;
}
.red-btn {
  height: 55px;
  background: #cb262b;
  border-radius: 45px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  font-weight: 100;
  border: 0;
  font-family: "lato",sans-serif;
  padding: 0px 39px;
  cursor: pointer;
}


.professional-services-page .hs-full-main-content h2 {
  margin-bottom:23px;
}
.professional-services-page .hs-full-main-content {
  margin-top: 60px;
}
.professional-services-page .hs-full-main-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.professional-services-page .hs-full-main-content ul li {
  padding: 0 0 20px 20px;
  position: relative;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
}
.professional-services-page .hs-full-main-content ul li:last-of-type {
  padding-bottom: 5px;
}
.professional-services-page .hs-full-main-content ul li:before {
  content: "";
  position: absolute;
  background: #3e4c58;
  width: 2px;
  height: 13px;
  top: 6px;
  left: 0;
}
.productsip-50fx-page .hs-platform-content-grp.r2,
.productsnetwork-management-netmaster-page .hs-platform-content-grp.r2,
.productsip-50c-page .hs-platform-content-grp.r2,
.productsip-50e-page .hs-platform-content-grp.r2 {
  padding-top: 0;
  padding-bottom: 0;
}
.productsnetwork-management-netmaster-page .hs-full-main-content {
  padding-top: 40px;
}
.productsnetwork-management-netmaster-page .hs-platform-content-grp .page-center .hs-full-main-content .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 25px;
}

.productsnetwork-management-netmaster-page .hs-platform-content-grp.r2 .hs-full-main-content {
  padding-top: 0;
}

.productsenterprise-access-sub-6ghz-ptp-and-ptmp-solutions-page .hs-full-main-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.productsenterprise-access-sub-6ghz-ptp-and-ptmp-solutions-page .hs-full-main-content h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.productsenterprise-access-sub-6ghz-ptp-and-ptmp-solutions-page .hs-full-main-content {
  margin-top: 100px;
  padding-bottom: 0;  
}
.partnersceragon-distributors-page .hs-profesional-main-content {
  margin-top: 40px;
  padding-bottom: 60px;
}
.hs-distributor-grp h2 {
  text-transform: inherit !important;
  line-height: 36px;
  position: relative;
  margin: 20px 0 70px 0 !important;
}
.hs-partners-layout .hs-profesional-main-content .hs-distributor-grp h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #3e4c58;
  border-radius: 1px;
}
.hs-distributor-grp ul {
  margin: 0 -15px !important;
  padding: 0 !important;
}
.hs-distributor-grp ul li {
  display: inline-block;
}
.hs-distributor-grp ul li:not(:last-child) {
  border-right: 1px solid #d2d6db;
}
.hs-distributor-grp ul li:before {
  display:none !important;
}
.image-holder {
  height: 85px;
  position: relative;
  margin-bottom: 120px;
}
.image-holder img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}
.contact-link a:hover {
  text-decoration: none !important;
}


.hs-body-pop-form h2.text-center:after {
  content: none;
}
.hs-body-pop-form h2.text-center {
  margin-bottom: 10px;
}
.hs-body-pop-form form {
  position: relative;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.hs-body-pop-form form p {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field {
  min-height: auto;
  margin-bottom: 33.5px;
}
.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input {
  color: #ffffff;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  border: none;
  border-bottom: 2px solid #B9C1CA;
  border-bottom-color:rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin-top: 0;
  width: 100% !important;  
  height: 38px !important;  
}
.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input:focus {
  outline:0;
  border-bottom: 4px solid #3a6592;
}
.hs-body-pop-form .hs-form-required {
  font-size: 0 !important;
}
.hs-body-pop-form .hs-form-required:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #df343a;
  border-radius: 50%;
  margin-left: 5px;
}
.hs-body-pop-form ul.no-list.hs-error-msgs.inputs-list li:before {
  content: none;
}
.hs-body-pop-form ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.hs-body-pop-form form.hs-form .hs-form-field ul.inputs-list li:before {
  content: none;
}
.partneraccessrequestform .hs_country.hs-country.hs-form-field,
.servicescustomer-support-page .customeraccessrequestform .hs_country.hs-country.hs-form-field {
  position: relative;
  margin-bottom: 82px !important;
}
.partneraccessrequestform .hs_country.hs-country.hs-form-field .hs-field-desc,
.servicescustomer-support-page .customeraccessrequestform .hs_country.hs-country.hs-form-field .hs-field-desc {
  color: #fff;
  font-weight: 100;
  font-family: "museo-sans-rounded", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  bottom: -55px;
}


.hs-body-pop-form input.hs-button.primary {
  border-radius: 45px;
  display: block;
  margin: 25px auto 36px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 20px;
  border: none;
  padding: 23px 100px;
  line-height: 1;
  height: auto;
  width: auto;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0.1%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

.hs-body-pop-form .input {
  position: relative;
}
.hs-body-pop-form .hs-input+label {
  position: absolute;
  left: 3px;
  right: 0;
  top: auto;
  bottom: -1px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "museo-sans-rounded", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}
.hs-body-pop-form .hs-input:focus + label, 
.hs-body-pop-form .hs-input.filled + label {
  bottom: 32px;
  transform: translateY(-40%);
}
.hs-body-pop-form .hs-input:focus + label {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

.hs-body-pop-form .grecaptcha-badge {
  margin: 0 auto !important;
}
.hs-body-pop-form  ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.letsgrowyourbusinesstogether .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field label {
  bottom: 10px;
}
.partneraccessrequestform .hs_country.hs-country.hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: -14px;
}

.letsgrowyourbusinesstogether.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg {
  max-width: 823px;
}
.modal.floating-btn.meeting .wrapper-outer .wrapper .modal-dialog.modal-lg .hs-form-booleancheckbox-display span {
    color: #01013f!important}
.letsgrowyourbusinesstogether.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 {
  max-width: 100%;
  padding: 0 40px;  
}
.letsgrowyourbusinesstogether.hs-body-pop-form form {
  max-width: 100%;
  width: 100%;
}

.letsgrowyourbusinesstogether.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .dv.text-center {
  margin-bottom: 64px;
}
.letsgrowyourbusinesstogether .hs_your_message.hs-your_message.hs-fieldtype-textarea.field.hs-form-field,
.letsgrowyourbusinesstogether .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field,
.letsgrowyourbusinesstogether .hs_vertical_market2.hs-vertical_market2.hs-fieldtype-checkbox.field.hs-form-field {
  width: 100% !important;
}
.letsgrowyourbusinesstogether.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input ul.inputs-list.multi-container .hs-input {
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  opacity: 0;
}

.letsgrowyourbusinesstogether ul.inputs-list.multi-container li label {
  color: #6a7989;
  font-weight: 400;
  font-size: 70.25%;
  vertical-align: top;
}
.letsgrowyourbusinesstogether .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100% !important;
}
.letsgrowyourbusinesstogether.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input select.hs-input {
  background-position: right center;
}
.letsgrowyourbusinesstogether.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input ul.inputs-list.multi-container .hs-input + span:before {
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background-color: #1f3349;
  border: 2px solid #7e8893;
  border-radius: 4px;
  vertical-align: middle;
}
.letsgrowyourbusinesstogether.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input ul.inputs-list.multi-container .hs-input:checked + span:before {
  content: "\2713";
  text-align: center;
  border: 2px solid #7e8893;
  border-radius: 4px;
  color: #1f3349;
  background: #7e8893;
  font-weight: bold;
  font-size: 18px;
}
.hs_vertical_market2 > label > span {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: normal !important;
  font-family: "museo-sans-rounded", sans-serif !important;
}
.error-main-content {
  text-align: center;
  padding-top: 69px;
  padding-bottom:40px;
}
.error-main-content .custom_error_message img {
  margin: 0 0 40px;
  padding: 0 10px;
}
.error-main-content input[type="text"] {
  border: solid 1px #999;
}


/*** Style **/

















/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


.hs-services-page .body-container .main-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.hs-services-page .body-container .main-content h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hs-services-page .body-container .main-content p {
  margin-bottom: 25px;
}
.hs-services-page .body-container .main-content .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-block .inner {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 243px;
  margin-bottom: 47px;
}
.service-block .inner .text-strip {
  height: 58px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: rgba(203, 38, 43, 0.7);
  text-align: center;
  padding: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block .inner .text-strip {
  height: 58px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: rgba(203, 38, 43, 0.7);
  text-align: center;
  padding: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-block .inner .text-strip h4 {
  font-size: 22px;
  font-weight: 500;
  color: white;
  margin-top: 0;
}
.service-block .inner p.text {
  display: none;
  color: white;
  font-size: 16.5px;
  line-height: 26.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.service-block:hover .inner .text-strip {
  height: 100%;
  text-align: left;
  padding: 26px 28px 27px;
}
.service-block:hover .inner p.text {
  display: block;
}
.service-blocks-section {
  padding: 0 0 147px;
}
.bottom-pane-wrapper {
  background: #edf1f2;
  padding-top: 40px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding-bottom: 85px;
}
.bottom-pane-header h3 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 55px 0 25px 0;
}
.bottom-pane-header h3:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 15px;
}
.bottom-pane ul li {
  padding: 12px 12px 12px 0;
}
.bottom-pane ul li > a {
  color: #3e4c58;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 96px;
}
.bottom-pane ul li > a > img {
  background-color: white;
  border: #d9dbdd 1px solid;
  margin-right: 22px;
  max-width: 173px;
  max-height: 96px;
}

.bottom-pane ul li > a:hover {
  color: #cb262b;
  text-decoration: none;
}
.bottom-pane ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-terms-and-conditions-page .hs-breadcrumb-wrapper ul {
  min-height: 56px;
}
.hs-terms-and-conditions-group {
  padding-top: 40px;
  padding-bottom: 100px;
}
.hs-terms-and-conditions-roup p, .hs-service-body-group p {
  margin-bottom: 25px;
}
.hs-terms-and-conditions-group h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 40px 0 29px 0;
}
.hs-terms-and-conditions-group h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 15px;
}
.hs-service-body-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hs-service-body-group h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.hs-service-body-group h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-links-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-link {
  height: 246px;
  text-align: center;
}
.contact-link.contact-link-1 {
  background-color: #35608d;
  padding-top: 55px;
}
.contact-link.contact-link-2 {
  background-color: #3f6a97;
  padding-top: 53px;
}
.contact-link.contact-link-3 {
  background-color: #4974a1;
  padding-top: 74px;
}

.contact-link.contact-link-1 img {
  margin-bottom: 40px;
}
.contact-link.contact-link-2 img{
  margin-bottom: 35px;
}
.contact-link.contact-link-3 img {
  margin-bottom: 51px;
}
.contact-link h4 {
  color: white!important;
  font-size: 22px !important;
  margin: 0 !important;
}
input.red-btn.customer-btn {
  min-height: 55px;
  background: #cb262b;
  border-radius: 45px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  width: auto;
  font-weight: 100;
  border: none;
  font-family: "lato", sans-serif;
  padding: 0px 39px;
  white-space: normal;
  height: auto;
}
.hs-service-body-group h4 {
  font-size: 20px;
  line-height: 26px;
  color: #3e4c58;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-service-body-group h4 span {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}

.filter-col select, .filter-col input {
  width: 100%;
  z-index: 1;
  background-color: rgba(126, 136, 147, 0.20);
  border: none;
  border-radius: 0;
  outline: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333;
  display: block;
  margin-bottom: 0;
  font-weight: 300;
  padding-right: 25px;
  font-size: 18px;
  line-height: 26px !important;
  padding-left: 12px;
  font-family: museo-sans-rounded, sans-serif;
  -webkit-appearance: none;
}
.filter-col select {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.resource-item .image-holder {
  height: 206px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: #e5e5e5 solid 1px;
  margin-bottom: 0;
}
.resource-item {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  padding: 0 19px;
  margin-bottom: 51px;
}

.resource-item p.resource-type {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
  transition: all 0.2s;
  height: 26px;
  font-family: "museo-sans-rounded", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
.resource-item h3.resource-title {
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  min-height: 88px;
  margin: 3px 0 9px;
  padding: 0 14px;
  color: #3e4c58;
  font-size: 18px;
  font-family: "museo-sans-rounded", sans-serif;
  letter-spacing: 0.8px;
}
.resource-item button {
  position: absolute;
  top: 76px;
  height: 55px;
  background: #cb262b;
  color: white;
  border: 0;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 210px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  cursor: pointer;
}
.resource-item .inner {
  height: 340px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  cursor: pointer;
}
.media-coverage-page.hs-blog-post .hs-banner-area {
  background-image: none !important;
}
.resource-item.infographic-type .inner {
  border-bottom-color: #ebaa49;
}
.resource-item.videos-type .inner {
  border-bottom-color: #6992c4;
}
.resource-item.white-papers-type .inner {
  border-bottom-color: #44bfa9;
}
.resource-item.case-studies-type .inner {
  border-bottom-color: #1f3349;
}
.resource-item.valuebytes-type .inner {
  border-bottom-color: #5a3d58;
}
.resource-item.brochure-type .resource-type, 
.resource-item.brochure-type .resource-type a:hover {
  color: #cb262b;
}
.resource-item.brochure-type:hover .resource-type {
  background-color: #cb262b;
}
.resource-item:hover button {
  opacity: 1;
}
.resource-item.technical-brief-type .resource-type {
  color: #ed2c1a;
}
.resource-item:hover p.resource-type {
  margin-top: -26px;
  margin-bottom: 51px;
  color: white;
  opacity: 0.75;
}
.resource-item.technical-brief-type:hover .resource-type {
  background-color: #ed2c1a;
}
.resource-item.infographic-type:hover .resource-type {
  background-color: #ebaa49;
}
.resource-item.valuebytes-type:hover .resource-type {
  background-color: #5a3d58;
}
.resource-item.videos-type .resource-type, .resource-item.videos-type .resource-type a:hover {
  color: #6992c4;
}

.resource-item.whiteppapers-type .resource-type, 
.resource-item.whitepapers-type .resource-type a:hover {
  color: #44bfa9;
}
.resource-item.whitepapers-type:hover .resource-type {
  background-color: #44bfa9;
}
.resource-item.technicalbriefs-type:hover .resource-type {
  background-color: #ed2c1a;
}
.resource-item:hover p.resource-type {
  margin-top: -26px;
  margin-bottom: 51px;
  color: white;
  opacity: 0.75;
}
.resource-item.white-papers-type .resource-type{
  color: #44bfa9;
}
.resource-item:hover p.resource-type {
  margin-top: -26px;
  margin-bottom: 51px;
  color: white;
  opacity: 0.75;
}
.resource-item.case-studies-type .resource-type{
  color: #1f3349;
}
.resource-item:hover p.resource-type {
  margin-top: -26px;
  margin-bottom: 51px;
  color: white;
  opacity: 0.75;
}
.resource-item.value-bytes-type .resource-type{
  color: #5a3d58;
}
.resource-item:hover p.resource-type {
  margin-top: -26px;
  margin-bottom: 51px;
  color: white;
  opacity: 0.75;
}
.resource-item.infographic-type:hover .resource-type {
  background-color: #ebaa49;
}
.resource-item.videos-type:hover .resource-type {
  background-color: #6992c4;
}
.resource-item.white-papers-type:hover .resource-type {
  background-color: #44bfa9;
}
.resource-item.case-studies-type:hover .resource-type {
  background-color: #1f3349;
}
.resource-item.value-bytes-type:hover .resource-type {
  background-color: #5a3d58;
}
.resource-item .play-resource {
  position: absolute;
  top: 76px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 57px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.resource-item:hover .play-resource {
  opacity: 1;
}
.filter-wrapper {
  padding-top: 60px;
  margin-bottom: 30px;
}
.filter .filter-col label {
  font-size: 18px;
  font-weight: 300;
  font-family: "museo-sans-rounded", sans-serif;
  line-height: 25px;
  white-space: nowrap;
  position: initial;
  color: #6b737c;
  display: inline-block;
  max-width: 100%;
  /*margin-bottom: 5px;
  letter-spacing: 0.8px;*/
}
.filter {
  margin-left: -15px;
  margin-right: -15px;
}
.filter .filter-col {
  line-height: 26px;
  margin-bottom: 40px;
  width: 33.3333%;
}
.resource-item a:hover {
  text-decoration: none;
}
.no-results {
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-family: "museo-sans-rounded", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
/*.hs-values-banner-bg.hs-careers-banner h1.values_header_title {
  color: #cb262b;
  font-size: 50px;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 100%;
  padding-top: 41px;
}
.hs-careers-banner {
  min-height: 505px;
  height: 505px;
  background-repeat: no-repeat;
  padding-top: 177px;
  margin-top: -1px;
  background-position: right bottom;
  background-size: cover;
}*/
.hs-careers-full-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.hs-careers-full-wrapper h2 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #cb262b;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
}
a#scrollToPositions {
  display: block;
  max-width: 290px;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background: #cb262b;
  color: #FFFFFF;
  font-size: 22px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 100;
  line-height: 55px;
  text-align: center;
  margin: 10px auto 25px;
  cursor: pointer;
}
a#scrollToPositions:hover {
  background: #9f2529;
  text-decoration: none;
}
.hs-careers-full-wrapper p {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.video-position-block .video {
  display: block;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/video-bg.png) no-repeat center;
  min-height: 295px;
  text-align: center;
  padding-top: 15px;
  width: 100%;
  margin: 0 auto;
}
.video-position-block .video iframe {
  border: 15px solid #899ca9;
  width: 100%;
  height: 265px;
  max-height: 265px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.video-position-block .play-video {
  width: 32px;
  height: 32px;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/video-btn-bg.png) no-repeat center;
  border: none;
  margin: 26px 0 58px 0;
  cursor: auto;
}
.video-position-block .video-description {
  position: relative;
  min-height: 130px;
}
.video-position-block .video-description > p {
  font-size: 24px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-top: 10%;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
}
.video-position-block .video-description p:after, 
.video-position-block .video-description p:before {
  content: " ";
  width: 34px;
  height: 29px;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-quotes.png) no-repeat center;
  position: absolute;
}
.video-position-block .video-description p:before {
  left: -25px;
  top: -25px;
}
.video-position-block .video-description p:after {
  right: -25px;
  bottom: -50px;
}
.hs-testimonial-slider {
  text-align: center;
  padding-bottom: 60px;
}
.video-position-block .person-details img {
  margin-top: 15px;
  margin: 0 auto;
}
.person-details p {
  font-size: 18px;
  margin: 0;
}
.person-details p.name {
  font-weight: 500;
  color: #cb262b;
  margin-top: 15px;
}
#find-position {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #edf1f2;
}
#find-position #search-filter h2 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #cb262b;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#find-position #search-filter h2:after {
  content: " ";
  width: 75px;
  height: 2px;
  background: #cb262b;
  display: block;
  margin: 15px auto;
}
#find-position form {
  margin-top: 35px;
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
}
.form-group {
  margin-bottom: 15px;
  float: left;
}
#search-filter .wrapp-select {
  width: 100%;
}
#search-filter .wrapp-select.left {
  float: right;
}
#find-position h3.search-all-results {
  margin-bottom: 0;
  padding-bottom: 10px;
}
h3.search-all-results {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.selectpicker {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
#find-position #search-filter label {
  font-size: 18px;
  color: #6b737c;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}
#find-position h3 {
  color: #cb262b;
  font-size: 20px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
}
#find-position h4 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 25px 0 0 0;
}
.row-result {
  /*margin-top: 30px;
  border-radius: 2px;
  border: 1px solid #e3e9ef;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;*/
  min-height: 125px;
}
.row-result a {
  text-decoration: none !important;
}
div#search-result .row-result div:first-child {
  padding: 25px 25px 20px;
}
div#search-result .row-result h5 {
  font-size: 22px;
  color: #3e4c58;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  margin-top: 0;
}
div#search-result .row-result p {
  font-size: 18px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 100;
  color: #3e4c58;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
}
div#search-result .row-result div:last-child {
  text-decoration: none;
}
div#search-result .row-result div:last-child {
  text-decoration: none;
}
div#search-result .row-result div:last-child {
  padding-top: 26px;
  padding-right: 30px;
}
div#search-result .row-result div:last-child * {
  display: block;
  text-align: right;
  margin-right: 0;
  font-size: 20px;
  font-weight: 100;
  font-family: museo-sans-rounded, sans-serif;
  color: #cb262b;
  font-style: italic;
  white-space: nowrap;
}
#search-result .row-result div:last-child * {
  display: block;
  text-align: right;
  margin-right: 0;
  font-size: 20px;
  font-weight: 100;
  font-family: museo-sans-rounded, sans-serif;
  color: #cb262b;
  font-style: italic;
  white-space: nowrap;
}
#search-result .row-result div:last-child i {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/accordion-dropdown-hover-90.png) no-repeat center;
  width: 17px;
  height: 33px;
  float: right;
  margin-top: 20px;
}
/*.row-result:hover {
  background: #2a415b;
  cursor: pointer;
}*/
div#search-result .row-result:hover h5 {
  color: #fff;
}
/*div#search-result .row-result:hover p {
  color: #fff;
}*/
div#search-result .row-result:hover div:last-child * {
  color: #fff;
}
div#search-result .row-result:hover div:last-child i {
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/careers-list-arrow-hover-white.png) no-repeat center;
}
#find-position h4:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 10px;
}
.selectpicker {
  width: 100%;
  z-index: 1;
  background-color: rgba(126, 136, 147, 0.20);
  border: none;
  border-radius: 0;
  outline: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333;
  display: block;
  margin-bottom: 0;
  font-weight: 300;
  padding-right: 25px;
  font-size: 18px;
  line-height: 26px !important;
  padding-left: 12px;
  font-family: museo-sans-rounded, sans-serif;
  -webkit-appearance: none;
}
div#open-position {
  padding-top: 30px;
  padding-bottom: 60px;
}
h2.open-position-title {
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #cb262b;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 15px;
}
#open-position .row.details {
  padding: 0 15px;
  margin-right: -15px;
  margin-left: -15px;
}
#open-position h2.open-position-subtitle {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #3e4c58;
  text-transform: uppercase;
  margin: 40px 0 29px 0;
}
#open-position .open-position-subtitle:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #3e4c58;
  margin-top: 15px;
}
#open-position p {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
#open-position button#btn-apply {
  right: 40px;
  bottom: 40px;
  width: 150px;
  height: 55px;
  background: #cb262b;
  border-radius: 45px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 2.2;
  font-weight: 100;
  border: none;
  cursor: pointer;
  outline:0;
}
#open-position button#btn-apply:hover {
  border: 1px solid #9f2529;
  background: #9f2529;
  color: #ffffff;
}
.row.btn-block {
  padding-top: 25px;
  margin-left: 0;
}
.contact-us-main-wrapper.contact-us-heading {
  padding-top: 60px;
  /*padding-bottom: 45px;*/
  margin-bottom: 45px;
}
.contact-us-main-wrapper p {
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 22px;
  font-weight: 100;
  color: #6b737c;
}
.contact-us-main-wrapper p:last-child {
  margin-bottom: 0;
}
.custom-infowindow h3 {
  color: #cb262b;
  font-size: 18px;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 700;
}
.custom-infowindow a {
  color: #3e4c58;
}
.custom-infowindow a:hover {
  text-decoration: underline;
}


/*** Investor Relations **/ 

.hs-corporate-main.investor-relations-row1 .custom-sidebar-menu .hs-menu-wrapper>ul {
  padding-left: 15px;
}
.investor-relations-row1-right-col2 iframe {
  min-width: 0 !important;
  max-width: 100%;
  padding-right: 13px;
  overflow: auto;
  width: 100% !important;
  height:400px;
}
.investor-relations-row1-right-col1 {
  padding-left: 22px;
  padding-right: 22px;
}
.investor-relations-row1-right-col1 p {
  margin-bottom: 30px;
}
a#download-presentation {
  display: inline-block;
  border-radius: 30px;
  background: #35608d;
  color: #FFFFFF;
  font-size: 16px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 0px 15px 25px 0;
  padding: 10px 20px;
}
a#download-presentation:hover {
  background: #2a415b;
  text-decoration: none;
}
.investor-relations-row1-right-col1 hr {
  background: #d1d7de;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 100%;
  height: 1px;
  border: 0;
}
.investor-relations-row1-right-col1 .cst-contct-details-grp h1.title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #35608d;
  text-transform: uppercase;
  margin: 55px 0 29px 0;
  letter-spacing: 0;
}
.investor-relations-row1-right-col1 .cst-contact-person .inner.clearfix .cst-contact-info p.name {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #cb262b;
  margin-bottom: 20px;
}

.investor-relations-row1-right-col1 .cst-contact-person .inner.clearfix .cst-contact-info p.address {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #3e4c58;
}
.hs-investor-two-column .col-section-two {
  background: #1f3349;
}
.hs-investor-two-column .col-section-two:hover {
  background: #263d56;
}
.hs-investor-two-column > div {
  height: 241px;
}
.hs-investor-two-column > div:last-child {
  background: #344e6b;
}
.hs-investor-two-column .left-col {
  float: right;
  text-align: center;
  padding: 50px 140px 50px 40%;
}
.hs-investor-two-column .event-icon {
  background-position: -468px -391px;
  height: 101px;
  width: 101px;
}
.hs-investor-two-column .news-icon {
  background-position: -347px -391px;
  height: 101px;
  width: 101px;
  margin: 0 auto;
}
.hs-investor-two-column .right-col>div:last-child,
.hs-investor-two-column .left-col>div:last-child {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
}
.hs-investor-two-column .right-col {
  padding: 50px 40% 50px 200px;
  float: left;
  text-align: center;
}
.block-icon {
  margin: 0 auto;
}
.hs-investor-relations-page .hs_cos_wrapper_type_header h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #35608d;
  text-transform: uppercase;
  margin: 55px 0 29px 0;
}
.hs-investor-two-column > div:last-child:hover {
  background: #263d56;
}
.investor-relations-row3-col1, .investor-relations-row3-col2 {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-investor-relations-page .hs_cos_wrapper_type_header h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.investor-relations-row3 h4 {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #cb262b;
  margin: 0;
  padding-bottom: 10px;
}
.investor-relations-row3 ul {
  padding: 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
}
.investor-relations-row3 ul li {
  line-height: 26px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  color: #3e4c58;
  list-style-type: none;
  padding-bottom: 15px;
  text-align: left;
  min-height: 58px;
}
.investor-relations-row3 ul li p {
  display: none;
}
.investor-relations-row3-col-3 {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #2a415b;
  font-weight: 300;
}
.investor-relations-row3-col-3 .hs_cos_wrapper_type_rich_text > span {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.investor-relations-row3 {
  padding-bottom: 68px;
}
.investor-relations-row4 {
  background: #edf1f2;
  padding-bottom: 60px;
  padding-top: 20px;
}
.investor-relations-row4-left-col ul , .investor-relations-row4-right-col ul {
  padding: 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
}
.investor-relations-row4-left-col ul li, 
.investor-relations-row4-right-col ul ul li {
  line-height: 26px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  color: #3e4c58;
  list-style-type: none;
  padding-bottom: 15px;
  text-align: left;
  min-height: 58px;
}
.investor-relations-row4-left-col ul li span, 
.investor-relations-row4-right-col ul ul li span {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.investor-relations-row4-right-col ul:after {
  content: "";
  display: table;
  clear: both;
}
.investor-relations-row4-left-col {
  padding-left: 15px;
  padding-right: 15px;
}
.investor-relations-row4-right-col {
  padding-right: 15px;
}
.investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text {
  display: block;
}
.investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text > ul > li {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.investor-relations-row4-left-col .hs_cos_wrapper_type_rich_text > ul,
.investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text > ul ul {
  padding-left: 37px;
}
.investor-relations-row5 {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #3e4c58;
  padding: 40px 0 60px 0;
}

.investor-relations-row4-left-col ul li a {
  color: #cb262b;
  font-weight: 300;
  text-decoration: underline;
}
.investor-relations-row4-left-col ul li a:hover {
  color: #cb262b;
  font-weight: 300;
  text-decoration: underline;
}
.press-releases .blog-pagination {
  display: block !important;
}
.press-releases .blog-pagination .no-post{
  display: none;
}
.press-releases .no-post {
  margin: 20px 0;
}

/**** media-coverage ***/

.media-coverage-wrapper .custom-blog-top-section {
  padding-left: 15px;
  padding-right: 15px;
}
.media-coverage-wrapper .blog-search,
.media-coverage-wrapper .blog-select {
  margin-bottom: 20px;
}
.media-coverage-wrapper .custom-blog-top-section {
  padding-bottom: 60px;
}
.press-releases.media-coverage-page .blog-listing-wrapper .post-listing .post-item {
  margin: 0 15px 0 0;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left:0;
  padding-right:0;
}
.press-releases.media-coverage-page .post-header h2 a {
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none !important;
  line-height: 1;
}
.media-coverage-page  .post-header p.newsDate {
  margin-bottom: 10px;
  line-height: 26px;
}
.press-releases.media-coverage-page .hs-featured-image-wrapper {
  width: 182px;
  padding: 0;
}
.press-releases.media-coverage-page .post-item-content {
  padding: 0;
}
.media-coverage-page .post-header p.newsDate {
  margin-bottom: 13px;
  line-height: 26px;
  color: #838383;
}
/*.hs-careers-layout .hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
  padding-left: 4px;
}*/
.hs-careers-layout .hs-breadcrumb-menu .first-crumb .hs-breadcrumb-menu-divider {
  padding-left: 0;
}
.hs-careers-layout #open-position button#btn-apply {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.media-coverage-page .newsMore {
  font-family: museo-sans-rounded, sans-serif;
  line-height: 1;
}
.hs-testimonial-slider .slick-list {
  padding: 0 !important;
}
.hs-testimonial-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.hs-testimonial-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.hs-testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.hs-testimonial-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: auto;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.hs-testimonial-slider .slick-dots li button:hover, .hs-testimonial-slider .slick-dots li button:focus {
  outline: none;
}

.hs-testimonial-slider .slick-dots li button:hover:before, .hs-testimonial-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.hs-testimonial-slider .slick-dots li button:before {
  border-top: 6px solid black;
  width: 38px!important;
  height: 5px!important;
  border-radius: 15px!important;
  content: " "!important;
}
.hs-testimonial-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 116px;
  line-height: 10px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 40px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-testimonial-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #be2222;
}
.slick-dots li.slick-active button:before {
  border-top: 6px solid #cb262b;
}

.resource-item.casestudy-type .resource-type, .resource-item.casestudy-type .resource-type a:hover {
  color: #1f3349;
}
.resource-item.casestudy-type:hover .resource-type {
  background-color: #1f3349;
}
.landing-page.three-column.hs-form-layout form.hs-form.stacked,
.landing-page.two-column-equal.hs-form-layout form.hs-form.stacked,
.hs-form-layout #email-prefs-form {
  max-width: 100%;
}
/***************************** TWP -197 *****************************************/

/* ==========================================================================
Product Page Styling
========================================================================== */

/************* Delete It *************/



.container-fluid .row-fluid .page-center.hs-breadcrumb-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}


.hs-prodct-r1-grp {
  padding-top: 22px;
  padding-bottom: 60px;
}
.cst-title-grp h1 {
  font-size: 30px;
  line-height: 38px;
  color: #cb262b;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 500;
}

.cst-product-grp .inner-col.clearfix .cst-product-items {
  float: left;
  width: 25%;
  min-height: 482px;
  overflow: hidden;
  margin-bottom: 25px;
}
.cst-product-grp .inner-col.clearfix .cst-product-items .inner {
  padding-right: 30px;
}

.cst-product-grp .inner-col.clearfix .cst-product-items .inner .image-holder img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}
.cst-product-grp .inner-col.clearfix .cst-product-items .inner .image-holder {
  height: 195px;
  position: relative;
  margin: 0;display: block;
}

.cst-product-grp .family-content {
  margin-bottom: 50px;
}

.cst-product-grp .inner-col.clearfix .cst-product-items .inner h3.title {
  font-size: 22px;
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cst-product-grp .inner-col.clearfix .cst-product-items .inner p.desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 24px;
  max-height: 168px;
}
.cst-product-grp .inner-col.clearfix .cst-product-items .inner p {
  margin-bottom: 25px;
}

.cst-product-grp .inner-col.clearfix a {
  color: #cb262b;
  text-decoration: none;
}

.cst-product-grp .inner-col.clearfix .cst-product-items .inner p.link-text {
  color: #cb262b;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}

.cst-product-grp .inner-col.clearfix .cst-product-items:hover h3.title {
  color: #cb262b;
}

.cst-product-grp h3.top-title:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cst-product-grp h3.top-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.cst-product-grp .inner-col.clearfix .cst-product-items.no-height {
  min-height: 270px;
  overflow: auto;
  margin-bottom: 25px;
}

.cst-product-grp .inner-col.clearfix .cst-product-items.no-height .inner .image-holder img {
  position: static;
  display: block;
}

.cst-product-grp .inner-col.clearfix .cst-product-items.no-height .inner h3.title {
  margin: 12px 0;
  text-align: center;
}

.hs-platform-content-grp {
  padding-top: 60px;
}

.hs-platform-content-grp .page-center .hs-full-main-content .hs_cos_wrapper_type_rich_text h1 {
  color: #cb262b;
  padding: 0 0 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
.hs-platform-content-grp .page-center .hs-full-main-content .hs_cos_wrapper_type_rich_text h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hs-platform-content-grp .page-center .hs-full-main-content .hs_cos_wrapper_type_rich_text h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.hs-platform-content-grp .page-center .hs-full-main-content {
  padding-bottom: 0;
}

.hs-platform .bottom-pane-wrapper .bottom-pane-header h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hs-platform .bottom-pane-wrapper .bottom-pane-header h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: museo-sans-rounded, sans-serif;
  position: relative;
}

.rght-side {
  float: right;
  margin-left: 100px;
  margin-bottom: 10px;
  max-width: 300px;
}

.custom-tabber-grp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-tabber-grp .cst-top-content h3:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.custom-tabber-grp  .cst-top-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #3e4c58;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.custom-tabber-grp  .cst-top-content p {
  margin-bottom: 25px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}

.custom-tabber-grp .tabber-tab ul {
  width: 100%;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}


.custom-tabber-grp .tabber-tab ul li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: -1px;
  float: none;
  display: table-cell;
  width: 1%;
}
.custom-tabber-grp .tabber-tab ul li a {
  border: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  padding: 23px 5px 20px;
  height: 184px;
  position: relative;
  display: block;
  line-height: 1.42857143;
  text-decoration: none;
}
.custom-tabber-grp .tabber-tab ul li a img {
  max-width: none;
  display: block;
  height: 76px;
  width: auto;
  margin: 0 auto 18px;
  vertical-align: middle;
}
.custom-tabber-grp .tabber-tab ul li a .hover-img {
  display: none;
}
.custom-tabber-grp .tabber-tab ul li a span.info {
  color: #5094c9;
  font-size: 14px;
  line-height: 15px;
}

.custom-tabber-grp .tabber-content .tab-pane {
  padding-top: 65px;
}
.custom-tabber-grp .tabber-content .tab-pane p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 25px;
}

.custom-tabber-grp .tabber-tab ul li a .line {
  width: 103px;
  height: 5px;
  background-color: white;
  margin: 5px auto;
  display: none;
}
.custom-tabber-grp .tabber-tab ul li:hover a .line,
.custom-tabber-grp .tabber-tab ul li.active a .line{
  display: inline-block;
  position: absolute;
  left: calc(50% - 51.5px);
  bottom: 20px;
}
.custom-tabber-grp .tabber-tab ul li:hover a span.info,
.custom-tabber-grp .tabber-tab ul li.active a span.info {
  display: none;
}

.custom-tabber-grp .tabber-tab ul li:hover a img.hover-img,
.custom-tabber-grp .tabber-tab ul li.active a img.hover-img {
  display: block;
}

.custom-tabber-grp .tabber-tab ul li:hover a img.not-hover-img,
.custom-tabber-grp .tabber-tab ul li.active a img.not-hover-img{
  display: none;
}

.custom-tabber-grp .tabber-tab ul li a:hover,
.custom-tabber-grp .tabber-tab ul li.active a{
  background-color: #5094c9;
  color: white;
}

.custom-tabber-grp .tabber-tab ul li.active a:after {
  content: "";
  border-color: transparent;
  border-width: 11px 6px 0px;
  border-style: solid;
  border-top: #5094c9 11px solid;
  left: 49%;
  left: calc(50% - 6px);
  position: absolute;
  bottom: -10px;
}
.hs-platform-content-grp .cst-title-grp h1 {
  color: #cb262b;
  padding: 0 0 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.1;
}

.hs-platform-content-grp.r2 {
  padding-top: 42px;
  padding-bottom: 60px;
}

.term-ul {
  padding-left: 0;
}

/**************** WebCasts Page Styling ************/


.hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a:hover,
.hs-contact-ir .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a:hover {
  font-weight: 400;
}
.hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a,
.hs-contact-ir .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a {
  color: #666;
  padding-left: 0;
  border: 0;
  font-weight: 100;
}
.hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul {
  padding-left: 0;
}

.hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul > li.hs-item-has-children {
  margin-bottom: 10px;
}

.hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul > li > ul {
  padding-bottom: 40px;
}

.cst-webcasts-evnt-grp h1.content:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-webcasts-evnt-grp h1.content {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #35608d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.cst-webcasts-evnt-grp .web-cst-inner .cst-single-event {
  border-left: 2px solid #666666;
  padding-left: 10px;
  margin-top: 40px;
}
.cst-webcasts-evnt-grp .web-cst-inner .cst-single-event:first-child {
    margin-top: 0px;
}
.cst-webcasts-evnt-grp .web-cst-inner .cst-single-event h3.event-heading {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #256191;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
}
.cst-webcasts-evnt-grp .web-cst-inner .cst-single-event p.event-date {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0px;
  color: #256191;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
}
.cst-webcasts-evnt-grp .web-cst-inner ul.event-list {
  padding-bottom: 40px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.cst-webcasts-evnt-grp .web-cst-inner ul.event-list li a:hover {
  color: #cb282c;
}
.cst-webcasts-evnt-grp .web-cst-inner ul.event-list li a {
  line-height: 22px;
  display: block;
  padding: 4px 0 10px 0;
  font-family: 'Lato', sans-serif;
  color: #256191;
}
.cst-webcasts-evnt-grp .web-cst-inner ul.event-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  background-size: 22px;
  background-position: center left;
  background-repeat: no-repeat;
  font-family: "museo-sans-rounded", sans-serif;
  color: #256191;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.cst-webcasts-evnt-grp .web-cst-inner ul.event-list li.icon-pdf {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-pdf.png);
}
.cst-webcasts-evnt-grp .web-cst-inner ul.event-list li.icon-microphone {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-microphone.png);
}

.hs-webcasts .hs-corporate-right {
  margin-bottom: 0;
}

.hs-webcasts .hs-corporate-main {
  padding-bottom: 55px;
}

/****************** Network Rollout Page Styling ************************/
.hs-ntwrk-roll-r1-grp {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.hs-ntwrk-roll-r1-grp .hs-ntwrk-roll-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
  display: block;
}
.hs-ntwrk-roll-r1-grp .hs-ntwrk-roll-r1-c1-flexi .hs_cos_wrapper_type_rich_text h2:after {
  content: "";
  background-color: #3e4c58;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hs-ntwrk-roll-r1-grp .hs-ntwrk-roll-r1-c1-flexi .hs_cos_wrapper_type_rich_text h2 {
  font-size: 20px;
  line-height: 26px;
  color: #3e4c58;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.hs-ntwrk-roll-r1-grp .hs-ntwrk-roll-r1-c1-flexi .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 25px;
}
.hs-ntwrk-roll-r1-grp .hs-ntwrk-roll-r1-c1-flexi .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  line-height: 26px;
  color: #3e4c58;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cst-image-gallery-grp .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.cst-image-gallery-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  width: 590px;
  display: block;
  height: 436px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cst-image-gallery-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper:before {
  content: '';
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 23px;
  color: white;
  padding: 14px 54px 0 34px;
  background-color: #3a6592;
}

.cst-image-gallery-grp .hs_cos_gallery_main {
  padding: 0;
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.cst-image-gallery-grp .hs_cos_gallery_main .slick-prev,
.cst-image-gallery-grp .hs_cos_gallery_main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  visibility: visible;
  height: 67px;
  width: 35px;
  margin: 0;
  /*   margin-top: 8px; */
}

.cst-image-gallery-grp .hs_cos_gallery_main .slick-next {
  right: -86px;
}
.cst-image-gallery-grp .hs_cos_gallery_main .slick-prev {
  left: -86px;
}
.cst-image-gallery-grp .hs_cos_gallery_main .slick-next:before {
  content: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/next.png);
}

.cst-image-gallery-grp .hs_cos_gallery_main .slick-prev:before {
  content: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/previous.png);
}

.cst-image-gallery-grp .hs_cos_gallery_main ul.slick-dots {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.cst-image-gallery-grp .hs_cos_gallery_main ul.slick-dots li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
}

.cst-image-gallery-grp .hs_cos_gallery_main ul.slick-dots li button:before {
  display: none;
}
.cst-image-gallery-grp .hs_cos_gallery_main ul.slick-dots li button {
  color: #cdcdcd;
  background-color: #cdcdcd;
  border: 0;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  overflow: hidden;
  margin: 19px 6px 15px;
  padding: 0;
}

.cst-image-gallery-grp .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  color: #3a6592;
  background-color: #3a6592;
}

.hs-ntwrk-roll-r3-grp .page-center.content-wrapper .hs-ntwrk-roll-r3-c1-flexi .hs_cos_wrapper_type_rich_text h3 {
  font-size: 20px;
  line-height: 26px;
  color: #3e4c58;
  font-weight: 500;
}

.hs-ntwrk-roll-r3-grp {
  padding-bottom: 60px;
}

/************************* Event Page Styling ****************************/

.hs-events-roll-r1-grp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cst-evnt-grp .event-item:nth-child(odd) {
  border-right: 1px #e0e0e0 solid;
}
.cst-evnt-grp .event-item {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cst-evnt-grp .event-item .event-item-inner {
  margin-bottom: 70px;
  overflow: hidden;
  height: 140px;
}

.cst-evnt-grp .event-item .event-item-inner .image-container {
  border-right: 2px #3e4c58 solid;
  height: 100%;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.cst-evnt-grp .event-item .event-item-inner .image-container .image-holder {
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.cst-evnt-grp .event-item .event-item-inner .text-container {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-evnt-grp .event-item .event-item-inner .text-container .inner {
  line-height: 24px;
}

.cst-evnt-grp .event-item .event-item-inner .text-container .inner h4.title {
  font-size: 18px;
  color: #4b5863;
  margin: 0 0 10px;
  font-weight: bold;
}

.cst-evnt-grp .event-item .event-item-inner .text-container .inner p.date {
  font-weight: bold;
  font-size: 16px;
  color: #4b5863;
  margin: 0;
}

.cst-evnt-grp .event-item .event-item-inner .text-container .inner p.venue {
  margin: 0;
  font-size: 16px;
  color: #4b5863;
}

.cst-evnt-grp .event-item .event-item-inner .text-container .inner p.readmore {
  color: #3a6592;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
}

/********************** About Us Page Styling **********************/

.hs-abt-r1-grp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cst-about-group .about-box {
  position: absolute;
  display: table;
  background-size: cover;
  background-position: center;
  padding: 0 12px;
  overflow: auto;
}
.cst-about-group .about-box.about-box-1 {
  width: calc(50% - 5px);
  height: 228px;
  top: 0;
  left: 0;
}

.cst-about-group {
  position: relative;
  min-height: 705px;
  height: 100%;
  margin-bottom: 88px;
}

.cst-about-group .about-box.about-box-2 {
  height: 468px;
  width: 24%;
  width: calc(25% - 2.5px);
  bottom: 0;
  left: 0;
  margin-right: 10px;
}

.cst-about-group .about-box.about-box-3 {
  height: 307px;
  width: 24%;
  width: calc(25% - 12.5px);
  left: 26%;
  left: calc(25% + 7.5px);
  top: 238px;
}
.cst-about-group .about-box.about-box-4 {
  height: 150px;
  width: 74%;
  width: calc(75% - 7.5px);
  right: 0;
  bottom: 0;
  left: calc(26% - 5px);
}

.cst-about-group .about-box.about-box-5 {
  height: 308px;
  width: 49%;
  width: calc(50% - 5px);
  right: 0;
  top: 0;
  left: calc(51% - 7px);
}

.cst-about-group .about-box.about-box-6 {
  height: 229px;
  width: 49%;
  width: calc(50% - 5px);
  bottom: 160px;
  right: 0;
  left: calc(51% - 7px);





}
.cst-about-group .about-box p.title {
  font-size: 22px;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  line-height: 1.2;
  color: black;
  text-transform: uppercase;
  width: 100%;
}
.cst-about-group .about-box:hover span.text {
  display: block;
}
.cst-about-group .about-box:hover {
  background: #e6e7e9!important;
  display: inline-block;
  padding: 25px;
}

.cst-about-group .about-box:hover p.title {
  color: black;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.cst-about-group .about-box:hover span.text p {
  color: black;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
.cst-about-group .about-box span.text {
  display: none;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #3e4c58;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}
.cst-about-group .about-box.about-box-4.about-box-2-hover {
  width: calc(50% - 5px);
  left: calc(51% - 6px);
}
/************************* Leadership Page Styling ***********************/

.hs-leadership .productTitle>div {
  padding-left: 12px;
}
.hs-leadership .hs-breadcrumb-wrapper ul {
  padding: 15px 15px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.hs-leadership-r1-grp {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hs-leadership-r1-grp .page-center > div {
  margin: 0 -15px;
}

.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img {
  /*background: #2a4867;*/
  position: relative;
  cursor: pointer;
}
.cst-leadership-team-grp .cst-inner-grp .team-member-items {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img img {
  display: block;
  margin: 0 auto;
  max-width: 253px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  vertical-align: middle;
}
.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img img[src*="png"] {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img .icon-plus {
  display: none;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  background: #2a4867;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  margin-left: -16px;
  margin-top: -16px;
  font-weight: 100;
}

.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img:hover img {
  opacity: 0.5;
}
.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img:hover .icon-plus {
  display: block;
}

.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-text {
  min-height: 80px;
}


.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-text h2 {
  font-size: 22px;
  color: #393939;
  font-family: "museo-sans-rounded", sans-serif;
  text-align: center;
  font-weight: 300;
  margin-bottom: 3px;
}

.cst-leadership-team-grp .cst-inner-grp .team-member-items .person-text p {
  font-size: 16px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 300;
  text-align: center;
  word-break: break-word;
  margin-bottom: 40px;
  line-height: 26px;
  letter-spacing: 0px;
}

.fade.in {
  opacity: 1;
}



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear, visibility .15s linear;
  -o-transition: opacity .15s linear, visibility .15s linear;
  transition: opacity .15s linear, visibility .15s linear;
}

.modal {
  background-color: rgba(31,51,73,0.8);
}

.modal .wrapper-outer {
  display: flex;
  width: 100%;
}
.modal .wrapper-outer .wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}


.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg {
  width: 50%;
  position: relative;
  margin: 0 auto;
  background: #1f3349;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .close {
  width: 36px;
  height: 36px;
  position: absolute;
  background: #1f3349;
  right: -18px;
  opacity: 1;
  border-radius: 18px;
  top: -18px;
  color: #fff;
  text-shadow: none;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  font-weight: 100;
  border: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  cursor: pointer;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .image-grp {
  padding: 0;
  padding-bottom: 4px;
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .image-grp .img-container {
  padding: 0;
  padding-bottom: 4px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .image-grp .img-container img {
  padding: 11px;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding-top: 28px;
  margin: 0 auto;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp {
  width: 50%;
  padding: 0 0 0 25px;
  float: left;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text {
  padding: 0;
  padding-bottom: 4px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "lato", sans-serif;
  color: #ffffff;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 3px;
  line-height: 1.1;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text p.position {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 100;
  font-family: "museo-sans-rounded", sans-serif;
  color: #ffffff;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .dv {
  width: 70px;
  height: 3px;
  background: #cb262b;
  margin-bottom: 20px;
  margin-top: 16px;
  padding: 0;
  padding-bottom: 4px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 {
  height: 394px;
  color: #fff;
  overflow-y: auto;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 div {
  padding: 0;
  padding-bottom: 4px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 {
  padding-right: 5px;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 p {
  font-weight: 100;
  font-family: "museo-sans-rounded", sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-popup-text {
  padding-right: 10px;
}

.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 5px;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.75);
  border-radius: 16px;
}
.modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #394f67;
  width: 5px;
  margin-right: 30px;
}
.hs-careers-layout .hs-body-pop-form form {
  max-width: 100%;
  width: 100%;
}
.hs-careers-layout .hs-body-pop-form .form-holder {
  margin-left: -15px;
  margin-right: -15px;
}
.cst-leadership-team-grp .cst-inner-grp .outer-wrapper:last-child {
  text-align: center;
  margin: 0 auto;
}

.cst-leadership-team-grp .cst-inner-grp .outer-wrapper:last-child .team-member-items {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  visibility: hidden;
}

.modal-open .modal-backdrop {
  filter: alpha(opacity=50);
  opacity: .5;
  visibility: visible;
  transition-delay: .5s;
}

.modal {
  overflow-y: auto!important;
}
body.modal-open {
  overflow: hidden;
}


.body-container-wrapper {
  position: relative;
}

.button_fixed_wrap-grp .button_fixed_wrap a:hover {
  border: 1px solid #9f2529;
  background: #9f2529;
  color: #ffffff;
  text-decoration: none;
}
.button_fixed_wrap-grp .button_fixed_wrap a {
  position: fixed;
  right: 40px;
  bottom: 40px;
  min-width: 196px;
  height: 55px;
  background: #cb262b;
  border: 1px solid #cb262b;
  border-radius: 45px;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  font-weight: 100;
  font-family: "lato", sans-serif;
  padding: 0 25px;
  text-align: center;
}

.button_fixed_wrap-grp .button_fixed_wrap a:focus {
  text-decoration: none;
}

.modal.floating-btn {
  background-color: rgba(0, 0, 0, .5);
}
.modal.floating-btn .wrapper-outer .wrapper {
  display: block;
  width: 100%;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg {
  max-width: 561px;
  width: 100%;
  position: relative;
  margin: 18px auto 0;
  background: #1f3349;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .close {
  width: 36px;
  height: 36px;
  position: absolute;
  background: #1f3349;
  right: -18px;
  opacity: 1;
  border-radius: 18px;
  top: -18px;
  color: #fff;
  text-shadow: none;
  z-index: 2;
  font-weight: normal;
  font-size: 21px;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 {
  padding: 0 60px 0 60px;
  max-width: 561px;
  width: 100%;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text {
  padding: 0;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text h2.text-center {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .dv.text-center {
  width: 70px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background: #cb262b;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder .form-title {
  display: none;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .form-columns-2 {
  max-width: 100%!important;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field {
  height: auto;
  min-height: 75px;
  padding: 0;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field > label {
  font-family: "museo-sans-rounded", sans-serif;
  color: #6a7989;
  font-size: 17px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form  .hs-form-field > label span {
  font-weight: 100;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #6a7989;
  font-size: 17px;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input {
  background: transparent;
  border: none;
  border-bottom: white 1px solid;
  color: white;
  width: calc(100% - 36px)!important;
  max-width: none;
  box-shadow: none;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  height: 18px;
  padding: 4px;
  font-weight: normal;
  line-height: 18px;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/form-dropdown-arrow-1.png) no-repeat;
  background-size: 13px 8px;
  background-position: right top;
  text-indent: 0.01px;
  height: auto;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field textarea.hs-input {
  min-height: 46px!important;
  overflow-y: hidden;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs_submit.hs-submit {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.button_fixed_wrap-grp.sticky .button_fixed_wrap a {
  position: absolute;
}

.contact-link.contact-link-2 a:hover {
  text-decoration: none!important;
}

/************************ Contact IR *******************/

.hs-contact-ir .page-center.content-wrapper > div {
  margin-right: -15px;
  margin-left: -15px;
}
.hs-contact-ir .page-center.content-wrapper .hs-corporate-left {
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-contact-ir .page-center.content-wrapper .hs-corporate-right {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 66.66666667%;
  width: 100%;
}

.cst-contct-details-grp h1.title:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-contct-details-grp h1.title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #35608d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.hs-default-blog input[type="text"], 
.hs-default-blog input[type="password"], 
.hs-default-blog input[type="datetime"], 
.hs-default-blog input[type="datetime-local"], 
.hs-default-blog input[type="date"], 
.hs-default-blog input[type="month"], 
.hs-default-blog input[type="time"], 
.hs-default-blog input[type="week"], 
.hs-default-blog input[type="number"], 
.hs-default-blog input[type="email"], 
.hs-default-blog input[type="url"], 
.hs-default-blog input[type="search"], 
.hs-default-blog input[type="tel"], 
.hs-default-blog input[type="color"], 
.hs-default-blog input[type="file"], 
.hs-default-blog textarea, 
.hs-default-blog select {
  border: solid 1px #999;
  margin-bottom: 15px;
  color:#333;
}
.cst-contact-person .inner.clearfix .img-contact {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}

.cst-contact-person .inner.clearfix .img-contact img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.cst-contact-person .inner.clearfix .cst-contact-info {
  display: inline-block;
  vertical-align: top;
}

.cst-contact-person .inner.clearfix .cst-contact-info p.name {
  margin-bottom: 5px;
  color: #cb2542;
  font-weight: 600;
  font-size: 16px;
}

.cst-contact-person .inner.clearfix .cst-contact-info p.address {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.hs-alert-form {
  margin: 60px 0;
  background: #e5e7e9;
  padding: 25px;
}


.productsfibeair-ip-20gx-assured-ww-page .custom-tabber-grp .tabber-tab ul li a .title {
  font-size: 15px;
}
.hs-alert-form h3.form-title:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.hs-alert-form h3.form-title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #35608d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.hs-alert-form form .form-columns-2 .hs-form-field {
  padding: 0 0 0;
}
.hs-alert-form form fieldset .hs-form-field {
  min-height: 75px;
}

.hs-alert-form form fieldset .hs-form-field > label {
  color: #6a7989;
  font-size: 17px;
  margin-bottom: 0;
  font-family: "museo-sans-rounded", sans-serif;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.hs-alert-form form fieldset .hs-form-field > label > span {
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 100;
}

.hs-alert-form form fieldset .hs-form-field .input  {
  z-index: 1;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  max-width: none;
  width: 100%;
}
.hs-alert-form form fieldset .hs-form-field .input .hs-input:focus {
  border-bottom-color: #fff;
  box-shadow: none;
}
.hs-alert-form form fieldset .hs-form-field .input .hs-input {
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: white 1px solid;
  border-bottom-color: #7e8893;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  width: calc(100% - 36px)!important;
  max-width: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  height: 18px;
  padding: 4px;
  line-height: 18px;
}

.hs-alert-form form fieldset .hs-form-field .input select.hs-input {
  height: auto;
}

.hs-alert-form form fieldset .hs-form-field .input select.hs-input option, 
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input select.hs-input option {
  background: #2b3d53;
  color:#fff;
}

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text form .hs-form-field .input select.hs-input option {
  background: #2b3d53;
  color:#fff;
}

.hs-alert-form form fieldset.form-columns-1 .hs-form-field {
  padding: 0 0 0!important;
}
.hs-alert-form form fieldset .hs-form-field .input textarea.hs-input {
  height: 100px;
}
.hs-alert-form form .hs_submit.hs-submit,
.hs-alert-form form .hs_submit.hs-submit .actions {
  text-align: right;
}
.hs-alert-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  margin-top: 34px;
  width: 230px;
  display: inline-block;
  background: #2a415b;
  border-radius: 45px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 20px;
  border: none;
  line-height: 1;
  text-align: center;
  padding: 0 0;
}
.cst-saa-grp h2.title:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-saa-grp h2.title {
  line-height: 1.1;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #35608d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.cst-saa-grp .cst-info-bottom {
  padding-left: 20px;
  border-left: 1px solid #262626;
}

.cst-saa-grp .cst-info-bottom p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}
.cst-saa-grp .cst-info-bottom p.lost-certificates {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}

.hs-alert-form form ul.hs-error-msgs {
  list-style: none!important;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 0;
}
.hs-alert-form form ul.hs-error-msgs li > label {
  font-size: 14px;
  line-height: 14px;
  color: #de3439;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.hs-alert-form form ul.hs-error-msgs li {
  line-height: 14px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0px;
}
.partnersceragon-partners-page .hs-r1-partner-grp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.partnersceragon-partners-page .hs-breadcrumb-menu-wrapper {
  padding-bottom: 0!important;
}

.partnersceragon-partners-page .hs-profesional-main-content {
  padding-bottom: 0!important;
}

.cst-partner-grp .cst-inner.clearfix .cst-partner-item {
  border-right: 1px solid #d2d6db;
  height: 85px;
  position: relative;
  margin-bottom: 120px;
  max-width: 25%;
  width: 100%;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-partner-grp .cst-inner.clearfix .cst-partner-item img {
  vertical-align: middle;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cst-partner-grp .cst-inner.clearfix .cst-partner-item:nth-child(4n) {
  border-right: 0;
}


.hs-contact-ir.hs-investors .hs-investors .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a {
  font-weight: 400;
  padding-left: 15px;
  border-left: 3px solid #35608d;
}

.hs-investors.hs-investors .custom-sidebar-menu .hs-menu-wrapper>ul {
  margin-bottom: 10px !important;
  padding-left: 0;
}

.hs-contact-ir.hs-investors .hs-investors .page-center.content-wrapper .hs-corporate-left {
  max-width: 25%;
}

.hs-contact-ir.hs-investors .hs-investors .page-center.content-wrapper .hs-corporate-right {
  max-width: 75%;
}

.hs-contact-ir.hs-investors .hs-investors-rght-col1-flexi .hs_cos_wrapper_type_rich_text p {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #3e4c58;
  opacity: 1;
  margin-bottom: 30px;
  line-height: 1.42857143;
}
.hs-contact-ir.hs-investors .hs-investors-rght-col1-flexi .hs_cos_wrapper_type_rich_text span.pdf-btn {
  display: block;
}
.hs-contact-ir.hs-investors .hs-investors-rght-col1-flexi .hs_cos_wrapper_type_rich_text span.pdf-btn a:hover {
  background: #2a415b;
  text-decoration: none;
}
.hs-contact-ir.hs-investors .hs-investors-rght-col1-flexi .hs_cos_wrapper_type_rich_text span.pdf-btn a {
  display: inline-block;
  border-radius: 30px;
  background: #35608d;
  color: #FFFFFF;
  font-size: 16px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 0px 15px 25px 0;
  padding: 10px 20px;
  text-decoration: none!important;
}

.hs-investors-rght-col2-flexi > span {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.hs-investors-rght-col2-flexi > span > div:last-child {
  margin-left: 8px;
  margin-right: -8px;
  max-width: 41.66666667%;
  width: 100%;
}
.hs-investors-rght-col2-flexi > span > div:first-child {
  max-width: 58.33333333%;
  width: 100%;
  margin-right: 8px;
  margin-left: -8px;
}
.hs-investors-rght-col2-flexi > span > div {
  background: #edf1f2;
  padding: 30px;
}
.cst-recent-development-grp {
  height: 400px;
}

.cst-recent-development-grp h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-recent-development-grp h2 {
  margin: 0 0 25px 0;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #35608d;
  text-transform: uppercase;
}

.cst-recent-development-grp p {
  margin-bottom: 10px;
}

.cst-recent-development-grp p a {
  background-size: 25px;
  display: inline-block;
  padding-left: 40px;
  line-height: 30px;
  color: #666666;
  background-repeat: no-repeat;
  background-position: center left;
}
.cst-recent-development-grp p.pdf a {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-pdf.png);
}
.cst-recent-development-grp p.video a {
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-video.png);
}

.hs-investors-rght-col2-flexi > span > div:last-child p.ifme-bx {
  margin: 0;
  height: 400px;
  text-align: center;
}

.hs-investors-rght-col2-flexi > span > div:last-child p.ifme-bx iframe {
  max-width: 100%;
  height: 400px;
  width: 300px;
}


.hs-investors-rght-col3-flexi > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-investors-rght-col3-flexi > span > div:first-child {
  margin-right: 8px;
  margin-left: -8px;
  max-width: 41.66666667%;
  width: 100%;
}
.hs-investors-rght-col3-flexi > span > div {
  padding: 30px;
  background: #edf1f2;
}

.hs-investors-rght-col3-flexi > span > div:last-child {
  max-width: 58.33333333%;
  width: 100%;
  margin-left: 8px;
  margin-right: -8px;
}
.cst-financial-info-grp h2:after,
.cst-analyst-coverage-grp .inner-bx h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-financial-info-grp h2,
.cst-analyst-coverage-grp .inner-bx h2 {
  margin: 0 0 25px 0;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #35608d;
  text-transform: uppercase;
}

.cst-analyst-coverage-grp .inner-bx .row-col.clearfix {
  margin-right: -15px;
  margin-left: -15px;
}

.cst-financial-info-grp p {
  margin-bottom: 10px;
}
.cst-financial-info-grp p a {
  background-size: 25px;
  display: inline-block;
  padding-left: 40px;
  line-height: 30px;
  color: #666666;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-pdf.png);
}
.cst-analyst-coverage-grp .inner-bx {
  margin-right: -15px;
  margin-left: -15px;
}
.cst-analyst-coverage-grp .inner-bx .row-col.clearfix > div {
  max-width: 50%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.cst-analyst-coverage-grp .inner-bx .row-col.clearfix > div p {
  margin-bottom: 0;
}
.cst-analyst-coverage-grp .inner-bx .row-col.clearfix > div .box-sub-title {
  color: #cb262b;
  margin-bottom: 5px;
  font-weight: 600;
}

.cst-analyst-coverage-grp .inner-bx .btm-content {
  margin-right: -15px;
  margin-left: -15px;
}

.cst-analyst-coverage-grp .inner-bx .btm-content .in-col-grp {
  color: #666;
  font-weight: 300;
  line-height: 18px;
  font-size: 14px;
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-financial-rprt-r1-grp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hs-financial-rprt-r1-grp .custom-sidebar-menu .hs-menu-wrapper>ul>li.active-branch>a {
  padding-left: 0;
  border: 0;
  font-weight: 100;
}

.cst-financial-rprt-grp h1:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.cst-financial-rprt-grp h1 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #35608d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1.1;
}

.cst-financial-rprt-grp .cst-abber-grp ul.tabs li.active {
  background: #35608d;
  color: #fff;
}
.cst-financial-rprt-grp .cst-abber-grp ul.tabs li {
  display: inline-block;
  padding: 7px 30px;
  margin-right: 1px;
  background: #ccc;
  color: #333;
  list-style: none;
  cursor: pointer;
}
.cst-financial-rprt-grp .cst-abber-grp ul.tabs {
  padding: 0;
  margin: 0;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content.active {
  display: block;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content {
  display: none;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content {
  min-height: 300px;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp {
  background-color: transparent;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-head {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-head .inner {
  display: table-row;
  background: #256191;
  height: 40px;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-head .inner >span {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0;
  font-weight: 500;
  display: table-cell;
  width: 60px;
}
.hs-financial-rprt-r1-grp .page-center.content-wrapper > div {
  margin-right: -15px;
  margin-left: -15px;
}

.hs-financial-rprt-r1-grp .page-center.content-wrapper > div .hs-corporate-right {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 66.66666667%;
  width: 100%;
}
.hs-financial-rprt-r1-grp .page-center.content-wrapper > div .hs-corporate-left {
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-financial-rprt-r1-grp .page-center.content-wrapper > div .hs-corporate-right > div {
  margin-right: -15px;
  margin-left: -15px;
}
.hs-financial-rprt-r1-grp .page-center.content-wrapper > div .hs-corporate-right > div > div {
  /*max-width: 66.66666667%;*/
  max-width: 66.83%;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.hs-financial-rprt-r1-grp .cst-financial-rprt-grp .cst-abber-grp ul.tabs {display: flex;justify-content: space-between;}
.hs-financial-rprt-r1-grp .cst-financial-rprt-grp .cst-abber-grp ul.tabs li {margin-right: 0;padding: 7px; width:100%; text-align: center;}
.hs-financial-rprt-r1-grp .cst-financial-rprt-grp .cst-abber-grp ul.tabs li:not(:last-child) {margin-right: 5px;}


.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp {
  display: table-row-group;
  vertical-align: middle;
  width: 100%;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp .cst-table-row {
  height: 40px;
  border-bottom: 1px solid #ccc;
  display: table-row;
  width: 100%;
}

.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp .cst-table-row > div {
  color: #256191;
  text-align: center;
  padding: 15px 0px 20px 0;
  display: table-cell;
  vertical-align: inherit;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp .cst-table-row > div img {
  width: 22px;
  vertical-align: middle;
}

.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp .cst-table-row>div.report-name {
  padding-left: 10px;
  text-align: left;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-table-rw.full {
  border-top: 2px solid #006295;
  margin-top: -2px;
  border-bottom: 0;
  height: 60px;
  display: table;
  width: 100%;
  line-height: 1.42857143;
}


.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-table-rw.full .btm-form {
  display: table-cell;
  vertical-align: middle;
  color: #256191;
  text-align: left;
  font-weight: 600;
  padding: 15px 0px 20px 0;
  line-height: 1.42857143;
}

.hs-financial-rprt-rght-col1-flexi .hs_cos_wrapper_type_rich_text div > span {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  line-height: 26px;
  letter-spacing: 0px;
}
.hs-financial-rprt-rght-col1-flexi .hs_cos_wrapper_type_rich_text div {
  color: #3e4c58;
  font-weight: 300;
  font-style: italic;
  line-height: 1.42857143;
}

.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-table-rw.full .btm-form a img {
  width: 22px;
  vertical-align: middle;
}
.cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-table-rw.full .btm-form a {
  margin-left: 20px;
  display: inline-block;
}


.hs-financial-rprt-rght-col1-flexi .hs_cos_wrapper_type_rich_text p {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px;
}
.hs-financial-rprt-rght-col1-flexi > span>div:last-child {
  margin-top: 80px;
}

.hs-financial-rprt-rght-col1-flexi > span>div:last-child .hs_cos_wrapper_type_rich_text h2:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #35608d;
  margin-top: 15px;
}
.hs-financial-rprt-rght-col1-flexi > span>div:last-child .hs_cos_wrapper_type_rich_text h2 {
  color: #35608d;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.hs-financial-rprt-rght-col1-flexi > span>div:last-child .hs_cos_wrapper_type_rich_text p a img {
  width: 22px;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.hs-financial-rprt-rght-col1-flexi > span>div:last-child .hs_cos_wrapper_type_rich_text p a {
  color: #333;
}
.hs-financial-rprt-rght-col1-flexi > span>div:last-child .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 10px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}

.hs-alert-form form .hs_error_rollup ul.hs-error-msgs li label {
  color: #6a7989;
  font-size: 17px;
  font-family: "museo-sans-rounded", sans-serif;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 10px;
  font-style: normal;
}
.hs-body-pop-form input.hs-button.primary:hover {
  background: #9f2529;
  color: #ffffff;
}
.blog-search input.hs-search-field__input::-webkit-input-placeholder {
  color: #3e4c58;
}
.blog-search input.hs-search-field__input:-moz-placeholder {
  /* Firefox 18- */
  color: #3e4c58;
}
.blog-search input.hs-search-field__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e4c58;
}
.blog-search input.hs-search-field__input:-ms-input-placeholder {
  color: #3e4c58;
}
.press-releases .blog-listing-wrapper .post-listing .post-item .newsPdf:hover {
  color: #cb262b;
}
.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input[name="upload_cv"] {
  padding: 0;
}
.hs-body-pop-form.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input[name="upload_cv"] + label {
  position: static !important;
}

a.external.newsMore + .default {
  display: none;
}
.landing-page.two-column.hs-form-layout form.hs-form.stacked {
  max-width: 100%;
}
.hs-mig-form-page input[type="text"], 
.hs-mig-form-page input[type="password"], 
.hs-mig-form-page input[type="datetime"], 
.hs-mig-form-page input[type="datetime-local"], 
.hs-mig-form-page input[type="date"], 
.hs-mig-form-page input[type="month"], 
.hs-mig-form-page input[type="time"], 
.hs-mig-form-page input[type="week"], 
.hs-mig-form-page input[type="number"], 
.hs-mig-form-page input[type="email"], 
.hs-mig-form-page input[type="url"], 
.hs-mig-form-page input[type="search"], 
.hs-mig-form-page input[type="tel"], 
.hs-mig-form-page input[type="color"], 
.hs-mig-form-page input[type="file"], 
.hs-mig-form-page textarea, 
.hs-mig-form-page select {
  border: solid 1px #999;
  margin-bottom: 15px;
  color:#333;
}
div#careers {
  border-top: transparent 146px solid;
  margin-top: -146px;
}
/*********************************************************************************/

@media (max-height: 480px) {
  .modal {
    overflow-y: scroll;
  }
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.modal.floating-btn .hs-error-msgs label {
  color: #de3439;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  text-align: left;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input:focus {
  outline: 0;
}
.hs-form-layout .body-container-wrapper .page-center .main-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hs-form-layout input[type="text"], 
.hs-form-layout input[type="password"], 
.hs-form-layout input[type="datetime"], 
.hs-form-layout input[type="datetime-local"], 
.hs-form-layout input[type="date"], 
.hs-form-layout input[type="month"], 
.hs-form-layout input[type="time"], 
.hs-form-layout input[type="week"], 
.hs-form-layout input[type="number"], 
.hs-form-layout input[type="email"], 
.hs-form-layout input[type="url"], 
.hs-form-layout input[type="search"], 
.hs-form-layout input[type="tel"], 
.hs-form-layout input[type="color"], 
.hs-form-layout input[type="file"], 
.hs-form-layout textarea, 
.hs-form-layout select {
  border: solid 1px #999;
  margin-bottom: 15px;
}
.hs-form-layout .hs-button.primary, 
.hs-form-layout input[type="submit"], 
.hs-form-layout input[type="button"] {
  width: auto;
  min-width: 280px;
  padding: 0 20px;	
}
.hs-form-layout form {
  max-width: 50%;
}  
.details li {
  word-break: break-all;
}
/*add for issue seen herecareers/lab-technician-59-915*/
#open-position .details li {word-break: inherit;}
.blog-pagination {
  text-align: center;
}
.blog h2.post-listing-simple a {
  color: inherit;
  text-decoration: none!important;
}

.cst-about-group .about-box.about-box-1:hover {
  height: 546px;
  z-index: 1;
}

.cst-about-group .about-box.about-box-2:hover {
  z-index: 1;
  width: calc(50% - 5px);
}

.cst-about-group .about-box.about-box-3:hover {
  width: calc(50% - 5px);
  left: 0;
  height: 468px;
  top: 237px;
}
.cst-about-group .about-box.about-box-6:hover {
  height: 545px;
}
.cst-about-group .about-box:hover {
  z-index: 1;
}



/*** New Style **/ 


.filter .filter-col .btn.dropdown-toggle {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #333;
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  background-color: rgba(126, 136, 147, 0.20);
  border: none;
  border-radius: 0;
  outline: none;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  position: relative;
}

.filter .filter-col .btn.dropdown-toggle span.filter-option {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3e4c58;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  vertical-align: middle;

}
.filter .filter-col .btn.dropdown-toggle span.bs-caret {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3e4c58;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  vertical-align: middle;
}
.filter .filter-col .btn.dropdown-toggle span.bs-caret span.caret {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  background-image: url(//1783713.fs1.hubspotusercontent-na1.net/hubfs/1783713/Ceragon_April2019_Theme/Images/icon-dropdown.png);
  border: none;
  width: 10px;
  height: 6px;
}
.filter-col-inner {
  position: relative;
}
.filter-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  text-align: left;
  list-style: none;
  background-color: #fff;
  padding: 5px 0;
  margin: 2px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  border-top: 2px solid #cb262b;
  border-top-color: #3a6592;
  margin-top: 0;
  width: 100%;
  display: none;
  max-height: 60vh;
  overflow: auto;
}
.hs-data-location-wrap {
  display:none;
}
.filter-menu ul {
  padding: 0;
  list-style: none;
  width: 100%;
}
.filter-menu ul li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  position: relative;
}
.filter-menu ul li a {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  display: block;
  padding: 3px 20px;
  clear: both;
  text-decoration: none;
}
.filter-col-inner.dropup-open .filter-menu {
  display: block;
}
.filter-menu ul li a:hover {
  color: #3a6592;
}

.hs-careers-layout .filter-menu ul li {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  display: block;
  padding: 3px 20px;
  clear: both;
  text-decoration: none;
  cursor: pointer;
}
.hs-careers-layout .filter-menu ul li:hover {
  color: #3a6592;
}


/* Styles that do not fit into any of the available sections above can go here. */

.list-location {
  background: #edf1f2;
}
.list-location .wrapper-all-result {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.list-location .wrapper-all-result>div {
  padding-left: 0;
  padding-right: 30px;
}
.hs-contact-us-layout h4 {
  color: #cb262b;
  font-size: 18px;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
#btn-show {
  display: block;
  background: #edf1f2;
  padding-bottom: 60px;
}
#btn-show .page-center {
  padding-top: 55px;
  border-top: 1px solid #d2d6db; 
}
#btn-show #show-location {
  font-size: 20px;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #3e4c58;
  text-align: center;
  cursor: pointer;
}
#btn-show #show-location:after {
  height: 17px;
  width: 37px;
  display: inline-block;
  content: " ";
  background: url(//www.ceragon.com/wp-content/themes/ceragon/img/accordion-dropdown.png) no-repeat center;
  vertical-align: middle;
  margin-left: 15px;
}
#btn-show #show-location:hover {
  color: #ce363b;
}
#btn-show #show-location:hover:after {
  background: url(//www.ceragon.com/wp-content/themes/ceragon/img/accordion-dropdown-hover.png) no-repeat center;
}
#btn-show #show-location.map-open:after {
  background: url(//www.ceragon.com/wp-content/themes/ceragon/img/accordion-dropdown-180d.png) no-repeat center;
}
@media(min-width: 768px) {
  .list-location {
    padding: 0 17px 40px 17px;
  }
  .filter.has-three-filter .filter-col {width: 33.33%;}
}
@media(max-width: 768px) {
  .filter .filter-col {
    width: 100%;
  }
}


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/* =============== Screen sizes smaller than .page-center =============== */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1,
.col-md-10, .col-md-11, 
.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
.col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, 
.col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, 
.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.resources-container .row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.content.resources-container {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-9 {
    width: 75%;
  }
  .service-blocks-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .tabber-content .cst-acordion {
    display: none;
  }
  span.mb {
    display: none;
  }
}

@media (min-width: 992px) {
  .hs-home-banner .page-center {
    padding-bottom: 260px !important;
  }
  .hs-value-boxes-bg .col-md-6 {
    width: 50%;
  }
  .hs-value-boxes-bg .col-md-6 {
    width: 50%;
    float: left;
  }
  .right.value-boxes .value-block {
    float: right;
  }
  .hs-two-col-top-icon-bg .col-md-4 {
    float: left;
  }
  .hs-two-col-top-icon-bg .col-md-4:first-of-type {
    margin-left: 16.66666667%;
  }
  .letsgrowyourbusinesstogether.hs-body-pop-form .hs-form-field {
    width: 50%;
    float: left;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .letsgrowyourbusinesstogether.hs-body-pop-form form {
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
    max-width: none;
  }
  .letsgrowyourbusinesstogether ul.inputs-list.multi-container li {
    width: 20% !important;
    float: left;
  }

  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1560px) {
  img#icon-title-birds {
    right: 30px;
    top: -20px;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  .market {
    margin: 0 3%;
  }
}

@media (max-width: 1690px) {
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg {
    width: 60%;
  }
}

@media (max-width: 1410px) {
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg {
    width: 80%;
    margin-top: 25px;
  }
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 {
    height: 390px;
    margin-bottom: 4px;
  }
  .hs-leadership .hs-breadcrumb-wrapper ul {
    padding: 15px 0;
  }
}

/*@media (max-width: 1340px) { 
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul {
    left: auto !important;
    right: 0 !important;
  }
}*/
@media (max-width: 1330px) {
  .professional-services-page .hs-full-main-content ul {
    padding-left: 40px;
  }
}
@media (max-width: 1300px) {
  .hs-logo img {
    max-width: 145px;
    padding-top: 5px;
  }
  .hs-logo {
    padding: 5px 0 51px 20px;
  }
  .scroll-header .hs-logo {
    padding: 5px 0 36px 20px;
  }
  .media-coverage-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .press-releases2 .custom-blog-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1280px) { 
  .custom-home-contact-form form {
    padding: 0 15px;
  }
  .custom-home-contact-form form .hs-richtext {
    padding: 0 15px;
  }
  .hs-corporate-layout .body-container-wrapper {
    padding: 0 15px;
  }
  .hs-corporate-layout .body-container-wrapper .hs-banner-area {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hs-corporate-layout .hs-breadcrumb-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .hs-distributor-grp ul {
    margin: 0 !important;
  }
  /*.custom-top-footer, .bottom-footer {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  body.hs-product .hs-breadcrumb-grp {
    padding: 0 35px;
  }
  .hs-prodct-r1-grp {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hs-prodct-r1-grp .page-center {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .hs-leadership-r1-grp .page-center>div {
    margin: 0;
  }
  .hs-contact-ir .page-center.content-wrapper>div {
    margin-right: 0;
    margin-left: 0;
  }
  .hs-contact-ir .hs-breadcrumb-grp {
    padding: 0 15px;
  }

  .hs-contact-ir .hs-breadcrumb-wrapper ul {
    padding-left: 15px;
  }
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div {
    margin-right: 0;
    margin-left: 0;
  }
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div .hs-corporate-right>div>div {
    max-width: 88%;
  }
}

@media (max-width: 1270px) {
  .cst-product-grp .inner-col.clearfix .cst-product-items {
    width: 33.3%;
  }
  .resource-item h3.resource-title {
    height: auto;
    min-height: 100px;
  }
  .resource-item .inner {
    height: auto;
    min-height: 340px;
  }
}
/*@media (min-width: 1096px) and (max-width: 1150px) { 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}*/
@media (max-width: 1229px) {
  .hs-products-network-bg .diagram>img {
    width: 995px;
    max-width: 1200px;
  }
  .hs-products-network-bg {
    overflow-x: hidden;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(1), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
    top: 43px;
    left: 398px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
  .hs-products-network-bg .diagram-popup:nth-child(4) {
    top: 61px;
    left: 554px;
  }
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
    top: 75px;
    left: 564px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    top: 132px;
    left: 432px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
    top: 192px;
    left: 155px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
    top: 252px;
    left: 294px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
    top: 283px;
    left: 596px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
    top: 120px;
    left: 775px;
  }
  .hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
  .hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
    top: 142px;
    left: 926px;
  }
  #solution-wireless_isp.hs-products-network-bg .points-holder .point:nth-child(1), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
    top: 18px;
    left: 400px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
    top: 34px;
    left: 559px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    top: 104px;
    left: 438px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
    top: 211px;
    left: 152px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
    top: 281px;
    left: 295px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
    top: 207px;
    left: 481px;
  }
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
  #solution-wireless_isp.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
    top: 114px;
    left: 926px;
  }
  .solution.solution-wireless_isp .diagram .points-holder .point:nth-child(15), 
  .solution.solution-wireless_isp .diagram .points-holder .diagram-popup:nth-child(16) {
    top: 138px;
    left: 1120px;
  }  
  #solution-utilities.hs-products-network-bg .points-holder .point:nth-child(1), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
    top: 16px;
    left: 428px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
    top: 58px;
    left: 581px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    top: 129px;
    left: 465px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
    top: 165px;
    left: 127px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
    top: 238px;
    left: 335px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
    top: 269px;
    left: 615px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
    top: 110px;
    left: 788px;
  }
  #solution-utilities.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
  #solution-utilities.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
    top: 135px;
    left: 929px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(1), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
    top: 43px;
    left: 396px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
    top: 62px;
    left: 553px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    top: 132px;
    left: 430px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
    top: 242px;
    left: 163px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
    top: 253px;
    left: 296px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(11), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(12) {
    top: 238px;
    left: 474px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(13), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(14) {
    top: 196px;
    left: 601px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(15), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(16) {
    top: 110px;
    left: 774px;
  }
  #solution-mobile.hs-products-network-bg .diagram .points-holder .point:nth-child(17), 
  #solution-mobile.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(18) {
    top: 142px;
    left: 926px;
  }
  #solution-oil_gas.hs-products-network-bg .points-holder .point:nth-child(1), 
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(2) {
    top: 30px;
    left: 445px;
  }
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(3), 
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(4) {
    top: 142px;
    left: 160px;
  }
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(5), 
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    top: 154px;
    left: 579px;
  }
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(6) {
    margin-left: -376px;
  }
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(7), 
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(8) {
    top: 152px;
    left: 648px;
  }
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .point:nth-child(9), 
  #solution-oil_gas.hs-products-network-bg .diagram .points-holder .diagram-popup:nth-child(10) {
    top: 264px;
    left: 893px;
  }
  #solution-wireless_isp h2.diagram-title,
  #solution-utilities h2.diagram-title,
  #solution-mobile h2.diagram-title,
  #solution-oil_gas h2.diagram-title {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) { 


  .service-block:hover .inner p.text {
    display: block;
    line-height:22px;
  }
  .text-content {
    margin-left: auto;
  }
  #map {
    height: 750px;
  }
  .cst-about-group .about-box {
    position: static;
    margin-bottom: 10px;
  }
  .cst-about-group .about-box.about-box-1 {
    width: 100%;
  }
  .cst-about-group .about-box.about-box-2 {
    width: calc(50% - 5px);
    float: left;
  }
  .cst-about-group .about-box.about-box-3 {
    width: calc(50% - 5px);
    float: right;
  }
  .cst-about-group .about-box.about-box-4 {
    width: calc(50% - 5px);
    float: right;
  }
  .cst-about-group .about-box.about-box-5,
  .cst-about-group .about-box.about-box-6 {
    width: 100%;
  }
  .cst-about-group .about-box:hover {
    margin-bottom: 5px;
  }
  .cst-partner-grp .cst-inner.clearfix .cst-partner-item {
    max-width: 33.33333333%;
  }
  .cst-partner-grp .cst-inner.clearfix .cst-partner-item:nth-child(3n) {
    border-right: none;
  }
  .cst-partner-grp .cst-inner.clearfix .cst-partner-item:nth-child(4n) {
    border-right: 1px solid #d2d6db;
  }
  .hs-investors-rght-col2-flexi>span>div:first-child,
  .hs-investors-rght-col3-flexi>span>div:first-child {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-investors-rght-col2-flexi>span>div:last-child,
  .hs-investors-rght-col3-flexi>span>div:last-child {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 1200px) and (min-width:768px) {
  .cst-about-group .about-box.about-box-1:hover ~ .about-box-3 {
    display: none;
  }
  .cst-about-group .about-box.about-box-1:hover ~ .about-box-2 {
    height: 150px;
  }
  .cst-about-group .about-box.about-box-2:hover ~ .about-box-3, 
  .cst-about-group .about-box.about-box-2:hover ~ .about-box-4 {
    display: none;
  }
  .cst-about-group .about-box.about-box-2:hover, 
  .cst-about-group .about-box.about-box-3:hover , 
  .cst-about-group .about-box.about-box-4:hover {
    width: 100%;
  }
  .about-box.about-box-2.about-box-3-hover, .about-box.about-box-4.about-box-3-hover {
    display: none;
  }
  .about-box.about-box-2.about-box-4-hover, .about-box.about-box-3.about-box-4-hover{
    display: none;
  }
  .cst-about-group .about-box:hover {
    margin-bottom: 10px;
    height: 468px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  img#icon-title-birds {
    display: none;
  }
  .custom-home-contact-form ul.no-list.hs-error-msgs.inputs-list label {
    line-height: 1;
    font-size: 14px;
  }

}
@media (max-width: 1025px) and (min-width: 767px) {
  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg {
    margin-top: 20px;
  }
}
@media (max-width: 1095px) {
  /*.hs-careers-layout .hs-values-banner-bg {
    padding-top: 177px;
  }*/
  div#careers {
    border-top: transparent 84px solid;
    margin-top: -84px;
  }
  .hs-home-banner,
  .hs-values-banner-bg {
    padding-top: 90px;
  }
  .hidden-small {
    display: none !important;
  }
  .hs-header-wrapper .region-menu-wrapper {
    display: none !important;
  }
  .hs-logo img {
    max-width: 243px;
    padding-top: 0;
  }
  .scroll-header .hs-logo {
    padding: 0 0 36px 20px;
  }
  .hs-header-wrapper .page-center {
    padding-top: 0;
  }
  .hs-logo {
    padding: 0 0 27px 20px;
  }
  #block-search img.clear {
    display: none;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {

  .hs-home-layout .market {
    opacity: 0.9;
  }
  .hs-home-layout .market:hover {
    opacity: 1;
  }
  .press-releases2 .custom-blog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .press-releases2 .custom-blog-top-section {
    padding-left: 0;
    padding-right: 0;
  }
  .media-coverage-wrapper .page-center .blog-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-search input.hs-search-field__input, .blog-select select {
    max-width: 100%;
  }
  .press-releases .blog-listing-wrapper .post-listing .post-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-blog-top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-services-page .body-container .main-content .hs_cos_wrapper_type_rich_text {
    padding-top: 20px;
  }
  .resource-item {
    width: 50%;
  }
  .email-subscription .hs-form .hs_email, .email-subscription .hs-form .hs-submit {
    width: 100%;
  }
  .email-subscription .hs-form .hs_email {
    margin-bottom: 18px;
  }
  #map {
    min-height: 515px;
    height: auto;
    overflow: hidden;
  }
  .investor-relations-row1-right-col1 {
    max-width: 58.33333333%;
    padding-right: 50px;
  }
  .investor-relations-row1-right-col2 {
    max-width: 41.66666667%;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
  }
  .investor-relations-row1-right-col1 .cst-contact-person .inner.clearfix .cst-contact-info p.name {
    margin-bottom: 20px;
  }
  .investor-relations-row1-right-col2 iframe {
    height: 400px;
    max-width: 300px;
  }
  .investor-relations-row3-col1, .investor-relations-row3-col2 {
    margin: 0 !important;
    max-width: 41.66666667% !important;
    width: 100% !important;
  }
  .investor-relations-row3-col-space {
    display: none !important;
  }
  .investor-relations-row4-left-col, .investor-relations-row4-right-col {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 15px;
  }
  .press-releases.media-coverage-page .blog-listing-wrapper .post-listing .post-item {
    padding-left: 0;
    padding-right: 0;
  }
  .media-coverage-wrapper .custom-blog-top-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs-platform-content-grp {
    padding-top: 20px;
  }
  .hs-webcasts .hs-banner-area {
    min-height: 250px;
    height: 250px;
  }
  .cst-webcasts-evnt-grp .web-cst-inner .cst-single-event p.event-date {
    font-size: 16px;
  }
  .cst-webcasts-evnt-grp .web-cst-inner ul.event-list li a {
    font-size: 16px;
    display: inline-block;
  }
  .cst-webcasts-evnt-grp .web-cst-inner ul.event-list {
    padding: 0;
    margin-bottom: 30px;
  }
  .hs-webcasts .hs-corporate-main {
    padding-bottom: 0;
  }
  .hs-ntwrk-roll-r1-grp {
    padding-top: 20px;
  }
  .cst-image-gallery-grp .hs_cos_gallery_main .slick-next {
    right: -56px;
  }
  .cst-image-gallery-grp .hs_cos_gallery_main .slick-prev {
    left: -56px;
  }
  .hs-ntwrk-roll-r1-grp {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cst-image-gallery-grp .hs_cos_gallery_main .slick-prev, .cst-image-gallery-grp .hs_cos_gallery_main .slick-next {
    display: none!important;
  }
  .hs-ntwrk-roll-r3-grp {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .cst-image-gallery-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper:before {
    height: auto;
    font-size: 18px;
    padding: 12px 27px 10px 15px;
  }
  .cst-image-gallery-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    width: auto;
  }
  .custom-tabber-grp .tabber-tab ul li a {
    font-size: 16px;
  }

  .hs-events .hs-banner-area {
    min-height: 250px;
    height: 250px;
  }
  .hs-events-roll-r1-grp {
    padding-top: 20px;
  }

  .cst-evnt-grp .event-item:nth-child(odd) {
    border-right: none;
  }

  .cst-evnt-grp .event-item {
    margin-bottom: 0px;
    width: 100%;
  }
  .hs-abt-r1-grp {
    padding-top: 20px;
  }
  .hs-leadership .hs-banner-area {
    min-height: 250px;
    height: 250px;
  }
  .hs-leadership-r1-grp {
    padding-top: 20px;
  }
  .hs-leadership-r1-grp .page-center>div {
    margin: 0 -15px;
  }

  .cst-leadership-team-grp {
    overflow: hidden;
  }
  .cst-leadership-team-grp .cst-inner-grp {
    margin-right: -15px;
    margin-left: -15px;
  }
  .cst-leadership-team-grp .cst-inner-grp .team-member-items {
    width: 50%;
  }
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .image-grp {
    width: 100%;
  }
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp {
    width: 100%;
    padding: 0 0 0 25px;
  }

  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg {
    margin-top: 25px;
    width: 70%;
  }
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .image-grp .img-container {
    margin-bottom: 25px;
  }
  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 {
    height: 250px;
  }
  .hs-contact-ir .hs-breadcrumb-grp {
    padding: 0 0;
  }
  .hs-contact-ir .page-center.content-wrapper>div {
    margin-right: -15px;
    margin-left: -15px;
  }
  .hs-contact-ir .page-center.content-wrapper .hs-corporate-left {
    max-width: 100%;
  }

  .hs-contact-ir .page-center.content-wrapper .hs-corporate-right {
    max-width: 100%;
  }

  .partnersceragon-partners-page.hs-prof-services-layout .hs-banner-area {
    min-height: 305px;
    height: 305px;
  }
  .partnersceragon-partners-page .hs-r1-partner-grp {
    padding-top: 20px;
  }

  .cst-partner-grp .cst-inner.clearfix .cst-partner-item {
    max-width: 50%;
  }

  .cst-partner-grp .cst-inner.clearfix .cst-partner-item:nth-child(2n) {
    border-right: 0;
  }
  .cst-partner-grp .cst-inner.clearfix .cst-partner-item:nth-child(3n) {
    border-right: 1px solid #d2d6db;
  }

  .hs-contact-ir.hs-investors .page-center.content-wrapper>div {
    margin-right: 0;
    margin-left: 0;
  }

  .hs-contact-ir.hs-investors .hs-breadcrumb-wrapper ul {
    margin-bottom: 25px;
  }

  .hs-contact-ir.hs-investors .hs-investors .page-center.content-wrapper .hs-corporate-left {
    max-width: 100%;
  }
  .hs-investors.hs-investors .custom-sidebar-menu .hs-menu-wrapper>ul {
    margin-bottom: 35px !important;
    padding-left: 0;
  }
  .hs-contact-ir.hs-investors .hs-investors .page-center.content-wrapper .hs-corporate-right {
    max-width: 100%;
  }

  .hs-investors-rght-col2-flexi>span>div,
  .hs-investors-rght-col3-flexi>span>div {
    background: transparent;
    padding: 15px 0;
  }

  .cst-recent-development-grp {
    height: unset;
    padding: 30px;
    background: #edf1f2;
  }
  .hs-investors-rght-col2-flexi>span>div:last-child, .hs-investors-rght-col3-flexi>span>div:last-child {
    max-width: 100%;
    margin-top: 0;
  }

  p.ifme-bx {
    background: #dddddd;
  }

  .cst-financial-info-grp,
  .cst-analyst-coverage-grp {
    background: #edf1f2;
    padding: 30px;
  }
  .hs-corporate-main.hs-investors {
    padding-bottom: 85px;
  }

  .hs-financial-rprt-r1-grp {
    padding: 20px 0 0 0;
  }
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div {
    margin-right: -15px;
    margin-left: -15px;
  }
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div .hs-corporate-left,
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div .hs-corporate-right,
  .hs-financial-rprt-r1-grp .page-center.content-wrapper>div .hs-corporate-right>div>div {
    max-width: 100%;
  }
  .cst-financial-rprt-grp .cst-abber-grp ul.tabs li {
    display: block;
    margin-bottom: 1px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hs-products-network-bg .diagram .point {
    display: none;
  }
  h2.diagram-title {
    margin-top: 30px;
  }
  .hs-products-network-bg .diagram>img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hs-markets-bg {
    padding-top: 20px;
  }
  .market .keep-reading {
    display: block;
    margin: 5px 0 20px;
    line-height: 1.42857143;
    opacity: 0.9;  
  }
  .hs-solution-layout .market .keep-reading { 
    line-height: 26px; 
  }
  .market:hover .keep-reading {
    opacity: 1;  
  }

  .market-image.not-hover-image {
    opacity:0.9;
  }
  .market:hover .market-image.not-hover-image {
    display: block;
    opacity:1;
  }
  .market:hover .market-image.hover-image {
    display: none;
  }
  .hs-contact-bg {
    padding-bottom: 40px;
  }
  .hs-contact-bg .form-title:after {
    margin-bottom: 35px;
  }
  .hs-achieving-bg .col-sm-12 {
    width: 100%;
    float: left;  
  }
  .achievement:first-of-type .inner {
    float: none;
  }
  .achievement:last-of-type .inner {
    float: none;
  }
  .hs-home-layout .market {
    margin: 0;
  }
  #solution-wireless_isp,
  #solution-utilities,
  #solution-mobile,
  #solution-oil_gas {
    padding-bottom: 25px;
  }
  .hs-prof-services-layout .hs-banner-area {
    min-height: 250px;
    height: 250px;
  }
  .hs-corporate-left {
    width: 100% !important;
  }
  .hs-corporate-right {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .custom-sidebar-menu .hs-menu-wrapper>ul {
    padding-left: 0;
    width: 100%;	
  }
  .custom-sidebar-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .hs-corporate-main {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .hs-corporate-layout .body-container-wrapper {
    padding: 0;
  }
  .hs-corporate-layout .body-container-wrapper .hs-banner-area {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-sidebar-menu .hs-menu-wrapper>ul {
    margin-bottom: 35px !important;
  }
  .hs-code-of-ethics ul li a {
    font-size: 16px;
  }
  .professional-services-page .hs-banner-area {
    min-height: 250px;
    height: 250px;
  }
  .professional-services-page .hs-full-main-content {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .productsenterprise-access-sub-6ghz-ptp-and-ptmp-solutions-page .hs-full-main-content {
    margin-top: 60px;
  }
  .hs-prof-services-layout.partnersceragon-distributors-page .hs-banner-area {
    min-height: 305px;
    height: 305px;
  }
  .partnersceragon-distributors-page .hs-profesional-main-content {
    margin-top: 0;
  }
}
@media (max-width: 925px) {
  .solution-icon-container {
    margin-bottom: 25px;
  }
  .hs-body-pop-form form {
    width: 100%;
    max-width: 100%;
  }
  div#search-filter {
    margin-bottom: 25px;
  }
  /*.bottom-footer .span6.widget-span.widget-type-custom_widget {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }
  .soc-links {
    text-align: center;
  }
  .bottom-footer .page-center > div > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .copyright {
    order: 2;
  }
  .bottom-footer {
    padding-bottom: 40px;
  }
  .soc-links {
    margin-bottom: 45px;
    margin-top: 5px;
  }
  .email-subscription .hs-form {
    display: block;
  }
  .email-subscription .hs-form .hs_email {
    margin-bottom: 18px;
  }
  .custom-top-footer {
    padding-bottom: 25px;
  }*/

  .cst-product-grp .family-content {
    margin-bottom: 25px;
  }
  .cst-product-grp .inner-col.clearfix .cst-product-items {
    width: 50%;
    margin-bottom: 45px;
  }

}
@media (max-width: 825px) {
  .market .market-text p {
    padding: 0 40px;
  }
  .custom-home-contact-form form {
    width: 100%;
  }
}
@media (max-width: 778px) {
  .hs-contact-bg {
    background-position: 100% 100%;
  }
  .custom-home-contact-form form {
    padding: 0 10px;
  }
  .custom-home-contact-form form .hs-richtext {
    padding: 0 10px;
    width: 100%;
  }

}
.form-group {
  float: left;
}
.hs_error_rollup .hs-error-msgs {
  list-style: none!important;
  padding-left: 0!important;
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-home-contact-form form .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }
  .blog .blog-post-wrapper .post-body p img {
    float: none!important;
    margin-right: 0!important;
  }
  .blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: block!important;
    float: none!important;
    margin-right: 0;
  }
  .resource-item h3.resource-title {
    height: auto;
    min-height: 88px;
  }

  .custom-home-contact-form .hs-form-field {
    width: 100% !important;
  }
  div#search-result .row-result:hover div:last-child i {
    BACKGROUND-POSITION: RIGHT CENTER;
  }
  .solutionspublic-safety-page .button_fixed_wrap-grp {
    background: #edf1f2;
  }
  .hs-form-layout form {
    max-width: 100%;
  }
  .hs-careers-layout .modal.floating-btn .wrapper-outer .wrapper {
    padding: 0;
  }
  .hs-careers-layout .hs-body-pop-form .form-holder {
    margin-left: 0;
    margin-right: 0;
  }
  #find-position h3 {
    margin-top: 35px;
  }
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .market {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
  }
  .hs-markets-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-home-banner {
    padding-top: 105px;
  }
  .hs-home-layout .hs-markets-bg h2:after {
    margin-bottom: 25px;
  }

  .custom-home-contact-form form {
    padding: 0 20px;
  }
  .custom-home-contact-form form .hs-richtext {
    padding: 0;
  }
  .hs-values-row1,
  .hs-value-boxes-bg,
  .hs-two-col-top-icon-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
  /*.hs-values-banner-bg .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }*/
  .value-boxes .value-block h3, .value-boxes .value-block h3 span {
    font-size: 24px;
    line-height: 28px;
  }
  .value-boxes .value-block, .value-boxes .value-block p, .value-boxes .value-block li {
    font-size: 16px;
    line-height: 18px;
  }
  .hs-full-main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-products-network-bg {
    display: none;
  }
  .hs_cos_wrapper_type_module:after {
    content: "";
    display: table;
  }
  .hs-profesional-main-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .custom-sidebar-menu .hs-menu-wrapper>ul {
    margin-bottom: 40px !important;
  }
  .hs-corporate-left {
    margin-top: 26px;
  }
  .hs-corporate-right {
    padding-bottom: 25px;
  }
  .professional-services-page .hs-full-main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-partners-layout .hs-profesional-main-content p, .hs-partners-layout .hs-profesional-main-content li {
    font-size: 14px;
  }
  .red-btn {
    font-size: 18px;
  }
  .partnersceragon-distributors-page .hs-profesional-main-content {
    margin-top: 20px;
  }
  .hs-distributor-grp ul li:not(:last-child) {
    border-right: none;
  }
  .hs-partners-layout .hs-profesional-main-content ul li {
    width: 100%;
  }
  .hs-distributor-grp .image-holder {
    margin-bottom: 115px;
  }
  .hs-distributor-grp {
    padding-bottom: 5px;
  }
  .hs-solution-layout .hs-markets-bg .page-center {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .hs-solution-layout .hs-full-main-content .hs-markets-bg h2,
  .hs-solution-layout .market {
    opacity: 0.9;
  }
  .hs-solution-layout .hs-full-main-content .hs-markets-bg h2:hover,
  .hs-solution-layout .market:hover {
    opacity: 1;
  }
  .hs-solution-layout .market-image.not-hover-image {
    opacity: 1;
  }
  .solutionspublic-safety-page .hs-full-main-content h2 {
    padding-top: 0 !important;
  }
  .hs-body-pop-form form p {
    font-size: 18px !important;
  }
  .error-main-content {
    padding-top: 145px;
  }
  .col-xs-12 {
    width: 100%;
  }
  .row-result {
    position: relative;
  }
  div#search-result .row-result h5 {
    padding-right: 105px;
  }
  div#search-result .row-result div:last-child * {
    display: inline-block;
    line-height: 1;
  }
  #search-result .row-result div:last-child i {
    background-size: contain;
    width: 11px;
    height: 12px;
    float: none;
    margin-top: 0;
    display: inline-block;
  }
  div#search-result .row-result div:last-child {
    right: 0;
    padding-top: 26px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    display: block;
    text-align: right;
  }
  div#search-result {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#find-position form > .form-group:last-child {
    padding-left: 0;
  }
  .hs-careers-full-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .custom-blog-wrapper {
    padding-top: 20px;
  }
  .press-releases .blog-listing-wrapper .post-listing .post-item .newsPdf {
    display: none;
  }
  i.linksSeparator {
    display: none;
  }
  .servicescustomer-support-page .contact-links-section {
    padding-bottom: 20px;
  }
  .servicescustomer-support-page input.red-btn.customer-btn {
    font-size: 18px;
    padding: 0px 20px;
  }
  .selectpicker {
    max-width: 100%;
  }
  .video-position-block .video {
    width: 70%;
  }
  .hs-testimonial-slider .slick-initialized .slick-slide {
    display: block;
    opacity: 0.3!important;
  }
  .hs-testimonial-slider .slick-slide.slick-current.slick-center {
    opacity: 1!important;
  }
  #map {
    height: 370px;
  }
  .email-subscription .hs-form .hs-input {
    color: white;
    font-size: 18px;
    border-bottom: 1px solid #9ab0c6;
    width: 100% !important;
    min-height: 27px;
    outline: 0;
    line-height: 1 !important;
    height: auto;
    padding-bottom: 1px;
    padding-top: 1px;
  }
 /* .a2a_floating_style {
    display: none !important;
  }*/
  #open-position h2.open-position-title {
    padding-bottom: 30px;
  }
  div#open-position {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .resource-item {
    height: auto;
    margin: 0 auto 45px;
    width: 80%;
    float: none;
  }
  .hs-service-body-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-service-body-group {
    padding-top: 20px;
  }
  .hs-mobile-logo img.hs-image-widget {
    margin-bottom: 9px;
    max-width: 145px;
    padding-top: 15px;
  }
  /*.hs-mobile-logo {
    padding-left: 15px;
  }
  .custom-menu-primary.show-small .hs-menu-wrapper > ul li a.value img {
    display: inline-block;
    width:auto;
  }
  .mobile-trigger {
    right: 0;
  }
  .hs-logo img {
    max-width: 145px;
    padding-top: 5px;
  }
  .hs-logo {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 39px;
  }
  .scroll-header .hs-logo {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 39px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    line-height: 50px;
    height: 50px;
  }*/
  .hs-breadcrumb-wrapper {
    display: none !important;
  }
  .hs-services-page .body-container .main-content .hs_cos_wrapper_type_rich_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottom-pane-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .investor-relations-row1.hs-corporate-left {
    margin-top: 0;
  }
  a#download-presentation {
    margin-bottom: 20px;
  }
  .investor-relations-row1-right-col1 .cst-contct-details-grp h1.title {
    line-height: 1.2;
  }
  .investor-relations-row1-right-col1 hr {
    margin-bottom: 0;
  }
  .investor-relations-row1-right-col1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .investor-relations-row1-right-col2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
  }
  .hs-investor-two-column > div {
    height: 170px;
    text-align: center;
  }
  .hs-investor-two-column > div .right-col, .hs-investor-two-column > div .left-col {
    padding: 18px 0 26px;
    float: none;
    text-align: center;
  }
  .investor-relations-row3-col1, .investor-relations-row3-col2, .investor-relations-row3-col-3 {
    margin-bottom: 25px;
  }
  .investor-relations-row4-left-col, .investor-relations-row4-right-col {
    margin-bottom: 25px;
  }
  .investor-relations-row4-right-col {
    padding-left: 15px;
  }
  .investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text > ul > li {
    width: 100%;
  }
  .investor-relations-row5 {
    padding: 40px 0 60px 0;
    margin-bottom: 25px;
  }
  .investor-relations-row1-right-col2 iframe {
    min-height: 400px;
    max-width: 300px;
  }
  .hs-prodct-r1-grp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hs-prodct-r1-grp .page-center {
    padding: 0 35px!important;
  }

  .cst-product-grp .inner-col.clearfix .cst-product-items {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 30px 0 0;
    min-height: 1px;
  }
  .cst-title-grp h1 {
    margin-bottom: 20px;
  }
  .cst-product-grp .inner-col.clearfix .cst-product-items .inner h3.title {
    font-size: 16px;
  }
  .cst-product-grp .inner-col.clearfix .cst-product-items .inner p.link-text {
    margin-bottom: 25px;
  }
  .cst-product-grp .inner-col.clearfix .cst-product-items .inner {
    padding-right: 0;
  }

  .cst-product-grp .inner-col.clearfix .cst-product-items.no-height {
    min-height: 1px;
    overflow: auto;
    margin-bottom: 65px;
  }

  .cst-top-content {
    width: 100%;
    padding: 0 0px;
  }

  .custom-tabber-grp .tabber-tab {
    display: none;
  }

  .custom-tabber-grp .tabber-content .tab-pane {
    padding-top: 0;
  }

  .custom-tabber-grp .cst-top-content {
    padding-bottom: 25px;
  }

  .custom-tabber-grp .tabber-content {
    border: 1px solid #5094c9;
    border-top: 0;
    margin-bottom: 25px;
  }
  .custom-tabber-grp .tabber-content .cst-acordion a {
    display: block;
    color: black;
    height: 52px;
    border-top: 1px #5094c9 solid;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;padding-left: 63px;
  }
  .custom-tabber-grp .tabber-content .cst-acordion a .title span.info {
    float: right;
    font-size: 14px;
    padding-right: 5px;
    color: #5094c9;
    font-weight: 100;
    font-family: "museo-sans-rounded", sans-serif;
    line-height: 26px;
    letter-spacing: 0px;
    position: absolute;right: 0;top: 0;
  }
  
.custom-tabber-grp .tabber-content .cst-acordion a .title {position: relative;padding-right: 55px;}
  .custom-tabber-grp {
    padding: 20px 10px;
  }
  .custom-tabber-grp .tabber-content .cst-acordion a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  .custom-tabber-grp .tabber-content .cst-acordion a img {
    height: 30px;
    float: left;
    margin: 0 6px;
    vertical-align: middle;
  position: absolute;left: 3px;top: 8px;}
  .custom-tabber-grp .tabber-content .cst-acordion a img.hover-img {
    display: none;
  }

  .custom-tabber-grp .tabber-content > .tab-pane.active .cst-acordion a {
    color: white;
    background-color: #5094c9;
    text-decoration: none;
  }

  .custom-tabber-grp .tabber-content > .tab-pane.active .cst-acordion a img.not-hover-img {
    display: none;
  }
  .custom-tabber-grp .tabber-content > .tab-pane.active .cst-acordion a img.hover-img {
    display: block;
  }
  .custom-tabber-grp .tabber-content .tab-pane.active .tab-pane-content {
    border-top: 1px #5094c9 solid;
  }
  .custom-tabber-grp .tabber-content .tab-pane .tab-pane-content {
    padding: 15px;
  }
  .custom-tabber-grp .tabber-content .tab-pane {
    display: block!important;
  }

  .custom-tabber-grp .tabber-content .tab-pane .tab-pane-content {
    display: none;
  }

  .custom-tabber-grp .tabber-content .tab-pane.active .tab-pane-content {
    display: block;
  }

  .rght-side {
    float: none;
    margin-left: 0;
  }

  .hs-platform.fibeair-ip .hs-breadcrumb-grp {
    padding-left: 15px;
  }

  ul.term-ul {
    padding-left: 10px;
  }
  .hs-webcasts .hs-corporate-left {
    margin-top: 0;
  }
  .hs-webcasts .custom-sidebar-menu .hs-menu-wrapper>ul {
    margin-bottom: 20px !important;
  }
  .cst-product-grp .family-content {
    margin-bottom: 5px;
  }

  .cst-evnt-grp .event-item .event-item-inner {
    height: auto;
    border-bottom: grey 1px solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .hs-events-roll-r1-grp,
  .hs-abt-r1-grp {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cst-evnt-grp .event-item .event-item-inner .text-container {
    float: none;
    width: 100%;
    clear: both;
  }
  .cst-evnt-grp .event-item .event-item-inner .image-container {
    width: 100%;
    border: 0;
  }

  .cst-about-group .about-box.about-box-2 {
    width: calc(50% - 5px);
    float: left;
  }
  .cst-about-group .about-box.about-box-3 {
    width: calc(50% - 5px);
    float: right;
  }
  .cst-about-group .about-box.about-box-4 {
    width: calc(50% - 5px);
    float: right;
  }
  .cst-about-group .about-box p.title {
    font-size: 25px;
  }
  .cst-about-group .about-box.about-box-1,
  .cst-about-group .about-box.about-box-2,
  .cst-about-group .about-box.about-box-3, 
  .cst-about-group .about-box.about-box-4,
  .cst-about-group .about-box.about-box-5,
  .cst-about-group .about-box.about-box-6 {
    width: 100%;
    height: 200px;
  }
  .cst-about-group .about-box:hover {
    margin-bottom: 10px;
    display: block;
  }
  .cst-leadership-team-grp .cst-inner-grp {
    margin-right: -5px;
    margin-left: -5px;
  }



  .cst-leadership-team-grp .cst-inner-grp .team-member-items .person-text p {
    font-size: 18px;
  }
  .cst-leadership-team-grp .cst-inner-grp .team-member-items .person-text {
    min-height: 1px;
  }

  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg {
    width: 95%;
    margin-top: 55px;
    margin-left: 9px;
    margin-right: 11px;
    top: 0px;
    position: absolute;
  }

  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .close {
    right: 48%;
    margin-top: -26px;
    margin-right: -20px;
    font-size: 40px;
    height: 40px;
    width: 40px;
    font-weight: 700;
  }

  .modal .wrapper-outer .wrapper .modal-dialog.modal-lg .cst-text-grp .pop-up-text .person-description.mCustomScrollbar._mCS_1 {
    height: auto;
  }

  .modal.floating-btn .wrapper-outer .wrapper {
    padding: 0 15px;
  }

  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg {
    margin-top: 18px;
    max-width: 100%;
  }

  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .close {
    background: rgba(60, 153, 255, 0.4);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    border-radius: 18px;
    top: 21px;
    color: #fff;
    text-shadow: none;
    z-index: 2;
  }

  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 {
    padding: 0 15px 0;
    max-width: 100%;
    width: 100%;
  }

  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field {
    width: 100%!important;
  }
  .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input {
    width: 100% !important;
  }
  .hs-alert-form form fieldset .hs-form-field .input .hs-input {
    width: 100%!important;
  }


  .hs-alert-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }

  .button_fixed_wrap-grp.sticky .button_fixed_wrap,
  .button_fixed_wrap-grp .button_fixed_wrap{
    text-align: right;
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .button_fixed_wrap-grp.sticky .button_fixed_wrap a,
  .button_fixed_wrap-grp .button_fixed_wrap a {
    position: static;
    display: inline-block;
  }

  .cst-partner-grp .cst-inner.clearfix .cst-partner-item {
    max-width: 100%;
    border-right: 0!important;
  }
  .hs-investors.hs-investors .custom-sidebar-menu .hs-menu-wrapper>ul {
    margin-bottom: 40px !important;
  }

  .hs-investors-rght-col1-flexi {
    padding: 0 15px;
  }
  .hs-investors-rght-col2-flexi>span,
  .hs-investors-rght-col3-flexi>span {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .cst-recent-development-grp h2,
  .cst-financial-info-grp h2,
  .cst-analyst-coverage-grp .inner-bx h2 {
    line-height: 1.2;
  }

  .hs-corporate-main.hs-investors {
    padding-bottom: 0;
  }

  .hs-investors-rght-col3-flexi>span {
    margin-top: 15px;
  }

  .cst-analyst-coverage-grp .inner-bx,
  .cst-analyst-coverage-grp .inner-bx .row-col.clearfix,
  .cst-analyst-coverage-grp .inner-bx .btm-content {
    margin-right: 0;
    margin-left: 0;
  }
  .cst-analyst-coverage-grp .inner-bx .row-col.clearfix>div {
    max-width: 100%;
  }
  input[type="text"], input[type="password"], 
  input[type="datetime"], input[type="datetime-local"], input[type="date"], 
  input[type="month"], input[type="time"],
  input[type="week"], input[type="number"],
  input[type="email"], 
  input[type="url"], 
  input[type="search"],
  input[type="tel"], 
  input[type="color"], 
  input[type="file"], 
  textarea, select {
    max-width:100% !important;
    width:100% !important;
  }
  .cst-about-group .about-box.about-box-1:hover {
    height: auto;
    z-index: 1;
  }
  .cst-about-group .about-box.about-box-1:hover ~ .about-box-2 {
    height: 200px;
  }

  .cst-about-group .about-box:hover {
    margin-bottom: 10px;
    display: block;
    height: auto;
  }
  .cst-about-group .about-box.about-box-2:hover ~ .about-box-3,
  .cst-about-group .about-box.about-box-2:hover ~ .about-box-4,
  .about-box.about-box-2.about-box-3-hover, 
  .about-box.about-box-4.about-box-3-hover {
    display: table;
    float: none;
    width: 100%;
  }
  .cst-about-group .about-box.about-box-3:hover {
    width: 100%;
    left: 0;
    height: auto;
  }
  .cst-about-group .about-box.about-box-4.about-box-2-hover {
    width: 100%;
  }
  .cst-about-group .about-box.about-box-2:hover {
    z-index: 1;
    width: 100%;
  }
}  
@media (max-width: 630px) {
  .cst-leadership-team-grp .cst-inner-grp .team-member-items {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .solution-icon-container {
    display: none;
  }
  .productTitle>div>h1 {
    font-size: 24px;
  }

  #map {
    display: none;
  }
}
@media (max-width: 500px) {
  .investor-relations-row1-right-col2 iframe {
    display: block;
    margin: 0 auto;
    min-width: 220px!important;
    width: 220px!important;
  }
  .investor-relations-row3-col2 {
    display: none !important;
  }
  .investor-relations-row3 ul li p {
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
  }
  .investor-relations-row3-col1 {
    margin: 0;
  }
  .investor-relations-row3-col-3 {
    margin: 0;
  }
  .hs-investor-relations-page .hs_cos_wrapper_type_header h2 {
    font-size: 18px;
  }
  .hs-investor-relations-page .investor-relations-row4-right-col .hs_cos_wrapper_type_header h2 {
    margin-top: 0;
  }
  .investor-relations-row4 {
    padding-bottom: 0;
  }
  .investor-relations-row5 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .hs-investor-two-column .right-col>div:last-child, .hs-investor-two-column .left-col>div:last-child {
    font-size: 25px;
  }
  .hs-investor-two-column .event-icon, .hs-investor-two-column .news-icon {
    height: 75px;
    width: 75px;
    background-size: contain;
  }
  .investor-relations-row3 {
    padding-bottom: 48px;
  }
  #find-position .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  div#find-position .form-group {
    float: left;
  }
  .hs-contact-ir.hs-investors .hs-investors-rght-col1-flexi .hs_cos_wrapper_type_rich_text span.pdf-btn a {
    margin: 25px auto;
    line-height: 55px;
    width: 100%;
    font-size: 20px;
  }
  .cst-recent-development-grp {
    padding: 15px;
  }

  .hs-investors-rght-col2-flexi {
    padding: 0 15px;
  }
  .cst-recent-development-grp h2, .cst-financial-info-grp h2, .cst-analyst-coverage-grp .inner-bx h2 {
    font-size: 18px;
  }

  .cst-recent-development-grp p a {
    background-size: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .hs-investors-rght-col2-flexi>span>div:last-child {
    display: none;
  }

  .hs-investors-rght-col3-flexi {
    padding: 0 15px;
  }
  .cst-financial-info-grp, .cst-analyst-coverage-grp {
    padding: 15px;
  }
  .cst-financial-info-grp p a {
    background-size: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .cst-financial-rprt-grp .cst-abber-grp .tab-content .cst-tabe-content-grp .cst-table-bdy-grp .cst-table-row>div {
    vertical-align: middle;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  div#search-result .row-result div:last-child {
    padding-top: 15px;
  }
  div#search-result .row-result div:last-child * {
    text-align: right;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  div#search-result .row-result div:first-child {
    padding: 15px 15px 10px;
  }
  div#find-position .form-group {
    margin-bottom: 40px;
  }
  .custom-blog-ctn-wrapper > div {
    margin-left: 0 !important;
    margin-right: 0 !important;;
  }
  .press-releases2 .custom-blog-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .investor-relations-row1-right-col1 .cst-contct-details-grp h1.title {
    font-size: 18px;
  }
  .servicescustomer-support-page .button_fixed_wrap-grp.sticky .button_fixed_wrap a {
    bottom: 3px;
  }
  .servicescustomer-support-page input.red-btn.customer-btn {
    line-height: 1;
  }
/*   .hs-mobile-logo img.hs-image-widget {
    max-width: 200px;
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .scroll-header .hs-logo {
    padding-bottom: 35px;
  } */
  .service-blocks-section {
    padding: 0 0 20px;
  }
  .service-block .inner .text-strip {
    padding: 5px 8px;
  }
  .bottom-pane ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom-pane ul li > a {
    display: inline-block;
  }
  .bottom-pane ul li > a > img {
    display: block;
    margin: 0 0 10px;
  }
/*   .mobile-trigger {
    right: 15px;
  }
  .hs-logo {
    padding-left: 15px;
  }
  .scroll-header .hs-logo {
    padding-left: 15px;
  }
  .hs-logo img {
    max-width: 200px;
    padding-top: 0;
  }
  .custom-top-footer-left-content {
    padding-bottom: 50px;
  }
  .custom-top-footer, .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  } */
  .media-coverage-wrapper .custom-blog-top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rght-side {
    width: 100%;
  }
  .button_fixed_wrap-grp.sticky .button_fixed_wrap, .button_fixed_wrap-grp .button_fixed_wrap {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button_fixed_wrap-grp.sticky .button_fixed_wrap a, .button_fixed_wrap-grp .button_fixed_wrap a {
    position: static;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 20px 25px;
  }
  .investorsevents-page .custom-sidebar-menu .hs-menu-wrapper>ul ul,
  body.investors-page .custom-sidebar-menu .hs-menu-wrapper>ul ul,
  .investorsfinancial-information-page .custom-sidebar-menu .hs-menu-wrapper>ul ul {
    padding-left: 25px!important;
  }
  .cst-leadership-team-grp .cst-inner-grp .team-member-items .person-img img {
    max-width: 56%;
  }
}
@media (max-width: 400px) { 
  .service-block:hover .inner p.text {
    font-size:15.5px;
  }
  .soc-links {
    margin-bottom: 19px;
    margin-top: 5px;
  }
  .investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .investor-relations-row4-left-col .hs_cos_wrapper_type_rich_text > ul, .investor-relations-row4-right-col .hs_cos_wrapper_type_rich_text > ul ul {
    padding-left: 0;
  }
  .investor-relations-row1-right-col1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-sidebar-menu .hs-menu-wrapper>ul ul {
    padding-left: 15px;
  }
}
@media (max-width:479px) {
  ul ul, ul ol, ol ol, ol ul {
    padding-left: 15px;
  }
  ul {
    padding-left: 15px;
  }
  .market .market-text p {
    padding: 0 15px;
    padding-bottom: 25px;
  }
  .custom-home-contact-form .hs-form-field {
    width: 100%;
  }
  .custom-home-contact-form form .hs-input {
    width: 100% !important;
  }
  .custom-home-contact-form .hs_submit.hs-submit>div {
    width: 100%;
    max-width: 320px; 
  }
  .custom-home-contact-form form {
    padding: 0 5px;
  }
  .hs-contact-bg .form-title {
    font-size: 25px;
  }
  .hs-home-banner h1 {
    font-size: 40px;
  }
  .hs-home-banner p {
    padding: 15px 55px 0 55px;
  }
  .hs-home-banner a {
    margin-top: 15px;
  }
  .hs-value-boxes-bg.value-boxes .value-block {
    min-height: 535px;
    height: auto;
    padding-bottom: 0;
    float: left;
    width: 100%;
  }
  .red-btn {
    min-height: 55px;
    line-height: 1;
  }
  .hs-body-pop-form input.hs-button.primary {
    padding-left: 80px;
    padding-right: 80px;
  }
  .hs-body-pop-form form {
    width: 100%;
  }
  .partneraccessrequestform .hs_country.hs-country.hs-form-field .hs-field-desc {
    margin: 0 -5px;
    width: auto;
  }
  .error-main-content {
    padding-top: 41px;
  }
  .error-main-content .custom_error_message img {
    padding: 0 5px;
  }
}

@media (max-width:320px) {
  .values_header_title {
    padding-top: 10px;
  }
  .hs-home-banner p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) { 
  .soc-links {
    margin-bottom: 19px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 970px) and (min-width: 767px) {
  .about-ceragoncareers-page .hs-values-banner-bg.hs-careers-banner h1.values_header_title {
    font-size: 40px;
    padding-top: 52px;
  }
}
@media (max-width: 991px) {
  .market-image.not-hover-image {
    opacity: 0.9;
  }
  .hs-home-layout .market-image.not-hover-image {
    opacity: 1;
  }
  .hs-careers-full-wrapper,
  #find-position	{
    padding-top: 20px;
  }
}

@media (max-width: 925px) {
  #find-position .page-center {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .subscription-template.one-column .subscribe-options label {
    margin: 0;
  }
  span.ts {
    display: block;
  }
  span.mb {
    display: none;
  }
  div#search-filter {
    margin-bottom: 0;
  }
  .investor-relations-row3-col1, .investor-relations-row3-col2 {
    max-width: 100% !important;
  }
  .investor-relations-row1-right-col1 {
    max-width: 100%;
  }
  .investor-relations-row1-right-col2 {
    max-width: 100%;
  }
  .press-releases .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin-bottom: 15px !important;
  }
  .media-coverage-wrapper {
    padding-top: 58px;
  }
  /*.about-ceragoncareers-page .hs-careers-banner {
    min-height: 310px;
    height: 310px;
    padding-top: 90px;
  }*/
  .about-ceragoncareers-page .hs-values-banner-bg.hs-careers-banner h1.values_header_title {
    font-size: 30px;
  }
  .hs-careers-full-wrapper h2,
  #find-position #search-filter h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* Investors-Contact IR*/
.submitted-message p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}
/* Resources & Events - Press Release*/
.blog-select select + a {
    display: none;
}
/* Resources & Events - Resource Centers*/
.container-fluid .row-fluid .filter-wrapper .page-center {
    max-width: 1285px;
}
.filter-menu .filter-col select, .filter-col input {
    margin-top:10px;
}
.filter .filter-col {
    width:25%;
}

/* Product Pgae CSS*/

.cst-title-grp {
  display:block;
  width:100%;
  margin:0;
  padding:0;
  float:left;
}
.productsenterprise-access-sub-6ghz-ptp-and-ptmp-solutions-page .hs-full-main-content h3, .hs-platform-content-grp .page-center .hs-full-main-content .hs_cos_wrapper_type_rich_text h3 {
  display:block;
  width:100%;
  float:left;
}
.cst-title-grp h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #3e4c58;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.cst-title-grp h3:after {
    content: "";
    background-color: #3e4c58;
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
  
.cst-title-grp .rght-side {
    float: right;
    margin-left: 100px;
    margin-bottom: 10px;
    max-width: 300px;
   
}
.cst-title-grp .rght-side.center {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width:100%;
    float:none;
}
.hs-platform-content-grp {
  padding-top:22px;
}
/* Email Subscription form css*/

.email-subscription .hs_error_rollup {
  display:none;
}
#values-page .submitted-message {
    overflow: auto;
    font-size: 30px;
    color: #ffffff;
    padding: 30px 15px;
    text-align: center;
}
#values-page .form-holder form .hs-form-field > label span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
} 
.custom-home-contact-form .submitted-message div:nth-child(3) span {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
}  
#form-popup .submitted-message,  #form-partner .submitted-message, #form-partner-apply .submitted-message,  #access-request-popup .submitted-message{
    font-size: 30px;
    color: #ffffff;
    padding: 40px 15px;
    text-align:center;
}
#form-popup .submitted-message p,  #form-partner .submitted-message p, #form-partner-apply .submitted-message p,  #access-request-popup .submitted-message p{
    color: #bac4d0;
}
#form-partner .hs-main-font-element p, #form-partner-apply .hs-main-font-element p{
  color:#fff;
}




/*    form UI fixes on  21-04-2020   */

.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input[type="checkbox"] {
    width: 22px !important;
    float: left;
    margin: 0 11px 15px 0;
    transform: translateY(4px);
}
#form-popup form.hs-form .hs-form-field ul.inputs-list.multi-container {
    float: left;
    width: 100%;
    text-align: left;
    padding-top:8px;
  
}
#form-popup form.hs-form .hs-form-field ul.inputs-list.multi-container li {
    float: left;
    width: 100%;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input[type="checkbox"] + span {
    color: #6a7989;
}
.modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input .hs-input[type="checkbox"]:checked + span {
    color: #fff;
}
/*    form UI fixes on  21-04-2020   */


/* Career Page Stats here*/

#find-position .filter .filter-col {
    width: 50%;
    margin-bottom: 15px;
}
.wrapper-all-result .row-result.careerResult {
    min-height: 125px;
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #e3e9ef;
    transition: all 0.8s ease;
    padding-top: 20px;
    padding-bottom: 20px;
}
div#search-result .row-result.careerResult p {
  line-height:22px;
}
.wrapper-all-result .row-result.careerResult:hover {
    background: #2a415b;
    cursor: pointer;
}
div#search-result .row-result.careerResult:hover p{
  color:#ffffff;
}
div#search-result .row-result.careerResult:hover h5{
   color:#ffffff;
}

/* Product Page Media Query*/

/* Resources & Events - Resource Centers start*/
@media (max-width: 980px) {
  .filter .filter-col {
    width:50%;
  }
}
 @media (max-width: 767px) {
 .cst-title-grp .rght-side {
    float: none;
    margin-left: 0;
    }
   /* Resources & Events - Resource Centers start*/
 .filter .filter-col {
    width:100%;
  }
#find-position .filter .filter-col {
  width: 100%;
  }
div#search-result .row-result.careerResult h5 {
  font-size: 20px;
  }
div#search-result .row-result.careerResult p {
  font-size: 17px;
  }
.cst-product-grp .inner-col.clearfix .cst-product-items {
  width: 50%;
  }
 }
 @media (max-width: 481px) {
.cst-product-grp .inner-col.clearfix .cst-product-items {
   width: 100%;
  }
   .cst-product-grp .inner-col.clearfix .cst-product-items .inner .image-holder { height: inherit;}
}

/***************custom career page css start********************/
.hs-careers-layout #question-popup .modal-lg {
    background: #76787b;
}

body.hs-careers-layout.modal-open {
    padding-right: 17px;
}

.hs-careers-layout .social-media-icon{max-width: 350px; margin: 0 auto;}
.hs-careers-layout .social-media-icon .inner-text{min-width: 350px; position: absolute; background-color: #fff;}

/****************end custom career page css start*******************/

/**********financial-information starts here**********/

#tab-1 .btm-form a {
  /*display:none;*/
}
.hs-blog-listing .media-contact {
  display:none;
}


/*Two Column With Image - Ceragon_April2019 Theme/**********financial-information ends here**********/


.trd-articleslideshow {
  float: left;
  width: 100%;
  clear: both;
}
/****************Test Page*******************/

.Test-Blog .region-menu a#search-item, .Test-Blog .hs-logo img {filter: brightness(0) invert(1);}
.scroll-header .Test-Blog .region-menu a#search-item, .scroll-header .Test-Blog .hs-logo img {filter: none;}
@media(min-width:1096px){
.Test-Blog .region-menu a, .Test-Blog .region-menu span {color: #fff; border-color: #fff;}
.scroll-header .Test-Blog .region-menu a, .Test-Blog .region-menu span {color: #3e4c58; border-color: rgba(103, 123, 146, 0.5);}
.Test-Blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {color: #fff;}
.scroll-header .Test-Blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {color: #393939;}
}
/****************End Test Page*******************/



/****************Ceragon_LP_1 Page*******************/
   .container-space{padding:45px;}
  .container-space ul li,.container-space p{
   font-family: "lato",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3e4c58;
  }

 .container-space ul {
  list-style-type: none; /* no default bullets */
padding-left: 0;
}


 .container-space ul li:before { /* the custom styled bullets */
  background-color: #cb262b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 3px;
  height: 4px;
  width: 4px;
}

.meeting-btn {
     font-style: normal;
    text-align: center;
    height: 49px;
    background: #cb262b;
    border-radius: 45px;
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 500;
    border: 0;
    font-family: "lato",sans-serif;
    padding: 0px 39px;
    cursor: pointer;
  text-transform:uppercase;
}
 /****************Ceragon_LP_1 Page*******************/

@media (max-width: 1280px){
.meet-us .container-fluid .row-fluid .page-center {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
}
}
/****************Ceragon_LP_1_Thank_You Page*******************/
   .center-text{padding:50px 50px 20px 50px;}
    .center-text h1{
         font-family: "lato",sans-serif;
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 100%;
        letter-spacing: normal;
        text-align: center;
        color: #cb262b;
        margin-bottom:50px;
        margin-top:0px;
      text-transform: uppercase;
    }
  .center-text p{
   font-family: "lato",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3e4c58;
    margin:0px;
  }
 /****************Ceragon_LP_1_Thank_You Page*******************/

/* -------find a partner page styel starts here ------------------- */

.find-partner-page {
    background-color: #f4f9fa;
}

/* -------find a partner page styel ends here ------------------- */

.hs_gdpr_for_european_countries ul li.hs-form-booleancheckbox {color:#fff; line-height:20px;}
.hs_gdpr_for_european_countries ul li.hs-form-booleancheckbox input[type="checkbox"], .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs_gdpr_for_european_countries ul li.hs-form-booleancheckbox input[type="checkbox"] {float: left; width: 20px !important; height: 20px; margin-right: 5px;}


/*    Start Partners Resource Center CSS       */

body.partner-resources-center-page{ background-color: #f4f9fa;} 

.partner-resources-center-page .filter-menu ul li  {
  font-family: "museo-sans-rounded", sans-serif;
  color: #3e4c58;
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  display: block;
  padding: 3px 20px;
  clear: both;
  text-decoration: none;cursor:pointer;
}

.partner-resources-center-page .filter-menu ul li :hover {
  color: #3a6592;
}

.partners-resource-filter-wrapper{padding-top: 36px; margin-bottom: 10px;}
.partners-resource-filter-wrapper .more-info {padding-bottom: 20px;max-width: 650px;}
.partners-resource-filter-wrapper .more-info p{line-height: 24px;font-weight: 300;}
.partners-resource-filter-wrapper .more-info p a{font-weight: 500;cursor: pointer;}
.partners-resource-filter-wrapper .filter .filter-col{line-height: 26px; margin-bottom: 10px;}
.partners-resource-filter-wrapper .filter .filter-col .btn.dropdown-toggle{border: solid 1px #d6dbdc;background-color: #ffffff;}
.partners-resource-filter-wrapper .filter .filter-col .btn.dropdown-toggle span{font-size: 16px;line-height: 1.56;}
.content.partners-resource-container{padding-top: 0px !important;}
.partners-resource-container .partners-resource-item{width: 25%;float: left;text-align: center;position: relative; margin-bottom: 31px;}
.partners-resource-container .partners-resource-item .partners-resource-box{padding: 0 19px;margin: 10px 0px;}
.partners-resource-container .partners-resource-item .partners-resource-box a.partners-resource-box-link{text-decoration: none;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner{box-shadow: 0px 2px 7.5px 0.5px rgba(0, 0, 0, 0.33); background-color: #ffffff;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner:hover{cursor: pointer;box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.33);}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper{padding: 20px 23px 0px 23px;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-img{display: inline-block;height: 40px;overflow: hidden;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-img svg{max-height: 40px;width:auto;vertical-align: middle;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-category{font-size: 14px;font-weight: 500;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: center;text-transform: uppercase;color: #3e4c58; font-family:"museo-sans-rounded", sans-serif;margin: 5px 0px;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-title,.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-product
{font-size: 18px;font-weight: 500;font-stretch: normal;font-style: normal;line-height: 1.28;letter-spacing: normal;text-align: center;color: #3e4c58;margin: 12px 0px;font-family:"museo-sans-rounded", sans-serif;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-product:after{content: "";display: block;width: 1em;max-width: 10%;border-bottom: 3px solid #cb262b;margin: 2px auto 0;background: #cb262b;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-box-inner-wrapper .partners-resource-link{margin: 8px 0px 22px 0px;display: inline-block;font-size: 16px;font-weight: 500;font-stretch: normal;font-style: normal;line-height: 1.31;letter-spacing: normal;text-align: center;color: #cb262b;font-family:"museo-sans-rounded", sans-serif;}
.partners-resource-container .partners-resource-item .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{text-transform: uppercase;font-size: 15px;line-height: normal;font-weight: 500;transition: all 0.2s;font-family:"museo-sans-rounded", sans-serif;letter-spacing: inherit;color: #FFFFFF;padding: 9px 6px;margin-top:22px;}
/*
.partners-resource-container .partners-resource-item.softwarerelease .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #046595;}
.partners-resource-container .partners-resource-item.pre-saletool .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #7daed3;}
.partners-resource-container .partners-resource-item.mibreferenceguides .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #ab9767;}
.partners-resource-container .partners-resource-item.presentation .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #053049;}
*/
.partners-resource-container .partners-resource-item.support .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #046595;}
.partners-resource-container .partners-resource-item.productupdates .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #7daed3;}
.partners-resource-container .partners-resource-item.technicaldocuments .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #ab9767;}
.partners-resource-container .partners-resource-item.marketingcollateral .partners-resource-box .partners-resource-box-inner .partners-resource-doc-type{background-color: #053049;}

@media (max-width: 991px){
.partners-resource-container .partners-resource-item {
    width: 50%;
}
}
@media (min-width: 400px) and (max-width: 767px){
.partners-resource-container .partners-resource-item {
    height: auto;
    margin: 0 auto 45px;
    width: 80%;
    float: none;
}
}
@media (max-width: 400px){
.partners-resource-container .partners-resource-item {
    height: auto;
    margin: 0 auto 45px;
    width: 100%;
    float: none;
}
}


/*    End Partners Resource Center CSS        */


.whitebase.hs-contact-bg {background:#ffffff}
.whitebase .custom-home-contact-form form .hs-input {border-bottom: rgba(126, 136, 147, 0.20) 1px solid;border-radius: 0;color: #0f0f0f;line-height: 1.2;}
.whitebase .custom-home-contact-form .hs-form-field>label {color: #6b737c;}
.whitebase .custom-home-contact-form .hs-form-field {height: auto;min-height: 75px;float: none;}
.whitebase .custom-home-contact-form form textarea.hs-input {width: 100% !important;width: calc(100% - 36px) !important;height: 100px;}
.whitebase .custom-home-contact-form form .hs-message{width: 100%;}
.whitebase.hs-contact-bg .form-title {color:#cb262b}
.whitebase .custom-home-contact-form form .hs-richtext p {color:#3e4c58}
.whitebase .custom-home-contact-form form {display: flex;flex-wrap: wrap;}
.whitebase .hs-dependent-field {width: 100%;}
.whitebase .custom-home-contact-form form select.hs-input option {background:#ffffff}
.whitebase .custom-home-contact-form ul.no-list.hs-error-msgs.inputs-list {margin-bottom:10px;}
.whitebase .custom-home-contact-form form>div:nth-child(1) {width: 100%;}

.custom-home-contact-form .hs_gdpr_for_european_countries {width: 100%;min-height: 55px;}
.whitebase .hs-dependent-field .hs_gdpr_for_european_countries ul li.hs-form-booleancheckbox {color: #0f0f0f;font-family: 'Lato', sans-serif;font-weight: 400;}

/* contact ir form 2020 recaptcha css */
.hs-contact-ir.hs-contact-ir-2020 .grecaptcha-logo {
    margin-top: 20px;
}
/* contact security form 2020 css */
.ceragon-security .container-fluid .row-fluid .page-center.security-alert-form {background: #e5e7e9;padding: 25px;max-width: 740px;}
.ceragon-security .security-alert-form h3.form-title{font-family: Lato, sans-serif;font-weight: bold;font-size: 28px;color: #35608d;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 35px;}
.ceragon-security .security-alert-form h3.form-title:after{content: " ";display: block;width: 40px;height: 2px;background: #35608d;margin-top: 15px;}
.ceragon-security .security-alert-form .hs-form fieldset.form-columns-2 .hs-form-field{padding: 0 0 0;}
.ceragon-security .security-alert-form .hs-form-field{min-height: 75px;}
.ceragon-security .security-alert-form .hs-form-field > label{color: #6a7989;font-size: 17px;margin-bottom: 0;font-family: "museo-sans-rounded", sans-serif;display: inline-block;max-width: 100%;font-weight: 700;}
.ceragon-security .security-alert-form .hs-form-field > label > span{line-height: 26px;letter-spacing: 0px;font-weight: 100;}
.ceragon-security .security-alert-form .hs-form-field .input{z-index: 1;display: inline-block;margin: 0 !important;vertical-align: bottom;max-width: none;width: 100%;}
.ceragon-security .security-alert-form .hs-form-field .input .hs-input{border-radius: 0;background: transparent;border: none;border-bottom: white 1px solid;border-bottom-color: #7e8893;color: #666666;font-weight: 400;font-size: 16px;width: calc(100% - 36px)!important;max-width: none;box-shadow: none;font-family: "Lato", sans-serif;transition: border 0.2s linear,box-shadow 0.2s linear;height: 18px;padding: 4px;line-height: 18px;}
.ceragon-security .security-alert-form ul.hs-error-msgs li > label{font-size: 14px;line-height: 14px;color: #de3439;font-style: italic;font-weight: 300;text-align: left;}
.ceragon-security .security-alert-form .hs-form fieldset.form-columns-1 .hs-form-field{padding: 0 0 0!important;}
.ceragon-security .security-alert-form .form-columns-1 .hs-form-field .input select.hs-input{height: auto !important;}
.ceragon-security .security-alert-form form fieldset .hs-form-field .input select.hs-input option, .modal.floating-btn .wrapper-outer .wrapper .modal-dialog.modal-lg .col-md-12.col-sm-12.col-xs-12 .person-popup-text .form-holder form .hs-form-field .input select.hs-input option{background: #2b3d53;color: #fff;}
.ceragon-security .security-alert-form .hs-form-field .input textarea.hs-input{height: 100px !important;}
.ceragon-security .security-alert-form .hs_submit.hs-submit, .security-alert-form>span>div:last-child .hs_submit.hs-submit .actions{text-align: right;}
.ceragon-security .security-alert-form .hs_cos_wrapper_type_form .hs-button.primary.large{margin-top: 34px;width: 230px;display: inline-block;background: #2a415b;border-radius: 45px;font-weight: 100;font-family: "Lato", sans-serif;color: #ffffff;font-size: 20px;border: none;line-height: 1;text-align: center;padding: 0 0;}
.ceragon-security .security-alert-form .grecaptcha-logo{margin-top: 20px;}
.ceragon-security .hs-profesional-main-content{padding-bottom:0px;}
.ceragon-security .security-alert-form.page-center{margin-bottom: 60px;}
@media (max-width: 767px){
  .ceragon-security .security-alert-form form fieldset.form-columns-2 .hs-form-field{width: 100%;}
  .ceragon-security .security-alert-form .hs-form-field .input .hs-input{width: 100%!important;}
}


/* Banner update */

@media(min-width: 1280px) {
  .hs-banner-area.pillar-pg-banner {
    background-position: top right;
  }
}