@charset "UTF-8";
body {
	background-color: #000000;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #A7B4D8
}
a {
	text-decoration: none;
	color: #FD9719;
}

a:hover {text-decoration: underline;}

a img {
	border: none;
}

blockquote {margin-bottom: 40px;}

#container {
	padding-top: 100px;
	height: 100%;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.body_text {
	color: #A7B4D8;
	line-height: 1.4em;
	text-align: left;
	font-size: 14px;
	margin-left: 50px;
}

.content.home .main-copy {
	width: 56%;
	float: left;
	/*padding-right: 4%;*/
}

.content.home .sidebar {
	width: 40%;
	float: left;
}

.content.inside {
	width: 955px;
	margin: 0 auto;
}

.content.inside .main-copy {
	width: 65%;
	float: left;
}

.content.inside .sidebar {
	width: 32%;
	float: left;
}

.content.inside .main-copy {
	position: relative;
	top: 0;
	left: 34%;
}

.content.inside .sidebar {
	position: relative;
	top: 0;
	left: -65%;
}

.main-copy h2 {
	color: #FD9719;
	border-bottom: 1px solid #06066B;
	background: url('/images/mission.jpg') 0 0 no-repeat;
	background-size: 46px 43px;
	padding-left: 50px;
	padding-bottom: 10px;
}

.content h3 {
	color: #FD9719;
	border-bottom: 1px solid #06066B;
	padding-bottom: 10px;
}

.content h4 {
	color: #FD9719;
	margin-bottom: 0.2em;
}
.content .sidebar h3 {
	padding-left: 50px;
}

.content .sidebar h3.books {
	background: url('/images/resource_icon.jpg') 0 0 no-repeat;
	background-size: 46px 43px;
}

.thought-leadership a {
	/*margin-left: 52px;*/
	display: block;
	color: #A7B4D8;
	margin-bottom: 10px;
}

.thought-leadership br {
	display: none;
}

.content .sidebar h3.warrior {
	background: url('/images/terracotta_icon.jpg') 0 0 no-repeat;
	background-size: 46px 43px;
}

.content .sidebar div {
	margin-bottom: 40px;
}

.content .sidebar p, .content .sidebar li {
	font-size: 13px;
}

.content .sidebar .terracotta p{
	color: #DCC18B;
}

.content .sidebar p, .content .sidebar li, .content .sidebar img {
	margin-left: 52px;
}

.content:after {
	content: "";
  display: table;
  clear: both;
}

.topic_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F99719;
}

.header-wrapper {
	width: 100%;
	position: fixed;
	z-index: 3;
}

.header {
	margin: 0 auto;
	background-color: #000;
	background-image: url(/images/upper_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}


.logo {float: left;}

.header {width: 945px;padding: 0 5px;}
.header ul {background-color: transparent;}
.header li {
	float: left;
}

.header li.home {
		display: none;
	}

.header .menu {
	clear: none;
	float: right;
	max-height: none;
}
.header .menu-icon {
	display: none;
}
.nav {
	margin-top: 78px;
	float: right;
	text-align: right;
	line-height: 1em;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header li a {
  display: block;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
	padding: 0 12px;
	font-size: 11px;
}

.header li:last-child a{
	border-right: none;
}

.nav ul li a {display: block; color: #FFFFFF;}
.nav ul li a:hover {text-decoration: underline;}


.header .menu-btn {
  display: none;
}

#hero {
	width: 955px;
}

#callout1 {
	background-image: url(../images/mission.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	float: left;
	width: 72px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 200px;
}.sub_title_text {
	font-size: 14px;
}

#footer_area {
	font-size: 9px;
	color: #CCC;
	width: 955px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	text-align: center;
	padding: 5px 0 20px 0;
}

#footer_area span {
	padding-right: 10px;
}

.feed_appearance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7B4BE;
	padding: 0px;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



@media only screen and (max-width: 954px) {
	.header {width: 100%;}
	.nav {
		padding-top: 10px;
		position: absolute;
		right: 0px;
		width: 100%;
		margin-top: 0;
	}
	.header ul {
	  background-color: #fff;
	}

	.header li {
		float: none;
	}

	.header li.home {
			display: list-item;
		}

	.header ul li a {
	  padding: 20px 20px;
		font-size: 1em;
		border-right: none;
		color: #333;
	}
	.header .menu {
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
		background: #fff;
	}
	.header .menu-icon {
	  cursor: pointer;
	  display: inline-block;
	  float: right;
	  padding: 18px 10px;
	  position: relative;
	  user-select: none;
		/*background: #FD9719;*/
		margin-right: 20px;
	}

	.header .menu-icon .navicon {
	  background: #FD9719;
	  display: block;
	  height: 2px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 18px;
	}

	.header .menu-icon .navicon:before,
	.header .menu-icon .navicon:after {
	  background: #FD9719;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	.header .menu-icon .navicon:before {
	  top: 5px;
	}

	.header .menu-icon .navicon:after {
	  top: -5px;
	}

	.header .menu-btn:checked ~ .menu {
	  max-height: 350px;
		background: #fff;
		width: 100%;
	}

	.header .menu ~ .header .menu-btn:checked {
		/*background: #000;*/
	}

	.header .menu-btn:checked ~ .menu-icon .navicon {
	  background: transparent;
	}

	.header .menu-btn:checked ~ .menu-icon .navicon:before {
	  transform: rotate(-45deg);
	}

	.header .menu-btn:checked ~ .menu-icon .navicon:after {
	  transform: rotate(45deg);
	}

	.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	}

	#container, #hero, #footer_area {
		width: 100%;
	}

	#footer_area span{
		display: block;
	}

	#hero img {
		width: 100%;
	}

	.content.inside {
		width: 100%;
		clear: both;
	}

	.content.inside .main-copy {
		width: 100%;
		display: block;
		float: none;
		left: 0;
	}

	.content.inside .sidebar {
		width: 100%;
		display: block;
		float: none;
		left: 0;
	}


}
.image_pad {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
