﻿/*!
 * MatrixBase Sitefinity Theme
 *
 * Author: Matrix Group International <http://matrixgroup.net>
 *         Author <author@matrixgroup.net>
 */@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i");
.mtx-branding {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background: #ccc;
	max-width: 1400px;
	margin: 0 auto
}
.mtx-branding .slides-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mtx-branding .slides-container .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mtx-branding .slides-container .slide .slide-background {
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%
}
.mtx-branding .slides-container .slide .slide-thumbnail {
	display: none
}
.mtx-branding .slides-container .slide .slide-content {
	z-index: 20;
	position: absolute;
	bottom: 0;
	padding: 2% 3%;
	background: black;
	background: rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-size: 100%
}
.mtx-branding .slide-indicators {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: .4em .2em 0 0;
	padding: 0;
	z-index: 30
}
.mtx-branding .slide-indicators li {
	float: left;
	margin-right: .2em
}
.mtx-branding .slide-indicators li a {
	display: block;
	padding: 0 .4em;
	background: rgba(0,0,0,0.6);
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.7);
	font-size: .7em;
	text-indent: -99999px;
	width: 5px
}
.mtx-branding .slide-indicators li.current a {
	background: #fff;
	color: #000
}
.mtx-branding .prev, .mtx-branding .next {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	bottom: 50%;
	overflow: hidden;
	background: white;
	background: rgba(255,255,255,0.5);
	color: #000;
	padding: .5% 2%;
	text-decoration: none;
	font-weight: bold;
	font-size: 115%;
	z-index: 25;
	background-clip: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}
.mtx-branding .prev:hover, .mtx-branding .next:hover {
	background: #f0f0f0;
	background: rgba(255,255,255,0.8)
}
.mtx-branding .next {
	right: 0
}
.mtx-branding:hover {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}
.mtx-branding:hover .prev, .mtx-branding:hover .next {
	opacity: 1
}
.slide-thumbnails {
	width: 100%;
	max-height: 5.8em;
	overflow-y: hidden;
	overflow-x: auto;
	padding: .4em 0;
	margin-top: .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.1)
}
.slide-thumbnails>div {
	width: 20000em;
	height: 4em;
	position: relative
}
.slide-thumbnails img {
	height: 4em;
	margin-left: .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .6;
	cursor: pointer
}
.slide-thumbnails img.current {
	opacity: 1;
	outline: 0.1em solid rgba(0,0,0,0.9)
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none !important
}
.affix {
	position: fixed
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}
.chosen-container a {
	cursor: pointer
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}
.chosen-container-single .chosen-default {
	color: #999
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/chosen-sprite.png") no-repeat 0px 2px
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: #fff url("../images/chosen-sprite.png") no-repeat 100% -20px;
	background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,0.05);
	color: #333;
	line-height: 13px;
	cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important
}
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default
}
.chosen-disabled .chosen-single {
	cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}
.chosen-rtl {
	text-align: right
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}
.chosen-rtl .chosen-choices li {
	float: right
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
	left: 9999px
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}
.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: #fff url("../images/chosen-sprite.png") no-repeat -30px -20px;
	background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
	background-image: url("../images/chosen-sprite@2x.png") !important;
	background-size: 52px 37px !important;
	background-repeat: no-repeat !important
}
}
.mg-first-thread, .mg-forum-reply-container .sfSubmitBtnWrp [type=submit], .mg-new-thread, .mg-forum-reply-wrap [type=submit], .mg-expand-all-wrap a, .mg-archive-list a, button, [type="submit"], .button, .button-alt, .mg-upload [type=button], .mg-captcha .rcRefreshImage, .mg-submit [type=submit], .mg-forum-thread-post-list .mg-forum-reply-btn, .mg-forum-reply-container .sfClose {
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	display: inline-block;
	color: #fff !important;
	background-color: #003c71;
	padding: .4em .5em;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	line-height: 1
}
.mg-first-thread:hover, .mg-forum-reply-container .sfSubmitBtnWrp [type=submit]:hover, .mg-new-thread:hover, .mg-forum-reply-wrap [type=submit]:hover, .mg-expand-all-wrap a:hover, .mg-archive-list a:hover, button:hover, [type="submit"]:hover, .button:hover, .button-alt:hover, .mg-upload [type=button]:hover, .mg-captcha .rcRefreshImage:hover, .mg-submit [type=submit]:hover, .mg-forum-thread-post-list .mg-forum-reply-btn:hover, .mg-forum-reply-container .sfClose:hover {
	color: #737373 !important;
	background-color: #a6192e !important;
}
.mg-first-thread, .mg-forum-reply-container .sfSubmitBtnWrp [type=submit], .mg-new-thread, .mg-forum-reply-wrap [type=submit] {
	background: #737373;
	border-color: #737373;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none
}
.mg-first-thread:hover, .mg-forum-reply-container .sfSubmitBtnWrp [type=submit]:hover, .mg-new-thread:hover, .mg-forum-reply-wrap [type=submit]:hover {
	background: #8d8d8d
}
.social-nav, .mg-details .mg-tags ul, .h-list-divided, .gray-text ul, .article-meta--date ul, .article-meta ul, .list-across-divided, .bottom-utility-nav ul, .list-across, .list-across-spaced, .mg-archive-list ul, .main-nav ul, .side-nav ul, .right-rail-navigation .rtUL, .clean-list, .mg-list, .mg-images-list, .mg-details, .mg-details .mg-detail-list ul, .mg-forum-new-thread ol, .mg-forum-thread-post-list, .calendar-list-main {
	margin: 0;
	padding: 0;
	list-style: none
}
.header:after, .main-nav:after, .mobile-nav-container:after, .mg-grid:after, .mg-forum-thread-post-list .mg-forum-post:after, .mg-forum-reply-wrap:after, .mg-forum-reply-container:after, .clearfix:after, .filter-form-controls:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.social-nav li, .mg-details .mg-tags ul li {
	float: none;
	display: inline-block
}
.h-list-divided li, .gray-text ul li, .article-meta--date ul li, .article-meta ul li, .list-across-divided li, .bottom-utility-nav ul li, .list-across li, .list-across-spaced li, .mg-archive-list ul li {
	float: none;
	display: inline-block;
	margin-right: .5em
}
.h-list-divided li:last-child, .gray-text ul li:last-child, .article-meta--date ul li:last-child, .article-meta ul li:last-child, .list-across-divided li:last-child, .bottom-utility-nav ul li:last-child, .list-across li:last-child, .list-across-spaced li:last-child, .mg-archive-list ul li:last-child {
	margin-right: 0
}
.h-list-divided li, .gray-text ul li, .article-meta--date ul li, .article-meta ul li {
	line-height: 1;
	padding-right: .5em;
	border-right: 1px solid #97999b
}
.h-list-divided li:last-child, .gray-text ul li:last-child, .article-meta--date ul li:last-child, .article-meta ul li:last-child {
	padding-right: 0;
	border-right: none
}
.mg-details .mg-tags li {
	display: inline-block;
	font-size: .8em;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background: #f9f9f9;
	color: #97999b;
	padding: .1em .4em
}

@media (max-width: 500px) {
.two-columns .primary, .two-columns .secondary, .three-columns .primary, .three-columns .tertiary, .logo-container, .mobile-zero, .sf_2cols_1_67, .sf_2cols_2_33, .sf_2cols_1_25, .sf_2cols_2_75, .resource_library .sf_2cols_1_67, .resource_library .sf_2cols_2_33, .resource_library .sf_2cols_1_25, .resource_library .sf_2cols_2_75 {
	width: auto !important;
	margin: 0 auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none
}
.two-columns .primary .sf_colsIn, .two-columns .secondary .sf_colsIn, .three-columns .primary .sf_colsIn, .three-columns .tertiary .sf_colsIn, .logo-container .sf_colsIn, .mobile-zero .sf_colsIn, .sf_2cols_1_67 .sf_colsIn, .sf_2cols_2_33 .sf_colsIn, .sf_2cols_1_25 .sf_colsIn, .sf_2cols_2_75 .sf_colsIn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin: 1em 0 !important
}
}
.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
	border-left: 5px solid #212121;
	border-right: 5px solid #212121
}

@media (max-width: 960px) {
.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
	border-left: 10px solid #212121;
	border-right: 10px solid #212121
}
}

/* Wildland buttons begin */

.wildland_4cols_1_25, .wildland_4cols_2_25, .wildland_4cols_3_25, .wildland_4cols_4_25 {
	border-left: 5px solid #212121;
	border-right: 5px solid #212121
}

@media (max-width: 960px) {
.wildland_4cols_1_25, .wildland_4cols_2_25, .wildland_4cols_3_25, .wildland_4cols_4_25 {
	border-left: 10px solid #212121;
	border-right: 10px solid #212121
}
}
#Body_T7D8CF502004_Col00 .wildland_cols {
	max-width: 1400px;
	margin: 0 auto
}
.wildland_4cols_1_25 {
	background: url("../images/suppression.jpg") no-repeat center;
	background-size: cover
}
.wildland_4cols_2_25 {
	background: url("../images/fire-adapted.jpg") no-repeat center;
	background-size: cover
}
.wildland_4cols_3_25 {
	background: url("../images/resilient-landscapes.jpg") no-repeat center;
	background-size: cover
}
.wildland_4cols_4_25 {
	background: url("../images/policy.jpg") no-repeat center;
	background-size: cover
}
.wildland_cols.br {
	border-bottom: 10px solid #212121
}
/* Wildland buttons end*/


