@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css");
{# @import url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat.css"); */ #}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Regular.eot");
    src: url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Regular.eot?#iefix") format('embedded-opentype'),
         url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Bold.eot");
    src: url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Bold.eot?#iefix") format('embedded-opentype'),
         url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
         url("https://resources.selerant.com/hubfs/Resource%20Center/Fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}

/*** header containers and wrappers ***/
.header-container.container-fluid {
  padding: 0;
  position: fixed;
  z-index: 100000000000; /* 1111 */
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.body-container-wrapper {
  padding-top: 141px;
}
#resource-center-header {
  background-color: #fff;
  height: auto;
  width: 100%;
}
#resource-center-header ul, #resource-center-header li, #resource-center-header a {
  font-family: 'Montserrat', sans-serif;
}
.resource-center-header-wrapper {
  margin: auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}
.fixed-header {
  margin-bottom: 141px;
}
.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*** country flags ***/
#country-flags {
  width: auto;
  float: left;
  margin: 8px 18px;
}
#country-flags a {
  margin: 0 3px;
  float: left;
  display: inline-block;
  font-size: 16px!important;
  line-height: 1.5;
}
#country-flags a:hover {
  text-decoration: none;
}

/*** request a demo ***/
#resource-center-header a#request-a-demo {
  background: #F9CA4C;
  border: 1px solid #F9CA4C;
  border-radius: 30px;
  color: #fff;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 7px;
  padding: 16px 32px;
  text-transform: uppercase;
}
#resource-center-header a#request-a-demo:hover {
  color: #ff882c!important;
  cursor: pointer;
  text-decoration: none;
}

/*** search form ***/
.search-form {
  float: right;
  margin-right: 9px;
  position: relative;
  top: 10px;
}
.search-form label {
  margin-bottom: 5px;
}
.search-form .screen-reader-text {
  display: none;
}
#site-search {
  background-color: transparent;
	background-image: url("https://www.selerant.com/wp-content/themes/twentythirteen/images/search-icon.png");
	background-position: 9px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
  border: 2px solid #c3c0ab;
	border-radius: 30px;  
  cursor: pointer;
  width: 180px;
  height: 50px;
  margin: 1px 0;
	padding: 0 0 0 34px;
  -webkit-transition: width 0.4s ease, background 0.4s ease;
  -moz-transition: width 0.4s ease, background 0.4s ease;  
  -ms-transition: width 0.4s ease, background 0.4s ease;
  -o-transition: width 0.4s ease, background 0.4s ease;
  transition: width 0.4s ease, background 0.4s ease;
}
#site-search:focus {
  background-color: #fff;
	border: 2px solid #878787;
	cursor: text;
	outline: 0;
	width: 230px;
}
#site-search::placeholder {
  color: #7d7b6d;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  opacity: 1;
}
#site-search::-webkit-input-placeholder { /* Webkit Browsers */
  color: #7d7b6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
}
#site-search:-moz-placeholder { /* Firefox 18- */
  color: #7d7b6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
}
#site-search::-moz-placeholder { /* Firefox 19+ */
  color: #7d7b6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
}
#site-search:-ms-input-placeholder { /* IE10 */
  color: #7d7b6d;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  opacity: 1;
}

/*** Selerant logo ***/
#resource-center-header .home-link {
	float: left;
  max-width: 202px;
  min-height: inherit;
  padding: 0;
  position: static;
  width: 30%;
}
#resource-center-header .home-link img {
  max-width: 100%;
}
.site-description img {
  height: 60px;
}

/*** site navigation ***/
.site-navigation-wrapper {
  padding: 4px;
  border: 1px solid transparent;
  float: right;
  width: 70%;
  margin-bottom: 24px;
  height: auto;
}
.toggle-menu {
  display: none;
}
#site-navigation {
  position: relative;
}
#site-navigation li {
  list-style-type: none;
}
#site-navigation > span > div > ul {    
  padding: 0;
  margin: 0;
}

/*** primary menu ***/
.hs-menu-item.hs-menu-depth-1, .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  color: #666;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 40px;  
  padding: 0 10px;
  width: auto;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;  
  -ms-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
.hs-menu-item.hs-menu-depth-1:hover, .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover {
  color: #FFF!important;
  background-color: #00467C;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hs-menu-item.hs-menu-depth-1 > a, .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  top: 8px;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.hs-menu-item.hs-menu-depth-1 > a:hover, .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {
  color: #FFF!important;
  text-decoration: none;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: inherit;
  box-sizing: border-box;
  content: "";
  width: 0;
  height: 0;
  top: 12px;
  left: 10px;
  margin-right: 14px;
  right: 14px;
  position: relative;
}

