html {
	overflow-y: scroll;
	padding: 0 !important;
	margin: 0 !important;
}

body {
	background: transparent url("../img/texture.png");
	cursor: default;
	font-family: TradeGothic, Arial;
	font-size: 16px;
}

.btn.btn-white {
	border-radius: 0;
	border: none;
	padding: 8px 20px;
	font-size: 18px;
	background: #ffffff;
	color: #164468;
}

#main-nav {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

#main-nav > li > a {
	font-weight: bold;
}

#mainSiteNavBar {
	padding: 15px 0;
}

#mainSiteNavBar .container {
	padding: 0;
}

.mobile-navigation .navbar-header {
	padding-top: 10px;
}

.mobile-navigation > .navbar-header > .navbar-brand > img {
	max-width: 215px;
	width: 215px;
	margin-left: 15px;
}

.mobile-navigation > .navbar-header > .navbar-toggle {
	margin-top: 12px;
	margin-right: 30px;
}

.mobile-navigation > .navbar-collapse {
	background: #ececec;
}

.mobile-navigation > .navbar-collapse {
	margin: 0;
}

.mobile-top-links > ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #cccccc;
	overflow: hidden;
	margin: 0;
}

.mobile-top-links > ul > li {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: 100;
	padding: 30px 0;
}

.mobile-top-links > ul > li > a {
	color: #15588d;
}

.mobile-top-links > ul > li:nth-child(1), .mobile-top-links > ul > li:nth-child(3) {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.mobile-top-links > ul > li:nth-child(2), .mobile-top-links > ul > li:nth-child(4) {
	border-bottom: 1px solid #cccccc;
}

.mobile-user {
}

.mobile-bottom-links {
	background: #e0e0e0;
}

.mobile-bottom-links ul {
	list-style: none;
	display: table;
	text-align: center;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.mobile-bottom-links ul li {
	display: table-cell;
}

.mobile-bottom-links ul li.social-media {
	font-size: 32px;
}

.mobile-bottom-links ul li.login {
	width: 100px;
}

.mobile-bottom-links ul li.login a {
	color: #ffffff;
	background: #aaaaaa;
	border-radius: 15px;
	padding: 4px 10px;
}

.mobile-navigation select.user-type {
	display: block;
	width: 90%;
	margin: 20px auto;
	background: transparent;
	border: 1px solid #aaaaaa;
	color: #666666;
	font-size: 24px;
	padding: 8px 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

.mobile-navigation .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.desktop-navigation .navbar-header .navbar-brand img {
	width: 250px;
}

.desktop-navigation .navbar-header .navbar-brand {
	padding: 30px;
}

.desktop-navigation .navbar-links {
	float: right;
	padding: 15px 30px;
}

.desktop-navigation select.user-type {
	float: right;
	margin-top: 10px;
	margin-left: 25px;
	min-width: 150px;
	width: 200px;
	background: transparent;
	border: 1px solid #a1a1a1;
	color: #a1a1a1;
}

#mainSiteNavBar.homepage-nav .container {
	padding: 0 15px;
	max-width: 100%;
}

.navbar-default {
	background: transparent url("../img/nav-gradient.png") repeat-x;
	border: none;
	padding: 0;
}

#social-media-nav {
	margin-left: 20px;
}

#mainSiteNavBar .navbar-nav > li > a {
	color: #15588d;
	font-weight: 100;
}

#mainSiteNavBar .navbar-nav > li.social-media {
	height: 40px;
	margin: 0 8px;
	text-align: center;
	font-size: 14pt;
}

#mainSiteNavBar .navbar-nav > li.social-media a {
	padding: 10px 0;
	background-position: top right;
}

#mainSiteNavBar .navbar-nav > li div {
	margin-top: 12px;
}

#mainSiteNavBar .navbar-nav > li.social-media.fb > a {
	width: 8px;
	height: 15px;
	background: transparent url("../img/icon-facebook.png") no-repeat center;
}

#mainSiteNavBar .navbar-nav > li.social-media.yt > a {
	width: 38px;
	height: 18px;
	background: transparent url("../img/icon-youtube.png") no-repeat center;
}

#mainSiteNavBar .navbar-nav > li.social-media.tw > a {
	width: 14px;
	height: 18px;
	background: transparent url("../img/icon-twitter.png") no-repeat center;
}

.social-media.first {
	xborder-left: 1px solid #cccccc;
	padding-left: 25px;
}

.social-media.last {
	xborder-right: 1px solid #cccccc;
	xpadding-right: 30px;
}

#mainSiteNavBar .mobile-bottom-links li.login {
	vertical-align: middle;
}

#mainSiteNavBar .navbar-nav > li.login a {
	font-size: 12px;
	color: #ffffff;
	background: #aaaaaa;
	border-radius: 30px;
	padding: 4px 16px;
	margin: 10px 0 0 15px;
	font-weight: normal;
}

#mainSiteNavBar .navbar-nav > li.login form {
	margin-top: 10px;
}

#mainSiteNavBar .navbar-nav > li.login a:hover {
	text-decoration: underline;
}

.navbar-nav > li > a {
	padding-bottom: 8px;
	padding-top: 12px;
}

.navbar > .container .navbar-brand {
	height: 61px;
	margin: 15px;
	padding: 0;
}

.section {
	width: 80%;
	margin: 60px auto;
}

.section-header {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 66px;
	text-transform: uppercase;
	color: #164468;
	line-height: 100%;
}

.section .section-info {
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	font-size: 28px;
	text-align: center;
	color: #1f49ad;
	margin-top: 10px;
}

.section-separator {
	width: 184px;
	height: 16px;
	margin: 30px auto;
	background: #496bbb;
	background: transparent url("../img/section-separator.png") no-repeat;
}

