@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@media (min-width: 768px) {
    .login-separator-bp {
        border-left: 1px solid #1E3661;
		padding-left: 50px;
    }
}

@media (min-width: 768px) {
    .login-separator-ial {
        border-left: 1px solid #F3792B;
		padding-left: 50px;
    }
}

/*
	#siteMap ul {
		list-style: none;
		margin-left: 16px;
		padding: 5px 0px;
	} 
	
	#siteMap ul li::before {
		content: "\2022";
		display: inline-block; 
		width: 1em;
		position: relative;
		margin-left: -16px;
		padding: 2px;
	} 
	
	#siteMap ul ul {
		list-style: none;
		padding-left: 1em;
	}

	#siteMap ul ul li::before {
		content: "-";
		display: inline-block;
		width: 0.5em;
		position: relative;
		margin-left: -5px; 
	} 

	.topic-front-border-color-override {
		background-color: #000000 !important;
	}

	#pageHeaderDrop {
		margin-top: 350px;
	} 
	
	@media only screen and (max-width: 500px) {
		
		#pageHeaderDrop {
			top: -200px;
		}	
		
		#pageHeaderDropReports {
			top: -100px;
		}
		
		
		#pageHeaderDrop {
			min-height: 70px;
		}
		
		#pageHeaderDropReports {
			min-height: 70px;
		} 
	}

	#boxContainer {
	}
	
	#boxContainer td {
		vertical-align: top;
	}
	
	#box {
		width: 275px;
		margin: 0px 20px 20px 0px;
		height: 100%;
		overflow: hidden;
	}
	
	#box .textBlue {
		color: #053264;
	}
		
	#box .backgroundBlue {
		background-color: #053264;
	}
	
	#box .textGold {
		color: #ccaf0a;
	}
		
	#box .backgroundGold {
		background-color: #ccaf0a;
	}
	
	#box .textGreen {
		color: #8cadae;
	}
		
	#box .backgroundGreen {
		background-color: #8cadae;
	}
	
	#box .textGrey {
		color: #7e848d;
	}
		
	#box .backgroundGrey {
		background-color: #7e848d;
	}
	
	#box .textBrown {
		color: #9e9273;
	}
		
	#box .backgroundBrown {
		background-color: #9e9273;
	}
	
	#box .textDarkGreen {
		color: #748560;
	}
		
	#box .backgroundDarkGreen {
		background-color: #748560;
	}
	
	#box #boxHeader {
		color: #FFFFFF; 
		padding: 0px 15px;
		font-size: 18px;
		overflow: hidden;
		font-weight: bold;		
		text-align: center;
		height: 70px;
		font-family:'Open Sans',sans-serif;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#box .subHeader {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#box #boxLogo {
		float: left;
		height: 70px;
		width: 70px;
		margin: 0 auto;
		position: relative;
		border-right:4px solid white;
	}
	
	#box #boxLogo img {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 10px; 
		left: 10px;
	}

	#box #boxContent {
		margin-bottom: 10px;
		margin-top: 4px;
		padding: 5px 25px;
		border: 0.5px solid #CCCCCC;
		font-family: 'Open Sans',sans-serif;
				border-bottom: 0.5px solid #CCCCCC;
	border-left: 0.5px solid #CCCCCC;
	border-right: 0.5px solid #CCCCCC;

		}
	
	#box ul {
		list-style: none;
		margin-left: 16px;
	}
	
	#box ul li::before {
		content: "\2022";
		display: inline-block; 
		width: 1em;
		position: relative;
		margin-left: -16px;
	}
	
	#box ul ul {
		list-style: none;
		padding-left: 1em;
	}

	#box ul ul li::before {
		content: "-";
		display: inline-block;
		width: 0.5em;
		position: relative;
		margin-left: -5px; 
	}
	
@media only screen and (max-width: 500px) {
  .largeBox {
    height: 100%;
  }
  
  .small-box {
	  height: 100%;
  }
  
  #boxContainer {
	  width: 275px;
	  margin: 0 auto;
  }
  
  #box {
	float: clear;
  }
}

/* ROLES */
/*
.darkBlueBackground {
	background-color: #1E3661;
}


.midnightBlue {
	/*color: #191970;*/
    color: #103566;
} 
/*
.darkBlue {
	color: #103566;
}

.goldBackground {
	background-color: #CBB22D;
} 

.gold {
	color: #CBB22D;
}

.orangeBackground {
	background-color: #F3792A;
}

.orange {
	color: #F3792A;
}

.blueBackground {
	background-color: #53B5E6;
}


.blue {
	color: #53B5E6;
} 

.grey {
	color: #666666;
}

.pageIntro {
	font-size: large;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}

.pageContent {
	font-weight: normal;
	font-size: 14px;
	text-align: left;

}

.header {
	font-weight: 500;
	font-size: 24px;
	text-align: left;
} 
.blockHeaderText {
	font-weight: 700;
} 

.mobileViewOnly {
	display: none;
}

.desktopViewOnly {
	visibility: visible;
} 


@media (max-width: 765px) {
	.mobileViewOnly {
		visibility: visible;
		height: 100%;
	}

	.desktopViewOnly {
		visibility: hidden;
		height: 0px;
	}	
} 

#roleBoxContainer {

} 

#roleBox {
	float: left;
	width: 250px;
	margin: 0px 50px 50px 0px;
	font-weight: normal;
	text-align: justify;
}

#roleBoxHeader {
	height: 25px;
}

#roleBoxContent {
}


#roleBoxTitle {
	font-size: medium;
	font-weight: bold;
	margin: 10px 0px;
} 

/* TEAM QUOTES */