/*** dropdown menu wrapper ***/
.hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  z-index: 1;
  transform: translate(-14px,16px);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.46);
  -ms-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.46);
  -o-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.46);
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -ms-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -ms-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}

/*** solution menu ***/
.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
  color: #00467C!important;
  text-transform: uppercase;
  display: table;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
  font-weight: bold;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  display: table-cell;
  padding: 15px;
  width: 25%;
}
.hs-menu-item.hs-menu-depth-2.hs-item-has-children a:hover {
  text-decoration: underline;
}
.hs-menu-item.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper {
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.hs-menu-item.hs-menu-depth-2.hs-item-has-children a::after {
  border: none;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 5px;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 a {
  color: #666;  
  display: block;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 a:hover {
  color: #000!important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-4 {
  padding-top: 5px;
  margin-left: 10px;
}

/*** industry menus ***/
.hs-menu-item.hs-menu-depth-2 a:hover {
  color: #00467C!important;
  text-decoration: underline;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper {
  left: 14px;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2  {
  display: inline-block;
  padding: 15px;
  font-size: 12px;
  line-height: 1.7;
  float: left;
  width: 20%;
  position: relative;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2 > a {
  color: #00467C;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: bold;
}

/*** events, resources, about us menus ***/
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) {
  position: relative;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) > .hs-menu-children-wrapper {
  left: 14px;
  min-width: 150px;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2 {
  padding: 0 10px;
  background: #fff;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2:hover {  
  background: #ddd;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2 > a {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1n+3) > .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2 > a:hover {
  color: #666!important;
  text-decoration: none;
}

/*** media queries ***/
@media screen and (min-width: 1169px) {
  .site-navigation-wrapper {
      width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .header-container.container-fluid {
    position: relative; /* static */
  }
  .body-container-wrapper {
    padding-top: 0;
  }
  .resource-center-header-wrapper {
    max-width: 970px;
  }
}
@media screen and (max-width: 1168px) {
	#resource-center-header .home-link, #resource-center-header .site-navigation-wrapper {
		display: block;
    float: none;
		width: auto;
	}
  #resource-center-header .site-navigation-wrapper {
    margin-bottom: 24px;
  }
  #resource-center-header .site-navigation-wrapper #site-navigation {
    width: auto;
  }
  #resource-center-header .home-link {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .resource-center-header-wrapper {
    max-width: 750px;
  }
}
@media screen and (max-width: 769px) {
  .resource-center-header-wrapper {
    width: auto;
    max-width: 100%;
    /* margin-left: 9px;
    margin-right: 9px; */
  }
}
@media screen and (max-width: 730px) { 
  .hs-menu-item.hs-menu-depth-1, .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-left: 2px;
    padding-right: 5px;
  }    
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    margin-right: 14px;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .resource-center-header-wrapper {
    margin: 0;
  }
  #resource-center-header a#request-a-demo {
    margin-bottom: 0;
    display: block;
    margin-top: 10px;
  }
  #resource-center-header .search-form {
    margin-right: 0;
    top: 4px;
    display: block;
    width: 100%;
    height: 57px;
  }
  #resource-center-header .search-form label {
    margin-bottom: 0;
  }
  #resource-center-header .search-form #site-search {
    position: absolute;
    right: 0;
    top: 0;
  }
  #resource-center-header .top {
    padding-bottom: 10px;
  }
  #resource-center-header .bottom {
    border: 1px solid transparent;
  }
  #resource-center-header .home-link {
    text-align: center;
  }
  #resource-center-header .home-link img {
    max-height: 50px;
  }
  
/*** mobile navigation ***/  
  .toggle-menu {
    display: block;
    width: 100%;
    background: #333;
    padding: 20px 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;    
  }
  .toggle-menu span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .toggle-menu span svg {
    height: 16px;
    width: auto;
    fill: #fff;
    transform: translate(0,-2px);
  }
  .main-navigation {
    display: none;
  }
  #resource-center-header .site-navigation-wrapper {  
    border: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
  }  
  #site-navigation {
    position: static;
    padding: 4px;
    margin-bottom: 24px;
  }
  .hs-menu-item.hs-menu-depth-1, .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    display: block;
    float: none;
    color: #000;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    float: right;
    top: 10px;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper, 
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    margin-top: 0;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper.open-menu-list {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2n) > .hs-menu-children-wrapper.open-menu-list {
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
  .hs-item-has-children a {
    /* display: block; */
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2n+3) > .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2, 
  .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 385px) {
  #resource-center-header a#request-a-demo {
    margin-top: 0;
  }
}