.main-nav, .font-smooth, .mg-carousel {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/*  CBB 200424 w/Trav: Color overriding linkForSurvey class on survey text link on /covid19 (text link that has the launchSurvey selector name). Took out color fff, which fixed display issue but somehow also removed the hand visual on hover on links using launchSurvey. So removed color fff and specified hand. */
a:not([href]){
	cursor: pointer;
}


.button-default, .button-blue, .button-blue-heavy, .button-red, .button-red-heavy, .ibutton-blue, .ibutton-blue-heavy, .ibutton-red, .ibutton-red-heavy, .button-orange, .button-arrow {
	width: auto;
	border-radius: 4px;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold
}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?39qpcc");
	src: url("fonts/icomoon.eot?39qpcc#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?39qpcc") format("woff2"), url("fonts/icomoon.ttf?39qpcc") format("truetype"), url("fonts/icomoon.woff?39qpcc") format("woff"), url("fonts/icomoon.svg?39qpcc#icomoon") format("svg");
	font-weight: normal;
	font-style: normal
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-print-1:before, .icon-printer-1:before {
	content: "\e81c"
}
.icon-arrow-l:before {
	content: "\e907"
}
.icon-k-n:before {
	content: "\e902"
}
.icon-twitter:before {
	content: "\e903"
}
.icon-facebook:before {
	content: "\e904"
}
.icon-home:before {
	content: "\e90c"
}
.icon-home2:before {
	content: "\e90d"
}
.icon-home3:before {
	content: "\e90e"
}
.icon-office:before {
	content: "\e90f"
}
.icon-newspaper:before {
	content: "\e910"
}
.icon-pencil:before {
	content: "\e914"
}
.icon-pencil2:before {
	content: "\e915"
}
.icon-quill:before {
	content: "\e916"
}
.icon-pen:before {
	content: "\e917"
}
.icon-blog:before {
	content: "\e918"
}
.icon-eyedropper:before {
	content: "\e919"
}
.icon-droplet:before {
	content: "\e91a"
}
.icon-paint-format:before {
	content: "\e91b"
}
.icon-image:before {
	content: "\e91c"
}
.icon-images:before {
	content: "\e91d"
}
.icon-camera:before {
	content: "\e91e"
}
.icon-headphones:before {
	content: "\e91f"
}
.icon-music:before {
	content: "\e920"
}
.icon-play:before {
	content: "\e921"
}
.icon-film:before {
	content: "\e922"
}
.icon-video-camera:before {
	content: "\e923"
}
.icon-dice:before {
	content: "\e924"
}
.icon-pacman:before {
	content: "\e925"
}
.icon-spades:before {
	content: "\e926"
}
.icon-clubs:before {
	content: "\e927"
}
.icon-diamonds:before {
	content: "\e928"
}
.icon-bullhorn:before {
	content: "\e929"
}
.icon-connection:before {
	content: "\e92a"
}
.icon-podcast:before {
	content: "\e92b"
}
.icon-feed:before {
	content: "\e92c"
}
.icon-mic:before {
	content: "\e92d"
}
.icon-book:before {
	content: "\e92e"
}
.icon-books:before {
	content: "\e92f"
}
.icon-library:before {
	content: "\e930"
}
.icon-file-text:before {
	content: "\e931"
}
.icon-profile:before {
	content: "\e932"
}
.icon-file-empty:before {
	content: "\e933"
}
.icon-files-empty:before {
	content: "\e934"
}
.icon-file-text2:before {
	content: "\e935"
}
.icon-file-picture:before {
	content: "\e936"
}
.icon-file-music:before {
	content: "\e937"
}
.icon-file-play:before {
	content: "\e938"
}
.icon-file-video:before {
	content: "\e939"
}
.icon-file-zip:before {
	content: "\e93a"
}
.icon-copy:before {
	content: "\e93b"
}
.icon-paste:before {
	content: "\e93c"
}
.icon-stack:before {
	content: "\e93d"
}
.icon-folder:before {
	content: "\e93e"
}
.icon-folder-open:before {
	content: "\e93f"
}
.icon-folder-plus:before {
	content: "\e940"
}
.icon-folder-minus:before {
	content: "\e941"
}
.icon-folder-download:before {
	content: "\e942"
}
.icon-folder-upload:before {
	content: "\e943"
}
.icon-price-tag:before {
	content: "\e944"
}
.icon-price-tags:before {
	content: "\e946"
}
.icon-barcode:before {
	content: "\e948"
}
.icon-qrcode:before {
	content: "\e949"
}
.icon-ticket:before {
	content: "\e94a"
}
.icon-cart:before {
	content: "\e94b"
}
.icon-coin-dollar:before {
	content: "\e94c"
}
.icon-coin-euro:before {
	content: "\e94d"
}
.icon-coin-pound:before {
	content: "\e94e"
}
.icon-coin-yen:before {
	content: "\e94f"
}
.icon-credit-card:before {
	content: "\e950"
}
.icon-calculator:before {
	content: "\e951"
}
.icon-lifebuoy:before {
	content: "\e952"
}
.icon-phone:before {
	content: "\e909"
}
.icon-phone-hang-up:before {
	content: "\e953"
}
.icon-address-book:before {
	content: "\e954"
}
.icon-envelop2:before {
	content: "\e955"
}
.icon-pushpin:before {
	content: "\e956"
}
.icon-location:before {
	content: "\e947"
}
.icon-location2:before {
	content: "\e957"
}
.icon-compass:before {
	content: "\e958"
}
.icon-compass2:before {
	content: "\e959"
}
.icon-map:before {
	content: "\e95a"
}
.icon-map2:before {
	content: "\e95b"
}
.icon-history:before {
	content: "\e95c"
}
.icon-clock:before {
	content: "\e90a"
}
.icon-clock2:before {
	content: "\e95d"
}
.icon-alarm:before {
	content: "\e95e"
}
.icon-bell:before {
	content: "\e95f"
}
.icon-stopwatch:before {
	content: "\e960"
}
.icon-calendar2:before {
	content: "\e961"
}
.icon-printer:before {
	content: "\e962"
}
.icon-keyboard:before {
	content: "\e963"
}
.icon-display:before {
	content: "\e964"
}
.icon-laptop2:before {
	content: "\e965"
}
.icon-mobile:before {
	content: "\e966"
}
.icon-mobile2:before {
	content: "\e967"
}
.icon-tablet:before {
	content: "\e968"
}
.icon-tv:before {
	content: "\e969"
}
.icon-drawer:before {
	content: "\e96a"
}
.icon-drawer2:before {
	content: "\e96b"
}
.icon-box-add:before {
	content: "\e96c"
}
.icon-box-remove:before {
	content: "\e96d"
}
.icon-download:before {
	content: "\e96e"
}
.icon-upload:before {
	content: "\e96f"
}
.icon-floppy-disk:before {
	content: "\e970"
}
.icon-drive:before {
	content: "\e971"
}
.icon-database:before {
	content: "\e972"
}
.icon-undo:before {
	content: "\e973"
}
.icon-redo:before {
	content: "\e974"
}
.icon-undo2:before {
	content: "\e975"
}
.icon-redo2:before {
	content: "\e976"
}
.icon-forward:before {
	content: "\e977"
}
.icon-reply:before {
	content: "\e978"
}
.icon-bubble:before {
	content: "\e979"
}
.icon-bubbles:before {
	content: "\e97a"
}
.icon-bubbles2:before {
	content: "\e97b"
}
.icon-bubble2:before {
	content: "\e97c"
}
.icon-bubbles3:before {
	content: "\e97d"
}
.icon-bubbles4:before {
	content: "\e97e"
}
.icon-user:before {
	content: "\e97f"
}
.icon-users:before {
	content: "\e980"
}
.icon-user-plus:before {
	content: "\e981"
}
.icon-user-minus:before {
	content: "\e982"
}
.icon-user-check:before {
	content: "\e983"
}
.icon-user-tie:before {
	content: "\e984"
}
.icon-quotes-left:before {
	content: "\e985"
}
.icon-quotes-right:before {
	content: "\e986"
}
.icon-hour-glass:before {
	content: "\e987"
}
.icon-spinner:before {
	content: "\e988"
}
.icon-spinner2:before {
	content: "\e989"
}
.icon-spinner3:before {
	content: "\e98a"
}
.icon-spinner4:before {
	content: "\e98b"
}
.icon-spinner5:before {
	content: "\e98c"
}
.icon-spinner6:before {
	content: "\e98d"
}
.icon-spinner7:before {
	content: "\e98e"
}
.icon-spinner8:before {
	content: "\e98f"
}
.icon-spinner9:before {
	content: "\e990"
}
.icon-spinner10:before {
	content: "\e991"
}
.icon-spinner11:before {
	content: "\e992"
}
.icon-binoculars:before {
	content: "\e993"
}
.icon-search2:before {
	content: "\e994"
}
.icon-zoom-in:before {
	content: "\e995"
}
.icon-zoom-out:before {
	content: "\e996"
}
.icon-enlarge:before {
	content: "\e997"
}
.icon-shrink:before {
	content: "\e998"
}
.icon-enlarge2:before {
	content: "\e999"
}
.icon-shrink2:before {
	content: "\e99a"
}
.icon-key:before {
	content: "\e908"
}
.icon-key2:before {
	content: "\e99b"
}
.icon-lock:before {
	content: "\e99c"
}
.icon-unlocked:before {
	content: "\e99d"
}
.icon-wrench:before {
	content: "\e99e"
}
.icon-equalizer:before {
	content: "\e99f"
}
.icon-equalizer2:before {
	content: "\e9a0"
}
.icon-cog:before {
	content: "\e9a1"
}
.icon-cogs:before {
	content: "\e9a2"
}
.icon-hammer:before {
	content: "\e9a3"
}
.icon-magic-wand:before {
	content: "\e9a4"
}
.icon-aid-kit:before {
	content: "\e9a5"
}
.icon-bug:before {
	content: "\e9a6"
}
.icon-pie-chart:before {
	content: "\e9a7"
}
.icon-stats-dots:before {
	content: "\e9a8"
}
.icon-stats-bars:before {
	content: "\e9a9"
}
.icon-stats-bars2:before {
	content: "\e9aa"
}
.icon-trophy:before {
	content: "\e9ab"
}
.icon-gift:before {
	content: "\e9ac"
}
.icon-glass:before {
	content: "\e9ad"
}
.icon-glass2:before {
	content: "\e9ae"
}
.icon-mug:before {
	content: "\e9af"
}
.icon-spoon-knife:before {
	content: "\e9b0"
}
.icon-leaf:before {
	content: "\e9b1"
}
.icon-rocket:before {
	content: "\e9b2"
}
.icon-meter:before {
	content: "\e9b3"
}
.icon-meter2:before {
	content: "\e9b4"
}
.icon-hammer2:before {
	content: "\e9b5"
}
.icon-fire:before {
	content: "\e9b6"
}
.icon-lab:before {
	content: "\e9b7"
}
.icon-magnet:before {
	content: "\e9b8"
}
.icon-bin:before {
	content: "\e9b9"
}
.icon-bin2:before {
	content: "\e9ba"
}
.icon-briefcase:before {
	content: "\e9bb"
}
.icon-airplane:before {
	content: "\e9bc"
}
.icon-truck:before {
	content: "\e9bd"
}
.icon-road:before {
	content: "\e9be"
}
.icon-accessibility:before {
	content: "\e9bf"
}
.icon-target:before {
	content: "\e9c0"
}
.icon-shield:before {
	content: "\e9c1"
}
.icon-power:before {
	content: "\e9c2"
}
.icon-switch:before {
	content: "\e9c3"
}
.icon-power-cord:before {
	content: "\e9c4"
}
.icon-clipboard:before {
	content: "\e9c5"
}
.icon-list-numbered:before {
	content: "\e9c6"
}
.icon-list:before {
	content: "\e9c7"
}
.icon-list2:before {
	content: "\e9c8"
}
.icon-tree:before {
	content: "\e9c9"
}
.icon-menu:before {
	content: "\e9ca"
}
.icon-menu2:before {
	content: "\e9cb"
}
.icon-menu3:before {
	content: "\e9cc"
}
.icon-menu4:before {
	content: "\e9cd"
}
.icon-cloud:before {
	content: "\e9ce"
}
.icon-cloud-download:before {
	content: "\e9cf"
}
.icon-cloud-upload:before {
	content: "\e9d0"
}
.icon-cloud-check:before {
	content: "\e9d1"
}
.icon-download2:before {
	content: "\e9d2"
}
.icon-upload2:before {
	content: "\e9d3"
}
.icon-download3:before {
	content: "\e9d4"
}
.icon-upload3:before {
	content: "\e9d5"
}
.icon-sphere:before {
	content: "\e9d6"
}
.icon-earth:before {
	content: "\e9d7"
}
.icon-link:before {
	content: "\e9d8"
}
.icon-flag:before {
	content: "\e9d9"
}
.icon-attachment:before {
	content: "\e9da"
}
.icon-eye:before {
	content: "\e9db"
}
.icon-eye-plus:before {
	content: "\e9dc"
}
.icon-eye-minus:before {
	content: "\e9dd"
}
.icon-eye-blocked:before {
	content: "\e9de"
}
.icon-bookmark:before {
	content: "\e9df"
}
.icon-bookmarks:before {
	content: "\e9e0"
}
.icon-sun:before {
	content: "\e9e1"
}
.icon-contrast:before {
	content: "\e9e2"
}
.icon-brightness-contrast:before {
	content: "\e9e3"
}
.icon-star-empty:before {
	content: "\e9e4"
}
.icon-star-half:before {
	content: "\e9e5"
}
.icon-star-full2:before {
	content: "\e9e6"
}
.icon-heart:before {
	content: "\e9e7"
}
.icon-heart-broken:before {
	content: "\e9e8"
}
.icon-man:before {
	content: "\e9e9"
}
.icon-woman:before {
	content: "\e9ea"
}
.icon-man-woman:before {
	content: "\e9eb"
}
.icon-happy:before {
	content: "\e9ec"
}
.icon-happy2:before {
	content: "\e9ed"
}
.icon-smile:before {
	content: "\e9ee"
}
.icon-smile2:before {
	content: "\e9ef"
}
.icon-tongue:before {
	content: "\e9f0"
}
.icon-tongue2:before {
	content: "\e9f1"
}
.icon-sad:before {
	content: "\e9f2"
}
.icon-sad2:before {
	content: "\e9f3"
}
.icon-wink:before {
	content: "\e9f4"
}
.icon-wink2:before {
	content: "\e9f5"
}
.icon-grin:before {
	content: "\e9f6"
}
.icon-grin2:before {
	content: "\e9f7"
}
.icon-cool:before {
	content: "\e9f8"
}
.icon-cool2:before {
	content: "\e9f9"
}
.icon-angry:before {
	content: "\e9fa"
}
.icon-angry2:before {
	content: "\e9fb"
}
.icon-evil:before {
	content: "\e9fc"
}
.icon-evil2:before {
	content: "\e9fd"
}
.icon-shocked:before {
	content: "\e9fe"
}
.icon-shocked2:before {
	content: "\e9ff"
}
.icon-baffled:before {
	content: "\ea00"
}
.icon-baffled2:before {
	content: "\ea01"
}
.icon-confused:before {
	content: "\ea02"
}
.icon-confused2:before {
	content: "\ea03"
}
.icon-neutral:before {
	content: "\ea04"
}
.icon-neutral2:before {
	content: "\ea05"
}
.icon-hipster:before {
	content: "\ea06"
}
.icon-hipster2:before {
	content: "\ea07"
}
.icon-wondering:before {
	content: "\ea08"
}
.icon-wondering2:before {
	content: "\ea09"
}
.icon-sleepy:before {
	content: "\ea0a"
}
.icon-sleepy2:before {
	content: "\ea0b"
}
.icon-frustrated:before {
	content: "\ea0c"
}
.icon-frustrated2:before {
	content: "\ea0d"
}
.icon-crying:before {
	content: "\ea0e"
}
.icon-crying2:before {
	content: "\ea0f"
}
.icon-point-up:before {
	content: "\ea10"
}
.icon-point-right:before {
	content: "\ea11"
}
.icon-point-down:before {
	content: "\ea12"
}
.icon-point-left:before {
	content: "\ea13"
}
.icon-warning:before {
	content: "\ea14"
}
.icon-notification:before {
	content: "\ea15"
}
.icon-question:before {
	content: "\ea16"
}
.icon-plus:before {
	content: "\ea17"
}
.icon-minus:before {
	content: "\ea18"
}
.icon-info:before {
	content: "\ea19"
}
.icon-cancel-circle:before {
	content: "\ea1a"
}
.icon-blocked:before {
	content: "\ea1b"
}
.icon-cross:before {
	content: "\ea1c"
}
.icon-checkmark:before {
	content: "\ea1d"
}
.icon-checkmark2:before {
	content: "\ea1e"
}
.icon-spell-check:before {
	content: "\ea1f"
}
.icon-enter:before {
	content: "\ea20"
}
.icon-exit:before {
	content: "\ea21"
}
.icon-play2:before {
	content: "\ea22"
}
.icon-pause:before {
	content: "\ea23"
}
.icon-stop:before {
	content: "\ea24"
}
.icon-previous:before {
	content: "\ea25"
}
.icon-next:before {
	content: "\ea26"
}
.icon-backward:before {
	content: "\ea27"
}
.icon-forward2:before {
	content: "\ea28"
}
.icon-play3:before {
	content: "\ea29"
}
.icon-pause2:before {
	content: "\ea2a"
}
.icon-stop2:before {
	content: "\ea2b"
}
.icon-backward2:before {
	content: "\ea2c"
}
.icon-forward3:before {
	content: "\ea2d"
}
.icon-first:before {
	content: "\ea2e"
}
.icon-last:before {
	content: "\ea2f"
}
.icon-previous2:before {
	content: "\ea30"
}
.icon-next2:before {
	content: "\ea31"
}
.icon-eject:before {
	content: "\ea32"
}
.icon-volume-high:before {
	content: "\ea33"
}
.icon-volume-medium:before {
	content: "\ea34"
}
.icon-volume-low:before {
	content: "\ea35"
}
.icon-volume-mute:before {
	content: "\ea36"
}
.icon-volume-mute2:before {
	content: "\ea37"
}
.icon-volume-increase:before {
	content: "\ea38"
}
.icon-volume-decrease:before {
	content: "\ea39"
}
.icon-loop:before {
	content: "\ea3a"
}
.icon-loop2:before {
	content: "\ea3b"
}
.icon-infinite:before {
	content: "\ea3c"
}
.icon-shuffle:before {
	content: "\ea3d"
}
.icon-arrow-up-left:before {
	content: "\ea3e"
}
.icon-arrow-up:before {
	content: "\ea3f"
}
.icon-arrow-up-right:before {
	content: "\ea40"
}
.icon-arrow-right:before {
	content: "\ea41"
}
.icon-arrow-down-right:before {
	content: "\ea42"
}
.icon-arrow-down:before {
	content: "\ea43"
}
.icon-arrow-down-left:before {
	content: "\ea44"
}
.icon-arrow-left:before {
	content: "\ea45"
}
.icon-arrow-up-left2:before {
	content: "\ea46"
}
.icon-arrow-up2:before {
	content: "\ea47"
}
.icon-arrow-up-right2:before {
	content: "\ea48"
}
.icon-arrow-right2:before {
	content: "\ea49"
}
.icon-arrow-down-right2:before {
	content: "\ea4a"
}
.icon-arrow-down2:before {
	content: "\ea4b"
}
.icon-arrow-down-left2:before {
	content: "\ea4c"
}
.icon-arrow-left2:before {
	content: "\ea4d"
}
.icon-circle-up:before {
	content: "\ea4e"
}
.icon-circle-right:before {
	content: "\ea4f"
}
.icon-circle-down:before {
	content: "\ea50"
}
.icon-circle-left:before {
	content: "\ea51"
}
.icon-tab:before {
	content: "\ea52"
}
.icon-move-up:before {
	content: "\ea53"
}
.icon-move-down:before {
	content: "\ea54"
}
.icon-sort-alpha-asc:before {
	content: "\ea55"
}
.icon-sort-alpha-desc:before {
	content: "\ea56"
}
.icon-sort-numeric-asc:before {
	content: "\ea57"
}
.icon-sort-numberic-desc:before {
	content: "\ea58"
}
.icon-sort-amount-asc:before {
	content: "\ea59"
}
.icon-sort-amount-desc:before {
	content: "\ea5a"
}
.icon-command:before {
	content: "\ea5b"
}
.icon-shift:before {
	content: "\ea5c"
}
.icon-ctrl:before {
	content: "\ea5d"
}
.icon-opt:before {
	content: "\ea5e"
}
.icon-checkbox-checked2:before {
	content: "\ea5f"
}
.icon-checkbox-unchecked2:before {
	content: "\ea60"
}
.icon-radio-checked:before {
	content: "\ea61"
}
.icon-radio-checked2:before {
	content: "\ea62"
}
.icon-radio-unchecked:before {
	content: "\ea63"
}
.icon-crop:before {
	content: "\ea64"
}
.icon-make-group:before {
	content: "\ea65"
}
.icon-ungroup:before {
	content: "\ea66"
}
.icon-scissors:before {
	content: "\ea67"
}
.icon-filter:before {
	content: "\ea68"
}
.icon-font:before {
	content: "\ea69"
}
.icon-ligature:before {
	content: "\ea6a"
}
.icon-ligature2:before {
	content: "\ea6b"
}
.icon-text-height:before {
	content: "\ea6c"
}
.icon-text-width:before {
	content: "\ea6d"
}
.icon-font-size:before {
	content: "\ea6e"
}
.icon-bold:before {
	content: "\ea6f"
}
.icon-underline:before {
	content: "\ea70"
}
.icon-italic:before {
	content: "\ea71"
}
.icon-strikethrough:before {
	content: "\ea72"
}
.icon-omega:before {
	content: "\ea73"
}
.icon-sigma:before {
	content: "\ea74"
}
.icon-page-break:before {
	content: "\ea75"
}
.icon-superscript:before {
	content: "\ea76"
}
.icon-subscript:before {
	content: "\ea77"
}
.icon-superscript2:before {
	content: "\ea78"
}
.icon-subscript2:before {
	content: "\ea79"
}
.icon-text-color:before {
	content: "\ea7a"
}
.icon-pagebreak:before {
	content: "\ea7b"
}
.icon-clear-formatting:before {
	content: "\ea7c"
}
.icon-table:before {
	content: "\ea7d"
}
.icon-table2:before {
	content: "\ea7e"
}
.icon-insert-template:before {
	content: "\ea7f"
}
.icon-pilcrow:before {
	content: "\ea80"
}
.icon-ltr:before {
	content: "\ea81"
}
.icon-rtl:before {
	content: "\ea82"
}
.icon-section:before {
	content: "\ea83"
}
.icon-paragraph-left:before {
	content: "\ea84"
}
.icon-paragraph-center:before {
	content: "\ea85"
}
.icon-paragraph-right:before {
	content: "\ea86"
}
.icon-paragraph-justify:before {
	content: "\ea87"
}
.icon-indent-increase:before {
	content: "\ea88"
}
.icon-indent-decrease:before {
	content: "\ea89"
}
.icon-share:before {
	content: "\ea8a"
}
.icon-new-tab:before {
	content: "\ea8b"
}
.icon-embed:before {
	content: "\ea8c"
}
.icon-embed2:before {
	content: "\ea8d"
}
.icon-terminal:before {
	content: "\ea8e"
}
.icon-share-1:before {
	content: "\e81d"
}
.icon-mail:before {
	content: "\ea8f"
}
.icon-mail2:before {
	content: "\ea90"
}
.icon-mail3:before {
	content: "\ea91"
}
.icon-mail4:before {
	content: "\ea92"
}
.icon-amazon:before {
	content: "\ea93"
}
.icon-google:before {
	content: "\ea94"
}
.icon-google2:before {
	content: "\ea95"
}
.icon-google3:before {
	content: "\ea96"
}
.icon-google-plus:before {
	content: "\ea97"
}
.icon-google-plus2:before {
	content: "\ea98"
}
.icon-google-plus3:before {
	content: "\ea99"
}
.icon-hangouts:before {
	content: "\ea9a"
}
.icon-google-drive:before {
	content: "\ea9b"
}
.icon-facebook2:before {
	content: "\ea9c"
}
.icon-facebook22:before {
	content: "\ea9d"
}
.icon-instagram:before {
	content: "\ea9e"
}
.icon-whatsapp:before {
	content: "\ea9f"
}
.icon-spotify:before {
	content: "\eaa0"
}
.icon-telegram:before {
	content: "\eaa1"
}
.icon-twitter2:before {
	content: "\eaa2"
}
.icon-vine:before {
	content: "\eaa3"
}
.icon-vk:before {
	content: "\eaa4"
}
.icon-renren:before {
	content: "\eaa5"
}
.icon-sina-weibo:before {
	content: "\eaa6"
}
.icon-rss:before {
	content: "\eaa7"
}
.icon-rss2:before {
	content: "\eaa8"
}
.icon-youtube:before {
	content: "\eaa9"
}
.icon-youtube2:before {
	content: "\eaaa"
}
.icon-twitch:before {
	content: "\eaab"
}
.icon-vimeo:before {
	content: "\eaac"
}
.icon-vimeo2:before {
	content: "\eaad"
}
.icon-lanyrd:before {
	content: "\eaae"
}
.icon-flickr:before {
	content: "\eaaf"
}
.icon-flickr2:before {
	content: "\eab0"
}
.icon-flickr3:before {
	content: "\eab1"
}
.icon-flickr4:before {
	content: "\eab2"
}
.icon-dribbble:before {
	content: "\eab3"
}
.icon-behance:before {
	content: "\eab4"
}
.icon-behance2:before {
	content: "\eab5"
}
.icon-deviantart:before {
	content: "\eab6"
}
.icon-500px:before {
	content: "\eab7"
}
.icon-steam:before {
	content: "\eab8"
}
.icon-steam2:before {
	content: "\eab9"
}
.icon-dropbox:before {
	content: "\eaba"
}
.icon-onedrive:before {
	content: "\eabb"
}
.icon-github:before {
	content: "\eabc"
}
.icon-npm:before {
	content: "\eabd"
}
.icon-basecamp:before {
	content: "\eabe"
}
.icon-trello:before {
	content: "\eabf"
}
.icon-wordpress:before {
	content: "\eac0"
}
.icon-joomla:before {
	content: "\eac1"
}
.icon-ello:before {
	content: "\eac2"
}
.icon-blogger:before {
	content: "\eac3"
}
.icon-blogger2:before {
	content: "\eac4"
}
.icon-tumblr:before {
	content: "\eac5"
}
.icon-tumblr2:before {
	content: "\eac6"
}
.icon-yahoo:before {
	content: "\eac7"
}
.icon-yahoo2:before {
	content: "\eac8"
}
.icon-tux:before {
	content: "\eac9"
}
.icon-appleinc:before {
	content: "\eaca"
}
.icon-finder:before {
	content: "\eacb"
}
.icon-android:before {
	content: "\eacc"
}
.icon-windows:before {
	content: "\eacd"
}
.icon-windows8:before {
	content: "\eace"
}
.icon-soundcloud:before {
	content: "\eacf"
}
.icon-soundcloud2:before {
	content: "\ead0"
}
.icon-skype:before {
	content: "\ead1"
}
.icon-reddit:before {
	content: "\ead2"
}
.icon-hackernews:before {
	content: "\ead3"
}
.icon-wikipedia:before {
	content: "\ead4"
}
.icon-linkedin:before {
	content: "\ead5"
}
.icon-linkedin2:before {
	content: "\ead6"
}
.icon-lastfm:before {
	content: "\ead7"
}
.icon-lastfm2:before {
	content: "\ead8"
}
.icon-delicious:before {
	content: "\ead9"
}
.icon-stumbleupon:before {
	content: "\eada"
}
.icon-stumbleupon2:before {
	content: "\eadb"
}
.icon-stackoverflow:before {
	content: "\eadc"
}
.icon-pinterest:before {
	content: "\eadd"
}
.icon-pinterest2:before {
	content: "\eade"
}
.icon-xing:before {
	content: "\eadf"
}
.icon-xing2:before {
	content: "\eae0"
}
.icon-flattr:before {
	content: "\eae1"
}
.icon-foursquare:before {
	content: "\eae2"
}
.icon-yelp:before {
	content: "\eae3"
}
.icon-paypal:before {
	content: "\eae4"
}
.icon-chrome:before {
	content: "\eae5"
}
.icon-firefox:before {
	content: "\eae6"
}
.icon-IE:before {
	content: "\eae7"
}
.icon-edge:before {
	content: "\eae8"
}
.icon-safari:before {
	content: "\eae9"
}
.icon-opera:before {
	content: "\eaea"
}
.icon-file-pdf:before {
	content: "\eaeb"
}
.icon-file-openoffice:before {
	content: "\eaec"
}
.icon-file-word:before {
	content: "\eaed"
}
.icon-file-excel:before {
	content: "\eaee"
}
.icon-libreoffice:before {
	content: "\eaef"
}
.icon-html-five:before {
	content: "\eaf0"
}
.icon-html-five2:before {
	content: "\eaf1"
}
.icon-css3:before {
	content: "\eaf2"
}
.icon-git:before {
	content: "\eaf3"
}
.icon-codepen:before {
	content: "\eaf4"
}
.icon-svg:before {
	content: "\eaf5"
}
.icon-IcoMoon:before {
	content: "\eaf6"
}
.icon-minus-circled:before {
	content: "\e824"
}
.icon-plus-circled:before {
	content: "\e823"
}
.icon-calendar:before {
	content: "\e80d"
}
.icon-envelop:before {
	content: "\e945"
}
.icon-checkbox-unchecked:before {
	content: "\e911"
}
.icon-checkbox-checked:before {
	content: "\e912"
}
.icon-search:before {
	content: "\e905"
}
.icon-star-full:before {
	content: "\e900"
}
.icon-laptop:before {
	content: "\e90b"
}
.icon-angle-left:before {
	content: "\e815"
}
.icon-angle-right:before {
	content: "\e814"
}
.icon-refresh:before {
	content: "\e031"
}
.icon-navicon:before {
	content: "\e913"
}
.icon-angle-double-right:before {
	content: "\e906"
}
.icon-arrow-circle-o-right:before {
	content: "\e901"
}
html {
	font-size: 20px
}
body {
	font-family: "Lato", sans-serif;
	color: #3c3c3c
}
h1 {
	font-size: 3em
}
h2 {
	font-size: 2.5em
}
h3 {
	font-size: 2em
}
h4 {
	font-size: 1.5em
}
h5 {
	font-size: 1em
}
.tertiary {
	font-size: 18px;
	font-size: .9rem
}
.social-icn {
	color: #0076a8;
	font-size: 36px;
	display: inline-block;
	text-decoration: none;
	margin: 20px 0
}
.social-foot {
	padding: 1em 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}
.social-foot a {
	color: #0076a8;
	font-size: 36px;
	display: inline-block;
	text-decoration: none;
	margin: 10px 0 10px
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	width: auto;
	margin: 0 auto;
	max-width: 1400px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: 20px;
	padding-right: 20px
}

@media (max-width: 768px) {
.container {
	padding: 0 10px
}
}
.full-width-container {
	width: 100%;
	display: block;
	background-color: #fff;
	position: relative
}
.full-width-container img {
	width: 100%
}
.content-container {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px)
}
.page-body {
	min-height: 200px;
	padding-bottom: 2em
}
.interior-container {
	margin-top: 2em
}
.primary {
	padding-left: 0
}
.tertiary {
	padding-left: 3%
}
.one-column .primary {
	padding-left: 0
}

@media (max-width: 500px) {
.two-columns .secondary {
	margin-top: 1em !important
}
}
.three-columns .primary {
	padding-right: 0
}

@media (max-width: 768px) {
.three-columns .primary {
	float: right;
	width: 75%
}
}

@media (max-width: 500px) {
.three-columns .secondary {
	display: none
}
}