.section p {
	text-align: center;
	line-height: 180%;
	color: #2d2d2d;
	margin-top: 20px;
	padding-bottom: 20px;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

.circle-nav {
	width: 100%;
	text-align: center;
}

.circle-nav ul {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.circle-nav li {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	color: #ffffff;
	background: #1f49ad;
	float: left;
	display: block;
	text-align: center;
	margin: 15px;
	line-height: 100%;
	position: relative;
}

.circle-nav li.lines3 div a {
	margin-top: -27px;
}

.circle-nav li div {
	margin-left: 50%;
	margin-top: 50%;
	position: absolute;
}

.circle-nav li div a {
	color: #ffffff;
	margin-top: 10px;
	display: block;
	width: 100px;
	margin-left: -50px;
	margin-top: -16px;
}

.circle-nav li a:hover {
}

.column25 {
	width: 25%;
	float: left;
}

.column50 {
	width: 50%;
	float: left;
}

.column33 {
	width: 33.33%;
	float: left;
}

#footer.container.homepage-footer {
	max-width: 100%;
	padding: 0;
}

#footer {
	font-size: 14px;
	color: #666666;
}

#footer .footer-wrapper {
	padding: 20px;
	background: transparent url("../img/texture-dark.png");
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
}

#footer .actions-ribbon {
	background: #52626f;
}

#footer .actions-ribbon .action {
	padding: 30px 30px;
}

#footer .actions-ribbon h4 {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

#footer .actions-ribbon h4 .chevron {
	display: inline-block;
	background: transparent url('../img/circle-chevron.png') no-repeat;
	height: 27px;
	width: 25px;
	font-size: 12px;
	margin-right: 5px;
}

#footer .actions-ribbon p {
	font-size: 13px;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	margin: 2px 0 0 3px;
	color: #ffffff;
}

#footer .actions-ribbon .action.darker {
	background: #455562;
}

#footer .actions-ribbon .action a {
	color: #ffffff;
}

#footer .page-padding {
	height: 50px;
}

#footer .footer-links {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 14px;
}

/*#footer .footer-links li{*/
/*float: left;*/
/*margin-left: 15px;*/
/*padding-right: 15px;*/
/*border-right: 2px solid #666;*/
/*}*/

#footer .footer-links li {
	display: block;
	float: none;
	border-right: none;
	margin: 8px 0;
	padding: 2px;
}

#footer .footer-links li:first-child {
	margin-left: 0;
}

#footer .footer-links li:last-child {
	border: none;
}

#footer .footer-links li a {
	color: #666666;
}

#footer .copy {
	color: #999999;
	font-size: 13px;
	padding: 10px;
	font-family: StMarieRegular, Georgia, "Times New Roman", serif;
}

#footer .method {
	display: inline-block;
	padding: 0 10px;
	margin: 3px 0;
}

#footer .method > span {
	display: inline-block;
	vertical-align: top;
}

#footer .tmc-newsletter input[name=signUpEmail] {
	display: inline-block;
	max-width: 250px;
	font-family: StMarieLight, Georgia, 'Times New Roman', serif;
}

@media all and (max-width: 991px) {

	#footer .methods {
		margin-top: 15px;
		text-align: center;
	}
}

.sub-nav {
	text-align: center;
	background: #52626f;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.sub-nav.affix {
	width: 1140px;
	top: 88px;
	z-index: 2000;
}

.sub-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: StMarieRegular, serif;
	color: #eeeeee;
	font-size: 18px;
	margin: 0 auto;
	display: inline-block;
}

.sub-nav ul li {
	float: left;
	padding: 35px 20px;
	line-height: 20px;
}

.sub-nav ul li a {
	color: #fefefe;
	letter-spacing: 1px;
}

.sub-nav ul li a:hover {
	text-decoration: none;
	color: #dddddd;
}

.sub-nav ul li.active,
.sub-nav ul li.current_page_item {
	background: transparent url("../img/sub-nav-active-link-arrow.png") no-repeat 50% 100%;
}

@media all and (max-width: 991px) {
	.sub-nav ul li.active,
	.sub-nav ul li.current_page_item {
		background: transparent none no-repeat 50% 100%;
	}
}

.sub-nav ul li.active a,
.sub-nav ul li.current_page_item a {
	color: #91a5b6;
}

.container .jumbotron {
	background-color: #52626f;
	border-radius: 0;
	position: relative;
}

.jumbotron-wrapper .jumbotron {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jumbotron .image {
	width: 100%;
}

.jumbotron .text {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	color: #f5f9fc;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.jumbotron .text table {
	vertical-align: middle;
	width: 100%;
	height: 450px;
}

.jumbotron .text table td {
	padding: 0 200px;
}

.container .pre-footer {
	margin-top: -40px;
	background: transparent url("../img/texture-dark.png");
}

.container .pre-footer .section {
	margin: 0 auto;
	padding: 30px 0;
}

.container .pre-footer .section h4 {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	border-bottom: 2px solid #1f49ad;
	color: #1f49ad;
	padding-bottom: 6px;
}

.container .pre-footer .section .column25 div,
.container .pre-footer .section .column50 div {
	padding: 15px;
}

.container .pre-footer .section .column25 div p,
.container .pre-footer .section .column50 div p {
	text-align: left;
	line-height: 140%;
	padding-bottom: 0;
}

.container .pre-footer .section .column25 div em a {
	color: #1f49ad;
	font-size: 14px;
}

/* Sitewide classes */
.serif {
	font-family: StMarieRegular, serif;
}

.dark-background {
	background: transparent url("../img/texture-dark.png");
}

.dark-bg-overlay {
	background: transparent url("../img/dark-bg-overlay.png");
}

.no-bg {
	background-image: none;
}

.center {
	text-align: center;
}

.photo-border {
	padding: 4px !important;
	background: #ffffff;
}

/*.form-control[disabled].readonly,*/
.form-control[readonly].readonly,
fieldset[disabled] .form-control.readonly {
	cursor: not-allowed;
	background-color: #e3e3e3;
}

.form-control[readonly].readonly {
	cursor: not-allowed;
	background-color: #e3e3e3;
}

.readonly {
	background-color: #e3e3e3;
}

/* END OF: Sitewide classes */

@media all and (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}

	#homepage .container {
		max-width: 100%;
		padding: 0;
	}

	.jumbotron .image {
		height: 450px;
	}
}

