header .resource-heading {
margin-top:-12px;
text-transform:uppercase
}

.desktop-menu {
position:absolute;
right:0;
z-index:500;
width:100%;
max-width:550px;
top:40px;
transition:all .3s ease-in-out;
text-align:left
}

.desktop-menu .products img {
width:33px
}

.desktop-menu .bottom-menu img {
width:26px
}

.desktop-menu ul {
margin:0;
border-top-right-radius:20px;
border-top-left-radius:20px
}

.desktop-menu ul li {
list-style:none
}

.desktop-menu .dropdown-root .dropdown-arrow {
position:absolute;
top:-7px;
left:0;
right:0;
width:12px;
height:12px;
transform:rotate(50deg);
border-radius:4px 0 0 0;
background:#dfdfdf;
margin:auto
}

.desktop-menu .dropdown-root .dropdown-container {
position:relative;
box-shadow:0 5px 10px rgba(0,0,0,0.2);
border-radius:17px;
background:#fff
}

.desktop-menu .dropdown-root .dropdown-container .dropdown-section .dropdown-content a {
width:100%
}

.resources {
border-top-left-radius:20px;
border-top-right-radius:20px
}

.link-group-items,.additional-resources {
border-bottom-left-radius:20px;
border-bottom-right-radius:20px
}

@media (max-width: 991px) {
.desktop-menu ul.resources li {
margin-bottom:10px
}

.desktop-menu ul li .bds-col-1 img {
width:28px;
height:28px
}

.link-group-items {
height:400px;
overflow:scroll
}
}

@media (max-width: 767px) {
html body .right_menu {
position:inherit
}

.top-menu .nav-menu ul li.signup,.top-menu .nav-menu ul li.request,.top-menu .nav-menu ul li.request,.top-menu .nav-menu ul li.resources > a {
display:none
}

html body .top-menu {
position:inherit
}

.desktop-menu {
right:16px;
z-index:500;
width:auto;
max-width:100%;
top:-200%;
left:16px;
transition:all .5s ease-in-out
}

.desktop-menu.open {
top:45px
}

.desktop-menu .dropdown-root .dropdown-arrow {
display:none
}

html body .mobile-menu {
display:block
}

html body header .branch-menu {
display:block
}

html body .desktop-menu .close-icon {
display:block;
float: right;
}
.dropdown-root {
	display: table;
	width: 100%;
}
}

.mobile-menu {
display:none
}

header .branch-menu {
position:relative;
float:right;
cursor:pointer;
display:none
}

header .branch-menu div {
width:22px;
height:4px;
margin:4px .25em;
background-color:#555
}

.desktop-menu .close-icon {
cursor:pointer;
display:none
}

@media (min-width: 768px) {
.desktop-menu {
opacity:0;
visibility:hidden
}

.top-menu .nav-menu ul li.resources:hover .desktop-menu {
opacity:1;
visibility:visible
}
}

.tags-wrap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}
.tags-wrap ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.tags-wrap ul li a {
	
}
.tags-wrap ul li:last-child {
	margin-bottom: 0;
    border-bottom: 0px;
}

/***/
.language-selector {
    cursor: pointer;
}
.language-selector>button {
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
    cursor: pointer;
    -webkit-mask: url(/img/assets/icons/globe.svg) no-repeat center;
    mask: url(/img/assets/icons/globe.svg) no-repeat center;
    background-color: #4E5760;
}
.language-selector img {
    vertical-align: top;
    visibility: hidden;
}
.language-switcher {
    top: 2.2em;
    left: -92.5%;
    z-index: 500;
}
.language-switcher>div {
    border-radius: 15px;
    box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
}
.language-switcher .language-arrow-up {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0075C9;
    top: -10px;
}
.language-switcher a.selected {
    font-weight: bold;
    background-image: url(https://branch.io/img/assets/icons/language-selected.svg);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    position: relative;
}
.language-switcher a:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.globe-icon .language-switcher {
	top: 40px;
    left: auto;
    right: -87px;
}
.globe-icon .language-arrow-up {
	
}
.globe-icon {
	padding-left: 10px !important;
	padding-right: 19px;
	top: 5px;
	position: relative;
}
.tag-wrapper {
	background: linear-gradient( 135deg, #004876 0%, rgba(54,8,216,0) 70%),linear-gradient( 25deg, #333E48 5%, rgba(1,226,160,0) 80%),linear-gradient( 315deg, #004876 35%, rgba(7,143,200,0) 80%),linear-gradient( 245deg, #004876 100%, rgba(5,148,201,0) 70%);
}
@media (max-width: 1340px) {
	.globe-icon .language-arrow-up {
		right: 11px;
		left: auto;
	}
	.globe-icon .language-switcher {
		right: -20px;
	}
}

@media (max-width: 767px) {
	.globe-icon {
		display: none !important;
	}
	.top-menu .nav-menu > ul li.request {
		display: none !important;
	}
}

@media (max-width: 500px) {
	.top-menu .nav-menu > ul > li > a {
		font-size: 13px !important;
	}
}

@media (max-width: 420px) {
	.right_menu .nav-menu .request {
		display: none !important;
	}
}