/* custom-css goes here */
  
@font-face {
    font-family: 'DINReg';
    src: url('/themes/thwack/webfonts/DINWeb.eot');
    src: url('/themes/thwack/webfonts/DINWeb.eot?#iefix') format('embedded-opentype'),
         url('/themes/thwack/webfonts/DINWeb.woff') format('woff'),
         url('/themes/thwack/webfonts/DINComp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINReg';
    src: url('/themes/thwack/webfonts/DINWeb-Bold.eot');
    src: url('/themes/thwack/webfonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('/themes/thwack/webfonts/DINWeb-Bold.woff') format('woff'),
         url('/themes/thwack/webfonts/DINComp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
background: url('/themes/thwack/images/bg-body.jpg') repeat scroll 0 0 #9E9D95;
color: #333333;
font: 12px/1.25 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
min-width: 1130px;
padding: 0 30px !important;
width: inherit !important;
}

a:link, a:visited, a:focus {
color: #003EE0;
}

a:hover {
color: #37A7FF;
text-decoration: none;
}

h1, h2, h3, h4 {
font-family: DINReg,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
text-transform: uppercase;
}

#j-header-wrap {
background: url('/themes/thwack/images/search-bg.jpg') repeat-x center 20px;
margin: 0 -30px;
padding-bottom: 0;
}

#j-header {
background: url('/themes/thwack/images/search-bg.jpg') repeat-x center 20px #FFFFFF;
margin: 0 30px;
height: 199px;
-webkit-box-shadow: 0 0 5px 1px #222222;
-moz-box-shadow: 0 0 5px 1px #222222;
box-shadow: 0 0 5px 1px #222222;
}

#j-search-visor {
	margin-right: 10px;
}

/* TRANSLATION HEADER */

#jive-global-header {
background: #000;
margin: -10px -30px 0;
height: 36px;
padding: 0 30px;
-webkit-box-shadow: 0px 3px 4px 1px #000;
-moz-box-shadow: 0px 3px 4px 1px #000;
box-shadow: 0px 3px 4px 1px #000;
}

.thwack-floating-link-visible,
.thwack-floating-link {
  position: absolute;
  height: 20px;
  width: 20px;
  background: black;
  opacity: 0.01;
  display: block;
  top: 0px;
  left: 0px;
}

.thwack-floating-link-visible {
  border: solid 1px Red !important;
  background: transparent !important;
  opacity: 1 !important;
}


.solwarwinds-logo { /* KEEP THE TYPO */
background: url('/themes/thwack/images/solarwinds-logo.png') no-repeat scroll 0 0 transparent;
float: right;
height: 39px;
margin-top: 1px;
text-indent: -9999px;
width: 108px;
  position: relative;
  top: 72px;
  right: 7px;
}

/* HEADER LOGO WRAP */

#header-logo-wrapper {
height: 73px;
position: relative;
top: 14px;
left: 15px;
float: left;
font-size: 10px;
font-weight: bold;
font-style: italic;
color: #FFFFFF;
z-index:100;
}

#header-thwack-link {
  position: absolute; 
  height: 70px;
  width: 164px;
  top: 18px;
  left: 0px;
  background-color: black;
  opacity: 0.01;
}

#header-swdc-link {
  position: absolute; 
  top: -5px;
  left: 0px;
  width: 60px;
  height: 20px;
  background-color: black;
  opacity: 0.01;
}

#header-logo-wrapper .sub {
margin-top: -5px;
padding-left: 6px;
position: absolute;
top: 70px;
left: 50px;
}

#header-logo-wrapper a {
color: #ff9933;
}

/* GLOBAL NAV */

#j-globalNav {float: right;}

#j-globalNav-bg {
background: url('/themes/thwack/images/nav-bg.png') repeat-x center #EEEEEE;
position: relative;
top: 8px;
margin: 0 -8px;
height: 45px;
z-index: 10;
-webkit-box-shadow: 0 0 13px -1px #444444;
-moz-box-shadow: 0 0 13px -1px #444444;
box-shadow: 0 0 13px -1px #444444;
clear: both;
}

