﻿/*#region SharePoint & Bootstrap Resets */
#s4-bodyContainer {
	padding-bottom: 0;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item, 
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit, 
.ms-core-listMenu-heading, 
.ms-tv-header {
	font-family: 'Open Sans', sans-serif;	/* Left Nav */
}

.btn,
.btn:hover,
.btn:visited {
	border-radius: 0;
	background-color: #006685;
	color: #FFF;
}

/* Adjust font size slightly for iPad V2 for the button. */
@media (min-width: 768px) and (max-width: 992px) {
   .btn {font-size: .875em;}
}

/*#endregion*/


/*#region Globals */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 120%;
}

h3 {
    margin: 0 0 10px;
    font-weight: 600;
}

a {
    color: #464646;
    line-height: 222%;    
}

a:hover,
a:focus,
a:visited {
    color: #2185a2;
}

.container-fluid-bleed {
	padding: 0;
}
/*#endregion*/


/*#region Alert */
.alert {
    margin-bottom: 0;
    padding: 14px;
    background-color: #D90000;
    color: #FFF;
    font-weight: 600;
    border: 0;
    border-radius: 0;    
}

.alert .close {
    opacity: 1;
    right: 0;
    color: #FFF;
    line-height: inherit;
}
/*#endregion*/


/*#region User Info */
.user-info {
    padding: 5px;
    color: #000;
    float: left;
    font-size: 11px;   
    border-right: 1px solid #CACAD9;
}

.user-home-icon  {
	padding-top:20px;
	margin-left:5px;
	width: 25px;
    color: #FFF;
    float: left;
    font-size: 11px;
    
    border-right: 1px solid #fff;
    position:absolute;
    z-index:55;
    min-height:50px;
}

.user-info .dropdown {
    display: inline;
}

.user-info .dropdown a {
    color: #000;
}

.user-info-contact {
    float: right;
    border-left: 1px solid #CACAD9;
    padding: 5px;
    color: #000;
    font-size: 11px;
}

.ms-welcome-root {
	height: 25px;
	padding: 0;
}

.ms-welcome-root > a.ms-core-menu-root, 
.ms-signInLink {
	color: #000;
}

body, 
.ms-core-defaultFont, 
#pageStatusBar, 
.ms-status-msg, 
.js-callout-body {
	font-family: 'Open Sans', sans-serif;

}
.ms-welcome-hover {
	border-right: 0;
	text-decoration: underline;
}
.user-info .sign-in {
	display: inline;
}
/*#endregion*/


/*#region Top Navigation */
#header {
	background-color: #006685;
	box-shadow: 0 1px 3px #000;
	position: relative;
	z-index: 1;
}

.navbar-top {
	background-color: #006685;
	border-color: #e7e7e7;
	min-height: 70px;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	font-weight: 600; 
	z-index: 5;	
}

@media (max-width: 640px) {
	.navbar-top {
		/*testing*/
		padding-left:20px;
	}
}

.navbar-brand {
	padding: 0;
	margin: 16px 15px 0 0;
}

/* First Level */
#topnavbar .nav li.static > .menu-item, 
#topnavbar .nav li.static > .menu-item {
	color: #FFF;
	padding: 28px 12px;
	height: 70px;
}

#topnavbar .nav li.static > .menu-item:hover, 
#topnavbar .nav li.static > .menu-item:link:hover,
#topnavbar .nav li.static.shown > .menu-item {
	color: #006685;
	background-color: #FFF;
	
}

	/* Second Level */
	#topnavbar .dynamic .ms-core-listMenu-item, 
	#topnavbar .dynamic .ms-core-listMenu-item:link {
		color: #006685;
	}
	
	#topnavbar .dynamic .ms-core-listMenu-item:hover, 
	#topnavbar .dynamic .ms-core-listMenu-item:link:hover {
		background-color: #006685;
		color: #FFF;
	}
	
	#topnavbar ul.dynamic {
		margin-top: 21px;
	}

#topnavbar .nav ul.dynamic > li.dynamic-children > ul {
	margin-top: -1px;
}

/* Dropdown Arrow Replacement */
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	background-image: none;	/* Hide OOTB dropdown arrow */
	padding-right: 0;
}

.ms-core-listMenu-horizontalBox .additional-background.dynamic-children:after {
	/* Define a custom dropdown arrow with CSS */
	display: inline-block;
	margin-left: 6px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';	
}