@media all and (max-width: 1399px) {
	.jumbotron .image {
		height: 376px;
	}

	.jumbotron .text {
		font-size: 50px;
	}

	.jumbotron .text table {
		height: 376px;
	}

	.jumbotron .text table td {
		padding: 0 150px;
	}

	.section {
		width: 85%;
	}

	.actions-ribbon .action {
		min-height: 169px;
	}
}

@media all and (max-width: 1199px) {

	.jumbotron .image {
		height: 312px;
	}

	.jumbotron .text {
		font-size: 40px;
	}

	.jumbotron .text table {
		height: 312px;
	}

	.jumbotron .text table td {
		padding: 0 120px;
	}

	.sub-nav ul {
		font-size: 15px;
	}

	.actions-ribbon .action {
		min-height: 187px;
	}
}

@media all and (max-width: 991px) {

	.jumbotron .image {
		height: 241px;
	}

	.jumbotron .text {
		font-size: 30px;
	}

	.jumbotron .text table {
		height: 241px;
	}

	.jumbotron .text table td {
		padding: 0 120px;
	}

	.section {
		width: 95%;
	}

	.column33 {
		float: none;
		width: 100%;
	}

	.column33 h4 {
		margin-top: 8px;
	}

	.column25 {
		float: none;
		width: 100%;
	}

	.container .pre-footer .section {
		margin: 0 auto;
		padding: 30px 0;
	}

	.container .pre-footer .section h4 {
		text-transform: uppercase;
		letter-spacing: -1px;
		font-weight: bold;
		border-bottom: 2px solid #1f49ad;
		color: #1f49ad;
		padding-bottom: 6px;
	}

	.container .pre-footer .section .column25 div {
		padding: 15px;
	}

	.container .pre-footer .section .column25 div p {
		text-align: left;
		line-height: 140%;
		padding-bottom: 0;
	}

	.container .pre-footer .section .column25 div em a {
		color: #1f49ad;
	}

	.sub-nav ul {
		list-style-type: none;
		display: block;
		padding-bottom: 10px;
	}

	.sub-nav ul li {
		float: none;
		padding: 10px;
	}

	.sub-nav ul li.active {
		background: transparent url("../img/sub-nav-active-link-arrow.png") no-repeat 50% 125%;
	}

	.actions-ribbon .action {
		min-height: 0;
	}
}

@media all and (max-width: 768px) {
	.section .section-header {
		font-size: 48px;
	}

	.jumbotron .text table {
		height: 241px;
	}

	#mainSiteNavBar .navbar-toggle {
		border: 1px solid #aaaaaa;
	}

	#mainSiteNavBar .navbar-toggle i.fa-bars {
		color: #2049ad;
	}

	.navbar > .container .navbar-brand {
		margin: 0;
		margin-left: 25px;
		margin-top: 10px;
	}

	.navbar-collapse {
		background: transparent url("../img/texture-dark.png");
	}

	/*#mainSiteNavBar .navbar-nav > li > a {*/
	/*font-size: 16px;*/
	/*}*/
	/*#social-media-nav {*/
	/*float: right;*/
	/*position: relative;*/
	/*right: 10px;*/
	/*margin-right: 10px;*/
	/*z-index: 2000;*/
	/*}*/
	#social-media-nav {
		margin-left: -10px;
	}

	#username-nav {
		margin-left: 0px;
	}

	#username-nav .pie {
		margin-left: 0px;
		/*width: 55px;*/
	}

	#username-nav li {
		display: block;
		font-weight: 100;
	}

	#username-nav li > div {
		margin-left: 0px !important;
		font-weight: 100;
	}

	#mainSiteNavBar .navbar-nav > li.login a {
		margin: 10px 0 0 0px;
	}

	#social-media-nav li {
		float: left;
	}

	.social-media.first {
		xborder-left: 1px solid #cccccc;
		padding-left: 0px;
	}

	.circle-nav ul {
		margin: 0 auto;
		padding: 0;
	}

	.circle-nav li {
		height: 150px;
		width: 150px;
		border-radius: 75px;
		float: none;
		display: block;
		font-size: larger;
	}

	.jumbotron .text {
		display: none;
	}

	.jumbotron .image {
		display: none;
	}

	.jumbotron .text table td {
		padding: 0 10px;
	}

	#footer .pull-right,
	#footer .pull-left {
		float: none !important;
	}

	#footer table {
		margin: 10px 0;
	}

	#footer table td {
		padding: 2px 30px 2px 0;
	}
}

@media all and (max-width: 1199px) and (min-width: 768px) {
}

@media all and (max-width: 768px) {

	body {
		padding-top: 60px;
	}

	#footer .footer-wrapper {
		padding: 0;
	}

	#footer .footer-wrapper .footer-links-wrapper {
		padding: 0;
	}

	#footer .methods {
		margin-top: 0;
		padding: 15px 0;
	}

	#footer .row {
		margin: 0;
	}

	#footer .tmc-newsletter .col-md-12 {
		padding: 40px 0 0 0;
	}
}

/* bio page */
.bios {
	margin: 0 auto 70px auto;
	text-align: center;
	max-width: 715px;
}

.bio-area {
	display: block;
	float: left;
	border: 1px solid #dddddd;
	margin: 0 15px 20px 15px;
	width: 207px;
	height: 400px;
	overflow: hidden;
}

.bio-area .bio-image {
	height: 205px;
	overflow: hidden;
	text-align: center;
}

.bio-area .bio-image img {
	width: 205px;
}

.bio-area h3 {
	margin: 0;
	padding: 5px;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	background-color: #52626f;
	background-color: #164468;
	color: white;
	font-weight: normal;
}

.bio-area h4,
.bio-area h5 {
	margin: 0;
	padding: 10px;
	color: #91a5b6;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.bio-area p a {
	display: block;
	text-align: center;
	padding: 5px 0 0 10px;
	font-size: 12px;
	color: #aaaaaa;
}