.j-globalNav>li {
text-transform: uppercase;
font-weight: bold !important;
text-shadow: none;
font-family: DINReg,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
height: 36px !important;
line-height: 27px !important;
background: none;
margin: 5px 0;
list-style-type: none;
display: block;
float: left;
}

.j-globalNav>li>a.j-globalNavLink,
.j-globalNav li.active .j-globalNavLink,
.j-globalNavLink:link, .j-globalNav .j-globalNav-li.j-nav-create a.j-globalNavLink,
.j-globalNav li.j-globalNav-li.active .j-globalNavLink {
color: #333;
text-shadow: none;
}

.j-globalNavLink:hover,
.j-globalNav>li>a.j-globalNavLink:hover,
.j-globalNav > li.j-globalNav-li > a.j-globalNavLink:hover,
.j-globalNav > li.j-globalNav-li > a.j-globalNavLink:focus,
.j-globalNav>li>a.j-globalNavLink .nav-link:hover {
color: #ff9933;
}

.j-globalNav>li.j-nav-create a.j-globalNavLink {
background: none;
}

ul .j-nav-create .j-globalNavLink:active span.nav-link,
ul .j-nav-create .j-globalNavLink.active span.nav-link {
background: none;
color: #ff9933;
}

.j-create-icon {
background-position: -104px -277px;
}

#j-globalNav .j-ui-elem.j-nav-more {
background-position: -49px -433px;
}

#navCreate .nav-link .j-create-icon {
	display: none !important;
}


#jive-nav-link-getting-started {
padding-right: 8px;
border-right: 1px solid #BBB;
}

#jive-nav-link-getting-started .j-globalNavLink {
padding: 0 8px;
}

.j-globalNav li#jive-nav-link-getting-started .nav-link {
background-image: url('/themes/thwack/images/get-started-home-icon.png');
text-indent: -9999px;
display: block;
height: 37px;
width: 115px;
}

#jive-nav-link-browse {
/* border-left: 1px solid #BBB; */
}

#jive-nav-link-work, #jive-nav-link-conx, #jive-nav-link-places, #mobile-menu {
display:none;
}
#jive-nav-link-home a.j-globalNavLink {display: none}

#j-globalNav .j-ui-elem.j-nav-more {
background-position: -71px -373px;
background-image: url('/themes/thwack/images/j-ui-sprite.png');
margin-left: 5px;
}

#jive-nav-link-apps {
/* display: none; */
}

/* SAT NAV */

#j-satNav-wrap {
top: -140px;
}

#j-satNav-indicator .j-update-count {
	left: -38px; 
}

/* THWACK CUSTOM NAV */

#thwack-header-nav-links {
position: relative;
top: 3px;
left: 35px;
max-width: 980px;
min-height: 111px;
}

@media all and (min-width: 1300px) {
  #thwack-header-nav-links {
    position: relative;
    top: 3px;
    left: 35px;
    left: -404px;
    width: 808px;
    margin-left: 50%;
  }
}

#thwack-header-nav-links > li > a {
display: inline-block;
height: 110px;
width: 115px;
text-indent: -9999px;
}

#thwack-header-nav-links li {
list-style-type: none;
background-image: url('/themes/thwack/images/thwack-nav-sprite-v3.png');
float: left;
}

#thwack-nav-opt1 {
height: 110px;
width: 115px;
background-position: -50px -40px;
}
#thwack-nav-opt2 {
height: 110px;
width: 115px;
background-position: -183px -40px;
}
#thwack-nav-opt3 {
height: 110px;
width: 115px;
background-position: -316px -40px;
}
#thwack-nav-opt4 {
height: 110px;
width: 115px;
background-position: -449px -40px;
}
#thwack-nav-opt5 {
height: 110px;
width: 115px;
background-position: -582px -40px;
}
#thwack-nav-opt6 {
height: 110px;
width: 115px;
background-position: -715px -40px;
}
#thwack-nav-opt7 {
height: 110px;
width: 115px;
background-position: -848px -40px;
}
#thwack-nav-opt8 {
height: 110px;
width: 2px;
background-position: -972px -40px;
}
#thwack-nav-opt1:hover {
background-position: -50px -148px;
}
#thwack-nav-opt2:hover {
background-position: -183px -148px;
}
#thwack-nav-opt3:hover {
background-position: -316px -148px;
}
#thwack-nav-opt4:hover {
background-position: -449px -148px;
}
#thwack-nav-opt5:hover {
background-position: -582px -148px;
}
#thwack-nav-opt6:hover {
background-position: -715px -148px;
}
#thwack-nav-opt7:hover {
background-position: -848px -148px;
}