@media (max-width: 768px) {
.three-columns .tertiary {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #f9f9f9;
	float: right;
	clear: left;
	width: 75%;
	padding-left: 0
}
}
.section-title {
	margin-top: 2em
}
.section-title h2 {
	margin: 0
}
.landing-page-title {
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0;
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.landing-page-title .landing-page-bkg {
	background-image: url("../images/wildland.jpg")
}
.landing-page-title a {
	text-shadow: 0 2px 7px rgba(0,0,0,0.5);
	letter-spacing: 10px;
	font-size: 4em;
	text-decoration: none;
	color: #fff
}
.separated {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #f9f9f9
}
.section {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px
}
.inner-page-content .primary .section {
	margin-top: 0
}
.section-inner {
	padding-top: 40px;
	padding-bottom: 40px
}
.section-inner--3x {
	padding-top: 120px;
	padding-bottom: 120px
}
.component {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px
}
.gutters {
	margin-left: 20px;
	margin-right: 20px
}
.no-gutters {
	margin-left: 0;
	margin-right: 0
}

@media (max-width: 960px) {
.gutters-tablet {
	margin-left: 20px;
	margin-right: 20px
}
}
.gutter-half-top {
	margin-top: 20px
}
.gutter-half-bottom {
	margin-bottom: 20px
}
.gutter-half-left {
	margin-left: 20px
}
.gutter-half-right {
	margin-right: 20px
}
.gutter-left {
	margin-left: 40px
}
.gutter-right {
	margin-right: 40px
}
.gutter-top {
	margin-top: 40px
}
.gutter-bottom {
	margin-bottom: 40px
}
.gutter-bottom-narrow {
	margin-bottom: 10px
}
.banded {
	background-color: #a6192e;
	overflow: hidden
}
.banded .banded {
	background-color: #a6192e
}
.banded .list-items-divided li, .banded .list-items-divided--less li, .banded [class*="divider"] {
	border-color: white
}
.banded .divider {
	border-color: #a6192e
}
.divider {
	border-bottom: 5px solid #d8d8d8;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.divider-top {
	border-top: 5px solid #d8d8d8;
	padding-top: 20px;
	margin-top: 20px
}
.divider-left {
	border-left: 5px solid #d8d8d8;
	padding-left: 20px;
	margin-left: 20px
}
.divider-right {
	border-right: 5px solid #d8d8d8;
	padding-right: 20px;
	margin-right: 20px
}
.divider--slim {
	border-width: 2px
}
.push-down {
	margin-bottom: 80px
}
.inline-elements>* {
	display: inline
}
.center-block {
	margin-left: auto;
	margin-right: auto;
	display: block
}
.block-heading {
	font-size: 48px;
	line-height: 0.9;
	color: #003c71;
	font-weight: normal;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	text-transform: capitalize
}
h1, h2, h3, h4, h4 a, h5, h6, .h7, h7, h7 a {
	margin: 0;
	margin-bottom: 15px
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h7 a, h7 a {
	color: inherit;
	text-decoration: none
}
h1 {
	font-size: 42px;
	line-height: 1.2;
	color: #1b3858;
	font-weight: 700
}

@media (max-width: 768px) {
h1 {
	font-size: 32px
}
}
/* CBB updated 180201 */
h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #a6192e;
	font-weight: 400;
	padding-bottom: 12px;
}

@media (max-width: 768px) {
h2 {
	font-size: 26px
}
}
/* CBB updated 180201 */
h3 {
	font-size: 32px;
	line-height: 1.3;
	color: #1b3858;
}

@media (max-width: 768px) {
h3 {
	font-size: 22px
}
}
/* CBB updated 180201 */
h4, h4 a {
	font-size: 32px;
	line-height: 1.1;
	color: #a6192e;
	margin: 0;
	font-weight: 400
}

@media (max-width: 768px) {
h4, h4 a {
	font-size: 22px
}
}
/* CBB updated 180201 */
h5 {
	font-size: 24px;
	line-height: 1.3;
	color: #1b3858
}

/* CBB updated 180201 */
h6 {
	font-size: 24px;
	line-height: 1.3;
	color: #a6192e
}

@media (max-width: 768px) {
h6 {
	font-size: 18px
}
}
.h7, h7, h7 a {
	font-size: 18px;
	line-height: 1.3;
	color: #a6192e;
	display: block;
	font-weight: 700
}
iframe {
	max-width: 100%
}
p {
	font-size: 20px;
	line-height: 27px
}
.box-frame {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	border: solid 1px #dfdfdf;
	padding: 2em;
	margin-bottom: 2em;
	overflow: hidden;
	position: relative
}
.box-dark {
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 2em
}
tbody {
	vertical-align: top
}
.callout {
	background: #E5EBF0;
	padding: 10px;
	line-height: 1.5em;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px
}
.mg-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 500px) {
.mg-media {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.mg-media__left, .mg-media__right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	text-align: center
}

@media (max-width: 500px) {
.mg-media__left, .mg-media__right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-bottom: 1em
}
}
.mg-media__left {
	padding-right: 1.5em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

@media (max-width: 500px) {
.mg-media__left {
	padding-right: 0
}
}
.mg-media__right {
	padding-left: 1.5em;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

@media (max-width: 500px) {
.mg-media__right {
	padding-left: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
}
.mg-media__object {
	width: 100%;
	max-width: 150px
}

@media (max-width: 500px) {
.mg-media__object {
	max-width: 100%
}
}
.mg-media__body {
	-webkit-box-flex: 4;
	-webkit-flex: 4 1 75%;
	-ms-flex: 4 1 75%;
	flex: 4 1 75%;
	font-size: 1em;
	line-height: 1.4;
	color: #3c3c3c;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

@media (max-width: 500px) {
.mg-media__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
}
.mg-media__meta {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3;
	color: #97999b;
	margin: 0
}
.mg-media__meta--dark {
	color: #333
}
.mg-media__heading {
	margin: 0;
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.3
}
.mg-media__heading a {
	color: #a6192e;
	text-decoration: none
}
.mg-media__heading--small {
	margin: 0;
	font-size: 1em
}
.header {
	position: relative;
	background: white;
	z-index: 10
}
.header a {
	text-decoration: none
}

@media (max-width: 1024px) {
.header .container {
	position: static
}
}


.logo-container img {
	width: 255px !important;
	position: inherit;
}


/* cz 150 anniversary update
replaced with above code 

.logo-container img {
	width: 155px;
	position: absolute;
	bottom: -100px
}

@media (max-width: 500px) {
.logo-container img {
	width: 90px
}
}
*/

@media (max-width: 1024px) {
.logo-container img {
	position: relative;
	bottom: 0;
	float: left;
	margin: 1em 0;
	left: 0
}
}

@media (max-width: 500px) {
.logo-container img {
	width: 48% !important;
}
}
.footer-top {
	background-color: #0076a8;
	padding: 12px 0;
	position: relative;
	margin-top: 140px
}
.footer-top .footer-head {
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
	position: relative;
	max-width: 900px
}
.footer-top .footer-logo {
	position: absolute;
	width: 155px;
	z-index: 9;
	left: -152px;
	top: -67px
}
.footer-top .footer-social a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0 5px
}
.footer-bottom {
	max-width: 900px
}
.morespace {
	max-width: 1045px
}

@media (max-width: 768px) {
font-size:16px;
.morespace div {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0
}
}
.footer-inner {
	margin-left: 190px
}

@media screen and (max-width: 1110px) {
.morespace {
	margin-left: 0;
	margin: 0 auto;
	max-width: 820px
}
.footer-logo {
	display: none
}
.footer-inner {
	margin-left: 0
}
.footer-bottom {
	max-width: 820px
}
}
.footer {
	font-size: 18px;
	font-size: .9rem;
	background: #003c71;
	padding: 2em 0 4em;
	font-size: 1em;
	font-weight: 300;
	color: #fff
}
.footer .morespace {
	max-width: 820px
}
.footer ul li {
	border-right: 1px solid #fff;
	margin-left: 0;
	padding: 0 15px
}
.footer ul li:first-child {
	padding-left: 0
}
.footer ul li:last-child {
	border: 0
}
.footer a {
	text-decoration: none;
	color: #FBE122
}
.footer a:hover {
	color: #fff
}

@media (max-width: 768px) {
.footer {
	font-size: 16px
}
.footer li {
	width: 50%;
	margin-bottom: 5px;
	padding: 0 !important;
	border: 0 !important
}
.footer p {
	line-height: 25px
}
}
a {
	color: #a6192e;
	-webkit-transition: all 0.2s cubic-bezier(0.46, 0.6, 0.5, 0.36);
	transition: all 0.2s cubic-bezier(0.46, 0.6, 0.5, 0.36)
}
img {
	max-width: 100%
}
ul li {
	line-height: 27px
}
blockquote {
	border-left: 10px solid #0076a8;
	padding: 2em;
	background-color: #ececec;
	line-height: 1.4
}
a.more {
	text-decoration: none;
	font-size: .9em;
	display: inline-block;
	text-transform: uppercase
}
a.more:after {
	margin-left: .4em;
	font-family: "icomoon";
	content: "\e906"
}

@media (max-width: 1024px) {
.masthead {
	position: relative
}
.masthead .container {
	margin: inherit
}
.masthead p {
	margin: 10px 0;
	text-align: right
}
.masthead .sf_1col_1in_100 .sf_cols {
	display: block
}
.masthead .sf_2cols_2_50 .sf_2cols_2in_50 {
	margin-left: 0
}
.masthead .top-utility-nav {
	position: absolute;
	bottom: 0;
	right: 15px
}
}

@media (max-width: 960px) {
.page-body .sf_cols>div {
	width: 100% !important;
	margin: 0 auto !important
}
}

@media (max-width: 960px) {
.page-body .sf_cols>div #Body_T7D8CF502007_Col00 .sf_colsOut {
	margin-bottom: 10px !important
}
}
.page-title h1, .page-title h2, .page-title h3 {
	margin-top: 0;
	margin-bottom: 1em
}

@media (max-width: 960px) {
.page-title {
	margin: 1em 0
}
}
.section-title a {
	color: #003c71;
	text-decoration: none
}
.blue-title a {
	color: #1b3858;
	font-size: 1.25em;
	text-decoration: none;
	font-weight: 700
}
.blue-title .wildland-event_location {
	margin-bottom: 1em
}
.blue-title .blue-btn {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 20px
}
.red-title, .red-title a {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #a6192e;
	text-decoration: none
}
.bold-gray-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #97999b;
	margin: 15px 0
}
a:hover {
	text-decoration: none
}
#searchTerm ul li {
	border: none;
	margin: 0;
	padding: 0;
	line-height: .8;
	display: inline
}
#searchTerm ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #a6192e
}
#searchTerm ul li:after {
	content: " | ";
	color: #3c3c3c;
	font-size: 22px
}
#searchTerm ul li:last-child:after {
	content: none
}
.bottom-sitemap {
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 1.6
}

@media (max-width: 500px) {
.bottom-sitemap li {
	display: none
}
}
.bottom-sitemap .sfNavHorizontalSiteMap>li {
	margin-left: 0;
	width: 23%;
	padding-right: 2%;
	text-transform: uppercase
}
.bottom-sitemap .sfNavHorizontalSiteMap>li:last-child {
	padding-right: 0
}
.bottom-sitemap .sfNavHorizontalSiteMap>li ul {
	text-transform: none
}
.bottom-sitemap .sfNavHorizontalSiteMap>li>a, .bottom-sitemap .sfNavHorizontalSiteMap>li li {
	margin-bottom: 0.3em
}
.bottom-sitemap .sfNavHorizontalSiteMap>li li:last-child {
	margin-bottom: 0
}

@media (max-width: 768px) {
.bottom-sitemap .sfNavHorizontalSiteMap>li {
	width: 33.3333%;
	padding: 0.5em 2%
}
.bottom-sitemap .sfNavHorizontalSiteMap>li:nth-child(3n+4) {
	clear: left
}
}

@media (max-width: 500px) {
.bottom-sitemap .sfNavHorizontalSiteMap>li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1em
}
}

@media (max-width: 500px) {
.bottom-sitemap {
	margin-top: 0;
	padding-bottom: 1em
}
}
.bottom-utility-nav ul {
	margin-bottom: 0
}
.bottom-utility-nav a.sfSel {
	font-weight: 400
}

@media (max-width: 500px) {
.bottom-utility-nav {
	font-size: 90%
}
}
.breadcrumb-nav {
	font-size: 20px;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1em
}
.breadcrumb-nav .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover, .breadcrumb-nav .RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .breadcrumb-nav .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .breadcrumb-nav .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .breadcrumb-nav a:hover {
	background: white
}
.main-nav {
	position: relative;
	font-size: 22px;
	font-size: 1.1rem;
	background: #003c71;
	text-transform: uppercase;
	z-index: 9
}
.main-nav .toggle-item {
	display: none
}

@media (max-width: 1024px) {
.main-nav {
	display: none;
	font-size: 20px;
	font-size: 1rem
}
.main-nav .container {
	padding: 0 !important;
	width: 100% !important
}
.main-nav.showing {
	display: block
}
.main-nav.showing .top-level ul {
	display: block;
	margin-left: 0
}
}

@media (max-width: 1024px) and (max-width: 1024px) {
.main-nav.showing .top-level ul .form-container {
	display: block
}
}

@media (max-width: 1024px) {
.main-nav.showing .top-level ul li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff
}
.main-nav.showing .top-level ul li a {
	padding-left: 15px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left
}
.main-nav.showing .top-level ul li a .toggle-item {
	display: block;
	position: absolute;
	right: 0;
	font-size: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px
}
.main-nav.showing .top-level ul li a .toggle-item:before {
	content: "\e823";
	font-family: "icomoon"
}
.main-nav.showing .top-level ul li a .toggle-item.menu-toggle:before {
	content: "\e824";
	font-family: "icomoon"
}
.main-nav.showing .top-level ul li a.selected {
	background-color: #a6192e
}
.main-nav.showing .top-level ul li ul {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%;
	padding: 0
}
.main-nav.showing .top-level ul li ul:before {
	content: none
}
.main-nav.showing .top-level ul li ul li a {
	background: none;
	padding: 10px 20px;
	line-height: 20px
}
}

@media (max-width: 1400px) {
.main-nav li:nth-last-child(2) ul {
	left: 95%;
	-webkit-transform: translateX(-95%);
	-ms-transform: translateX(-95%);
	transform: translateX(-95%)
}
.main-nav li:nth-last-child(2) ul:before {
	left: 80%
}
}
.main-nav ul.sfNavHorizontalDropDown>li {
	position: relative
}
.main-nav ul li .sfSel {
	background-color: #0076a8;
	font-weight: normal;
	color: #fff
}
.main-nav li {
	border-right: none;
	float: left
}