/* Dropdown Arrow - Second Level */
#topnavbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
	background-image: none;
}

.ms-core-listMenu-horizontalBox .dynamic .additional-background.dynamic-children:after {
	/* Define a custom dropdown arrow with CSS */
	display: inline-block;
	margin-left: 6px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: '';	
}

/* Mobile Menu Icons */
.navbar-toggle {
	margin-top: 18px;
	border: 0;
	color: #FFF;
}

.navbar-toggle-extra {
	margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #FFF;
	color: #006685;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #006685;
}

.navbar-collapse {
	border: 0;
}

/* Mobile Search Box */
.navbar-collapse-search {
	max-height: 340px;
	padding: 0 15px 15px;
	overflow-x: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
	box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px inset;
	clear: both;
}

.navbar-collapse-search .ms-srch-sb {
	display: block;
}

.navbar-collapse-search .search-box input {
	width: 100%;
}

.search-box .ms-srch-sb > .ms-srch-sb-navLink {
	display: none;
}

/* Hide "Edit Link" box */
#topnavbar .nav ul.root > li.ms-navedit-editArea {
	display: none;	
}

.search-box input {
	background-color: #FFF;
	height: 34px;
	margin: 18px 0 0 0;
	padding-left: 8px;
	width: 275px;
}

.ms-srch-sb-searchLink {
	display: none;
}

.ms-srch-sb-border,
.ms-srch-sb-border:hover,
.ms-srch-sb-borderFocused {
	border: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.search-box input {
		width: 130px;
	}
}

@media (min-width: 768px) {
	.container {
	padding-left:15px;
	padding-right:10px;
	width:auto;
	}
}

.container {
	padding-left:20px;
}

@media (min-width: 992px) {
	.row {
		padding-left:15px;
		padding-right:15px;
	} 
}

@media (min-width: 992px) {
	.search-box input {
		width: 275px;
	} 
}
/*#endregion*/


/*#region Sections */
section {
	padding: 40px 0; 
}

.section-header {
	text-align: center;
	margin: 0 0 40px; 
}

.section-header h1 {
	font-weight: 100;
	font-size: 42px;
	color: #000;
	margin: 0 0 5px; 
}

.section-header h2 {
	font-weight: 400;
	font-size: 14px;
	color: #424251;
	margin: 0; 
}

.section-accent {
	background-color: #006685;
}

.section-accent h1,
.section-accent h2 {
	color: #FFF;
}
/*#endregion*/


/*#region Cards */
.card {
	display: block;
	border: 1px solid #ececfb;
	margin-bottom: 30px;
	text-align: center; 
	background-color: #ECECFB;
}

.card:before {
	content: '';
	height: 4px;
	background-color: #006685;
	display: block;
}

.card-body {
	padding: 15px;
}

.card-body img {
}

.card:hover {
	text-decoration: none; 
}

.card i {
	margin-bottom: 30px;
	font-size: 100px; 
}

.card h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
}

.card p {
	color: #000;
	line-height: 146%;
	width: 80%;
	margin: 0 auto; 
}

.card-link {
	margin-top: 30px;
}

.card-body .ms-formdescription a {
	display: none;	/* hide form descriptions inside of cards when page is in edit mode */
}
/*#endregion


/*#region Footer */
footer {
	background-color: #006685;
	color: #FFF;
	padding: 30px; 
}
  
footer h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600; 
	color: #FFF;
}

footer span,
footer a,
footer a:hover,
footer a:visited {
	color: #dadaea;
	font-size: 11px;
	line-height: 166%; 
}

footer .logo {
	margin-top: 15px; 
}
/*#endregion*/


/*#region Edit Mode */
.ms-formfieldvaluecontainer input,
.ms-formfieldvaluecontainer textarea {
	width: 100%;
	padding: 0;
	border: 0;
}
/*#endregion*/

/*#region Suite Bar - Hiding top level elements. */
.ms-core-brandingText {
	display:none;
}

#ms-help {
	display:none;	
}

#RibbonContainer-TabRowRight {

	display:none !important;
}

#welcomeMenuBox {
	display:none;
}

/*
#suiteBar
{

}

#s4-ribbonrow
{
	
}

#suiteBarLeft
{
	display:none;	
}
#suiteBarButtons
{
	
}*/
/*endregion*/