/* bio detail page */

.bio-page-image {
	float: left;
	margin: 0 20px 20px 0;
	border: 10px solid #e1e1e1;
}

.bio-name {
	font-size: 42px;
}

#follower {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #dddddd;
	position: absolute;
}

li.social-media .fa {
	color: #a1a1a1;
}

/* HOME PAGE - events */

#who-we-are {
	width: 60%;
}

#who-we-are p {
	margin-bottom: 30px;
}

#homepage .section {
	margin: 90px auto;
}

@media all and (max-width: 1399px) {

}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 991px) {

}

@media all and (max-width: 768px) {

}

#homepage .channel-changer {
	border-bottom: 1px solid #dddddd;
}

#homepage .jumbotron img {
	width: 100%;
	max-height: 800px;
}

.events {
	margin-bottom: 30px;
}

.event {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	width: 33.3333%;
	padding: 30px;
	opacity: 0.9;
}

.event:hover .event-title {
	text-decoration: underline;
}

.event .event-title {
	color: #164468;
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}

.event .event-image {
	border: 2px solid transparent;
	opacity: 1;
	overflow: hidden;
	padding: 3px;
	-webkit-transition: border-color 300ms ease-out 0s;
	-moz-transition: border-color 300ms ease-out 0s;
	-o-transition: border-color 300ms ease-out 0s;
	transition: border-color 300ms ease-out 0s;
}

.event:hover .event-image {
	border-color: rgba(113, 126, 136, 1);
	opacity: 1;
}

.event .event-image img {
	height: 100%;
	width: 100%;
}

/* HOME PAGE - actions */

.learn-more-section {
	text-align: center;
	padding-bottom: 15px;
}

.btn.btn-white.learn-more-button {
	background: transparent;
	border: 1px solid rgba(113, 126, 136, 0.6);
	text-transform: uppercase;
	font-family: TradeGothicCond, 'Arial Narrow', Arial, sans-serif;
	-webkit-transition: border-color 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-moz-transition: border-color 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-o-transition: border-color 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	transition: border-color 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
}

.btn.btn-white.learn-more-button:hover {
	border-color: rgba(113, 126, 136, 1)
}

#actions1 {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

#actions1 .section {
	width: 95%;
}

.actions {
	margin: 60px 0;
	text-align: center;
}

.actions .action {
	cursor: pointer;
	display: inline-block;
	margin: 0 1.15%;
	width: 400px;
	box-sizing: border-box;
	overflow: hidden;
}

.actions .action a.action-link {
	text-decoration: none;
	color: #333333;
}

.actions .action .action-image-wrapper {
	border: 1px solid #dddddd;
	position: relative;
}

.actions .action .action-image {
}

.actions .action .action-image img {
	width: 100%;
}

.actions .action:hover .action-image span {
	color: #1f49ad;
	font-size: 105px;
	opacity: 1;
}

.actions .action .action-image span {
	color: #52626f;
	display: block;
	font-size: 100px;
	font-weight: bold;
	opacity: 0.8;
	vertical-align: middle;
	line-height: 110px;
	-webkit-transition: font-size 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-moz-transition: font-size 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-o-transition: font-size 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	transition: font-size 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
}

.actions .action .window-shade {
	bottom: -100%;
	background: #164468;
	color: #ffffff;
	width: 100%;
	opacity: 0.75;
	position: absolute;
	text-align: center;
	height: 100%;
	-webkit-transition: bottom 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-moz-transition: bottom 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	-o-transition: bottom 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
	transition: bottom 300ms ease-out 0s, color 300ms ease-out 0s, opacity 300ms ease-out 0s;
}

.actions .action .action-label {
	color: #ffffff;
	display: block;
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 3em;
	padding: 0.25em 0;
	text-transform: uppercase;
	line-height: 1.2;
}

.actions .action:hover .window-shade {
	opacity: 0.9;
	bottom: -3em;
}

.actions .action .action-text {
	padding: 0 30px 30px 30px;
	font-size: 1.2em;
}

.actions .action:hover .action-text {
	opacity: 0.95;
	height: 2em;
}

@media all and (min-width: 1400px) {
	.actions .action .action-label {
		font-size: 3em;
	}
}

@media all and (max-width: 1399px) {
	.actions .action .action-label {
		font-size: 2em;
	}

	.actions .action {
		margin: 0 1.15%;
		width: 300px;
	}

	.actions .action .action-text {
		padding: 0 20px 20px 20px;
		font-size: 1em;
	}
}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 991px) {

	.actions .action {
		display: block;
		margin: 15px auto;
		width: 300px;
	}
}

@media all and (max-width: 768px) {

}

/* HOME PAGE - blog */
#blog {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

#blog .section {
	max-width: 1100px;
}

.blog-posts {
	margin-bottom: 30px;
}

.blog-posts .post {
	cursor: pointer;
	padding: 30px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.blog-posts .post .post-image {
	padding: 3px;
	width: 100%;
	overflow: hidden;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-transition: border-color 300ms ease-out 0s;
	-moz-transition: border-color 300ms ease-out 0s;
	-o-transition: border-color 300ms ease-out 0s;
	transition: border-color 300ms ease-out 0s;
}

.blog-posts .post:hover .post-image {
	border-color: rgba(113, 126, 136, 1);
	opacity: 1;
}

.blog-posts .post:hover .post-title {
	text-decoration: underline;
}

.blog-posts .post .post-image img {
	width: 100%;
}

.blog-posts .post .post-title {
	color: #164468;
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}

.blog-posts .post .post-summary {
	text-decoration: none;
	color: #333333;
}

/* HOME PAGE - stats */
#stat-section {
	background: #164468;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.75);
	transition: height .500s ease-in-out;
	-moz-transition: height .500s ease-in-out;
	-webkit-transition: height .500s ease-in-out;
}