@media (max-width: 1024px) {
.main-nav li {
	float: none
}
}
.main-nav li:first-child ul {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.main-nav li:first-child ul:before {
	left: 55px
}
.main-nav li:nth-last-child(2) ul {
	left: -231%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.main-nav li:nth-last-child(2) ul:before {
	left: 500px
}
.main-nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10000;
	min-width: 700px;
	float: left;
	background-color: #f9f9f9;
	padding: 15px;
	margin-top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.main-nav li ul li {
	float: left;
	display: inline-block;
	text-align: left
}
.main-nav li ul a {
	color: #0076a8;
	width: 220px;
	font-size: 15px;
	text-transform: capitalize
}
.main-nav li ul a:hover {
	background: #a6192e;
	color: #fff
}
.main-nav li ul a+ul {
	display: none !important
}

@media (max-width: 1024px) {
.main-nav li ul a+ul li a {
	display: block
}
}

@media (max-width: 1024px) {
.main-nav li ul {
	position: relative;
	top: 0;
	min-width: 0;
	display: none !important
}
.main-nav li ul.opened {
	display: block !important
}
.main-nav li ul a {
	background: #a6192e;
	color: #fff
}
.main-nav li ul a:active {
	background: #a6192e;
	color: #fff
}
}
.main-nav li:hover ul {
	display: block
}
.main-nav a {
	position: relative;
	color: white;
	text-decoration: none;
	display: block;
	padding: 8px;
	font-size: 20px;
	font-size: 1rem;
	font-weight: 200;
	line-height: 1;
	float: left
}
.main-nav a .icon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.1em 0.5em;
	font-size: 30px;
	font-size: 1.5rem;
	line-height: 1.4em
}
.main-nav a.sfSel {
	font-weight: 900
}

@media (max-width: 1024px) {
.main-nav a .icon {
	display: block
}
}
.main-nav .top-level>ul {
	float: right
}
.main-nav .top-level>ul>li>a {
	padding: 26px 20px;
	padding: 1.3rem 1rem
}

@media (max-width: 1024px) {
.main-nav .top-level>ul {
	float: none
}
}

@media (max-width: 1024px) {
.main-nav ul ul {
	background: #002e58
}
.main-nav ul ul ul {
	background: #00213e
}
.main-nav ul ul ul ul {
	background: #001325
}
.main-nav ul ul ul ul ul {
	background: #00060b
}
.main-nav ul ul ul a {
	padding-left: 40px !important
}
.main-nav ul ul ul ul a {
	padding-left: 50px !important
}
.main-nav ul ul ul ul ul a {
	padding-left: 60px !important
}
}
.main-nav .mobile-item {
	display: none
}

@media (max-width: 1024px) {
.main-nav .mobile-item {
	display: block
}
}
.mobile-nav-container {
	font-size: 20px;
	font-size: 1rem;
	display: none;
	position: relative;
	z-index: 9
}

@media (max-width: 1024px) {
.mobile-nav-container {
	display: block
}
}
.mobile-nav-container .toggle-main-nav {
	width: 100%;
	text-align: right;
	padding: 20px 80px 20px 20px;
	padding: 1rem 4rem 1rem 1rem;
	display: block;
	background: #002e58;
	color: white;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.1em
}
.mobile-nav-container .toggle-main-nav .icon {
	font-size: 32px;
	position: absolute;
	top: 16px;
	right: 15px
}
.mobile-nav-container .toggle-main-nav.active {
	background: #e59a00
}
.mobile-nav-container .toggle-main-nav .icon-navicon:before {
	content: "\e913";
	font-family: "icomoon"
}
.mobile-nav-container a.button {
	position: absolute;
	top: 3px;
	left: 15px;
	background: #e59a00;
	border: 1px solid #e59a00
}
.mobile-nav-container a.button, .mobile-nav-container a.button:visited {
	color: #a6192e
}
.secondary-nav {
	border-bottom: none
}
.secondary-nav .section-title {
	background-color: #a6192e;
	color: #fff;
	font-size: .8em;
	padding: .5em 1.1em;
	line-height: 1;
	margin: 0
}
.secondary-nav .section-title a {
	color: #fff
}

@media (max-width: 1024px) {
.secondary-nav {
	display: none !important
}
}
.side-nav {
	background-color: #ececec;
	display: block;
	overflow: hidden
}
.side-nav .RadTreeView>ul {
	padding: 0 0 0.5em
}
.side-nav ul ul li {
	padding-left: 0.5em;
	font-weight: 400
}
.side-nav ul li .rtUL {
	padding: .5em 0 .5em .5em;
	border-bottom: 1px solid #d8d8d8
}
.side-nav ul li .rtUL a.rtIn {
	border-bottom: none;
	padding: .5em
}
.side-nav ul li ul li .rtHover a.rtIn {
	border-bottom: none !important
}
.side-nav ul li ul li ul li a.rtIn {
	color: #003c71
}
.side-nav li {
	margin: 0;
	font-weight: 600;
	line-height: 1
}
.side-nav a, .side-nav .RadTreeView a {
	display: block;
	padding: 0.5em 1em;
	color: #0076a8;
	font-size: 20px
}
.side-nav a, .side-nav .RadTreeView a, .side-nav .RadTreeView a:visited, .side-nav a:visited {
	text-decoration: none
}
.side-nav .rtSelected>a {
	font-weight: 700;
	background: white;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8
}
.side-nav .RadTreeView .rtLines .rtTop, .side-nav .RadTreeView .rtLines .rtMid, .side-nav .RadTreeView .rtLines .rtLI, .side-nav .RadTreeView .rtLines .rtBot {
	background-image: none;
	padding: 0
}
.side-nav .RadTreeView .rtSp {
	display: none
}
.side-nav .RadTreeView_Default {
	color: #003c71;
	font-size: 20px;
	font-family: "Lato", sans-serif
}
.side-nav .RadTreeView_Default .rtHover .rtIn {
	color: inherit;
	background: none;
	background-image: none
}
.side-nav .RadTreeView .rtIn {
	margin-left: 0;
	padding: 1em;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	background-position: 0 0;
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	white-space: pre-line
}
.side-nav .RadTreeView_Default .rtSelected .rtIn {
	border-left: 8px #a6192e solid;
	color: inherit;
	background-color: #fff;
	background-image: none
}
.side-nav .rtSelected+ul li {
	margin-left: 1em
}
.side-nav .rtSelected+ul li a {
	color: #003c71
}
.side-nav .rtSelected+ul li .rtIn {
	border-bottom: none;
	padding: .5em 1em
}
.side-nav .rtSelected+ul li .rtHover .rtIn {
	border: none
}
.side-nav .RadTreeView_Default .rtEdit .rtIn input {
	color: #fff
}
.side-nav .RadTreeView_Default .rtChecked, .side-nav .RadTreeView_Default .rtIndeterminate, .side-nav .RadTreeView_Default .rtUnchecked {
	background-image: none
}
.side-nav .RadTreeView_Default .rtLoadingIcon {
	background-image: none
}
.side-nav .RadTreeView_Default .rtMinus, .side-nav .RadTreeView_Default .rtPlus {
	background-image: none
}
.side-nav .RadTreeView_Default .rtDisabled .rtIn, .side-nav .RadTreeView_Default_disabled .rtIn {
	color: #003c71
}
.social-nav {
	font-size: 44px;
	font-size: 2.2rem;
	float: right
}
.social-nav li {
	margin-right: 0
}
.social-nav a {
	display: block;
	text-decoration: none !important
}
.widget .social-nav {
	margin: 0;
	float: none;
	text-align: center
}
.widget .social-nav li {
	float: left;
	display: block;
	margin: 0 0.23em
}
.social-nav .icon {
	display: block
}
.footer .social-nav a {
	color: white
}
.footer .social-nav a:hover {
	color: #e59a00
}

@media (max-width: 500px) {
.social-nav {
	float: none
}
}
.top-utility-nav {
	text-transform: uppercase;
	font-weight: 400
}
.top-utility-nav a {
	-webkit-box-shadow: 1px 2px 0 0 #d3d3d3;
	box-shadow: 1px 2px 0 0 #d3d3d3;
	border: 1px solid #d3d3d3;
	padding: 8px 2em;
	margin-bottom: 0;
	margin-left: 12px;
	border-radius: 4px;
	line-height: 3;
	white-space: nowrap
}

@media (max-width: 1024px) {
.top-utility-nav a {
	line-height: 2
}
}
.top-utility-nav .button {
	background-color: white;
	color: #0076a8
}
.top-utility-nav .button:hover {
	background-color: #e59a00;
	color: white
}
.top-utility-nav .button-alt {
	border-color: #a6192e
}
.mg-nav-sitemap>li {
	margin-bottom: 1.5em;
	line-height: 1.6
}
.mg-nav-sitemap>li>ul>li {
	margin-right: 1.6em
}
.mg-nav-sitemap a {
	text-decoration: none
}
.buttons-block a, .buttons-block span {
	display: block
}
.buttons-block a {
	background: #003c71;
	border-radius: 7px;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: 120%;
	text-decoration: none
}
.buttons-block a, .buttons-block a:hover, .buttons-block a:visited {
	color: white
}
.buttons-block a:hover {
	background: #0076a8;
	text-decoration: none
}
.buttons-block span {
	font-weight: 400;
	font-size: 80%
}
.buttons-block .sfContentBlock:nth-child(1) a {
	background: #005cae
}
.buttons-block .sfContentBlock:nth-child(2) a {
	background: #004f95
}
.buttons-block .sfContentBlock:nth-child(1) a:hover, .buttons-block .sfContentBlock:nth-child(2) a:hover {
	background: #0076a8
}
.main-nav .top-level>ul {
	margin-left: 150px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.sfBreadcrumbWrp {
	margin: 30px 0 10px
}

@media (max-width: 960px) {
.sfBreadcrumbWrp {
	display: none
}
}
.main-nav li ul:before {
	content: "";
	position: absolute;
	top: -11px;
	left: 48%;
	border-style: solid;
	border-width: 0 16px 16px;
	border-color: #f9f9f9 transparent;
	display: block;
	width: 0;
	z-index: 1
}
.sf_pagerNumeric {
	margin: 10px 0;
	text-align: center
}
.sf_pagerNumeric a {
	text-decoration: none;
	font-size: 1.5em;
	padding: 10px;
	font-weight: 700;
	color: #0076a8
}
.sf_pagerNumeric a.sf_PagerCurrent {
	color: #97999b
}
.right-rail-navigation {
	display: block;
	margin-bottom: 2em
}
.right-rail-navigation .rtLI .rtUL {
	margin-left: 1.5em
}
.right-rail-navigation .rtIn {
	margin: .7em 0;
	display: block;
	text-decoration: none
}
.right-rail-navigation .rtIn:hover {
	text-decoration: underline
}
.right-rail-navigation .rtTop .rtIn {
	margin-top: 0
}
.right-rail-navigation .rtMinus+.rtIn:after, .right-rail-navigation .rtPlus+.rtIn:after {
	content: '\00a0+'
}
.right-rail-navigation .rtSelected>.rtIn {
	color: #1b3858
}
.right-rail-navigation .rtSelected>.rtIn:before {
	content: "\00bb\00a0"
}
.right-rail-navigation .rtSelected>.rtIn, .right-rail-navigation .rtSelectedAncestor>.rtIn {
	font-weight: 900
}
.right-rail-navigation .rtSelected .rtMinus+.rtIn, .right-rail-navigation .rtSelected .rtPlus+.rtIn, .right-rail-navigation .rtSelectedAncestor .rtMinus+.rtIn, .right-rail-navigation .rtSelectedAncestor .rtPlus+.rtIn {
	padding-bottom: .3em;
	border-bottom: 1px solid #ddd
}
.pagination {
	text-align: center
}
.pagination li {
	display: inline
}
.pagination li a {
	font-size: 1.5em;
	padding: 10px;
	font-weight: 700;
	color: #0076a8;
	text-decoration: none
}
.pagination li.active a {
	text-decoration: underline
}
.pagination .sr-only {
	display: none
}
.homepage-branding {
	position: relative;
	z-index: 8;
	max-height: 480px;
	overflow: hidden
}
.homepage-branding .slides-container {
	background-color: #3c3c3c
}

@media (max-width: 500px) {
.homepage-branding .slides-container .slide .slide-content {
	font-size: .8em
}
}
.homepage-branding h4 {
	margin: 0
}

@media (max-width: 500px) {
.homepage-branding h4 {
	font-weight: 400;
	font-size: 1.2em
}
}

@media (max-width: 500px) {
.homepage-branding p {
	display: none
}
}
.homepage-branding .mtx-branding {
	height: 480px;
	overflow: hidden;
	padding: 0
}

@media (max-width: 960px) {
.homepage-branding .mtx-branding {
	height: 385px
}
}

@media (max-width: 500px) {
.homepage-branding .mtx-branding {
	height: 215px
}
.homepage-branding .mtx-branding img {
	height: 215px;
	width: 100%
}
}
.homepage-branding .mtx-branding .slides-container {
	max-height: 480px
}
.homepage-branding .mtx-branding .slides-container .slide .slide-background {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content {
	padding: 2% 20%;
	max-width: 1400px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent url("../images/branding-content.png")
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content a {
	color: #FBE122;
	text-decoration: none
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content h4 {
	font-size: 48px;
	margin: 0;
	color: #fff
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content p {
	font-size: 21px;
	line-height: 21px;
	margin: 0
}

@media (max-width: 960px) {
.homepage-branding .mtx-branding .slides-container .slide .slide-content {
	padding: 2% 12%
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content h4 {
	font-size: 29px
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content p {
	display: block;
	font-size: 15px
}
}

@media (max-width: 500px) {
.homepage-branding .mtx-branding .slides-container .slide .slide-content {
	min-height: 44%;
	padding: 2% 12%
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content h4 {
	font-size: 20px
}
.homepage-branding .mtx-branding .slides-container .slide .slide-content p {
	display: block;
	font-size: 12px
}
}
.homepage-branding .mtx-branding .prev, .homepage-branding .mtx-branding .next {
	opacity: 1;
	background: none;
	padding: 0 2%
}
.homepage-branding .mtx-branding .prev:hover, .homepage-branding .mtx-branding .next:hover {
	background: none
}
.homepage-branding .mtx-branding .icon-angle-right, .homepage-branding .mtx-branding .icon-angle-left {
	color: #fff;
	font-size: 64px
}
.list-spaced>li, .list-spaced--more>li, .list-spaced--less>li {
	margin-bottom: 20px
}
.list-spaced--more>li {
	margin-bottom: 40px
}
.list-spaced--less>li {
	margin-bottom: 10px
}
.list-across-divided li, .bottom-utility-nav ul li, .list-across li {
	margin-bottom: 13.33333px
}
.list-across-spaced {
	margin-bottom: 20px
}
.list-across-spaced li {
	margin-right: 40px
}
.list-across-divided li, .bottom-utility-nav ul li {
	border-right: 1px solid #bfbfbf;
	padding-right: 13.33333px;
	line-height: 1
}
.list-across-divided li:last-child, .bottom-utility-nav ul li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0
}
.list-items-divided>li, .list-items-divided--less>li {
	border-bottom: 1px solid #d8d8d8
}
.list-items-divided>li {
	padding-bottom: 20px;
	margin-bottom: 20px
}
.list-items-divided--less>li {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.h-list-divided .no-border {
	border: none;
	padding-right: 0
}
.mg-list .mg-list-item {
	margin: 0 0 1em;
	overflow: auto
}
.mg-list .mg-list-item:last-child {
	margin: 0
}
.mg-list .mg-title {
	font-weight: 400;
	margin: 0
}
.mg-list .mg-title a {
	text-decoration: none
}
.mg-list .mg-title a:hover {
	text-decoration: underline
}
/* CBB 200222 updated font color toward 508 compliance */
.mg-list .mg-meta {
	margin: .2em 0;
	font-size: 1em;
	color: #666;
}
.mg-list .mg-summary {
	margin-bottom: .3em
}
.mg-list .mg-meta-info {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #d8d8d8
}
.mg-list .mg-meta-info:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}
.mg-list .more {
	font-size: .9em
}
.mg-anchor-list {
	margin-bottom: 2em
}
.mg-anchor-list .mg-list-item {
	margin: 0
}
.mg-expand-all-wrap {
	float: right;
	font-size: .8em
}
.mg-expand-all-wrap a {
	margin-top: .7em;
	text-decoration: none;
	color: #fff !important;
	background-color: #003c71 !important;
}
.mg-expand-all-wrap a:hover {
	color: #737373 !important;
	background-color: #a6192e !important;
}
.mg-download-list {
	margin: 1em 0
}
.mg-download-list a {
	text-decoration: none
}
.mg-download-list a:hover {
	text-decoration: underline
}
.mg-download-list .mg-meta-info {
	padding-right: .5em;
	margin-right: .3em
}
.mg-archive-list ul {
	margin-bottom: 1em
}
.mg-archive-list a {
	text-decoration: none
}
.mg-archive-list a.sfSel {
	background: #fff
}
.mg-grid li {
	padding: 1%;
	float: left;
	width: 20%;
	text-align: center
}
.mg-grid li img {
	border: 1px solid #f9f9f9
}
.mg-pager {
	font-size: 1.125em;
	text-align: center;
	margin: 3.33em 0 0
}
.mg-pager a {
	display: inline-block;
	padding: 0 .4em;
	color: #0076a8;
	text-decoration: none;
	margin: .2em;
	font-weight: 700
}
.mg-pager a.sf_PagerCurrent {
	color: #97999b;
	background: #d8d8d8
}
.info-list, .info-list-career {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}
.info-list .jt_job, .info-list-career .jt_job {
	margin: 1em 0
}
.info-list h6, .info-list-career h6 {
	margin-bottom: 0
}
.info-list .topic-image img, .info-list-career .topic-image img {
	max-width: 16px;
	max-height: 125px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px
}
.info-list.blog-pages .info-description p, .info-list-career.blog-pages .info-description p {
	float: none
}
.info-list.blog-pages .info-description .info-date, .info-list-career.blog-pages .info-description .info-date {
	float: none
}
.info-list .thumb, .info-list-career .thumb {
	width: 100%;
	float: left;
	max-height: 232px;
	margin-bottom: 30px
}
.info-list .thumb img, .info-list-career .thumb img {
	max-height: 100%;
	max-width: 100%;
	float: left
}
.info-list li, .info-list-career li {
	border-bottom: 1px solid #d6d6d6;
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 20px;
	padding-bottom: 30px
}
.info-list li .info-description h3, .info-list-career li .info-description h3 {
	color: #a6192e;
	font-size: 24px;
	text-transform: capitalize;
	float: left;
	display: block;
	margin: 5px 0
}
.info-list li .info-description .info-date, .info-list-career li .info-description .info-date {
	float: left;
	width: 100%;
	color: #97999b;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px
}
.info-list li .info-description p, .info-list-career li .info-description p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px
}
.info-list li .left, .info-list li .right, .info-list-career li .left, .info-list-career li .right {
	display: table-cell;
	vertical-align: top;
	padding: 5px
}
.info-list li .left h3, .info-list li .right h3, .info-list-career li .left h3, .info-list-career li .right h3 {
	margin-top: 0
}
.info-list li .left img, .info-list li .right img, .info-list-career li .left img, .info-list-career li .right img {
	max-width: 50px;
	max-height: 50px
}
.info-list li .gi, .info-list-career li .gi {
	font-size: 21px;
	line-height: 1.4;
	color: #3c3c3c;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font-weight: 700
}
.calendar-list {
	float: left;
	width: 100%
}
.calendar-list ul {
	float: left;
	padding: 0
}
.calendar-list ul li {
	padding: 20px 0;
	float: left;
	width: 100%
}
.calendar-list ul li .calendar-content {
	display: table
}
.calendar-list ul li .calendar-content .cc-left {
	display: table-cell;
	vertical-align: top;
	padding-top: 5px
}
.calendar-list ul li .calendar-content .cc-left .dtstart .month {
	font-size: 21px
}
.calendar-list ul li .calendar-content .cc-left .dtstart .day {
	font-size: 48px;
	padding: 10px 20px;
	color: #003c71;
	font-weight: normal
}
.calendar-list ul li .calendar-content .cc-right {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px
}
.calendar-list ul li .calendar-content .cc-right h3 {
	margin: 0;
	padding: 0;
	font-size: 30px
}
.calendar-list ul li .calendar-content .cc-right h3 a {
	color: #003c71;
	font-weight: normal;
	text-decoration: none
}
.calendar-list ul li .calendar-content .cc-right span.cc-date {
	font-size: 18px;
	text-transform: capitalize;
	color: #737373;
	margin-top: 10px;
	float: left;
	width: 100%
}
.calendar-list ul li .calendar-content .cc-right .button-wrapper {
	text-align: left
}
.calendar-list ul li .calendar-content .cc-right .button-wrapper .button-blue, .calendar-list ul li .calendar-content .cc-right .button-wrapper .button-default {
	padding: 4px 15px;
	font-size: 16px
}

@media (max-width: 500px) {
.calendar-list ul li .calendar-content .cc-right .button-wrapper .button-blue, .calendar-list ul li .calendar-content .cc-right .button-wrapper .button-default {
	margin-right: 5px;
	font-size: 11px
}
}
.mg-featured {
	position: relative;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	border: solid 1px #dfdfdf;
	padding: 2em;
	margin-bottom: 2em
}
.mg-featured .major-link {
	position: absolute;
	right: 1.5em;
	bottom: 1em;
	line-height: 1;
	float: none;
	text-transform: none
}
.mg-featured .major-link:after {
	content: "\e901";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	margin-left: 5px
}
.mg-featured .mg-media {
	margin-bottom: 1.5em
}
.mg-promo__item {
	text-align: center;
	margin: 1em 0
}
.mg-details .mg-title {
	font-weight: 400;
	margin: 0
}
.mg-details .mg-title a {
	text-decoration: none
}
.mg-details .mg-title a:hover {
	text-decoration: underline
}
.mg-details img {
	border: 1px solid #d8d8d8
}
.mg-details .mg-summary {
	margin-bottom: .3em
}
.mg-details .mg-meta-info {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #d8d8d8
}
.mg-details .mg-meta-info:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}
.mg-details .mg-detail-list {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	margin-top: 1em;
	background: #f9f9f9;
	padding: .8em 1em
}
.mg-details .mg-detail-list li {
	margin-bottom: .6em
}
.mg-details .mg-detail-list li:last-child {
	margin-bottom: 0
}
.mg-meta {
	margin: .2em 0;
	font-size: .9em;
	color: #97999b
}
.button-alt {
	display: inline-block;
	background-color: #a6192e
}
.button-alt:after {
	display: none
}
.button-alt:hover {
	background-color: #e59a00;
	border-color: #e59a00
}
[type="text"], [type="email"], [type="phone"], [type="password"], textarea {
	padding: 6px 10px;
	padding: .3rem .5rem
}
.mg-text, .mg-select, .mg-checks, .mg-radios, .mg-textarea, .mg-captcha, .mg-upload, .mg-submit {
	margin-bottom: 1em;
	max-width: 700px
}
.mg-text input[type="text"], .mg-text input[type="email"], .mg-text input[type="password"], .mg-text textarea, .mg-text select, .mg-select input[type="text"], .mg-select input[type="email"], .mg-select input[type="password"], .mg-select textarea, .mg-select select, .mg-checks input[type="text"], .mg-checks input[type="email"], .mg-checks input[type="password"], .mg-checks textarea, .mg-checks select, .mg-radios input[type="text"], .mg-radios input[type="email"], .mg-radios input[type="password"], .mg-radios textarea, .mg-radios select, .mg-textarea input[type="text"], .mg-textarea input[type="email"], .mg-textarea input[type="password"], .mg-textarea textarea, .mg-textarea select, .mg-captcha input[type="text"], .mg-captcha input[type="email"], .mg-captcha input[type="password"], .mg-captcha textarea, .mg-captcha select, .mg-upload input[type="text"], .mg-upload input[type="email"], .mg-upload input[type="password"], .mg-upload textarea, .mg-upload select, .mg-submit input[type="text"], .mg-submit input[type="email"], .mg-submit input[type="password"], .mg-submit textarea, .mg-submit select {
	background: white;
	padding: 6px 10px;
	padding: .3rem .5rem;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	width: 100%
}
.mg-text label, .mg-text .sfTxtLbl, .mg-select label, .mg-select .sfTxtLbl, .mg-textarea label, .mg-textarea .sfTxtLbl, .mg-upload label, .mg-upload .sfTxtLbl {
	display: block;
	font-weight: 700
}
.mg-checks input, .mg-radios input {
	margin-right: .3em
}
.mg-checks .sfTxtLbl, .mg-radios .sfTxtLbl {
	font-weight: 700
}
.mg-upload .RadUpload {
	width: auto
}
.mg-upload .ruFileWrap {
	display: block;
	width: auto
}
.mg-upload input[type=text] {
	max-width: 200px
}
.mg-upload [type=button] {
	color: #737373
}
.mg-upload [type=button]:hover {
	color: #737373
}
.mg-upload input[type=file] {
	width: auto !important
}
.mg-captcha {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: .4em 1em
}
.mg-captcha input[type=text] {
	max-width: 200px;
	margin-right: 1em
}
.mg-captcha img {
	background: #fff;
	padding: .4em;
	border: 1px solid #e0e0e0;
	margin-bottom: .5em
}
.mg-captcha .rcRefreshImage {
	font-size: .8em;
	display: inline-block !important;
	text-decoration: none;
	color: #737373
}
.mg-captcha .sfTxtLbl {
	font-style: italic
}
.mg-submit [type=submit] {
	background: #737373;
	border-color: #737373;
	font-weight: 700;
	font-size: 1.1em
}
.mg-submit [type=submit]:hover {
	background: #8d8d8d
}
.dues-list tr:nth-child(odd) {
	background-color: #fff
}
.select {
	position: relative;
	display: inline-block
}
.select select {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px
}
.select select::-ms-expand {
display:none
}
.select select:hover, .select select:focus {
	color: #000
}
.select select:disabled {
	pointer-events: none;
	opacity: .5
}
.select__arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #737373 transparent transparent transparent
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc
}
.search-result.best-bet {
	background-color: #f9f9f9
}
table {
	border-collapse: collapse;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
	font-size: .9em
}
table th, table td {
	border: 1px solid #d8d8d8;
	padding: .5em;
	text-align: left
}
table th {
	background: #f9f9f9
}
table.zebra tr:nth-child(even) td {
	background: #fff
}
.flex-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}
.flex-table-cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style: none;
	border-bottom: solid 1px #d6d6d6
}
.flex-table-cell>h1, .flex-table-cell>h2, .flex-table-cell>h3, .flex-table-cell>h4, .flex-table-cell>h5, .flex-table-cell>h6 {
	margin: 0
}
.flex-table--2cols>.flex-table-cell {
	width: 50%
}
.flex-table--3cols>.flex-table-cell {
	width: 33.33%
}
.flex-table--4cols>.flex-table-cell {
	width: 25%
}
.flex-table--5cols>.flex-table-cell {
	width: 20%
}
.flex-table--6cols>.flex-table-cell {
	width: 16.6%
}
.flex-table {
	position: relative
}
.flex-table-cell--dark {
	border-color: #d6d6d6
}
.flex-table-cell--date-icon {
	min-width: 112px !important;
	max-width: 130px
}
.flex-table-cell--title {
	width: 30%
}
.flex-table-cell--topics {
	width: 20%
}

@media (max-width: 768px) {
.flex-table--4cols {
	position: relative;
	padding: 1em 0;
	border-bottom: solid 1px #e1e0e0
}
.flex-table--collapse>.flex-table-cell {
	border: none;
	padding: 0
}
.flex-table--collapse>.flex-table-cell h6 {
	font-size: 25px
}
.flex-table--collapse>.flex-table-cell:first-child {
	width: 80px;
	position: absolute
}
.flex-table--collapse>.flex-table-cell:nth-child(2) {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	margin-left: 100px
}
.flex-table--collapse>.flex-table-cell:nth-child(3) {
	display: none
}
.flex-table--collapse>.flex-table-cell:nth-child(4) {
	margin-left: 100px;
	font-size: .9em;
	color: #97999b
}
.flex-table--collapse>.flex-table-cell--foot {
	margin-bottom: 1em
}
.flex-table-cell--date-icon {
	max-width: inherit
}
}
.no-flexbox .flex-table {
	display: block
}
.no-flexbox .flex-table>.flex-table-cell {
	width: 100%
}
.no-flexbox .flex-table>.flex-table-cell--foot {
	margin-bottom: 1em
}
.mg-forums-list .mg-forum-group-title, .mg-forums-list .mg-forum-group-desc {
	margin: 0
}
.mg-forums-list a {
	text-decoration: none
}
.mg-forum-no-threads {
	padding: 1em;
	background: #f9f9f9;
	border: 1px dashed #d8d8d8
}
.mg-forum-no-threads p {
	margin: 0 0 .5em;
	font-style: italic
}
.mg-forum-new-thread {
	border: none;
	margin: 0;
	padding: 0
}
.mg-forum-new-thread label, .mg-forum-new-thread .sfTxtLbl {
	font-weight: 700;
	display: block
}
.mg-forum-threads-list a {
	text-decoration: none
}
.mg-forum-thread-post-list .mg-forum-post {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #d8d8d8
}
.mg-forum-thread-post-list .mg-forum-post:last-child {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #d8d8d8
}
.mg-forum-thread-post-list .mg-forum-post-user {
	float: left;
	width: 15%;
	font-size: .9em
}
.mg-forum-thread-post-list .mg-forum-post-content-wrap {
	margin-left: 18%
}
.mg-forum-thread-post-list .mg-forum-post-content {
	margin: 1em 0
}
.mg-forum-thread-post-list .mg-forum-post-featured {
	float: right
}
.mg-forum-thread-post-list .mg-forum-reply-btn {
	color: #737373 !important
}
.mg-forum-reply-container {
	margin-top: 4em
}
.mg-forum-reply-container fieldset {
	border: none
}
.mg-forum-reply-container .sfforumsReplyToTitle {
	font-size: 1.1em;
	margin-top: 0
}
.mg-forum-reply-container .sfClose {
	float: right;
	font-size: .8em;
	text-decoration: none;
	color: #737373 !important
}
.mg-forum-reply-container .sfSubmitBtnWrp {
	margin-top: .5em
}
.mg-forum-reply-container .sfforumThreadPostUser {
	float: left;
	width: 15%;
	font-size: .9em
}
.mg-forum-reply-container .sfforumReplyThreadContent {
	margin-left: 18%
}
.mg-new-thread, .mg-forum-reply-wrap [type=submit] {
	float: right;
	margin-bottom: .5em
}
.mg-forum-feed {
	float: left;
	margin-top: .3em
}
.mg-forum-feed .icon {
	color: #737373
}
.mg-forums-filter {
	margin-top: 2em
}
.search-trigger {
	background-color: #a6192e;
	padding: 24px;
	padding: 1.21rem;
	border-radius: 0;
	border: 0;
	font-size: 24px;
	font-size: 1.2rem;
	margin-left: 20px
}
.search-trigger:focus {
	outline: none
}
.search-trigger:hover {
	background: #e59a00
}

@media (max-width: 1024px) {
.search-trigger {
	display: none
}
}

@media (max-width: 1400px) {
.search-trigger {
	height: 96px
}
}
.mg-search-box {
	background-color: #a6192e;
	position: absolute;
	top: 100%;
	right: 0
}
.mg-search-box [type="text"] {
	padding-right: 27px
}

@media (max-width: 1024px) {
.mg-search-box {
	position: relative;
	top: 0
}
.mg-site-search .mg-search-box {
	display: block !important
}
.mg-search-box [type="text"] {
	width: 100%
}
}
.mg-search-box button:active, .mg-search-box [type="submit"]:active {
	position: absolute;
	top: 2px;
	right: 0;
	left: initial;
	-webkit-box-shadow: none;
	box-shadow: none
}
#site-search-submit:focus {
	outline: none
}
.mg-site-search__submit {
	position: absolute;
	top: 2px;
	right: 0;
	background-color: transparent;
	color: #cbcbcb;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: .25em .4em
}
.second-search {
	display: none
}

@media (max-width: 1024px) {
.second-search {
	display: block
}
}
.mg-searchblox-results a:hover {
	text-decoration: underline
}
.mg-searchblox-results .mg-searchblox-result {
	padding-left: 0;
	background: none;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd
}
.mg-searchblox-results .mg-result-title {
	margin: 0
}
.mg-searchblox-results p {
	margin: .5em 0
}
.mg-searchblox-results .mg-published-date {
	font-style: italic;
	font-size: .9em;
	color: #999
}
.mg-searchblox-results .mg-search-description {
	margin-bottom: 0
}
.mg-searchblox-results highlight {
	display: inline;
	font-weight: bold
}

@media (max-width: 960px) {
.desktop-content {
	display: none
}
}
.tablet-content {
	display: none
}

@media (max-width: 960px) {
.tablet-content {
	display: block
}
}
.mobile-content {
	display: none
}

@media (max-width: 500px) {
.mobile-content {
	display: block
}
}

@media (max-width: 500px) {
.mobile-hidden {
	display: none
}
.mobile-hidden--active {
	display: block
}
}

@media (max-width: 500px) {
.mobile-centered {
	text-align: center
}
}
.relative {
	position: relative !important
}
.uppercase {
	text-transform: uppercase !important
}
.no-text-transform {
	text-transform: none !important
}
.transparent-text {
	color: rgba(255,255,255,0.5)
}
.white-text {
	color: white
}
.black-text {
	color: black
}
.largest-text {
	font-size: 36px;
	font-size: 1.8rem
}
.larger-text {
	font-size: 30px;
	font-size: 1.5rem
}
.large-text {
	font-size: 24px;
	font-size: 1.2rem
}
.small-text {
	font-size: 18px;
	font-size: .9rem
}
.smaller-text {
	font-size: 16px;
	font-size: .8rem
}
.smallest-text {
	font-size: 14px;
	font-size: .7rem
}
.letter-space {
	letter-spacing: 4px;
	letter-spacing: .2rem
}
.sans-serif {
	font-family: arial, helvetica, sans-serif
}
.narrow-line-height {
	line-height: 1
}
.tighten-line-height {
	line-height: 1.3
}
.highlight-text {
	color: #0076a8
}
.float-right {
	float: right
}
.float-left {
	float: left
}
.float-none {
	float: none !important
}
.clearfix {
	clear: both
}
.center {
	text-align: center
}
.align-right {
	text-align: right !important
}
.vertical-align-top {
	vertical-align: top
}
.break-word {
	word-wrap: break-word
}
.hidden {
	display: none !important
}
.hidden--active {
	display: block !important
}
.border-gray {
	border: 1px solid #d8d8d8
}
.text-shadow--more {
	text-shadow: 0 0 4px black
}
.padded {
	padding: 40px
}
.padded-less {
	padding: 20px
}
.padded-left {
	padding-left: 1em
}

@media (max-width: 500px) {
.padded--mobile-narrow {
	padding: 10px
}
}
.border-bottom {
	padding-bottom: 1em;
	border-bottom: solid 1px #d6d6d6;
	margin-top: 1em
}
.no-border {
	border: 0 !important
}
.margin-top {
	margin-top: 3em !important
}
.margin-bottom {
	margin-bottom: 3em
}
.margin-bottom--small {
	margin-bottom: 1em
}
.margin-vertical {
	margin: 2em auto
}
.no-margin {
	margin: 0 !important
}
.no-margin-top {
	margin-top: 0 !important
}
.no-margin-bottom {
	margin-bottom: 0 !important
}
.no-margin-left {
	margin-left: 0 !important
}
.no-margin-right {
	margin-right: 0 !important
}
.no-padding {
	padding: 0 !important
}
.no-padding-top {
	padding-top: 0 !important
}
.no-padding-bottom {
	padding-bottom: 0 !important
}
.no-padding-left {
	padding-left: 0 !important
}
.no-padding-right {
	padding-right: 0 !important
}
.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.master-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 960px) {
.master-col {
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}
}

@media (max-width: 960px) {
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
}

@media (max-width: 960px) {
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
}

@media (max-width: 960px) {
.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
}

@media (max-width: 960px) {
.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
}
.flex-box--two-boxes {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}
.form-group {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 6px 0
}
.right-align {
	text-align: right;
	margin: 0 20%
}
.gray-bkg {
	background-color: #f9f9f9
}
.large-padding {
	padding: 2em 3em
}
[type="text"], [type="priemail"] {
	padding: 3px
}
.for-print {
	display: none !important
}

@media print {
.for-print {
	display: block !important
}
}
.block {
	display: block
}
.inline {
	display: inline
}
.inline-block, .links-inline-block a {
	display: inline-block;
*vertical-align:auto;
*zoom:1;
*display:inline
}
.inline-block {
	width: auto !important
}
.overflow-hidden {
	overflow: hidden !important
}

@media print {
.no-print {
	display: none !important
}
}
.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 40px
}
.embed-floated .video-embed {
	margin-bottom: 0
}
.video-embed iframe, .video-embed object, .video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}
.mg-overlay, .overlay-content {
	display: none
}
.mg-overlay {
	position: fixed;
	background: lightgray;
	background: rgba(211,211,211,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none
}
.mg-overlay.active {
	display: block
}
.mg-overlay__inner {
	background: black;
	background: rgba(0,0,0,0.4);
	color: white;
	position: relative;
	top: 50%;
	width: 470px;
	max-width: 470px;
	margin: -330px auto 0;
	overflow: hidden;
	border-radius: 7px
}
.mg-overlay__inner .banded {
	background: white
}
:root .mg-overlay__inner {
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 500px) {
:root .mg-overlay__inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
}

@media (max-width: 500px) {
.mg-overlay__inner {
	width: 100% !important;
	margin: 0;
	top: 40px;
	left: 0
}
}
.mg-overlay__content>* {
	display: block;
	margin: 0 auto;
	max-width: 470px
}

@media (max-width: 500px) {
.mg-overlay__content>* {
	width: 100%
}
}
.mg-overlay__close {
	color: white;
	padding: 5px 0px;
	font-size: 28px;
	font-size: 1.4rem;
	display: block
}
.mg-overlay__close:hover {
	text-decoration: none
}
.border-radius {
	border-radius: 5px
}
.no-background {
	background: transparent !important
}
.spinner {
	position: relative;
	left: -webkit-calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px
}
.mega-menu .spinner {
	position: absolute;
	top: -webkit-calc(50% - 32px);
	top: calc(50% - 32px)
}
.research .mega-menu .spinner {
	left: -webkit-calc(60% - 32px);
	left: calc(60% - 32px)
}
.spinner__inner {
	position: absolute;
	border-radius: 50%;
	border: 8px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #a6192e;
	border-top-color: #003c71;
	-webkit-animation: rotate-left 0.8s cubic-bezier(0.46, 0.6, 0.5, 0.36) infinite;
	animation: rotate-left 0.8s cubic-bezier(0.46, 0.6, 0.5, 0.36) infinite
}
.banded .spinner__inner {
	border-color: #003c71;
	border-top-color: #a6192e
}
@-webkit-keyframes rotate-left {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotate-left {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.backend .main-nav li ul, .sfPageEditor .main-nav li ul {
	display: none !important
}
.backend .mobile-nav-container, .sfPageEditor .mobile-nav-container {
	display: block !important
}
.backend table, .sfPageEditor table {
	font-size: 1em
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("fonts/slick/slick.eot");
	src: url("fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick/slick.woff") format("woff"), url("fonts/slick/slick.ttf") format("truetype"), url("fonts/slick/slick.svg#slick") format("svg")
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: '←'
}
[dir='rtl'] .slick-prev:before {
	content: '→'
}
.slick-next {
	right: -25px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: '→'
}
[dir='rtl'] .slick-next:before {
	content: '←'
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent !important;
	border: 0;
	outline: none;
	background: transparent !important;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}
.side-title {
	display: block;
	background-color: #ececec;
	font-size: 24px;
	line-height: 1.3;
	color: #737373;
	padding: 10px 15px
}
.slick-container, .rss-container {
	text-align: left
}
.slick-container .slick-next, .slick-container .slick-prev, .rss-container .slick-next, .rss-container .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 40px;
	left: auto;
	padding: 10px;
	cursor: pointer;
	color: transparent !important;
	outline: none;
	background: #0a48ff
}
.slick-next:before, .slick-prev:before {
	content: "\e907";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	margin-left: 5px;
	color: black;
	font-size: 40px;
	line-height: 0
}
.slick-container .slick-next, .rss-container .slick-next {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: -5px
}
.slick-container .slick-prev, .rss-container .slick-prev {
	left: -5px
}
.slick-container .slick-next, .slick-container .slick-prev, .rss-container .slick-next, .rss-container .slick-prev {
	background-color: transparent !important;
	padding: 0
}
.slick-container button, .slick-container button:active, .rss-container button, .rss-container button:active {
	-webkit-box-shadow: 1px 1px 2px transparent;
	box-shadow: 1px 1px 2px transparent
}
.slick-slider {
	padding: 0 2em 2em;
	margin-top: 1em
}
.slick-slide {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	border: solid 1px #dfdfdf;
	width: 300px;
	min-height: 300px;
	margin: .5em
}
.mg-card {
	padding: 1em
}
.slick-dots {
	left: 0;
	bottom: -5px
}
.slick-dots li {
	margin: 0
}
.rsg {
	font-size: 1em
}
.rsg ul {
	list-style: none;
	padding: 0 20px
}
.rsg ul li {
	margin: 8px 0
}
.rsg ul .rsg-red {
	color: #a6192e;
	font-size: 1.2em
}
.rsg ul .rsg-gray {
	color: #97999b;
	font-size: .9em
}
.rsg ul .rsg-gray:after {
	content: " hours this year"
}
.rsg .Gold-Level {
	color: #e59a00;
	text-transform: uppercase
}
.rsg .Gold-Level:after {
	font-family: "icomoon";
	content: " \e900 \e900 \e900";
	color: #e59a00
}
.rsg .Silver-Level {
	color: #97999b;
	text-transform: uppercase
}
.rsg .Silver-Level:after {
	font-family: "icomoon";
	content: " \e900 \e900";
	color: #97999b
}
.rsg .Bronze-Level {
	color: #A05F0A;
	text-transform: uppercase
}
.rsg .Bronze-Level:after {
	font-family: "icomoon";
	content: " \e900";
	color: #A05F0A
}
.box-slick+.blue-btn {
	font-size: 1em
}
.box-slick {
	color: #737373;
	background-color: #ececec;
	margin-top: 2em;
	padding: 1em 0;
	text-align: center
}
.box-slick img {
	width: 100%;
	border: 1px solid #d8d8d8
}
.box-slick h4 {
	margin: 0;
	color: #737373;
	padding: 0 1.5em
}
.box-slick .major-link {
	line-height: 1
}
.slick-container {
	background-color: #ececec
}
.slick-container .mg-card-text, .slick-container .mg-card-title a {
	color: #a6192e
}
.slick-container+.major-link {
	display: block;
	font-size: 22px;
	padding: 15px 1em
}
.carousel-section {
	background-color: #333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
	color: #003c71;
	padding: 2em 0 4em;
	margin: 2px 0;
	float: left;
	width: 100%
}
.carousel-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.carousel-section__title {
	text-align: center;
	text-transform: uppercase;
	font-size: 2.3em;
	font-weight: 900;
	margin-top: 0
}
.carousel__container {
	max-width: 90%;
	margin: 0 auto
}/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */
.flipster {
	display: block;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative
}
.flipster:focus {
	outline: none
}
.flipster__container, .flipster__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative
}
.flipster__container {
	display: block;
	white-space: nowrap;
	word-spacing: -0.25em;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%
}
.flipster__item {
	display: inline-block;
	white-space: normal;
	word-spacing: normal;
	vertical-align: bottom
}
.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
	cursor: pointer
}
.flipster__item img {
	max-width: 100%;
	width: 100%
}
.flipster__button {
	position: absolute;
	top: 50%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	z-index: 999;
	cursor: pointer;
	font-size: 15px;
	opacity: 0.5;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	margin: -1em 2em
}
.flipster__button svg {
	width: 2em;
	stroke: currentColor;
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: round
}
.flipster__button:hover, .flipster__button:focus {
	opacity: 1
}
.flipster__button--prev {
	left: 0
}
.flipster__button--next {
	right: 0
}
.flipster__nav, .flipster__nav__item {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.flipster__nav {
	display: block;
	margin: 0 0 4em;
	text-align: center;
	position: relative
}
.flipster__nav__item {
	display: inline-block;
	margin: 0 0.25em
}
.flipster__nav__link {
	display: block;
	color: inherit;
	padding: 0.5em 1em;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster__nav__link::after {
	content: '';
	display: block;
	background: #232221;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateY(100%) translateY(-0.25em);
	-ms-transform: translateY(100%) translateY(-0.25em);
	transform: translateY(100%) translateY(-0.25em);
	-webkit-transition: inherit;
	transition: inherit
}
.flipster__nav__item--current>.flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
	color: #FFF
}
.flipster__nav__item--current>.flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.flipster__nav__child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -1px;
	padding: 0.5em;
	background: #4e4441;
	z-index: 1
}
.flipster__nav__child .flipster__nav__link {
	color: #FFF
}
.flipster__nav__child .flipster__nav__link::after {
	background: #FFF
}
.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
	color: #232221
}
.flipster__nav__item--current .flipster__nav__child {
	display: block
}
.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--carousel .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
	opacity: 0;
	-webkit-transition-delay: 115ms;
	transition-delay: 115ms
}
.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
	opacity: 0.6;
	-webkit-transition-delay: 90ms;
	transition-delay: 90ms
}
.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
	opacity: 0.8;
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--carousel .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
	transform: translateX(100%) rotateY(-20deg) scale(0.5)
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
	transform: translateX(25%) rotateY(40deg) scale(0.65)
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: rotateY(45deg) scale(0.8);
	transform: rotateY(45deg) scale(0.8)
}
.flipster--carousel .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
	transform: translateX(-100%) rotateY(20deg) scale(0.5)
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
	transform: translateX(-25%) rotateY(-40deg) scale(0.65)
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: rotateY(-45deg) scale(0.8);
	transform: rotateY(-45deg) scale(0.8)
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(175%) scale(0.5);
	-ms-transform: translateX(175%) scale(0.5);
	transform: translateX(175%) scale(0.5)
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) scale(0.65);
	-ms-transform: translateX(25%) scale(0.65);
	transform: translateX(25%) scale(0.65)
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8)
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-175%) scale(0.5);
	-ms-transform: translateX(-175%) scale(0.5);
	transform: translateX(-175%) scale(0.5)
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) scale(0.65);
	-ms-transform: translateX(-25%) scale(0.65);
	transform: translateX(-25%) scale(0.65)
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8)
}
.flipster--carousel .flipster__item--current .flipster__item__content {
	-webkit-transform: translateX(0) rotateY(0deg) scale(1);
	transform: translateX(0) rotateY(0deg) scale(1);
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--coverflow .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--coverflow .flipster__container {
	padding-bottom: 5%
}
.flipster--coverflow .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.flipster--coverflow .flipster__item__content img:only-child {
	display: block
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scale(0.75) rotateY(55deg);
	transform: scale(0.75) rotateY(55deg)
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale(0.75) rotateY(-55deg);
	transform: scale(0.75) rotateY(-55deg)
}
.flipster--coverflow .flip-current .flipster__item__content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
	opacity: 0.5
}
.flipster--flat .flipster__item--past .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.flipster--flat .flipster__item--future .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.flipster--wheel {
	overflow: hidden
}
.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--wheel .flipster__container {
	padding-bottom: 20%
}
.flipster--wheel .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.flipster--wheel .flipster__item__content img:only-child {
	display: block
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
	transform: rotateZ(-80deg) translate(-170%, 110%)
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(80deg) translate(170%, 110%);
	transform: rotateZ(80deg) translate(170%, 110%)
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
	transform: rotateZ(-60deg) translate(-70%, 75%)
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(60deg) translate(70%, 75%);
	transform: rotateZ(60deg) translate(70%, 75%)
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
	transform: rotateZ(-40deg) translate(-17%, 30%)
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(40deg) translate(17%, 30%);
	transform: rotateZ(40deg) translate(17%, 30%)
}
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-20deg);
	transform: rotateZ(-20deg)
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(20deg);
	transform: rotateZ(20deg)
}
.flipster--wheel .flip-current .flipster__item__content {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}
/* cz hiding for mobile
.mg-carousel {
	display: none
}  */
.mg-carousel.flipster, .mg-carousel.slick-initialized {
	display: block
}
.mg-carousel {
	overflow: hidden
}
.mg-carousel__item {
	opacity: 1 !important
}
.mg-carousel .seat {
	position: relative;
	width: 350px;
	height: 350px
}
.mg-carousel .seat__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mg-carousel .seat__caption {
	font-size: .9em;
	font-weight: 300;
	background: rgba(0,0,0,0.8);
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .5em .8em;
	word-spacing: normal;
	white-space: normal
}
.mg-carousel .seat__text {
	margin: 0
}
.mg-carousel .seat__title {
	font-weight: 700
}
.mg-carousel--sponsors .seat {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 350px;
	height: 280px
}
.mg-carousel--sponsors img {
	max-width: 80%;
	max-height: 60%
}
.mg-carousel--sponsors .sponsor__level {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .1em .5em;
	text-transform: uppercase;
	width: 100%;
	display: block;
	font-size: 1.6em;
	font-weight: 700
}
.mg-carousel--sponsors .sponsor__level--benefactor {
	color: #fff
}
.mg-carousel--sponsors .sponsor__level--major {
	color: #fff;
	font-size: 1.3em
}
.mg-carousel--sponsors .sponsor__level--supporter {
	color: #fff;
	font-size: 1em
}
.mg-carousel__controls {
	padding: 1em 0;
	text-align: center
}
.mg-carousel__controls [data-action="pause"] {
	display: none
}
.mg-carousel__controls.is-playing [data-action="pause"] {
	display: inline-block
}
.mg-carousel__controls.is-playing [data-action="play"] {
	display: none
}
.mg-carousel__control {
	background: #bfbfbf;
	color: #3F3F3F;
	border-radius: 6px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none;
	font-size: 1.1em
}
.mg-carousel__control:hover {
	background: #d9d9d9
}
.flipster--flat .flipster__item--past-1 .flipster__item__content, .flipster--flat .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9)
}
.carousel-section .flipster__button {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent!important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	color: #0076a8 !important;
}
.carousel-section .flipster__button:hover {
	opacity: 1;
	background: none
}
.carousel-section .slider-range {
	margin-left: 40px;
	margin-right: 40px;
	height: 12px;
	border-radius: 8px;
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.24)
}
.carousel-section .slider-range, .carousel-section .noUi-target, .carousel-section .noUi-horizontal .noUi-handle {
	border-radius: 15px
}
.carousel-section .noUi-horizontal, .carousel-section .noUi-horizontal .noUi-handle {
	height: 12px
}
.carousel-section .noUi-horizontal {
	background-color: transparent
}
.carousel-section .noUi-horizontal .noUi-handle {
	border: 0;
	top: 0;
	left: -80px;
	cursor: pointer
}
.carousel-section .noUi-horizontal .noUi-handle:before, .carousel-section .noUi-horizontal .noUi-handle:after {
	display: none
}
.carousel-section .noUi-target {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.noUi-base {
	width: -webkit-calc(100% - 307px);
	width: calc(100% - 307px);
	height: 100%;
	position: relative;
	margin: 0 80px;
	z-index: 1
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-handle {
	width: 304px;
	height: 12px;
	border-radius: 8px;
	background-color: #97999b
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.featured-carousel-ul .slick-track {
	overflow: hidden
}
.featured-carousel-ul .slick-track .mg-carousel__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0
}
.featured-carousel-ul .slick-track .mg-carousel__item .featured-carousel-li {
	background-color: #003c71;
	border: 1px solid #d6d6d6;
	white-space: normal;
	word-spacing: normal;
	height: 470px;
	width: 390px;
	overflow: hidden
}

		/* CZ added Smartphones and handheld sevices (portrait and landscape) */

@media (max-width: 960px) {
.featured-carousel-ul .slick-track .mg-carousel__item .featured-carousel-li {
	height: 470px;
	width: 390px;
	background-color: #003c71;
	border: 1px solid #d6d6d6;
	white-space: normal;
	word-spacing: normal;
	overflow: hidden
}
}
.featured-carousel-ul .slick-track .mg-carousel__item .featured-carousel-li .mg-card-thumb {
	width: 100%;
	height: auto;
	background: #fff url("../images/no-img.png") no-repeat center
}
.featured-carousel-ul .slick-track .mg-carousel__item .featured-carousel-li .mg-card-thumb img {
	width: 100%
}
.featured-carousel-ul .slick-next, .featured-carousel-ul .slick-prev {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	border: 0 !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important
}
.featured-carousel-ul .slick-next:before, .featured-carousel-ul .slick-prev:before {
	color: #1b3858;
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important
}
.featured-carousel-ul .slick-next {
	right: -15px !important;
	left: auto !important
}
.featured-carousel-ul .slick-next:before {
	content: "\e814"
}
.featured-carousel-ul .slick-prev {
	left: -15px !important;
	right: auto !important
}
.featured-carousel-ul .slick-prev:before {
	content: "\e815"
}/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */
.flipster {
	display: block;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative
}
.flipster:focus {
	outline: none
}
.flipster__container, .flipster__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative
}
.flipster__container {
	display: block;
	white-space: nowrap;
	word-spacing: -0.25em;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%
}
.flipster__item {
	display: inline-block;
	white-space: normal;
	word-spacing: normal;
	vertical-align: bottom
}
.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
	cursor: pointer
}
.flipster__item img {
	max-width: 100%;
	width: 100%
}
.flipster__button {
	position: absolute;
	top: 50%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	z-index: 999;
	cursor: pointer;
	font-size: 15px;
	opacity: 0.5;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	margin: -1em 2em
}
.flipster__button svg {
	width: 2em;
	stroke: currentColor;
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: round
}
.flipster__button:hover, .flipster__button:focus {
	opacity: 1
}
.flipster__button--prev {
	left: 0
}
.flipster__button--next {
	right: 0
}
.flipster__nav, .flipster__nav__item {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.flipster__nav {
	display: block;
	margin: 0 0 4em;
	text-align: center;
	position: relative
}
.flipster__nav__item {
	display: inline-block;
	margin: 0 0.25em
}
.flipster__nav__link {
	display: block;
	color: inherit;
	padding: 0.5em 1em;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster__nav__link::after {
	content: '';
	display: block;
	background: #232221;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateY(100%) translateY(-0.25em);
	-ms-transform: translateY(100%) translateY(-0.25em);
	transform: translateY(100%) translateY(-0.25em);
	-webkit-transition: inherit;
	transition: inherit
}
.flipster__nav__item--current>.flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
	color: #FFF
}
.flipster__nav__item--current>.flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.flipster__nav__child {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -1px;
	padding: 0.5em;
	background: #4e4441;
	z-index: 1
}
.flipster__nav__child .flipster__nav__link {
	color: #FFF
}
.flipster__nav__child .flipster__nav__link::after {
	background: #FFF
}
.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
	color: #232221
}
.flipster__nav__item--current .flipster__nav__child {
	display: block
}
.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--carousel .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
	opacity: 0;
	-webkit-transition-delay: 115ms;
	transition-delay: 115ms
}
.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
	opacity: 0.6;
	-webkit-transition-delay: 90ms;
	transition-delay: 90ms
}
.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
	opacity: 0.8;
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--carousel .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
	transform: translateX(100%) rotateY(-20deg) scale(0.5)
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
	transform: translateX(25%) rotateY(40deg) scale(0.65)
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: rotateY(45deg) scale(0.8);
	transform: rotateY(45deg) scale(0.8)
}
.flipster--carousel .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
	transform: translateX(-100%) rotateY(20deg) scale(0.5)
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
	transform: translateX(-25%) rotateY(-40deg) scale(0.65)
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: rotateY(-45deg) scale(0.8);
	transform: rotateY(-45deg) scale(0.8)
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
	-webkit-transform: translateX(175%) scale(0.5);
	-ms-transform: translateX(175%) scale(0.5);
	transform: translateX(175%) scale(0.5)
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
	-webkit-transform: translateX(25%) scale(0.65);
	-ms-transform: translateX(25%) scale(0.65);
	transform: translateX(25%) scale(0.65)
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8)
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
	-webkit-transform: translateX(-175%) scale(0.5);
	-ms-transform: translateX(-175%) scale(0.5);
	transform: translateX(-175%) scale(0.5)
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
	-webkit-transform: translateX(-25%) scale(0.65);
	-ms-transform: translateX(-25%) scale(0.65);
	transform: translateX(-25%) scale(0.65)
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
	-webkit-transform: translateX(0%) scale(0.8);
	-ms-transform: translateX(0%) scale(0.8);
	transform: translateX(0%) scale(0.8)
}
.flipster--carousel .flipster__item--current .flipster__item__content {
	-webkit-transform: translateX(0) rotateY(0deg) scale(1);
	transform: translateX(0) rotateY(0deg) scale(1);
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms
}
.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--coverflow .flipster__item {
	-webkit-perspective: 800px;
	perspective: 800px
}
.flipster--coverflow .flipster__container {
	padding-bottom: 5%
}
.flipster--coverflow .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.flipster--coverflow .flipster__item__content img:only-child {
	display: block
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scale(0.75) rotateY(55deg);
	transform: scale(0.75) rotateY(55deg)
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale(0.75) rotateY(-55deg);
	transform: scale(0.75) rotateY(-55deg)
}
.flipster--coverflow .flip-current .flipster__item__content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
	opacity: 0.5
}
.flipster--flat .flipster__item--past .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.flipster--flat .flipster__item--future .flipster__item__content {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.flipster--wheel {
	overflow: hidden
}
.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
	transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98)
}
.flipster--wheel .flipster__container {
	padding-bottom: 20%
}
.flipster--wheel .flipster__item__content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%
}
.flipster--wheel .flipster__item__content img:only-child {
	display: block
}
.flipster--wheel .flipster__item--past .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
	transform: rotateZ(-80deg) translate(-170%, 110%)
}
.flipster--wheel .flipster__item--future .flipster__item__content {
	opacity: 0;
	-webkit-transform: rotateZ(80deg) translate(170%, 110%);
	transform: rotateZ(80deg) translate(170%, 110%)
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
	transform: rotateZ(-60deg) translate(-70%, 75%)
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(60deg) translate(70%, 75%);
	transform: rotateZ(60deg) translate(70%, 75%)
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
	transform: rotateZ(-40deg) translate(-17%, 30%)
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(40deg) translate(17%, 30%);
	transform: rotateZ(40deg) translate(17%, 30%)
}
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(-20deg);
	transform: rotateZ(-20deg)
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
	opacity: 1;
	-webkit-transform: rotateZ(20deg);
	transform: rotateZ(20deg)
}
.flipster--wheel .flip-current .flipster__item__content {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}
.iafc-logos {
	text-align: center;
	max-width: 190px
}
.landing-page-bkg {
	background-image: url("../images/wildland.jpg");
	background-size: cover;
	background-position: center
}
.fire_logos {
	padding: 20px 30px
}
#Body_T7D8CF502008 {
	letter-spacing: 10px
}
.sf_cols.page-body .container {
	max-width: none
}
#Body_T324CB032002_Col00 .sf_cols.interior-container {
	margin-top: 10px
}
#PublicWrapper .sf_cols.page-body {
	min-height: 0;
	padding-bottom: 0
}
.black_frame {
	background-color: #212121
}
.wl-subpage_link {
	text-align: center;
	height: 135px
}
.wl-subpage_link a {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin: 50px 0;
	text-decoration: none;
	color: #fff
}
#Body_T7D8CF502004_Col00 .sf_cols {
	max-width: 1400px;
	margin: 0 auto
}
.sf_4cols_1_25 {
	background: url("../images/suppression.jpg") no-repeat center;
	background-size: cover
}
.sf_4cols_2_25 {
	background: url("../images/fire-adapted.jpg") no-repeat center;
	background-size: cover
}
.sf_4cols_3_25 {
	background: url("../images/resilient-landscapes.jpg") no-repeat center;
	background-size: cover
}
.sf_4cols_4_25 {
	background: url("../images/policy.jpg") no-repeat center;
	background-size: cover
}

