/*-----BOX-LINK & .BTN styles for dynamic modal buttons/content-----*/
.accordion-wrapper {
	margin: 20px 0px 30px 0px;
	width: 100%;
}
.box-link-container {
	margin: 20px 0px;
	width: 100%;
}
.box-link {
	background-color: #1C355E;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 12pt;
	margin: 0px 0px 10px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.box-link:hover {
	background-color: #f5f5f5;
	color: #097881;
}
.box-link a {
	color: inherit !important;
}
.box-link span {
	font-size: 12pt;
	margin: 0px 10px 0px 0px;
}
.box-link-content {
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: none;
	margin-top: 100px;
	padding: 10px;
	position: relative;
	width: 100%;
}
.box-link-content h3 {
	border-bottom: 2px solid #4F4F4F;
	color: #4F4F4F;
	margin-bottom: 20px;
	margin-top: 10px;
}
.box-link-content h4 {
	font-size: 12pt !important;
	font-weight: bold;
}
.box-link-content-jumpto {
	color: #43526C;
	font-weight: bold;
	margin-top: 20px;
}
#processContent .btn {	/* Styles "Jump to" bootstrap button on dynamic modal content */
	background-color: #1C355E;
	border: 1px solid #4F4F4F;
}
/*---------*/

.callout {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	margin: 15px 0px 5px;
	padding: 5px;
}
.callout-box {
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-top: 40px;
	padding: 10px;
}
#contacts a {
	color: #1C355E !important;
}

/*-----CONTENT-BLOCK styles for home page content sections-----*/
.content-block {
	margin-bottom: 20px;
	width: 100%;
}
.content-block p {
	padding: 0px 5px;
}
.content-block a {
	color: #1C355E !important;
}
.content-block-title {
	border-bottom: 1px solid #D9D9D9;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 10px;
}
.content-block-title h2 {
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}
.content-block-title h2 span {
	color: #097881;
}
/*---------*/

/*-----FEEDBACK styles for feedback link section-----*/
#feedback {
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-top: 40px;
	padding: 10px;
	text-align: center;
}
#feedback .btn-primary {
	background-color: #1C355E;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 10px;
}
#feedbackform {
	display: none;
	padding: 20px;
	text-align: left;
	width: 100%;
}
#closefeedbackwrap {
	cursor: pointer;
	text-align: right;
	width: 100%;
}
#feedbackform .ms-WPBody {
	margin-bottom: 0px !important;
	margin-top: -20px !important;
}
/*---------*/