#stat-section .stat-slide {
	padding: 0 80px;
	position: relative;
	width: 100%;
	background: transparent url('') no-repeat center center;
	background-size: cover;
}

#stat-section .stat-slide .section-header {
	color: #ffffff;
	margin-top: 30px;
}

#stat-section .stat-slide .slide-details {
	font-size: 1.25em;
	margin-top: 30px;
}

#stat-section .learn-more-section {
	margin-top: 60px;
}

#stat-section .slide-control {
	color: #eeeeee;
	cursor: pointer;
	visibility: hidden;
	font-size: 5em;
	opacity: 0.1;
	position: absolute;
	transition: opacity .500s ease-in-out;
	-moz-transition: opacity .500s ease-in-out;
	-webkit-transition: opacity .500s ease-in-out;
	top: 40%;
}

#stat-section:hover .slide-control {
	opacity: 0.3;
}

#stat-section .slide-control:hover {
	opacity: 1;
}

#stat-section .prev-slide {
	left: 30px;
}

#stat-section .next-slide {
	right: 30px;
}

@media all {
	#homepage .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}

@media all and (min-width: 1400px) {

}

@media all and (max-width: 1399px) {

	#homepage #who-we-are {
		width: 80%;
	}

	#homepage #actions1 .actions .action {
		display: block;
		float: left;
		width: 29%;
		margin: 2%;
	}

	#stat-section {
	}

	#stat-section .stat-slide .section-header {
		color: #ffffff;
		margin-top: 30px;
	}
}

@media all and (max-width: 1199px) {

	#who-we-are {
		width: 90%;
	}

	#homepage #actions1 .actions .action {
		display: block;
		float: left;
		width: 29%;
		margin: 2%;
	}
}

@media all and (max-width: 991px) {

	.desktop-navigation .navbar-header {
		max-width: 35%;
	}

	.desktop-navigation .navbar-links {
		max-width: 65%;
	}

	#homepage .section {
		margin: 60px auto;
	}

	#homepage #events .event {
		width: 100%;
	}

	#homepage #events .event .event-image {
		width: 40%;
		float: left;
	}

	#homepage #events .event .event-details {
		float: left;
		width: 60%;
		padding-left: 4%;
	}

	#homepage #actions1 .actions .action {
		display: block;
		float: left;
		width: 46%;
		margin: 2%;
	}
}

@media all and (max-width: 850px) {
	.desktop-navigation .navbar-links {
		padding: 15px;
	}
}

@media all and (max-width: 768px) {
	#homepage .section {
		margin: 45px auto;
	}

	#homepage .channel-changer li {
		width: 50%;
	}

	#homepage .channel-changer li.flex-active .arrow {
		display: none;
	}

	#homepage .jumbotron {
		text-align: center;
	}

	#homepage .jumbotron img {
		opacity: 0.5;
	}

	#homepage .jumbotron .image,
	#homepage .jumbotron .text table {
		height: 200px;
		text-align: center;
	}

	#homepage .jumbotron .text table td > div {
		margin: 30px;
	}

	#homepage .jumbotron .text {
		display: block;
		top: 25px;
	}

	#homepage .jumbotron .text h3 {
		margin-bottom: 30px;
		width: 100%;
	}

	#homepage .jumbotron .text p {
		display: none;
	}

	#homepage .btn.btn-white {
		padding: 3px 10px;
	}

	#homepage #events .event {
		width: 100%;
	}

	#homepage #events .event .event-image {
		width: 40%;
		float: left;
	}

	#homepage #events .event .event-details {
		float: left;
		width: 60%;
		padding-left: 4%;
	}

	#homepage .stat-slide {
		font-size: 0.9em;
	}
}

.square-corners {
	border-radius: 0 !important;
	white-space: normal;
}

.have-you-served-options {
	width: 60%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	white-space: normal;
}

@media (min-width: 480px) {
	.have-you-served-options {
		width: 90%;
	}
}

@media (min-width: 768px) {

	body {
		padding-top: 130px;
	}

	.desktop-navigation .container {
		max-width: 100%;
		width: 100%;
	}

	.have-you-served-options {
		width: 60%;
	}
}

/* .modal-fullscreen */

.modal-fullscreen {
	background: transparent;
}

.modal-fullscreen .close {
	margin-right: 10px;
}

.modal-fullscreen h3 {
	background-color: #13426b;
	color: white;
	padding: 20px;
	right: auto;
	left: auto;
	margin-top: 10px;
}

.modal-fullscreen .have-you-served-options {
	margin-top: 20px;
}

.modal-fullscreen .modal-content {
	background: rgba(241, 251, 255, 0.7);
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
	background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
	opacity: .97;
	filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	width: 100%;
}