.sf_cols.br {
	border-bottom: 10px solid #212121
}
.highlight {
	background: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#fff));
	background: -webkit-linear-gradient(top, #858585, #fff);
	background: linear-gradient(to bottom, #858585, #fff);
	height: 145px
}
.highlight a {
	color: #3c3c3c;
	font-weight: 700
}
.highlight>.sf_colsIn>.sf_colsOut {
	background-img: none
}
.RadSiteMap_Default {
	font-family: inherit
}
.RadSiteMap {
	font-size: 16px;
	margin: 0;
	padding: 0
}
.RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink, .RadSiteMap_Default .rsmOneLevel .rsmLink, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink {
	color: #a6192e;
	text-transform: uppercase
}
.rsmFlow.rsmLevel.rsmOneLevel :first-child :first-child {
	padding-left: 0
}
li.rsmItem.sfNoBreadcrumbNavigation a.rsmLink {
	color: #97999b
}
.RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover, .RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover {
	border-color: none;
	color: #003c71;
	background-color: transparent;
	background-image: none
}
.wildlands-section .RadTreeView_Default {
	color: #a6192e;
	font-size: 1em;
	font-family: "Lato", sans-serif
}
.wildlands-section .RadTreeView a.rtIn {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.31250em;
	line-height: 1.4;
	border: none
}
.wildlands-section .RadTreeView_Default .rtHover .rtIn {
	border: none;
	color: #737373;
	background-color: #ececec;
	background-image: none
}
.wildlands-section .RadTreeView_Default .rtSelected .rtIn {
	border: none;
	color: #1b3858;
	background: none
}
ul.footer-yellow-nav {
	list-style: none;
	padding: 0;
	display: inline-block
}
ul.footer-yellow-nav li {
	display: inline
}
body {
	background-color: #fff
}
.center {
	text-align: center
}
.major-link {
	text-decoration: none;
	line-height: 3;
	font-size: 1em;
	font-weight: 700;
	display: block;
	text-align: right;
	color: #003c71
}
.major-link:after {
	font-family: icomoon;
	content: "\e901";
	font-weight: 300;
	margin-left: 5px
}
.yellow-btn {
	background-color: #e59a00;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.7rem 1rem;
	border-radius: 4px;
	font-size: 1em;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	display: inline-block;
	margin: 1em 0
}
.yellow-btn .icon {
	display: inline-block;
	margin-left: 5px
}
.yellow-btn:hover {
	background-color: #a6192e
}
.carousel-section {
	background-color: transparent;
	overflow: auto;
	padding: 2em 0 0;
	margin: 2px 0
}
.carousel-section .slider-range {
	margin-left: 0;
	margin-right: 0
}
.flipster__item__content {
	background-color: #003c71;
	height: 470px;
	width: 390px;
	padding: 0
}
.mg-card {
	padding: 1em;
	margin: 0
}
.mg-card a {
	color: #fff;
	text-decoration: none
}
.mg-card-title a {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3
}
.mg-card-text {
	color: #ffffff;
	line-height: 1.3;
	font-size: 1em
}
.connect-wild_img img {
	height: 50px
}
.connect-wild_title {
	text-align: center;
	color: #737373;
	font-size: 1.6em;
	font-weight: 700;
	margin: 1em 0
}
.sf_colsOut.sf_3cols_1_33.center #Body_C045_Col00, .sf_colsOut.sf_3cols_2_34.center #Body_C045_Col01 {
	border: solid 1px #dfdfdf;
	padding: 1em;
	padding-top: 20px;
	margin-right: 10px
}
.sf_colsOut.sf_3cols_3_33.center #Body_C045_Col02 {
	border: solid 1px #dfdfdf;
	padding: 1em;
	padding-top: 20px
}
.policy-feed {
	text-align: left;
	font-size: 1.4em
}
.policy-title a {
	color: #3c3c3c;
	font-weight: 700;
	text-decoration: none
}
.world {
	background: url(../images/aboutiafc.jpg) no-repeat center center fixed;
	background-size: cover
}
.space-vertical {
	margin-top: 5em;
	margin-bottom: 5em
}
.video-margin {
	margin-right: 2em
}
.video-desc h2 {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3;
	color: #a6192e;
	text-decoration: none;
	margin-bottom: 8px
}
.video-desc {
	font-size: 24px;
	line-height: 1.4;
	color: #3c3c3c;
	padding-bottom: 1em;
	border-bottom: solid 1px #e1e0e0
}
.video-desc .icon {
	display: inline-block;
	margin-left: 5px
}
.yellow-btn-jumbo {
	background-color: #e59a00;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0.9rem 3rem;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	-webkit-box-shadow: 1px 2px 0 0 #d3d3d3;
	box-shadow: 1px 2px 0 0 #d3d3d3;
	display: block
}
.yellow-btn-jumbo .icon {
	display: inline-block;
	margin-left: 5px
}
.yellow-btn-jumbo:hover {
	background-color: #a6192e
}
.iafc-positions {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	border: solid 1px #dfdfdf;
	margin: 3em 0 0;
	padding: 2em
}
.iafc-positions .red-title {
	padding: 1em 0;
	border-top: 1px solid #e1e0e0
}
.mg-details .big-huge-title {
	margin-bottom: 0
}
.event-time {
	font-size: 1.2em;
	color: #3c3c3c;
	font-weight: 700
}
.event-detail, .event-detail a {
	font-size: 24px;
	color: #3c3c3c;
	font-weight: 300;
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0 0 1em
}
.event-detail li, .event-detail a li {
	font-size: 1em
}
.paged-content {
	text-align: center
}
.paged-content ol li {
	display: inline-block
}
.paged-content ol li a {
	font-size: 1.2em;
	padding: 10px;
	font-weight: 700;
	color: #0076a8;
	text-decoration: none
}
.paged-content ol li .active {
	text-decoration: underline
}