/*-----INFOGRAPHIC styles for infographic sections (What, Why, When)-----*/
.infographic {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.infographic-floated {
	float: none;
	margin: 10px auto;
	width: 100%;
}
.infographic-nc {
	margin: 20px auto 10px;
	text-align: left;
	width: 100%;
}
.infographic h2, p, ul {
	text-align: left;
}
.infographic-part-1, .infographic-part-2, .infographic-part-3, .infographic-part-5 {
	margin: 0px auto 10px;
	width: 90%;
}
.infographic-part-1-3 {
	margin: 0px auto 10px;
	text-align: center;
	width: 100%;
}
.infographic-part-2-3 {
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.infographic-part-2-3 .subSlide {
	margin: 10px 0px 20px 20px;
}
.infographic-part-2-3 .subSlide ul li {
	margin-bottom: 5px;
}
.infographic-part-1-img, .infographic-part-img {
	margin: 0px auto 10px auto;
	width: 60%;
}
.infographic-emph {
	color: #097881;
	font-weight: bold;
}
/*---------*/

/*-----MYACCORDION styles for custom accordions-----*/
.myAccordion {
	margin-bottom: 12px;
	width: 100%;
}
.myAccordionContent {
	color: black !important;
	background-color: #F5F5F5;
	font-family: 'Helvetica Neue', Helvetica, arial;
	font-weight: 200;
	border-right: 1px solid #1C355E;
	border-bottom: 1px solid #1C355E;
	border-left: 1px solid #1C355E;
	border-radius: 0px 0px 5px 5px;
	display: none;
	padding: 10px;
	width: 100%;
}
.myAccordionTitle {
	border: 1px solid #1C355E;
	border-radius: 5px;
	color: #fff;
	background-color: #1C355E !important;
	cursor: pointer;
	font-size: 24px;
	font-weight: 500 !important;
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 15px 15px !important;
	width: 100%;
	
}

.myAccordionTitle a {
	color: #fff !important;
	text-decoration: none !important;
}

/*.myAccordionTitle a:hover {
	color: #1C355E !important;
	background-color: #fff !important;
	text-decoration: none !important;
}*/
.myAccordionTitle:before {
    content: '+';
    display: block;
    position: absolute;
    top: 1;
    right: 25px;
    line-height: 0.5;
	font-family: 'Courier New', Courier, sans-serif;
    color: white;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    transform-origin: 50% 40%;
    transition: transform ease 0.5s;
}


.myAccordionTitle > a:link {
	color: #fff;
}
.myAccordionTitle > a:visited {
	color: #fff !important;
	background-color: #1C355E !important;
	text-decoration: none !important;
	width: 100%;
}
.myAccordionTitle :hover {
	color: #fff !important;
	background-color: #1C355E !important;
	text-decoration: none !important;
}
.myAccordionTitle > a:active {
	color: #fff !important;
	background-color: #1C355E !important;
	text-decoration: none !important;
}
.myAccordionTitle-Active {
	border-radius: 5px 5px 0px 0px;
}
.myAccordionTitle-Active:before {
    content: '+';
    display: block;
    position: absolute;
    top: 1;
    right: 25px;
    line-height: 0.5;
    font-family: 'Courier New', Courier, sans-serif;
    color: white;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    transform: rotate(45deg) scale3d(1.05, 1.05, 1.05);
    transform-origin: 50% 40%;
    transition: transform ease 0.5s;
}
/*---------*/

.ms-WPBody {
	margin-bottom: 30px !important;
	margin-top: 20px !important;
}
.or-accordion-content-field a {
	color: #097881 !important;
	text-decoration: underline;
}

/*------------SUBMENU & DROPDOWN styles for SP sidebar manipulation------------*/
.sub-submenu {
	display: none;
	margin-bottom: 10px;
	padding: 0 0 0 5px;
}
.sub-submenu-active {
	border-left: 3px solid #1B223A;
}
.submenu-link-active {
	background-color: #e8e8e8;
}
.dropdown-item {
	color: #333333 !important;
}
.dropdown-menu {
	float: left;
}
.dropdown-parent {
	font-weight: bold !important;
}
/*---------*/

/*-----SUBSLIDE styles for slider sections nested in accordions-----*/
.subSlideContent {
	/*background-color: #fff;*/
	display: none;
	margin-top: 5px;
	padding: 5px;
}
.subSlideTitle {
	color: #097881 !important;	
	cursor: pointer;
}
.subSlide {
	margin-bottom: 15px;
	margin-top: 15px;
}
/*---------*/

/*-----SUBSLIDE-INFORMATIONAL styles for informational sliders ("callout" boxes)-----*/
.subSlideContent-Informational {
	background-color: #EFEFEF;	
	display: none;
	margin-top: 5px;
	padding: 10px 10px 5px 10px;
}
.subSlideTitle-Informational {
	color: #fff !important;
	cursor: pointer;
	background-color: #1C355E;
	padding: 5px;
}
/*.subSlide-Informational {
	border: 1px solid #43526C;
	border-left: 3px solid #43526C;
	background-color: #1C355E;
	padding: 5px;
}*/
/*---------*/

#tspLogo {
	float: none;
	margin: 10px 0px 20px;
	width: 100%;
}

ul > li > ul {
	margin-bottom: 10px;
}

@media only screen and (min-width: 650px) {
	/*-----BOX-LINK styles for dynamic modal buttons/content-----*/
	.box-link-container {
		border-collapse: separate;
		border-spacing: 10px;
		display: table;
	}
	.box-link {
		display: table-cell;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		width: 20%;
	}
	.box-link span {
		font-size: 26pt;
		margin: 0px 0px 5px 0px;
		width: 100%;
	}
	.box-link-row {
		display: table-row;
	}
	/*---------*/
	
	/*-----INFOGRAPHIC styles for infographic sections (What, Why, When)-----*/
	.infographic-floated {
		float: right;
		margin: 0px 10px 10px 20px;
		width: 40%;
	}
	.infographic-part-1 {
		margin: 0px auto 10px auto;
		width: 50%;
	}
	.infographic-part-1-img {
		margin: 0px auto 10px auto;
		width: 80%;
	}
	.infographic-part-1-3 {
		float: left;
		margin: 0px 2% 10px 0px;
		width: 23%;
	}
	.infographic-part-2-3 {
		float: left;
		margin: 25px 0px 10px 0px;
		width: 75%;
	}
	.infographic-part-2 {
		float: left;
		margin: 10px 5%;
		width: 40%;
	}
	.infographic-part-3 {
		float: left;
		margin: 10px 1%;
		width: 31%;
	}
	.infographic-part-5 {
		float: left;
		margin: 10px 1%;
		width: 18%;
	}
	.infographic-part-img {
		margin: 0px auto 10px auto;
		width: 100%;
	}
	.infographic-nm {
		margin-right: 0px !important;
	}
	/*---------*/
}

@media only screen and (min-width: 668px) {
	#tspLogo {
		float: left;
		margin: -15px 20px 0px 0px;
		width: 215px;
	}
}

@media only screen and (min-width: 992px) {
	/*------------COL-MD styles for SP sidebar manipulation------------*/
	.col-md-3 {
		width: 30%;
	}
	.col-md-9 {
		width: 70%;
	}
}
/*icon changes*/

.fa-c {
	color: #fff;
}
.fac {
	color: #fff;
}
/*-------highlighted box------*/
.hlBox {
	color: black !important;
	background-color: #F5F5F5;
	border-top: 3px solid #1C355E;
	border-right: 3px solid #1C355E;
	border-bottom: 3px solid #1C355E;
	border-left: 3px solid #1C355E;
	border-radius: 2px 2px 2px 2px;
	padding: 10px;
	width: 100%;
}