/*
#profileContainer {
	background: #F9F9F9; 
	border-left: 10px solid #CCCCCC;
	padding: 5px;
} 

#profileQuote {
	font-weight: normal;
	/* font-size: large; */
} 

/*
#profileImageContainer {
	height: 50px;
	margin-top: 2px;
}

#profileImage {
	float: right;
	height: 100%;
}

#profileName {
		float: right;
		height: 100%;
		font-size: 12px;
		color: #808080;
		padding: 5px 0px 0px 10px;
		min-width: 175px;
}

.imgProfile {
	border-radius: 50%;
	height: 50px;
}

.profileQuoteHighlight {
	color: #2B97FE;
	font-weight: 600;
}

blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #CCCCCC;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 5px;
  vertical-align: -25px;
}

blockquote:after {
  color: #CCCCCC;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 5px;
  vertical-align: -25px;
} 

@media only screen and (max-width: 500px) {
	
	#roleBoxContainer {
		width: 300px;
		margin: 0 auto;
	}
	
	#roleBox {
		float: clear;	
		margin-left: 25px;
	}	
}

/* PERKS */
/* RESPONSIVE TABLE (http://alijafarian.com/responsive-html-tables/) */

/*
.responsive-stacked-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.responsive-stacked-table th, .responsive-stacked-table td {
    padding: 10px;
} 

.tableExtraPadding td {
	padding: 25px 25px 25px 0px;
}

.tableColumnPercentage {
	width: 50%;
} 

@media (max-width: 765px) {

    .responsive-stacked-table thead {
        display: none;
    } 

    .responsive-stacked-table tr,
    .responsive-stacked-table th,
    .responsive-stacked-table td {
        /*display: block;*/
        display: inline-block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    } 
/*
     .responsive-stacked-table td {
        border-top: none;
        text-align: left;
    } 

    .responsive-stacked-table tr td:first-child {
        /* IE Hack - responsive table not collapsing */
        float: left;
    }
/*
        .responsive-stacked-table tr td:first-child + td {
            /* IE Hack - responsive table not collapsing */
            float: right;
        }
		
/*
		.tableColumnPercentage {
			width: 100%;
		} 
}
/* RESPONSIVE TABLE */

/* DIVISION BOX TEXT */
/* #divisionBoxContent {
	font-weight: normal;
	text-align: justify;
} */	