@media (max-width: 960px) {
.landing-page-title .sf_3cols_3_25, .landing-page-title .sf_3cols_1_25 {
	display: none
}
}

@media (max-width: 960px) {
.landing-page-title .sf_3cols_2_50 {
	float: none;
	width: 100%;
	margin: 0 auto
}
}

@media (max-width: 960px) {
.landing-page-title .sf_3cols_2in_50 {
	margin-left: 0
}
}

@media (max-width: 1024px) {
.landing-page-title a {
	font-size: 3em;
	letter-spacing: 5px
}
}

@media (max-width: 500px) {
.landing-page-title a {
	font-size: 2em;
	letter-spacing: 5px
}
}
.iafcTitle {
	margin: 1em 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	font-weight: 300;
	font-size: 1.8em
}
.iafcTitle--primary-col {
	margin-top: .1em;
	padding-bottom: .5em
}
.mg-list-item {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 1em
}
.mg-list-item__no-padding {
	padding-bottom: 0
}
.first-highlight .mg-list-item {
	border: solid 1px #d8d8d8;
	padding-bottom: 2em;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	padding: 2em;
	overflow: hidden
}

@media (max-width: 960px) {
.first-highlight .mg-list-item {
	padding: 1em
}
}
.first-highlight .mg-list-item:last-child {
	margin-bottom: 3em
}
.first-highlight .mg-list-item .newstitle a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2em
}
.first-highlight .mg-list-item .newstitle a :hover {
	text-decoration: none
}
.first-highlight .mg-list-item .news-summary {
	font-size: 1em;
	line-height: 1.4
}
.first-highlight .mg-list-item .wildland-news_pic {
	display: inline-block;
	float: left;
	margin-right: 1em
}
.first-highlight .mg-list-item .wildland-news_pic img {
	width: 100%;
	height: auto;
	border: 1px solid #d8d8d8
}

@media (max-width: 500px) {
.first-highlight .mg-list-item .wildland-news_pic img {
	width: 100%;
	height: auto;
	margin: 0
}
}
.newstitle a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2em;
	margin: 15px 0
}
.newstitle a :hover {
	text-decoration: none
}
.news-summary {
	font-size: 1em;
	line-height: 1.4
}
.news-summary .major-link {
	display: initial;
	font-size: 1em;
	line-height: 1
}
.wildland-news_pic {
	display: inline-block;
	float: right
}

@media (max-width: 500px) {
.wildland-news_pic {
	display: block;
	float: none;
	text-align: center
}
}
.wildland-news_pic img {
	height: 120px;
	border: 1px solid #d8d8d8
}
.huge-btn {
	background-color: #a6192e;
	padding: 1.2rem;
	border-radius: 18px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	line-height: 1;
	text-transform: uppercase;
	font-size: 2.4em;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
	text-align: center
}
.huge-btn a {
	color: #fff;
	text-decoration: none
}
.huge-btn .icon {
	display: inline-block;
	margin-left: 5px
}
.huge-btn:hover {
	background-color: #e59a00
}
.wildland-event_main {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	border: solid 1px #dfdfdf;
	padding: 2em;
	margin-bottom: 2em;
	overflow: hidden
}
.wildland-event_main .major-link {
	display: block;
	text-align: right;
	line-height: 1;
	float: none;
	text-transform: none
}
.wildland-event_main .major-link:after {
	content: "\e901";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	margin-left: 5px
}
.wildland-event_pic {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	max-width: 340px
}
.wildland-event_date {
	font-size: 18px;
	line-height: 1.3;
	color: #97999b
}

@media (max-width: 500px) {
.wildland-event_date {
	font-size: 16px
}
}
.wildland-event_small_title {
	margin: 0
}
.wildland-event_small_title a {
	font-size: 1em;
	font-weight: 700;
	color: #003c71;
	text-decoration: none
}
.wildland-event_location {
	font-size: 18px;
	line-height: 1.3;
	color: #97999b
}

@media (max-width: 500px) {
.wildland-event_location {
	font-size: 16px
}
}
.wildland-event_body {
	font-size: 1em;
	line-height: 1.4;
	color: #3c3c3c
}
.mg-list-item--event {
	margin-bottom: 0
}
.mg-list .sfeventListItem {
	clear: both;
	overflow: auto;
	padding: 1em 0;
	border-bottom: solid 1px #e1e0e0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 500px) {
.mg-list .sfeventListItem .blue-title, .mg-list .sfeventListItem .blue-title a {
	width: 200px;
	font-size: 20px
}
}
.mg-date-icon {
	color: #fff;
	float: left;
	margin: 0 0.5em 0 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	display: table
}
.mg-date-icon .month {
	background-color: #003c71;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 0;
	min-width: 80px
}

@media (max-width: 500px) {
.mg-date-icon .month {
	font-size: .7em;
	min-width: 60px
}
}
.mg-date-icon .day {
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	color: #3c3c3c;
	padding: 0.5em
}

@media (max-width: 500px) {
.mg-date-icon .day {
	font-size: 1em
}
}
.resource_library .sf_2cols_1_67 {
	width: 65%
}
.resource_library .sf_2cols_1_25 {
	width: 25%;
	border-right: 1px solid #d3d3d3
}
.resource_library .sf_2cols_2_75 {
	width: 75%;
	padding-right: 2em;
	margin-top: 1em
}
.resource_library button, .resource_library input[type="button"], .resource_library input[type="reset"], .resource_library input[type="submit"] {
	color: #0076a8;
	border-radius: 4px;
	background-color: #a6192e !important;
	-webkit-box-shadow: 1px 2px 0 0 #d3d3d3;
	box-shadow: 1px 2px 0 0 #d3d3d3;
	font-weight: 700;
	padding: 8px;
	line-height: 1;
	border: 1px solid #d3d3d3
}
.resource_library .controls {
	margin: 1em 0
}
.resource_library .searchwrap {
	margin: 1em 0
}
.resource_library label.cursor {
	margin-right: 1em
}
.resource_library .control-group:first-child {
	display: none
}
.resource_library select.checkboxes {
	width: 100%;
	max-width: 100%;
	display: none
}

@media (max-width: 768px) {
.resource_library select.checkboxes {
	display: block
}
}

@media (max-width: 768px) {
.resource_library .mtx-select-tree-container {
	display: none
}
}
.resource_library .mtx-select-tree-container ul {
	padding: 0;
	list-style: none;
	margin-top: 1em
}
.resource_library .mtx-select-tree-container ul li a {
	font-size: 1em;
	text-decoration: none;
	color: #3c3c3c;
	padding-left: 5px
}
.resource_library .mtx-select-tree-container ul li a:first-child {
	padding-left: 0
}
.resource_library .mtx-select-tree-container ul:first-child span {
	color: #690817;
	font-size: 1.2em;
	font-weight: 700
}
.resource_library .resource-results {
	list-style: none;
	padding: 0;
	margin: 0
}
.resource_library .resource-results .search-result {
	margin-bottom: 2em;
	font-size: .9em
}
.resource_library .resource-results .category, .resource_library .resource-results .publication-date {
	font-size: .9em
}
.resource_library .resource-results h3.title {
	margin: 0;
	font-size: 1.5em
}
.resource_library .resource-results h3.title a {
	text-decoration: none;
	color: #003c71
}
.resource_library .resource-results img {
	border: 1px solid #ddd
}
.resource_library .resource-results .type-label a {
	text-decoration: none
}
.resource_library .type-type {
	font-weight: 300;
	font-size: 21px;
	color: #3c3c3c;
	display: block;
	padding: 0
}
.resource_library .type-type li {
	display: inline-block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700
}
.resource_library .type-type li:after {
	content: "|";
	font-weight: 300
}
.resource_library .type-type li:last-child:after {
	content: ""
}
.resource_library .paged-content {
	text-align: center
}
.resource_library .paged-content ol li {
	display: inline-block
}
.resource_library .paged-content ol li a {
	font-size: 1.5em;
	padding: 10px;
	font-weight: 700;
	color: #0076a8;
	text-decoration: none
}
.resource_library .paged-content ol li .active {
	text-decoration: underline
}
.resource_library .mtx-select-tree-values {
	display: none
}
.mg-card {
	min-height: 200px;
	float: left;
	width: 100%
}
.mg-card .mg-card-tags a {
	width: 75px;
	height: 19px;
	border-radius: 2px;
	background-color: #0076a8;
	margin-right: 5px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 200;
	padding: 3px 10px
}
.mg-media__right a img {
	border: 1px solid gray
}
.big-huge-title {
	font-size: 2.4em;
	color: #1b3858;
	font-weight: 700
}

@media (max-width: 500px) {
.big-huge-title {
	font-size: 1.5em
}
}
/* CBB 200222 updated font color toward 508 compliance */
.gray-text {
	font-size: .9em;
	color: #666;
}
.gray-text div {
	display: inline-block
}
.gray-text a {
	color: #97999b
}
.gray-text--medium {
	font-size: 1em
}
.article-meta {
	font-size: .9em;
	color: #97999b
}
.article-meta--date {
	margin: 1em 0 2em;
	font-size: .9em;
	color: #97999b
}
.article-meta img {
	margin: 2em 0;
	border: 1px solid #d8d8d8
}
.article-content {
	font-size: 1em;
	line-height: 1.4;
	margin: 1em 0
}
.article-subhead {
	font-size: .8em;
	color: #1b3858;
	font-weight: 700
}
.about-section {
	font-size: 16px;
	line-height: 20px;
	margin: 1em 0
}
.wildland-source_item {
	margin: 1em 0
}
.wildland-resource_pic {
	display: inline-block;
	width: 160px;
	height: 125px;
	border: 1px solid gray;
	overflow: hidden;
	margin-left: 1em;
	vertical-align: top;
	float: right
}
.wildland-resource_pic img {
	height: 100%;
	width: auto;
	max-width: none;
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	transform: translateX(-15%)
}
.wildland-resource_list-text {
	display: inline-block;
	font-size: 0.9em;
	vertical-align: bottom;
	width: 78% !important;
	position: relative;
}
.wildland-resource_list-text .blue-title a {
	font-weight: bold
}
.resource-desc {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	padding: 0
}
.resource-desc li {
	display: block;
	color: #3c3c3c
}
.resource-desc li div {
	display: inline-block
}
.resource-desc .sfCategoriesList {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0
}
.resource-desc .sfCategoriesList li {
	display: inline-block;
	color: #a6192e;
	padding-bottom: 0
}
.resource-desc .sfCategoriesList li:after {
	color: #3c3c3c;
	content: '|'
}
.resource-desc .sfCategoriesList li:last-child:after {
	content: none
}
.wildland-source_item {
	margin: 1em 0
}





.button-default {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 0 0 #d3d3d3;
	box-shadow: 1px 2px 0 0 #d3d3d3;
	border: solid 1px #d6d6d6;
	color: #0076a8
}
.blue-btn {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

@media (max-width: 768px) {
.blue-btn {
	font-size: 16px;
	margin-left: 0
}
}
.blue-btn a {
	color: #fff;
	text-decoration: none
}
.blue-btn .icon {
	display: inline-block;
	margin-left: 5px
}
.blue-btn:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 1vw
}