@media (min-width: 768px) {
	.modal-fullscreen .modal-dialog {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.modal-fullscreen .modal-dialog {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.modal-fullscreen .modal-dialog {
		width: 1170px;
	}
}

.event-registration {
	height: 170px;
	position: relative;
	text-align: center;
}

.event-registration-link {
	position: absolute;
	bottom: 0;
}

.event-registration p {
	position: absolute;
	top: 0;
}

@media (min-width: 300px) {
	.event-registration {
		height: 140px;
		margin-top: 20px;
	}

	.btn-block {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 480px) {
	.event-registration {
		height: 110px;
		margin-top: 40px;
	}

	.btn-block {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.event-registration {
		height: 120px;
	}

	.event-registration p {
		padding-top: 10px;
	}

	.btn-block {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.desktop-navigation .navbar-header {
		width: 35%;
		max-width: 350px;
	}

	.desktop-navigation .navbar-header .navbar-brand {
		width: 100%;
	}

	.desktop-navigation .navbar-header .navbar-brand img {
		width: 100%;
	}

	.event-registration {
		height: 170px;
	}

	.btn-block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 1200px) {
	.event-registration {
		height: 175px;
	}
}

@media (min-width: 1400px) {
	.event-registration {
		height: 170px;
	}
}

/* Begin 2017 Homepage Styles */

div.row-fluid > div[class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.top-banner ul.topics, .top-banner ul.banners {
	float: left;
}

.top-banner ul.topics {
	list-style: none;
	padding: 0;
	width: 180px;
	position: absolute;
	z-index: 100;
}

.top-banner ul.topics > li {
	background: #ececec;
	border-bottom: 1px solid #cccccc;
	height: 100px;
	padding: 20px;
	position: relative;
}

.top-banner ul.topics > li > i {
	display: none;
}

.top-banner ul.topics li:last-child {
	border-bottom: none;
}

.top-banner ul.topics li > div {
	width: 140px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-banner ul.topics li > div > h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	width: 95%;
	white-space: nowrap;
}

.top-banner ul.topics li > div > h2 {
	margin: 0;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	word-wrap: break-word;
	font-size: 12px;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

.top-banner ul.topics li.active {
	background: #164468;
	color: #ffffff;
	position: relative;
	z-index: 1000;
	border: none;
	width: 200px;
}

.top-banner ul.topics li.active > i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 24px;
}

.top-banner ul.topics li.active > div > h1 {
	color: #ffffff;
}

.top-banner ul.topics li.active > div > h2 {
	color: #ffffff;
}

.top-banner ul.banners {
	width: 100%;
	height: 400px;
	padding: 0 0 0 180px;
	list-style: none;
}

.top-banner ul.banners > li {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}

.top-banner ul.banners > li.active {
	display: block;
	-webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 500ms; /* Firefox < 16 */
	-ms-animation: fadein 500ms; /* Internet Explorer */
	-o-animation: fadein 500ms; /* Opera < 12.1 */
	animation: fadein 500ms;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.top-banner ul.banners > li > div {
	position: absolute;
	z-index: 100;
	margin-left: 7.5%;
	margin-top: 60px;
	width: 70%;
}

.top-banner ul.banners > li > div.banner-overlay {
	z-index: 1;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #333333;
}

.top-banner ul.banners > li > div > h1 {
	color: #ffffff;
	font-size: 28px;
}

.top-banner ul.banners > li > div > p {
	color: #ffffff;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
	margin-bottom: 30px;
}

.top-banner ul.banners > li > div > a {
	background: #ffffff;
	color: #164468;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 24px;
}

.top-banner ul.banners > li > div > a:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
	.top-banner ul.topics {
		width: 230px;
	}

	.top-banner ul.topics > li {
		height: 125px;
		padding: 25px;
	}

	.top-banner ul.topics > li > div {
		width: 180px;
	}

	.top-banner ul.topics > li.active {
		width: 250px;
	}

	.top-banner ul.banners {
		padding-left: 230px;
		height: 500px;
	}

	.top-banner ul.banners > li > div {
		width: 60%;
	}

	.top-banner ul.banners > li > div > h1 {
		font-size: 36px;
	}
}

@media (min-width: 1200px) {
	.top-banner ul.topics {
		width: 250px;
	}

	.top-banner ul.topics > li {
		height: 150px;
		padding: 0 40px;
	}

	.top-banner ul.topics > li > div {
		width: 170px;
	}

	.top-banner ul.topics > li > div > h1 {
		font-size: 24px;
	}

	.top-banner ul.topics > li > div > h2 {
		font-size: 16px;
	}

	.top-banner ul.topics > li.active {
		width: 275px;
	}

	.top-banner ul.topics > li.active i {
		margin-top: 64px;
	}

	.top-banner ul.banners {
		padding-left: 250px;
		height: 600px;
	}

	.top-banner ul.banners > li {
		height: 100%;
	}

	.top-banner ul.banners > li > div {
		margin-top: 100px;
		width: 70%;
	}

	.top-banner ul.banners > li > div > h1 {
		font-size: 64px;
	}
}

@media (min-width: 1400px) {
	.top-banner ul.banners > li > div {
		width: 60%;
	}
}

.mobile-top-banner {
	margin-top: 60px;
	width: 100%;
	min-width: 290px;
	position: relative;
}

.mobile-top-banner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.mobile-top-banner ul.banners {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-top-banner ul.banners > li {
	display: none;
	width: 100%;
	height: 100%;
}

.mobile-top-banner ul.banners > li.active {
	display: block;
	-webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 500ms; /* Firefox < 16 */
	-ms-animation: fadein 500ms; /* Internet Explorer */
	-o-animation: fadein 500ms; /* Opera < 12.1 */
	animation: fadein 500ms;
}

.mobile-top-banner ul.banners > li > div {
	text-align: center;
	padding-top: 30%;
	width: 100%;
	height: 100%;
}

.mobile-top-banner ul.banners > li > div > h1 {
	color: #ffffff;
	margin: 0;
	font-size: 24px;
}

.mobile-top-banner ul.banners > li > div > h2 {
	color: #ffffff;
	margin: 10px 0 0 0;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
}

.mobile-top-banner ul.banners > li > div > a {
	background: #ffffff;
	color: #164468;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 24px;
	display: inline-block;
	margin-top: 10px;
}

.mobile-top-banner ul.banners > li > div > a {
	background: #ffffff;
	color: #164468;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 24px;
	display: inline-block;
	margin-top: 10px;
}

.mobile-top-banner ul.banners > li > div.banner-overlay {
	z-index: 1;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #333333;
}

.mobile-top-banner ul.banners > li > div.banner-content {
	z-index: 1000;
	position: absolute;
	top: 0;
}

div.copy-only {
	text-align: center;
	padding: 0 40px;
}

div.copy-only > h1 {
	margin-top: 40px;
	font-size: 48px;
}

div.copy-only > div.serve > h1 {
	font-size: 48px;
}

div.copy-only > p {
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

div.copy-only > div.section-separator {
	margin: 20px auto;
}

div.copy-only > a {
	background: #2049ad;
	color: #ffffff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}

div.video {
	margin-top: 40px;
	overflow-y: hidden;
	max-height: 400px;
}

div.video > div.video-wrapper {
	position: relative;
	width: 100%;
}

div.video > div.video-wrapper:after {
	content: "";
	position: absolute;
	background: #333333;
	opacity: 0.4;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 6px;
}

div.video > div.full-video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.video > div.full-video-overlay > h1 {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

div.video > div.full-video-overlay > a {
	text-align: center;
	background: #ffffff;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	color: #164468;
	font-size: 14px;
	width: 260px;
}

div.video > div.full-video-overlay > a:hover {
	text-decoration: none;
}

div.video > div > video {
	width: 100%;
	margin-top: -5%;
}

.stat-slides {
	width: 100%;
	min-width: 290px;
	position: relative;
}

.stat-slides > ul.slides {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.stat-slides > ul.slides > li {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	text-align: center;
	-webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 500ms; /* Firefox < 16 */
	-ms-animation: fadein 500ms; /* Internet Explorer */
	-o-animation: fadein 500ms; /* Opera < 12.1 */
	animation: fadein 500ms;
	padding: 20px 10px 60px 10px;
}

.stat-slides > ul.slides > li > div.row {
	margin: 0;
}

.stat-slides > ul.slides > li > div {
	width: 100%;
	margin: 0 auto;
}

.stat-slides > ul.slides > li > div > h1 {
	margin: 0 auto;
	font-size: 24px;
	width: 70%;
	color: #ffffff;
}

.stat-slides > ul.slides > li > div > h2 {
	margin: 12px auto 0 auto;
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
}

.stat-slides > ul.slides > li > div > h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

.stat-slides > ul.slides > li > div > p {
	margin: 8px auto 0 auto;
	font-size: 13px;
	color: #ffffff;
}

.stat-slides > ul.slides > li > div > div.row > div > h2 {
	font-size: 36px;
	font-weight: normal;
	color: #ffffff;
	margin: 12px 0 0 0;
}

.stat-slides > ul.slides > li > div > div.row > div > p {
	font-size: 13px;
}

.stat-slides > div {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.stat-slides > div.previous {
	left: 0;
}

.stat-slides > div.next {
	right: 0;
}

.stat-slides > div > i {
	display: inline-block;
	position: absolute;
	padding: 15px 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #ffffff;
	color: #164468;
	font-size: 24px;
}

.stat-slides > div.previous > i {
	left: 0;
}

.stat-slides > div.next > i {
	right: 0;
}

ul.bullet-nav {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

ul.bullet-nav > li {
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	position: relative;
}

ul.bullet-nav > li > i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul.bullet-nav > li > i.primary {
	color: #ffffff;
	font-size: 24px;
}

ul.bullet-nav > li > i.secondary {
	display: none;
}

ul.bullet-nav > li > i.secondary.active {
	display: inline-block;
	font-size: 14px;
	color: #164468;
}

@media (min-width: 768px) {
	div.copy-only {
		padding: 40px 80px;
	}

	div.copy-only > h1, div.copy-only > div.serve > h1 {
		font-size: 64px;
	}

	div.video > div.full-video-overlay > h1 {
		font-size: 28px;
		margin: 0 0 20px 0;
	}

	div.video > div.full-video-overlay > a {
		font-size: 16px;
		padding: 20px;
	}

	.stat-slides > ul.slides > li {
		padding: 40px;
	}

	.stat-slides > ul.slides > li > div {
		width: 550px;
	}

	.stat-slides > ul.slides > li > div > h1 {
		font-size: 48px;
		width: 100%;
	}

	.stat-slides > ul.slides > li > div > h2 {
		font-size: 64px;
		margin-top: 30px;
	}

	.stat-slides > ul.slides > li > div > h3 {
		font-weight: bold;
	}

	.stat-slides > ul.slides > li > div > p {
		font-size: 16px;
		width: 450px;
		margin-top: 12px;
	}

	.stat-slides > ul.slides > li > div > div.row {
		margin-top: 12px;
	}

	.stat-slides > ul.slides > li > div > div.row > div > h2 {
		font-size: 64px;
		font-weight: normal;
		color: #ffffff;
	}

	.stat-slides > ul.slides > li > div > div.row > div > p {
		margin-top: 12px;
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	div.video > div.full-video-overlay > h1 {
		font-size: 36px;
		margin: 0 0 20px 0;
	}

	.stat-slides > ul.slides > li {
		padding: 60px;
	}

	.stat-slides > ul.slides > li > div {
		width: 800px;
	}

	.stat-slides > ul.slides > li > div > p {
		font-size: 18px;
	}

	.stat-slides > ul.slides > li > div > div.row {
		margin-top: 30px;
	}

	.stat-slides > ul.slides > li > div > div.row > div > p {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.stat-slides > ul.slides > li {
		padding: 120px;
	}

	.stat-slides > ul.slides > li > div {
		width: 992px;
	}

	.stat-slides > ul.slides > li > div > h2 {
		font-size: 72px;
	}

	.stat-slides > ul.slides > li > div > h3 {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	#leadForm .form-group, #leadForm .form-control {
		display: block;
		margin-bottom: 15px;
	}

	#leadForm button {
		display: block;
		width: 100%;
	}
}

#hiddenLeadForm {
	display: inline;
}

.have-you-served-modal .modal-dialog {
	margin-top: 20px;
}

.have-you-served-modal .modal-content {
	background: #f1fbff;
}

.have-you-served-modal .container {
	min-width: 290px;
	width: 100%;
}

.have-you-served-modal .modal-body h1 {
	text-align: center;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	font-size: 32px;
}

.have-you-served-modal .options > div {
	padding: 10px;
}

.have-you-served-modal .options > div > div {
	background: #2049ad;
	color: #ffffff;
	height: 100px;
	position: relative;
}

.have-you-served-modal .options > div > div > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}

.have-you-served-modal .opt-out > div {
	margin-top: 40px;
	text-align: center;
}

@media (min-width: 768px) {
	.have-you-served-modal .modal-content {
		width: 750px;
	}

	.have-you-served-modal .container {
		width: 750px;
	}

	.have-you-served-modal .modal-body h1 {
		width: 600px;
		max-width: 600px;
		margin: 0 auto;
		font-size: 48px;
	}
}

@media (min-width: 768px) {
	.modal-fullscreen .modal-content {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.modal-fullscreen .modal-content {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.modal-fullscreen .modal-content {
		width: 1170px;
	}
}

.blog-posts {
	margin-top: 20px;
	padding: 10px 0;
	overflow: hidden;
}

.blog-posts > div {
	max-width: 415px;
	margin: 0 auto;
}

.blog-posts > div > img {
	width: 100%;
}

.blog-posts > div > div {
	background: #ffffff;
	margin-bottom: -999999px;
	padding: 20px 40px 999999px 40px;
}

.blog-posts > div > div > h1 {
	text-transform: none;
	font-size: 28px;
	text-align: left;
	margin: 0 0 12px 0;
}

.blog-posts > div > div > h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #a1a1a1;
	margin-bottom: 4px;
}

.blog-posts > div > div > p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 8px;
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

.blog-posts > div > div > a {
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #2049ad;
	display: block;
}

@media (min-width: 768px) {
	.blog-posts {
		margin: 0 0 40px 0;
		padding: 80px;
	}

	.blog-posts > div {
		max-width: none;
	}
}

/* End 2017 Homepage Styles */

/* Begin 2017 Fellowship, etc Styles */

.container-fluid {
	min-width: 320px;
}

.container-fluid > .jumbotron-wrapper {
	display: none;
}

.container-fluid > .jumbotron-wrapper > .jumbotron > .image {
	background-size: cover;
}

.fellowship-application-secured-link {
	background: #2049ad;
	text-align: center;
	padding: 16px;
	min-width: 320px;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1000;
	top: 106px;
}

.fellowship-application-secured-link > a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.fellowship-application-secured-link > a:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.fellowship-application-secured-link > a > br {
	display: none;
}

@media (min-width: 768px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 120px;
	}

	.container-fluid > .jumbotron-wrapper, .container-fluid > .jumbotron-wrapper > .jumbotron .text, .container-fluid > .jumbotron-wrapper > .jumbotron .image {
		display: block;
	}

	.fellowship-application-secured-link {
		min-width: 0;
		padding: 30px 36px 30px 30px;
		right: -6px;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
		top: 130px;
		width: auto;
	}

	.fellowship-application-secured-link > a > br {
		display: block;
	}
}

@media all and (min-width: 800px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 200px;
	}
}

@media all and (min-width: 1024px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 250px;
	}
}

@media (min-width: 1440px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 300px;
	}
}

@media (min-width: 1600px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 400px;
	}
}

@media (min-width: 1800px) {
	.container-fluid > .jumbotron-wrapper > .jumbotron > .text > table td {
		padding: 0 25%;
	}
}

/* End 2017 Fellowship, etc Styles */

.tmc-banner {
	position: relative;
}

.tmc-banner img {
	width: 100%;
}

.tmc-banner .text {
	font-family: TradeGothicCond, "Arial Narrow", Arial, sans-serif;
	color: #f5f9fc;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: auto;
	line-height: 1;
}

.tmc-section-separator {
	width: 184px;
	height: 16px;
	margin: 30px auto;
	background: transparent url("../img/section-separator.png") no-repeat;
}

.tmc-text {
	text-align: center;
	padding: 80px 40px;
}

.tmc-text h1 {
	font-size: 72px;
}

.tmc-text p {
	font-family: StMarieLight, Georgia, "Times New Roman", serif;
}

.tmc-text .tmc-section-separator {
	margin: 20px auto;
}

.tmc-text > a {
	background: #2049ad;
	color: #f5f9fc;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}

.tmc-slider {
	width: 100%;
	height: 100%;
	background: #333333;
}

.tmc-slider .previous, .tmc-slider .next {
	width: 40px;
	height: 40px;
	background: #f5f9fc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}

.tmc-slider .next {
	right: 0;
}

.tmc-slider .previous:after, .tmc-slider .next:after {
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

.tmc-slider .previous:after {
	content: '\f104';
}

.tmc-slider .next:after {
	content: '\f105';
}

.tmc-slider ol.navigation {
	position: absolute;
	list-style: none;
	margin: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0 0 8px;
}

.tmc-slider ol.navigation li {
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	position: relative;
	padding-bottom: 16px;
	cursor: pointer;
}

.tmc-slider ol.navigation li:before, .tmc-slider ol.navigation li.active:after {
	content: '';
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tmc-slider ol.navigation li:before {
	width: 16px;
	height: 16px;
	background: #f5f9fc;
}

.tmc-slider ol.navigation li.active:after {
	width: 6px;
	height: 6px;
	background: #52626f;
}

.tmc-slider .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: center;
	display: none;
}

.tmc-slider .slide.active {
	display: block;
	-webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 500ms; /* Firefox < 16 */
	-ms-animation: fadein 500ms; /* Internet Explorer */
	-o-animation: fadein 500ms; /* Opera < 12.1 */
	animation: fadein 500ms;
}

.tmc-slider .slide .content {
	position: absolute;
	color: #f5f9fc;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.tmc-banner .text {
		font-size: 55px;
		height: 55px;
	}

	.tmc-text {
		padding: 60px 30px;
	}

	.tmc-text h1 {
		font-size: 64px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.tmc-banner .text {
		font-size: 50px;
		height: 50px;
	}

	.tmc-text {
		padding: 40px 20px;
	}

	.tmc-text h1 {
		font-size: 55px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.tmc-banner {
		margin-top: 45px;
	}

	.tmc-banner .text {
		font-size: 35px;
		height: 35px;
	}

	.tmc-text .tmc-section-separator {
		margin: 0 auto;
	}

	.tmc-text {
		padding: 20px;
	}

	.tmc-text h1 {
		font-size: 40px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.tmc-text {
		padding: 0 20px;
	}

	.tmc-text h1 {
		font-size: 32px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