#thwack-header-nav-links ul {
	display: none;
}

#thwack-header-nav-links li:hover > ul {
	display: block;
}

#thwack-header-nav-links ul {
    border: 10px solid #eee;
	background: #ffffff; border-radius: 0px; padding: 10px 0;
	position: absolute; top: 108px; z-index:1000;
        min-height: 360px;
}
#thwack-header-nav-links ul#jive-nav-thwack-opt2-menu {
  min-height: 220px;
  width: 400px;
}
#thwack-header-nav-links header {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
#thwack-header-nav-links ul li {
		float: none;
		height: 15px;
		position: relative;
		padding: 5px 20px;
	}

#thwack-header-nav-links ul li.two-col-container {
       float: none;
       display: inline-block;
       padding: 0px 30px 8px 20px;
       position: relative;
       height: initial;
       background-color: white;
       background-image: initial;
       vertical-align: text-top;
}

#thwack-header-nav-links ul li.two-col-container a.two-col-link {
       display: block;
       padding-top: 10px;
}

#jive-nav-thwack-content-exchange-menu.j-quick-menu h4,
#jive-nav-thwack-feature-request-menu.j-quick-menu h4 {
font-size: 14px;
}

li.haschild > a {
font-weight: bold;
}
.haschild ul li {
list-style: none;
padding-left: 20px !important;
}

.haschild > a.open {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAa0lEQVR42mP4TwJgABGzZ8/4HxMdihNPnzYZofjnzx//KytKsCosKy38/+PHD4RiEHj69Mn/lORYFIVJibH/Hz9+hOoMGDhy5BCK4gMH9mG6GRnMnTMT4s7pU7B7EBmA3D9l8gS4O/EqxgcAvi4qYPkOycAAAAAASUVORK5CYII=');
background-repeat: no-repeat;
padding-left: 20px;
background-position-y: 3px;
background-position-x: -1px;
}
.haschild > ul {
display: none;
}
.haschild > a:hover {
text-decoration: none;
}
.haschild > a.open ul {
display:block;
}
.haschild > ul li a{
font-size: 12px;
}
.haschild >a{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAZElEQVR42mOYOXPa/+/fv//HBhhiokP/l5UW/n/8+BF2SRBOSoz9f+jgfuySMAyy5ufPH9glQXjSxD7sknPnzgLq/IkqmZIc+//okcOYdlaUF/9/+vQJpmtBxvz69Qu7P//jAQAYeOKwGElA2gAAAABJRU5ErkJggg==');
background-repeat: no-repeat;
padding-left: 15px;
background-position-y: 2px;
background-position-x: 1px;
color: #333;
font-family: 'DINReg';
text-transform: uppercase;
}


/* ALERTS */

#jive-alert {
background-color: #414039 !important;
margin: 15px -20px 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

#j-anncmt-previous, #j-anncmt-next {
	color: white !important;
}

.j-body-home #jive-alert {
margin: -20px -20px 20px;
}

.jive-alert-announcement-label {
color: #FB6700;
}

.jive-alert-header .jive-alert-title,
.jive-alert-header .jive-alert-title a {
color: #FD862A;
}

.jive-alert-content {
color: #FFFFFF;
font-size: 14px;
}

.jive-alert-content a {
color: #FD862A;
}

.jive-alert-details {
font-size: 10px;
margin-top: -7px;
}

#jive-alert-counter {
background-color: transparent;
}

#jive-alert-counter-display {
color: #999;
}

.jive-alert-type {
padding: 10px 20px;
}

/* CONTAINER */