@media (max-width: 768px) {
.blue-btn:after {
	font-size: 16px
}
}
.blue-btn:hover {
	background-color: #a6192e
}
.blue-btn--bottom {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}
.btn--small {
	padding: 8px 2em;
	line-height: 2;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important
}
.button-blue {
	background-color: #0076a8;
	color: #fff
}
.button-blue-heavy {
	background-color: #003c71;
	color: #fff
}
.button-red {
	background-color: #a6192e;
	color: #fff
}
.button-red-heavy {
	background-color: #690817;
	color: #fff
}
.ibutton-blue {
	background-color: #0076a8;
	color: #fff;
	text-transform: none;
	font-size: 18px
}
.ibutton-blue:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 15px
}
.ibutton-blue-heavy {
	background-color: #003c71;
	color: #fff;
	text-transform: none;
	font-size: 18px
}
.ibutton-blue-heavy:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 15px
}
.ibutton-red {
	background-color: #a6192e;
	color: #fff;
	text-transform: none;
	font-size: 18px
}
.ibutton-red:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 15px
}
.ibutton-red-heavy {
	background-color: #690817;
	color: #fff;
	text-transform: none;
	font-size: 18px
}
.ibutton-red-heavy:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 15px
}
.button-red-jumbo {
	display: block;
	text-decoration: none;
	border-radius: 4px;
	background-color: #a6192e;
	-webkit-box-shadow: 1px 2px 0 0 #c4c1c1;
	box-shadow: 1px 2px 0 0 #c4c1c1;
	font-size: 31px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding: 20px 10px;
	text-transform: uppercase
}

@media (max-width: 960px) {
.button-red-jumbo {
	display: block;
	float: none;
	margin-bottom: 0;
	margin: 0 auto
}
}

@media (max-width: 960px) {
.col50 {
	margin: 1em 0
}
}
.button-blue-jumbo {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #0076a8;
	-webkit-box-shadow: 1px 2px 0 0 #c4c1c1;
	box-shadow: 1px 2px 0 0 #c4c1c1;
	font-size: 31px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding: 20px 10px;
	text-transform: uppercase
}



/*
Buttons - Colors (standards-based selector names)
-----------------------------------------------------------------*/

	/* CBB 200330: Adding .button-one-a where number/one indicates primary btn color and letter/a indicates an alternative to other styles. For example .button-one-a has same styles except smaller text --*/
	/* CBB 180521: Copy of .button-two items from main.css for standardizing. --*/
	/* CBB 180521: Standardized Matrix selector name -FROM- .blue-btn -TO- .button-two in Nov 2017 related to Has Fusion Center site. Realized today that some Matrix code using .blue-btn pulled from main.css and other pulled from main_copy.css --*/

/*-- CBB 180521 for IAFC homepg slider (at least initially --*/
/*-- this IAFC button primary color is IAFC dark blue (hover is gold) --*/
.button-one {
	background-color: #003c71;
	color: #fff !important;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	margin-right: 10px;
}


@media (max-width: 768px) {
.button-one {
	font-size: 16px;
	margin-left: 0
}
}
.button-one a {
	color: #fff !important;
	text-decoration: none;
}
.button-one .icon {
	display: inline-block;
	margin-left: 5px
}

@media (max-width: 768px) {
.button-one:after {
	font-size: 16px
}
}
.button-one:hover {
	background-color: #e59a00
}
.button-one--bottom {
	background-color: #FBE122;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}

/*-- CBB 200330 for detail btns COVID area on IAFC homepg slider (at least initially) --*/
/*-- this IAFC button primary color is IAFC dark blue (hover is gold). Text is not all caps, 12px. 6px. padding 0.4rem 2%... --*/
.button-one-a {
	background-color: #003c71;
	color: #fff !important;
	text-decoration: none;
	padding: 0.4rem 2%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: none;
	text-align: center !important;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	margin-right: 10px;
}

@media (max-width: 768px) {
.button-one-a {
	font-size: 10px;
	margin-left: 0
}
}
.button-one-a a {
	color: #fff !important;
	text-decoration: none;
	text-align: center !important;
}
.button-one-a .icon {
	display: inline-block;
	margin-left: 5px
}

@media (max-width: 768px) {
.button-one-a:after {
	font-size: 10px
}
}
.button-one-a:hover {
	background-color: #e59a00;
}
/*-- CBB 200330: what is this? Didn't update styles from .button-one--bottom --*/
.button-one-a--bottom {
	background-color: #FBE122;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}


/*-- CBB 180521 (replaces Matrix .blue-btn) --*/
/*-- this IAFC button primary color is IAFC med blue (hover is IAFC red) --*/
.button-two {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

@media (max-width: 768px) {
.button-two {
	font-size: 16px;
	margin-left: 0
}
}
.button-two a {
	color: #fff;
	text-decoration: none
}
.button-two .icon {
	display: inline-block;
	margin-left: 5px
}

/*
CBB 180208 don't want the chevron after the button link text that this style produces
.button-two:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 1vw
}
*/

@media (max-width: 768px) {
.button-two:after {
	font-size: 16px
}
}
.button-two:hover {
	background-color: #a6192e;
}
.button-two--bottom {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}

/*-- CBB 200421 --*/
/*-- this IAFC button primary color is IAFC med blue (hover is IAFC dark blue) --*/
.button-two-a {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

@media (max-width: 768px) {
.button-two-a {
	font-size: 16px;
	margin-left: 0
}
}
.button-two-a a {
	color: #fff;
	text-decoration: none
}
.button-two-a .icon {
	display: inline-block;
	margin-left: 5px
}

@media (max-width: 768px) {
.button-two-a:after {
	font-size: 16px
}
}
.button-two-a:hover {
	background-color: #003c71;
}

/*-- CBB 200421: what is this? Didn't update styles for two-a version --*/
.button-two-a--bottom {
	background-color: #0076a8;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}




/*-- CBB 200330 .button-three (replaces Matrix .yellow-btn) --*/
/*-- this IAFC button primary color is gold (hover is IAFC red) --*/
.button-three {
	background-color: #e59a00;
	color: #fff !important;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	margin-right: 10px;
}


@media (max-width: 768px) {
.button-three {
	font-size: 16px;
	margin-left: 0
}
}
.button-three a {
	color: #fff !important;
	text-decoration: none;
}
.button-three .icon {
	display: inline-block;
	margin-left: 5px
}

@media (max-width: 768px) {
.button-three:after {
	font-size: 16px
}
}
.button-three:hover {
	background-color: #a6192e;
}
.button-three--bottom {
	background-color: #FBE122;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}



/*-- CBB 2003414 .button-four (replaces Matrix name? btn??) --*/
/*-- this IAFC button primary color is red (hover is IAFC med blue) --*/
.button-four {
	background-color: #a6192e;
	color: #fff !important;
	text-decoration: none;
	padding: 0.7rem 3%;
	border-radius: 4px;
	-webkit-transition: color .2s linear, background .2s linear !important;
	transition: color .2s linear, background .2s linear !important;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	margin-right: 10px;
}


@media (max-width: 768px) {
.button-four {
	font-size: 16px;
	margin-left: 0
}
}
.button-four a {
	color: #fff !important;
	text-decoration: none;
}
.button-four .icon {
	display: inline-block;
	margin-left: 5px
}

@media (max-width: 768px) {
.button-four:after {
	font-size: 16px
}
}
.button-four:hover {
	background-color: #0076a8;
}
.button-four--bottom {
	background-color: #FBE122;
	color: #fff;
	text-decoration: none;
	padding: 0.7rem 1.5rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	position: absolute;
	white-space: nowrap;
	bottom: -20px;
	right: 0;
	width: 100%
}


/*-- CBB 200423 for use with the fancy pop-up-the-Helix-wizard Trav created for COVID GIS data integrity --*/
.linkForSurvey-one a {
	color: #a6192e;
	text-decoration: underline !important;
}

.linkForSurvey-one a:hover {
	text-decoration: none;
}



/*-- CBB 200414 for a bg color wrapper on /covid19: IAFC dark blue --*/
.backgrd-one {
	background-color: #003c71;
}

/*-- CBB 200414 for a diff bg color wrapper on /covid19: IAFC red --*/
.backgrd-two {
	background-color: #a6192e;
}

/*-- CBB 200416 for a diff bg color wrapper on /covid19: Matrix gold --*/
.backgrd-three {
	background-color: #e59a00;
}

/*-- CBB 200416 for a diff bg color wrapper on /covid19: IAFC yellow --*/
.backgrd-four {
	background-color: #fbe122;
}

/*-- CBB 200416 for a diff bg color wrapper on /covid19: IAFC yellow scale --*/
.backgrd-five {
	background-color: #fed205;
}




.note-new {
	background-color: #e59a00;
}

.readmore {
	color: #003c71;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	margin-left: 10px
}
.readmore:after {
	content: "\e906";
	font-family: "icomoon";
	margin-left: 3px;
	font-size: 15px
}
.all-link {
	font-size: 1em;
	text-transform: uppercase;
	color: #003c71;
	float: right;
	margin-top: 20px;
	text-decoration: none;
	font-weight: 700
}
.all-link:after {
	content: "\e901";
	font-family: "icomoon";
	font-weight: 300;
	margin-left: 5px
}

@media (max-width: 768px) {
.all-link {
	float: none;
	font-size: 16px;
	display: block;
	text-align: right
}
}
.button-orange, .button-arrow {
	background-color: #e59a00;
	color: #fff
}
.button-arrow:after {
	content: "\e901";
	font-family: "icomoon";
	margin-left: 10px
}
.button-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px
}
.print-share {
	margin-top: 1.3em
}
.print-share a {
	color: #0076a8;
	text-decoration: none;
	font-size: 1.6em;
	margin: 0 10px
}

@media (max-width: 768px) {
.print-share {
	margin: 1em 0
}
}
.stButton .stLarge {
	width: 0 !important
}
.sf-heading-container {
	border-bottom: 1px solid #737373;
	padding-bottom: 10px;
	margin-top: 90px;
	margin-bottom: 40px
}
.sf-heading-container h3 {
	font-size: 36px;
	color: #3c3c3c;
	margin: 0;
	padding-bottom: 10px
}
.info-list.first-large-text li:first-child .info-description h3 {
	font-size: 32px
}
.info-list.first-large-text li:first-child .info-description .info-date {
	font-size: 22px;
	font-weight: bold
}
.info-list.first-large-text li:first-child .info-description p {
	font-size: 25px;
	line-height: 36px
}
.info-list.first-large-text li:first-child .readmore {
	font-size: 22px
}
.info-list.first-large-text li:first-child .readmore:after {
	font-size: 18px
}
.featured-resource-wrapper {
	background-color: #f9f9f9;
	width: 100%;
	display: block;
	margin-top: 50px;
	padding-bottom: 30px
}
.tags-featured-resources {
	float: left;
	width: 100%
}
.tags-featured-resources .section.slider-range {
	margin: 0px
}
.tags-featured-resources .flipster__container .mg-carousel__item {
	height: 470px;
	width: 390px;
	/*overflow: hidden */
}
.tags-featured-resources .flipster__container .mg-carousel__item .flipster__item__content {
	height: 470px;
	width: 100%
}
.tags-featured-resources .flipster__container .mg-carousel__item .mg-card-thumb {
	float: left;
	width: 100%;
	height: 218px;
	position: relative;
	background: #fff url("../images/no-img.png") no-repeat center;
	border: 1px solid gray
}
.tags-featured-resources .flipster__container .mg-carousel__item .mg-card-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%
}
.tags-featured-resources .flipster__container .mg-carousel__item.nocarousel {
	background-color: #003c71;
	border: 1px solid #d6d6d6;
	white-space: normal;
	word-spacing: normal
}
.tags-featured-resources .mg-card .mg-card-tags {
	float: left;
	width: 100%;
	margin-top: 8px
}
.tags-featured-resources .mg-card .mg-card-tags a {
	width: 75px;
	height: 19px;
	border-radius: 2px;
	background-color: #0076a8;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 200;
	padding: 3px 10px
}
.tags-featured-resources .mg-card .mg-card-title {
	margin-top: 10px;
	float: left;
	width: 100%
}
.tags-featured-resources .mg-card .mg-card-title a {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal
}
.tags-featured-resources .mg-card .mg-card-title a:hover {
	color: #fff
}
.tags-featured-resources .mg-card .mg-card-text {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 8px
}
/*
.tags-featured-resources .mg-card .mg-card-text iframe, .tags-featured-resources .mg-card .mg-card-text img {
	display: none
}
.noslider {
	display: none !important
}
*/
.noflipster {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-spacing: norma !important
}
.home-article-area {
	position: relative;
	padding-bottom: 40px;
	padding-top: 80px;
	background-color: #f9f9f9;
	margin-top: 20px
}
.home-article-area .cover-image {
	float: left;
	width: 100%;
	height: 700px;
	position: relative
}

@media (max-width: 960px) {
.home-article-area .cover-image {
	height: auto
}
}
.home-article-area .cover-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}
.home-article-area .article-inner {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	background: url(../images/darkblue.png);
	bottom: 30px;
	min-height: 384px
}

@media (max-width: 960px) {
.home-article-area .article-inner {
	position: relative
}
.home-article-area .article-inner .testimonial {
	width: 100%
}
.home-article-area .article-inner .info-tile {
	width: 100%
}
}
.home-article-area .article-inner .testimonial .sfContentBlock div {
	margin: 35px 15px;
	background-color: #fff;
	padding: 25px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px)
}
.home-article-area .article-inner .testimonial .sfContentBlock div p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
	color: #1b3858;
	margin: 0;
	margin-bottom: 15px
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: left
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div:nth-child(1) {
	width: 30%
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div h3 {
	color: #1b3858;
	font-size: 24px;
	font-weight: normal
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width: 768px) {
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div {
	display: block;
	width: 100% !important;
	float: left;
	text-align: center
}
.home-article-area .article-inner .testimonial .sfContentBlock div .testimonial-source>div img {
	float: none;
	display: inline
}
}
.home-article-area .article-inner .info-tile {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-top: 30px
}
.home-article-area .article-inner .info-tile h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
	color: #fff
}
.home-article-area .article-inner .button-wrapper {
	text-align: left
}
.home-article-area .article-inner .button-wrapper a {
	margin-top: 10px;
	float: left
}
.topics {
	min-height: 200px;
	background: url(../images/topic.jpg);
	background-size: cover
}
.topics h3 {
	font-size: 36px;
	line-height: 1.2;
	color: #3c3c3c;
	border-bottom: 2px solid #d6d6d6;
	padding-bottom: 15px;
	font-style: normal
}
.topics ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.topics ul li {
	float: left;
	display: inline-block;
	width: 33%;
	line-height: 30px;
	margin-bottom: 30px
}
.topics ul li a {
	font-size: 24px;
	float: left;
	color: #003c71;
	text-decoration: none;
	font-weight: 700
}

@media (max-width: 960px) {
.topics ul li {
	width: 50%
}
}

@media (max-width: 500px) {
.topics ul li {
	width: 100%
}
}

@media (max-width: 1024px) {
.res100 {
	width: 100% !important;
	margin-top: 20px;
	display: block;
	float: left !important
}
}

@media (max-width: 1024px) {
.sf_2cols_2_50.res100 #Body_C011_Col01 {
	margin: 0 !important
}
}
.home-featured .wildland-event_pic {
	max-width: 100%
}
.home-featured.wildland-event_main {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-bottom: 1px solid #d6d6d6 !important;
	padding: 0 0 2em 0 !important
}
.home-featured.wildland-event_main .wildland-event_pic {
	margin: 0 !important;
	margin-bottom: 30px !important
}
.home-featured.wildland-event_main .wildland-event_pic img {
	border: 1px solid #d8d8d8
}
.home-featured.wildland-event_main h4 {
	font-size: 1.2em !important
}
.home-featured.wildland-event_main .major-link {
	line-height: 3
}
.home-featured.first-highlight li {
	padding: 0 !important;
	padding-bottom: 2em !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-bottom: 1px solid #d6d6d6 !important
}
.home-featured.first-highlight li .wildland-news_pic {
	margin: 0;
	margin-bottom: 30px
}
.vendor-content {
	background-color: #f9f9f9;
	padding: 30px 0
}
.vendor-carousel {
	padding: 0 2em !important
}
.vendor-carousel .slick-next, .vendor-carousel .slick-prev {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	border: 0 !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	background-color: transparent;
}
.vendor-carousel .slick-next:before, .vendor-carousel .slick-prev:before {
	color: #1b3858;
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important
}
.vendor-carousel .slick-next {
	right: -15px !important;
	left: auto !important
}
.vendor-carousel .slick-next:before {
	content: "\e814"
}
.vendor-carousel .slick-prev {
	left: -15px !important;
	right: auto !important
}
.vendor-carousel .slick-prev:before {
	content: "\e815"
}
.vendor-carousel .carousel-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: auto;
	padding: 20px
}
.vendor-carousel .carousel-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}
.inner-page-content .box-slick {
	float: left;
	width: 100%
}
.inner-page-content .box-slick .mg-card iframe, .inner-page-content .box-slick .mg-card img {
	display: none
}
.inner-page-title h1 {
	font-weight: normal;
	padding-bottom: .2em;
	margin-bottom: .8em;
	border-bottom: 1px solid #003c71
}
.big-text-block {
	float: left
}
.big-text-block p {
	font-size: 24px;
	line-height: 1.5;
	float: left;
	width: 100%;
	margin: 0
}

@media (max-width: 960px) {
.big-text-block p {
	font-size: 18px
}
.big-text-block h2 {
	font-size: 25px
}
}
.information-block {
	border: 1px solid #d6d6d6;
	padding: 24px;
	float: left;
	width: 100%
}
.information-block h4 {
	margin: 0 0 15px
}
.information-block p {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 15px
}
.information-block .featured-article-block {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}
.information-img-tile {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.information-img-tile li {
	width: 320px;
	min-height: 230px;
	float: left;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	border: solid 1px #d6d6d6;
	margin: 0 30px 30px 0
}

@media (max-width: 768px) {
.information-img-tile li {
	width: 300px;
	margin: 0 0 30px 0
}
.information-img-tile li:last-child {
	margin: 0
}
}
.information-img-tile li .thumb {
	text-align: center
}
.information-img-tile li .thumb img {
	max-height: 100%;
	width: 100%
}
.information-img-tile li .desc {
	padding: 20px;
	float: left;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px)
}
.information-img-tile li .location {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.information-img-tile li .location span {
	font-size: 18px;
	line-height: 1.3;
	color: #626466
}
.information-img-tile li .location span:before {
	color: #dbdbdb;
	font-size: 15px;
	margin-right: 5px
}
.info-img-block {
	margin: 0;
	padding: 0;
	list-style: none
}
.info-img-block li {
	float: left;
	min-height: 130px;
	margin-right: 20px;
	margin-bottom: 20px
}
.info-img-block li .left, .info-img-block li .right {
	display: table-cell;
	vertical-align: top
}
.info-img-block li .left img, .info-img-block li .right img {
	max-width: 160px;
	max-height: 125px
}
.info-img-block li .left p, .info-img-block li .right p {
	font-size: 18px;
	line-height: 1.3;
	color: #3c3c3c
}
.info-img-block li .right {
	padding-left: 10px
}

@media (max-width: 960px) {
.info-img-block li {
	width: 100%
}
}
.shadow-box {
	float: left;
	padding: 2em;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	border: solid 1px #d6d6d6
}
.shadow-box p {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 15px
}

@media (max-width: 768px) {
.shadow-box {
	padding: 1em
}
}
.sf_cols.banner-image.topic-world {
	height: 215px
}
.inner-page-banner {
	position: relative
}
.inner-page-banner .banner-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase
}
.inner-page-banner .banner-text h1 {
	color: #fff;
	font-size: 84px;
	text-align: center;
	text-shadow: 0 2px 7px rgba(0,0,0,0.5);
	margin: 0
}

@media (max-width: 1200px) {
.inner-page-banner .banner-text h1 {
	font-size: 60px
}
}

@media (max-width: 960px) {
.inner-page-banner .banner-text h1 {
	font-size: 48px
}
}

