﻿/**Enter Custom CSS Below **/
#Related{
                    display: inline-block;
                    padding: 20px;
                }
#item-image{
    margin-bottom: 20px;
}
#Facebook{
    height: 505px; /** fixes resize problems with FaceBook social media widget **/
}
.menu-item-text, .level1, .level2, .mainnavbar a{
	color: #666;
}
.menu-item-text:hover, .menu-item-text:active, .level1:hover, .level1:active{
	color: #999;
}
.ms-core-listMenu-horizontalBox, #ctl00_PlaceHolderTopNavBar_TopNav{
	background-color: #000;
}
.ms-core-listMenu-root{
	padding: 0px;
}
ul.dynamic{
	background-color: #222;
}
li.dynamic{
	list-style:none;
}
.ms-core-listMenu-horizontalBox .additional-background.dynamic-children{
padding-right: 20px;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item{
margin-right: 20px;
}

.navbar-collapse{
padding-right: 0px;
padding-left: 0px;
max-height: none;
}
.ms-listMenu-editLink{
	display: none !important;
}
#navbarLinks>a{
	display:none;
}
#DeltaPlaceHolderSecondaryNav{
	font-size: 0.9em;
	font-weight: normal;
}
#DeltaPlaceHolderSecondaryNav ul{
	padding-left: 10px !important;
}
#GooglePlus div, #Twitter div{
width: 100%;
}
#GooglePlus p, #Twitter p, #LinkedIn p, #FaceBook p{
	display: none;
}
#LinkedInSnippet p{
	display: block;
}
a.popout, a.static{
	margin-right: 15px;
}
a.popout-dynamic{
background-position: right center;
padding-right: 14px;
}
ul.level1, ul.static{
	float: inherit !important;
	margin-top:10px;
	padding-left: 20px;
	padding-right: 20px;
}
ul .level2{
	padding-bottom: 10px;
	min-width: 250px;
	margin-top: 10px;
}
ul .level2 li{
	margin-top: 0px;
	white-space: nowrap;
}
ul .level2 a{
	display: block;
}
ul .level3{
	left: auto !important; top: 0px !important; position: relative !important; font-size: 14px; display: block !important; border: 0; background-color: #333; white-space: nowrap;
}
ul .level3 li, ul .level3 a{
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
	#ctl00_PlaceHolderTopNavBar_TopNav img.icon { border-style:none;vertical-align:middle; }
	#ctl00_PlaceHolderTopNavBar_TopNav img.separator { border-style:none;display:block; }
	#ctl00_PlaceHolderTopNavBar_TopNav img.horizontal-separator { border-style:none;vertical-align:middle; }

	#ctl00_PlaceHolderTopNavBar_TopNav ul.dynamic { z-index:1; }
	#ctl00_PlaceHolderTopNavBar_TopNav a.popout { background-image:url("/_layouts/15/images/menu-down.gif?rev=23");background-repeat:no-repeat;background-position:right center;padding-right:14px; display: block; }

.socialIcon{
	color: white;
}
.socialIcon div{
	display: inline-block !important;
}
.socialIcon p, .socom-social-media p{
	display: none;
}
/** Enter Custom media queries below **/

/* responsive - Larger that iPad 2 Landscape */
@media (min-width: 1025px) {
}

/** Breakpoints for bootstrap **/
@media (max-width: 1024px) {
ul .level2 li{
	white-space: normal;
}
ul .level3{
	white-space: normal;
}
.ms-core-listMenu-horizontalBox{
	float:none !important;
}
ul.level1, ul.static{
	display: block !important;
}
}
@media (max-width: 768px) {
.container {max-width: none !important; width: 100%;}
}
@media (max-width: 500px) {
#SearchBox{
width: 100% !important;
height: 100%;
background-color: transparent !important;
display: inline-block !important;
position: relative !important;
text-align: center;
padding-top: 10px;
}
}
  