#j-main {
background-color: #FFFFFF;
padding: 20px;
-webkit-box-shadow: 0 2px 5px 1px #333333;
-moz-box-shadow: 0 2px 5px 1px #333333;
box-shadow: 0 2px 5px 1px #333333;
padding-bottom: 35px;
margin-bottom: -30px;
z-index:0;
}

#jive-body {
margin-bottom: 20px;
}

/* PAGE HEADER */

.j-body-place #jive-body>header.j-page-header {
background: #fdfdfd;
border-bottom: 2px solid #D8DADC;
}

.j-placeNavBg, .j-place-button {
background: #444444;
opacity: 1;
}

.j-placeHeaderInner, .j-placeTitle a.j-placeName {
color: #444444;
}


#jive-body>header.j-page-header h1 {
margin-top: 2px;
}

#jive-body > header.j-page-header h1 a {
color: #ff9933;
line-height: 28px;
}

.j-body header.j-page-header>h1 .j-page-header-parent {
font-size: 16px;
}

.j-placeTitle .j-page-header-parent {
font-weight: normal;
}

.j-body header.j-page-header #j-place-header-actions {
margin-top: 0;
}

.j-page-header .j-context-more,
.j-context .j-context-more {
background-image: url('/themes/thwack/images/j-ui-sprite.png');
background-position: -1px -373px;
}

.j-page-header .j-context-more:active,
.j-context .j-context-more:active,
.j-page-header .j-context-more:focus,
.j-context .j-context-more:focus {
background-position: -1px -373px;
}

.j-page-header #social-icons {
margin-top: 6px;
}

/* WIDGETS */

.jive-widget {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
margin-bottom: 20px;
}

.j-box.j-enhanced header,
.jive-widget .jive-box-header {
background-color: #7B7A6F;
padding: 10px 12px 5px;
border-bottom: 2px solid #898880;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.jive-widget .jive-box-header h4 {
color: #FFFFFF;
text-shadow: none;
font-size: 16px;
}

.j-bookmark-install {
display:none;
}

.n4jive_widget .n4jive_sidebar_leader_content h4 {
width: 35px !important;
letter-spacing: -.08em !important;
text-transform: lowercase;
}
.nitro4x_store .nitro4x_front_side .nitro4x_bg_whitebox .nitro4x_award_desc {
overflow-y: hidden !important;
}

/* RECENT CONTENT WIDGET */

.jive-widget-recentcontentwidget .content-large .jive-table-recentcontent {
margin: -7px 0 10px;
}

.jive-table-recentcontent tr.jive-table-row-odd td,
.jive-table-recentcontent tr.jive-table-row-even td,
.jive-table-recentcontent tr td {
background-color: transparent;
border-bottom: 1px dashed #333;
}

.jive-table-recentcontent table tbody td.jive-table-cell-avatar {
width: 160px;
}

.jive-table-recentcontent .jive-avatar {
border: 1px solid #777;
margin-right: 5px;
}

.jive-table-recentcontent .j-status-levels img {
float: none !important;
}

.jive-table-recentcontent table tbody td.jive-table-cell-avatar .jive-username-link {
color: #333;
font-weight: bold;
font-size: 11px;
}

.jive-table-recentcontent table tbody td.jive-table-cell-title {
vertical-align: middle;
padding: 0;
}

.jive-table-recentcontent table tbody td.jive-table-cell-title .thwack-table-cell-title {
border-left: 1px solid #E7E7E7;
border-right: 1px solid #E7E7E7;
padding: 10px;
margin: 14px 0;
}

.jive-table-recentcontent td.jive-table-cell-title a {
font-weight: normal;
font-size: 16px;
}

.jive-table-recentcontent td.jive-table-cell-title span {
font-size: 11px;
color: #333;
}

.jive-table-recentcontent td.jive-table-cell-title span a {
font-weight: bold;
color: #333;
font-size: 11px;
}

.jive-table-recentcontent table tbody td.thwack-table-cell-date {
vertical-align: middle;
padding: 0 10px;
font-size: 11px;
width:100px;
}