@media (max-width: 500px) {
.inner-page-banner .banner-text h1 {
	font-size: 32px
}
}
.embed-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto
}
.embed-wrapper embed, .embed-wrapper iframe, .embed-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.white-block * {
	color: #fff !important
}
.white-block h2 {
	border-bottom: 0 !important
}
.blue-block {
	background-color: #1b3858
}
.gray-light {
	background-color: #f9f9f9
}
.full-gray-block {
	padding: 40px 0;
	background-color: #f9f9f9
}
.overlay-text {
	position: absolute;
	top: 50%;
	max-width: 750px;
	width: 100%;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.overlay-text p {
	margin-bottom: 20px
}
.share-links {
	text-align: right
}

@media (max-width: 960px) {
.share-links {
	text-align: left
}
}
.share-links a {
	color: #0076a8;
	text-decoration: none;
	margin: 0 5px;
	font-size: 30px
}
.page-section-head {
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 15px;
	color: #3c3c3c;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #97999b;
	text-transform: capitalize
}
hr {
	float: left;
	width: 100%;
	margin: 0;
	height: 1px;
	border: none;
	background: #737373
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.blue-text {
	color: #0076a8 !important
}
.blue-heavy-text {
	color: #003c71 !important
}
.red-text {
	color: #a6192e !important
}
.red-heavy-text {
	color: #690817 !important
}
.blue-heavy-box {
	background: #0076a8;
	padding: 44px;
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
	color: #fff
}
.red-heavy-box {
	background: #690817;
	padding: 44px;
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
	color: #fff
}
.list-with-image {
	float: left;
	width: 100%;
	margin: 30px auto;
	text-align: center
}

@media (max-width: 500px) {
.list-with-image {
	padding: 0
}
}
.list-with-image li {
	width: 300px;
	height: 380px;
	border-bottom: 0;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0;
	text-align: left
}

@media (max-width: 500px) {
.list-with-image li {
	width: 289px;
	margin: 10px 0
}
}
.list-with-image li a {
	text-decoration: none
}
.list-with-image li .thumb {
	width: 300px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
	background: #fff url("../images/no-img.png") no-repeat center
}
.list-with-image li .thumb img {
	max-width: 100%;
	height: 170px
}
.list-with-image li h3 {
	font-size: 1.1em;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: left
}
.list-with-image li span {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-size: .9em;
	line-height: 1;
	font-weight: bold;
	color: #97999b;
	text-align: left
}
.list-with-image li span strong {
	display: none
}
.membership-wrapper .ibutton-blue {
	width: 100%;
	margin-right: 0
}
.membership-wrapper .ibutton-blue-heavy {
	width: 100%;
	margin-right: 0
}
.membership-wrapper .ibutton-red {
	width: 100%;
	margin-right: 0
}
.membership-wrapper .ibutton-red-heavy {
	width: 100%;
	margin-right: 0
}
.membership-wrapper .button-wrapper {
	margin: 20px 0
}
.membership-wrapper .shadow-box {
	padding: 1.5em;
	min-height: 300px
}

@media (max-width: 960px) {
.membership-wrapper .sf_2cols_1in_50, .membership-wrapper .sf_2cols_2in_50 {
	margin: 0 !important
}
.membership-wrapper .sf_colsOut.sf_3cols_3_33 {
	margin: 1em 0
}
.membership-wrapper #Body_C015_Col01 {
	margin-top: 2em !important
}
}
.sf_cols.container.membership-wrapper div {
	margin: 10px 0
}
.align-center {
	text-align: center
}
.info-links li {
	list-style: none;
	padding: 10px 0;
	padding-left: 1em
}
.info-links a {
	color: #003c71;
	text-decoration: none;
	font-size: 24px;
	line-height: 28px;
	float: left;
	disable: block;
	width: 100%;
	padding: 10px 0;
	font-weight: 700
}

@media (max-width: 960px) {
.info-links {
	padding-left: 0
}
}
.latest-m-discus .button-wrapper {
	margin: 50px 0
}
.help-section li {
	font-size: 24px;
	color: #3c3c3c;
	padding: 12px 0
}

@media (max-width: 960px) {
.help-section li {
	font-size: 18px
}
}
.help-section a {
	float: none;
	font-size: 24px
}

@media (max-width: 960px) {
.help-section a {
	font-size: 18px
}
}
.help-section span {
	font-size: 25px;
	color: #0076a8;
	margin-right: 10px
}

@media (max-width: 960px) {
.help-section span {
	font-size: 20px
}
}
.gray-title-block {
	float: left;
	width: 100%
}
.gray-title-block .title {
	padding-left: 15px;
	background-color: #d8d8d8;
	font-size: 24px;
	line-height: 45px;
	color: #97999b;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 15px
}
.gray-title-block .content {
	float: left;
	width: 100%
}
.tags-cloud a {
	float: left;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	border-radius: 4px;
	background: #0076a8;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
	text-decoration: none
}
.element>div {
	float: left !important;
	width: 100% !important
}
.inner-page-header {
	margin-bottom: 30px
}

@media (max-width: 768px) {
.inner-page-header {
	margin-bottom: 0
}
}
.inner-side-navigation {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 !important
}
.inner-side-navigation ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}
.inner-side-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
	float: left;
	width: 100%
}
.inner-side-navigation ul li div {
	float: left;
	width: 100%
}
.inner-side-navigation ul li a {
	padding: 10px 15px;
	float: left;
	width: 100%;
	font-size: 22px;
	text-decoration: none
}
.inner-side-navigation ul li:hover div {
	background-color: #a6192e
}
.inner-side-navigation ul li:hover a {
	color: #fff
}
.inner-side-navigation ul li .rtSelected {
	background-color: #1b3858
}
.inner-side-navigation ul li .rtSelected a {
	color: #fff
}

@media (max-width: 768px) {
.inner-side-navigation {
	display: none
}
}
.ad-box {
	text-align: center;
	float: left;
	width: 100%
}
.ad-box img {
	max-width: 100%;
	max-height: 100%
}
.center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 100%
}
.gray-heading {
	padding-left: 15px;
	background-color: #ececec;
	font-size: 24px;
	line-height: 45px;
	color: #737373;
	display: block;
	font-weight: bold;
	margin-bottom: 15px
}
.right-rail-head {
	font-size: 24px;
	color: #97999b;
	border-bottom: 1px solid #d6d6d6;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.section-division {
	height: 2px;
	border-bottom: 1px solid #d6d6d6;
	margin: 15px 0;
	float: left;
	width: 100%
}
.pd60 {
	padding: 60px
}

@media (max-width: 960px) {
.pd60 {
	padding: 30px 0
}
}
.pt40 {
	padding-top: 40px
}
.mt60 {
	margin-top: 60px
}

@media (max-width: 960px) {
.mt60 {
	margin-top: 30px
}
}
.mt30 {
	margin-top: 30px
}
.mt40 {
	margin-top: 40px !important
}
.mb30 {
	margin-bottom: 30px
}
.mb20 {
	margin-bottom: 20px
}
.mb2em {
	margin-bottom: 2em;
	float: left;
	width: 100%
}
.mtb {
	margin: 1em 0 !important
}
.mh350 {
	min-height: 350px
}
.col50 {
	float: left;
	width: 50%;
	display: inline-block
}

@media (max-width: 960px) {
.col50 {
	width: 100%
}
}
.col70 {
	float: left;
	width: 70%;
	display: inline-block
}

@media (max-width: 960px) {
.col70 {
	width: 100%
}
}
.col100 {
	float: left;
	width: 100%
}
.overlay-article {
	min-height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 960px) {
.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
	margin-left: 0 !important
}
}

@media (max-width: 500px) {
.page-utilities {
	width: 100%
}
}

@media (max-width: 768px) {
.page-utilities .share-links a {
	font-size: 22px
}
}

@media (max-width: 960px) {
.sfContentBlock img {
	max-width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px
}
}

@media (max-width: 960px) {
.sf_2cols_1_25, .sf_2cols_1_50, .sf_2cols_1_75, .sf_2cols_2_25, .sf_2cols_2_50, .sf_2cols_2_75, .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
	width: 100% !important
}
}
.sf_2cols_1_67 {
	width: -webkit-calc(67% - 20px) !important;
	width: calc(67% - 20px) !important
}

@media (max-width: 960px) {
.sf_2cols_1_67 {
	width: 100% !important
}
}
.sf_2cols_2_33 {
	width: 33% !important
}

@media (max-width: 960px) {
.sf_2cols_2_33 {
	width: 100% !important
}
}

@media (max-width: 960px) {
.sf_1col_1in_100 .sf_cols, .sf_1col_1in_100 .sf_cols.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.upcomming-events-table table thead tr th {
	font-size: 32px;
	line-height: 1.1;
	color: #1b3858;
	background-color: transparent
}
.upcomming-events-table table tbody tr td {
	vertical-align: top
}
.upcomming-events-table table tbody tr td .title a {
	font-size: 24px;
	line-height: 1.2;
	color: #003c71;
	font-weight: 700;
	text-decoration: none
}
.upcomming-events-table table tbody tr td .event-topics a {
	font-size: 18px;
	line-height: 1.5;
	color: #a6192e;
	float: left;
	text-decoration: none;
	font-weight: 700
}
.upcomming-events-table table tbody tr td .event-topics span {
	float: left;
	margin: 0 5px;
	color: #97999b
}
.upcomming-events-table table tbody tr td .event-topics span:last-child {
	display: none
}
.upcomming-events-table table tbody tr td:nth-child(3) {
	max-width: 390px
}
.upcomming-events-table table tbody tr td:nth-child(4) {
	font-size: 18px;
	line-height: 1.6
}
.featured-article-block {
	padding: 30px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	box-shadow: 0 6px 15px 0 rgba(0,0,0,0.07);
	border: solid 1px #d6d6d6;
	float: left
}
.featured-article-block div {
	float: left;
	width: 100%
}
.featured-article-block img {
	max-width: 300px;
	max-height: 250px;
	float: left;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px
}
.featured-article-block .date {
	width: 100%;
	color: #97999b;
	display: block
}
.featured-article-block p {
	float: none;
	font-size: 20px;
	line-height: 1.4;
	margin: 0
}
.featured-article-block h1, .featured-article-block h2, .featured-article-block h3, .featured-article-block h4, .featured-article-block h5, .featured-article-block h6 {
	display: inline;
	float: none;
	width: auto
}

@media (max-width: 768px) {
.featured-article-block img {
	max-width: 100%
}
.featured-article-block h1, .featured-article-block h2, .featured-article-block h3, .featured-article-block h4, .featured-article-block h5, .featured-article-block h6, .featured-article-block .date, .featured-article-block p {
	width: 100%;
	float: left
}
}
.tags {
	float: left;
	width: 100%;
	margin-top: 20px
}
.tags label {
	color: #3c3c3c;
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 1.9;
	margin-right: 5px
}
.tags ul {
	float: left;
	display: block;
	width: 100%;
	list-style: none;
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	padding-left: 0
}
.tags ul:before {
	content: "Topics:";
	font-size: 18px;
	line-height: 1.9;
	margin-right: 5px;
	float: left
}
.tags ul li {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 1.9;
	font-weight: 700;
	color: #a6192e;
	border: 0;
	width: auto;
	margin-bottom: 0
}
.tags ul li:after {
	content: "|";
	margin: 0 3px;
	color: #3c3c3c
}
.tags ul li:last-child:after {
	content: none
}
.tags a {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 1.9;
	font-weight: 700;
	text-decoration: none
}
.tags a:after {
	content: "|";
	margin: 0 3px;
	color: #3c3c3c
}
.tags a:last-child:after {
	content: none
}
.tags .sys-template {
	display: none
}
.learning-library {
	position: relative;
	background: url(../images/learning-library.jpg) no-repeat center;
	background-size: cover;
	float: left;
	width: 100%;
	display: block;
	min-height: 318px;
	margin: 0 1em
}
.learning-library div {
	float: left;
	position: absolute;
	bottom: 0;
	height: 35%;
	width: 100%;
	background: #1b3858
}
.learning-library div a {
	background: #a6192e;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 1px 2px 0 0 #c4c1c1;
	box-shadow: 1px 2px 0 0 #c4c1c1;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px;
	text-decoration: none;
	font-size: 21px;
	width: 60%;
	text-align: center
}

@media (max-width: 768px) {
.learning-library {
	margin: 0
}
}
.member-info .information-block {
	min-height: 350px;
	position: relative
}
.member-info .information-block .button-wrapper {
	position: absolute;
	bottom: 0px;
	padding-top: 20px;
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px)
}
.tools-topics-pages .iafc-positions {
	margin: 0 0 3em 0;
	float: left;
	width: 100%
}
.tools-topics-pages .first-highlight {
	float: left;
	width: 100%
}
.tools-topics-pages .mg-promo__item {
	text-align: center;
	margin: 1em 0;
	float: left;
	width: 100%
}
.event-single-list {
	list-style: none
}
.event-single-list h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6
}
.blog-pages-nav {
	float: left;
	margin-bottom: 2em;
	width: 100%
}
.blog-pages-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}
.blog-pages-nav ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: 86px;
	border-radius: 4px;
	background-color: #0076a8;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.blog-pages-nav ul li a {
	width: 100%;
	height: 38px;
	font-size: 31px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1
}
.long-major-link .major-link {
	line-height: 30px
}
.council-form .sfError {
	color: #ff0000
}
.council-form .mg-hp {
	display: none
}
.council-form .sfFormBox {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.council-form .sfFormBox>div {
	display: inline-block;
	float: left
}
.council-form .sfFormBox>div:first-child {
	width: 200px;
	margin-right: 10px
}
.council-form .sfFormBox div.sfFieldWrp {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px)
}
.council-form .sfFormBox div.sfFieldWrp input[type="text"] {
	width: 100%;
	float: left
}
.council-form .sfFormBlock {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px
}
.council-form .sfFormBlock>div {
	float: left;
	width: 100%
}
.council-form .sfFormBlock>div textarea {
	width: 100%;
	height: 100px;
	float: left;
	margin: 15px 0
}
.council-form .sfFormRadiolist {
	margin-bottom: 20px
}
.council-form .sfFormRadiolist label {
	position: relative;
	left: 10px
}
.council-form .sfFormCheckboxlist {
	margin-bottom: 20px
}
.council-form .sfFormCheckboxlist label {
	position: relative;
	left: 10px
}
.council-form .font-bold {
	margin-bottom: 10px;
	float: left;
	width: 100%
}
.council-form .font-bold .sfTxtLbl {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px
}
.council-form .sfFormFile {
	float: left;
	width: 100%;
	margin: 20px 0
}
.council-form .sfFormFile>div {
	display: inline-block;
	width: 33%
}
.council-form .sfFormSubmit {
	float: left;
	width: 100%;
	margin-top: 30px
}
.council-form .sfFormSubmit input {
	background-color: #a6192e;
	color: #fff;
	padding: 10px 30px;
	font-size: 31px;
	margin-bottom: 45px
}
.council-form .sfFormDropdown .sfTxtLbl {
	float: left;
	display: inline-block;
	width: 200px;
	margin-right: 10px
}
.council-form .sfFormDropdown .sfFieldWrp {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	float: left;
	margin-bottom: 20px
}
.council-form .sfFormDropdown .sfFieldWrp select {
	width: 100%;
	float: left
}
.council-form .ruFileWrap {
	height: 64px
}
.council-form .ruFileWrap .ruFakeInput {
	width: 160px;
	height: 23px;
	border: 1px solid #d6d6d6
}
.council-form .ruFileWrap .ruButton {
	background-color: #0076a8;
	background-image: none;
	font-size: 14px;
	color: #fff;
	padding: 9px 17px;
	height: auto;
	width: auto
}
.small-form-container {
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.webinar .mg-list {
	float: left;
	margin: 2em 0
}
.pos-rel .information-block {
	position: relative;
	padding-bottom: 100px
}
.pos-rel .information-block .button-wrapper {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 90%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.sfNavVerticalSiteMap>li>a {
	color: #003c71
}
.calendar-filter {
	position: relative;
	border-color: #f9f9f9;
	background: #f9f9f9;
	font-size: 1.3125em;
	font-weight: 700;
	padding: 1em 2em
}

@media (max-width: 768px) {
.calendar-filter {
	margin-top: 1.1em !important
}
}

@media (max-width: 500px) {
.calendar-filter li {
	width: 100%
}
}
.calendar-checkboxes {
	display: inline-block;
	margin-bottom: 1em
}

@media (max-width: 500px) {
.filter-form-controls {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 1em
}
}
.calendar-dropdown {
	min-width: 100px;
	max-width: 200px
}

/* CZ added */
.respProfileimg {
	max-width: 210px !important;
	min-width: 140px !important;
	height: auto;
	margin-top: 28px;
	margin-left: 5px;
	padding-right: 16px !important;
}

.list-across {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block
}
.list-across input[type="checkbox"] {
	display: none
}
.list-across input[type="checkbox"]+label:before {
	display: inline-block;
	font-family: 'icomoon';
	content: "\e911";
	height: 16px;
	margin: 0 .5em 0 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	font-weight: 300;
	cursor: pointer
}
.list-across input[type="checkbox"]:checked+label:before {
	font-family: 'icomoon';
	color: #666;
	content: "\e912";
	text-align: center;
	font-weight: 300
}
.list-across li {
	margin-right: 20px
}
.list-across li:last-child {
	margin-right: 20px
}
.filter-form-control {
	display: inline;
	margin: 0 10px
}

@media (max-width: 500px) {
.filter-form-control {
	text-align: left;
	padding: .5em 0;
	width: 100%
}
.filter-form-control label {
	display: none
}
.filter-form-control input, .filter-form-control select {
	width: 100%;
	border: 1px solid #f9f9f9;
	padding: .2em
}
}
.filter-form-control [type="text"] {
	padding: 4px;
	font-size: 20px
}
.clear {
	cursor: pointer;
	margin-left: 6px
}
.calendar-filter-title {
	margin-bottom: .5em
}
.calendar-navigation {
	margin: 1em 0
}
.calendar-navigation .today {
	float: right
}
.calendar-list-main .calendar-list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	border-bottom: 1px dotted #f9f9f9;
	border-top: 1px dotted #f9f9f9;
	padding-top: .2em;
	padding-bottom: .2em
}

@media (max-width: 500px) {
.calendar-list-main .calendar-list-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.calendar-list-main .calendar-categories {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media (max-width: 960px) {
.calendar-list-main .calendar-categories {
	display: none
}
}
.calendar-list-main .calendar-categories .calendar-categories__item h4 {
	margin-bottom: 0
}
.calendar-list-main .calendar-categories .calendar-categories__item:nth-child(1) {
	width: 15%
}
.calendar-list-main .calendar-categories .calendar-categories__item:nth-child(2) {
	width: 40%
}
.calendar-list-main .calendar-categories .calendar-categories__item:nth-child(3) {
	width: 30%
}
.calendar-list-main .calendar-categories .calendar-categories__item:nth-child(4) {
	width: 15%
}
.calendar-list-main .calendar-list-group-events {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events {
	width: 100%
}
}
.calendar-list-main .calendar-list-group-events li {
	padding: 1.5em 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	border-bottom: 1px solid #d8d8d8
}
.calendar-list-main .calendar-list-group-events li:before {
	display: none
}
.calendar-list-main .calendar-list-group-events li:last-child {
	margin-bottom: 0
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events li {
	position: relative
}
}
.calendar-list-main .calendar-list-group-events .calendar-categories__item {
	width: 15%
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .calendar-categories__item {
	position: absolute;
	left: 0
}
}
.calendar-list-main .calendar-list-group-events .mg-date-icon {
	float: none;
	margin: 0;
	max-width: 150px
}
.calendar-list-main .calendar-list-group-events .blue-title {
	width: 40%
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .blue-title {
	position: relative;
	margin-left: 100px;
	width: inherit
}
}
.calendar-list-main .calendar-list-group-events .calendar-categories__topics {
	width: 30%;
	padding-right: 1em
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .calendar-categories__topics {
	display: none
}
}
.calendar-list-main .calendar-list-group-events .calendar-categories__topics ul {
	padding: 0
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .calendar-categories__topics ul {
	display: inline-block;
	font-size: 14px
}
.calendar-list-main .calendar-list-group-events .calendar-categories__topics ul:after {
	content: " | "
}
.calendar-list-main .calendar-list-group-events .calendar-categories__topics ul:last-child:after {
	content: ""
}
}
.calendar-list-main .calendar-list-group-events .calendar-categories__topics li {
	display: inline;
	border-bottom: none;
	font-size: 1.125em;
	text-transform: capitalize;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .calendar-categories__topics li {
	padding: 0
}
}
.calendar-list-main .calendar-list-group-events .calendar-categories__location {
	width: 15%;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.3
}

@media (max-width: 960px) {
.calendar-list-main .calendar-list-group-events .calendar-categories__location {
	position: relative;
	margin-left: 100px;
	width: inherit;
	font-size: .9em;
	color: #97999b;
	font-weight: 300
}
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
	display: none !important
}


/* ---------- =search ---------- */

.search__filters-label {
	display: block;
}
.search__sort .separator {
	display: inline-block;
	margin: 0 0.5em;
	opacity: 0.4;
}
.search__filters-wrapper input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.search__facet-label {
	margin: 2em 0 1em;
}
.search__facet-label--accordion {
	cursor: pointer;
}
.search__facet-label--accordion:not(:first-child) {
	margin-top: 0.5em;
}
.search__facet-label--accordion::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-bottom-width: 0;
	border-top-color: #ccc;
	margin: -0.125em 0 0 0.5em;
	transform: scaleX(0.67);
	transition: transform 0.2s ease-out;
}
.search__facet-list--accordion {
	max-height: 0;
	overflow: hidden;
	z-index: 0;
	transition: max-height 0.2s cubic-bezier(0,1,0.2,1),
	            opacity 0.2s ease-out;
}
.search__facet-list--accordion .search__facet-item:last-child {
	margin-bottom: 1.5em;
}
.search__facet-label--accordion.is-active::after {
	transform: scaleX(0.67) scaleY(-1);
}
.search__facet-list--accordion.is-active {
	max-height: 8000px;
	opacity: 1;
	transition: max-height 0.25s cubic-bezier(1,0,1,0.5),
	            opacity 0.2s ease-out;
}
.search__current-facets {
	margin: 1em 0 2em;
}
.search__applied-facet {
	padding: 0.75em 1.5em;
	text-decoration: none;
}
.search__applied-facet::after {
	content: 'X';
	display: inline-block;
	margin: 0 -0.25em 0 0.5em;
	font-weight: 700;
	transform-origin: 50% 50%;
	transform: scaleY(0.8);
	opacity: 0.5;
}
.search__applied-facet:hover,
.search__applied-facet:focus {
	color: #fff !important;
}
.search__applied-facet:hover::after,
.search__applied-facet:focus::after {
	opacity: 1;
}
.search .pagination {
	margin: 0 0 2em;
	padding: 0;
	text-align: left;
}
.search .pagination .overview {
	display: block;
	margin-bottom: 0.5em;
}
.search .pagination li {
	display: inline-block;
}
.search .pagination a {
	display: block;
	padding: 0 0.25em;
	font-size: 1.25em;
}
.search .pagination .active a {
	color: #a6192e;
}
.search__results-list + .pagination {
	margin-top: 3em;
}

@media (max-width: 1023px) {
	.interior-layout__nav {
		margin-bottom: 2em;
	}
	.search__toggle-checkbox {
		display: block;
		width: 1px;
		height: 1px;
		opacity: 0.01;
		overflow: hidden;
		margin-bottom: -1px;
	}
	.search__filters-label {
		cursor: pointer;
		margin-top: 0.5em;
		font-size: 1.25em;
	}
	.search__filters-label::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 0;
		border: 0.5em solid transparent;
		border-bottom-width: 0;
		border-top-color: #ccc;
		margin: -0.125em 0 0 0.5em;
		transform: scaleX(0.67);
		transition: transform 0.2s ease-out;
	}
	.search__filters-wrapper {
		max-height: 0;
		overflow: hidden;
		z-index: 0;
		transition: max-height 0.2s cubic-bezier(0,1,0.2,1),
		            opacity 0.2s ease-out;
	}
	.search__toggle-checkbox:checked ~ .search__filters-label::after {
		transform: scaleX(0.67) scaleY(-1);
	}
	.search__toggle-checkbox:checked ~ .search__filters-wrapper {
		max-height: 10000px;
		opacity: 1;
		transition: max-height 0.25s cubic-bezier(1,0,1,0.5),
		            opacity 0.2s ease-out;
	}
	.search__facet-groups {
		padding-bottom: 2em;
	}
}

@media (min-width: 1024px) {
	.interior-layout::after {
		content: '';
		display: table;
		clear: both;
	}
	.interior-layout__nav {
		width: 33%;
		float: right;
		margin-left: 2em;
	}
	.interior-layout__main {
		overflow: hidden;
	}
	.search__toggle-checkbox {
		display: none;
	}
	.search__filters-label {
		cursor: default;
		font-size: 2em;
	}
}