.jive-table-recentcontent table tbody td.jive-table-cell-type {
padding: 20px 0;
}
/* POPULAR CONTENT WIDGET  */
.jive-widget-popularcontentwidget .jive-table-recentcontent table tbody td.jive-table-cell-type {
 padding: 20px 0;
 padding-right: 6px;
}
.jive-widget-popularcontentwidget .jive-table-recentcontent table tbody td.jive-table-cell-avatar {
 /*width: 30px;*/
}

/* DOCUMENT HEADER */

.j-doc .jive-content header h1 .jive-icon-big {
top: 0;
}

/* FOOTER */

#j-footer {
height: 12px;
background: none repeat scroll 0 0 #43423B;
color: #FFF;
padding: 15px;
top: -12px;
/* z-index: 999; */
}

#j-footer .j-footer-nav {
	font-size: 11px;
	padding: 0;
}

#j-footer #j-footer-poweredBy {
	margin-top: -2px;
	font-size: 11px;
}

#j-footer #j-footer-poweredBy img {
	margin: 0 5px -11px 7px
}

#j-footer a {
color: #FF9933;
}

/* BROWSE PAGE FIXES */

.j-content-thumb header a {
padding-top: 8px;
height: 36px;
}

/* FIX FOR CREATE DISCUSSION: HIDE PUBLIC USER CONTAINER */

#thwack-publishbar-option-all {display:none;}


/* CHANGE STYLING OF STORE ITEMS */

.nitro4x_store .nitro4x_bg_greyout {
  background: transparent;  
}

.nitro4x_store .nitro4x_bg_greyout .nitro4x_lock_icon {
  top: 222px;
  right: 10px;
}

.nitro4x_store .nitro4x_bg_greyout .nitro4x_not_available_txt {
 top: 273px; 
 left: 14px; 
 height: 10px; 
 width: 122px; 
 padding: 0; 
 font-size: 10px; 
 line-height: 10px; 
 font-weight: normal; 
 color: Orange; 
 display: block; 
 overflow: hidden; 
 background-color:transparent; 
 text-align: left; 
 box-shadow:none; 
 --webkit-box-shadow: none; 
 --ms-box-shadow: none;
}

/* OVERVIEW PAGE NAVIGATION STYLING */
@font-face {
	font-family: 'thwack-nav-icons-v3';
	src:url('/themes/thwack/webfonts/thwack-icons-v3.eot?-drad1w');
	src:url('/themes/thwack/webfonts/thwack-icons-v3.eot?#iefix-drad1w') format('embedded-opentype'),
		url('/themes/thwack/webfonts/thwack-icons-v3.woff?-drad1w') format('woff'),
		url('/themes/thwack/webfonts/thwack-icons-v3.ttf?-drad1w') format('truetype'),
		url('/themes/thwack/webfonts/thwack-icons-v3.svg?-drad1w#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'thwack-nav-icons-v2';
	src:url('/themes/thwack/webfonts/thwack-icons-v2.eot?-jrqkvn');
	src:url('/themes/thwack/webfonts/thwack-icons-v2.eot?#iefix-jrqkvn') format('embedded-opentype'),
		url('/themes/thwack/webfonts/thwack-icons-v2.woff?-jrqkvn') format('woff'),
		url('/themes/thwack/webfonts/thwack-icons-v2.ttf?-jrqkvn') format('truetype'),
		url('/themes/thwack/webfonts/thwack-icons-v2.svg?-jrqkvn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'thwack-nav-icons';
	src:url('/themes/thwack/webfonts/thwack-icons-v1.eot?rwlp2c');
	src:url('/themes/thwack/webfonts/thwack-icons-v1.eot?#iefixrwlp2c') format('embedded-opentype'),
		url('/themes/thwack/webfonts/thwack-icons-v1.woff?rwlp2c') format('woff'),
		url('/themes/thwack/webfonts/thwack-icons-v1.ttf?rwlp2c') format('truetype'),
		url('/themes/thwack/webfonts/thwack-nav-icons-v1.svg?rwlp2c#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="thwack-nav-icon-"], [class*=" thwack-nav-icon-"] {
	font-family: 'thwack-nav-icons-v3';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.thwack-nav-icon-global-nav-product-roadmaps:before {
	content: "\e60e";
}

.thwack-nav-icon-global-nav-thwack-talk:before {
	content: "\e60f";
}

.thwack-nav-icon-global-nav-database-management:before {
	content: "\e610";
}

.thwack-nav-icon-help:before {
	content: "\e611";
}

.thwack-nav-icon-global-nav-security:before {
	content: "\e612";
}

.thwack-nav-icon-global-nav-systems-management:before {
	content: "\e613";
}

.thwack-nav-icon-global-nav-network-management:before {
	content: "\e614";
}

.thwack-nav-icon-global-nav-product-forums:before {
	content: "\e615";
}

.thwack-nav-icon-logo:before {
	content: "\e616";
}

.thwack-nav-icon-script:before {
	content: "\e617";
}

.thwack-nav-icon-alert:before {
	content: "\e600";
}

.thwack-nav-icon-how-to:before {
	content: "\e618";
}

.thwack-nav-icon-beta:before {
	content: "\e601";
}

.thwack-nav-icon-blog:before {
	content: "\e602";
}

.thwack-nav-icon-contex:before {
	content: "\e603";
}

.thwack-nav-icon-discuss:before {
	content: "\e604";
}

.thwack-nav-icon-doc:before {
	content: "\e605";
}

.thwack-nav-icon-event:before {
	content: "\e606";
}

.thwack-nav-icon-feature:before {
	content: "\e607";
}

.thwack-nav-icon-rc:before {
	content: "\e608";
}

.thwack-nav-icon-report:before {
	content: "\e609";
}

.thwack-nav-icon-roadmap:before {
	content: "\e60a";
}

.thwack-nav-icon-sdk:before {
	content: "\e60b";
}

.thwack-nav-icon-ux:before {
	content: "\e60c";
}

.thwack-nav-icon-video:before {
	content: "\e60d";
}



.thwack-nav {
  background-color: White;
  color: White;
}

.thwack-nav .nav-title {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  border-bottom: solid 3px #f9a233;
  display: none;
}

.thwack-nav section {
}

.thwack-nav .thwack-nav-section-title {
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 9px;
  padding-right: 30px;
  color: #ff9933;
  border-bottom: solid 1px #aaa;
  margin-bottom: 7px;
}


.thwack-nav ul {
  margin-bottom: 20px;
}

.thwack-nav li {
  list-style-type: none;
  position: relative;
  height: 44px;
  display: inline-block;
  width: 33.2%;
  margin-right: 1px;
  margin-bottom: 1px;
}

.thwack-nav li span.placeholder,
.thwack-nav li a {
  color: Black;
  position: relative;
  height: 24px;
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

.thwack-nav li a:hover {
  color: #ff9933;
}

.thwack-nav li a .thwack-nav-link-icon {
  font-size: 23px;
  margin-right: 12px;
  line-height: 23px;
  position: absolute;
  left: 0;
}

.thwack-nav li a .thwack-nav-link-text {
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
  top: 3px;
  height: 20px;
  overflow: hidden;
  left: 35px;
}


@media all and (min-width: 1800px) {

  .thwack-nav li {
    list-style-type: none;
    position: relative;
    height: initial;
    display: inline-block;
    width: 19%;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .thwack-nav li span.placeholder,
  .thwack-nav li a {
    color: Black;
    position: relative;
    display: block;
    margin-top: 10px;
    width: 100%;
    overflow: initial;
    text-align: center;
    height: initial;
  }

  .thwack-nav li a:hover {
    color: #ff9933;
  }

  .thwack-nav li a .thwack-nav-link-icon {
    font-size: 48px;
    display: block;
    left: 0;
    position: relative;
    margin: auto;
    line-height: normal;
    margin-bottom: 7px;
  }

  .thwack-nav li a .thwack-nav-link-text {
    text-transform: uppercase;
    font-size: 18px;
    overflow: initial;
    top: 0;
    display: block;
    position: relative;
    left: 0;
  }

}


