.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;
	margin-left: auto;
	margin-right: auto
}

.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-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/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;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	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-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 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;
	border: 0;
	outline: none;
	background: transparent
}

.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
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option--selectable {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--group {
	padding: 0
}

.select2-container--default .select2-results__option--disabled {
	color: #999
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
	outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
	padding: 0
}

.select2-container--classic .select2-results__option--disabled {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

/*!
 * Load Resets
 *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

/*!
 * Local Reset
 */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: pointer
}

figure {
	margin: 0
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0
}

ul, ol, dd {
	margin: 0;
	padding: 0;
	list-style: none
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit
}

p {
	margin: 0
}

cite {
	font-style: normal
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0
}

/*!
 * Load Config
 */
.bgd-white {
	background-color: #fff
}

.bgd-grey {
	background-color: #F4F2F2
}

/*!
 * Typography
 */
@font-face {
	font-family: "Helvetica LT W01 Bold";
	src: url("assets/fonts/7ce0a2f5-eb00-46aa-919c-5b3f3667646c.woff2") format("woff2"), url("assets/fonts/cad22c74-45b4-4c49-9e6a-0cd3768a7bc7.woff") format("woff")
}

html {
	font-size: 62.5%
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.4;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.7rem;
		line-height: 1.6
	}
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: 'Helvetica LT W01 Bold', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	color: #000
}

h1 {
	font-size: 2.4rem
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 3.2rem
	}
}

@media screen and (min-width: 1366px) {
	h1 {
		font-size: 5.4rem
	}
}

h2 {
	font-size: 4.6rem
}

h3 {
	font-size: 3.2rem
}

h4 {
	font-size: 2.4rem
}

h5 {
	font-size: 2.0rem
}

h6 {
	font-size: 1.8rem
}

main article h1, main article h2, main article h3, main article h4, main article h5, main article h6 {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 20px
}

@media screen and (min-width: 768px) {
	main article h1, main article h2, main article h3, main article h4, main article h5, main article h6 {
		font-size: 2.6rem;
		margin-bottom: 32px
	}
}

main article h2 {
	font-size: 1.8rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	main article h2 {
		font-size: 2.4rem
	}
}

main article h3 {
	font-size: 1.6rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	main article h3 {
		font-size: 2.2rem
	}
}

main article h4 {
	font-size: 1.4rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	main article h4 {
		font-size: 2rem
	}
}

main article h5 {
	font-size: 1.2rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	main article h5 {
		font-size: 1.8rem
	}
}

main article h6 {
	font-size: 1rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	main article h6 {
		font-size: 1.6rem
	}
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'Helvetica LT W01 Bold', serif;
	font-weight: 400 !important
}

p, li {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.6;
	font-style: normal;
	color: #202124
}

@media screen and (min-width: 768px) {
	p, li {
		font-size: 1.7rem;
		margin-bottom: 32px
	}
}

p.wp-caption-text {
	margin-bottom: 52px;
	font-size: 1.4rem
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em
}
.aligncenter {
	margin: 0 auto;
	padding: 0.5em 0;
}

small {
	font-size: 1.2rem
}

a {
	color: #006DAE
}

a:hover {
	color: #0289D4
}

a h1, a h2, a h3, a h4, a h5, a h6 {
	color: #006DAE
}

a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
	color: #0289D4
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color: #0289D4
}

em {
	font-family: 'Roboto', sans-serif;
	font-style: italic
}

strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal
}

em strong, strong em {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic
}

blockquote {
	margin: 40px 4% 52px 8%;
	padding: 0 4%;
	border-left: 1px solid #006DAE
}

@media screen and (min-width: 768px) {
	blockquote {
		margin-left: 12%
	}
}

blockquote p {
	font-family: 'Roboto', serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #006DAE
}

@media screen and (min-width: 768px) {
	blockquote p {
		font-size: 2.5rem;
		line-height: 1.4
	}
}

.pubdate {
	margin: 30px 0 15px 0;
	font-size: 1.4rem
}

.podcast-duration, .cat-title-menu {
	margin: 0 0 12px 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: #006DAE;
	text-transform: none
}

.podcast-duration li, .cat-title-menu li {
	display: inline-block;
	margin: 0 20px 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: #006DAE;
	text-transform: none
}

.podcast-duration a, .cat-title-menu a {
	color: #006DAE
}

.podcast-duration {
	margin-top: 5px
}

/*!
 * Load Utils
 *//*!
 * Load Mixins
 *//*!
 * Load Effects
 */
.c-hamburger, .c-hamburger span, a, a:before, a img, a .col-pic-img, a h1, a h2, a h3, a h4, a h5, a h6, .link-transcript, .btn, .backtotop, input, .panel-vid a:after, .page-people .col-wrap, article.article-feature.centered, .article-focus .col .col-inner, .col {
	-webkit-transition: all 0.30s ease-in;
	-o-transition: all 0.30s ease-in;
	transition: all 0.30s ease-in;
	outline: none
}

/*!
 * Load Layout
 */
::-moz-selection {
	background: #888;
	color: #fff;
	text-shadow: none;
	outline: 0
}

::selection {
	background: #888;
	color: #fff;
	text-shadow: none;
	outline: 0
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll
}

body {
	height: 100%;
	background: #fff
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto
}

article {
	clear: both;
	width: 100%;
	margin: 20px auto
}

@media screen and (min-width: 1024px) {
	article {
		float: left;
		width: 720px;
		width: 65%
	}

	article.full-width {
		float: none !important;
		width: 100%;
		margin: 0
	}

	article.two-thirds {
		float: none !important;
		width: 815px;
		width: 74%;
		margin: 0
	}
}

article:first-child {
	margin-top: 0
}

main {
	overflow: hidden
}

main.centered, .menu-wrapper, .article-focus .col-wrap, article.centered {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px
}

@media screen and (min-width: 768px) {
	main.centered, .menu-wrapper, .article-focus .col-wrap, article.centered {
		max-width: 740px;
		padding: 0
	}
}

@media screen and (min-width: 1024px) {
	main.centered, .menu-wrapper, .article-focus .col-wrap, article.centered {
		max-width: 1000px
	}
}

@media screen and (min-width: 1366px) {
	main.centered, .menu-wrapper, .article-focus .col-wrap, article.centered {
		max-width: 1170px
	}
}

article.centered {
	padding: 20px
}

@media screen and (min-width: 768px) {
	article.centered {
		padding: 0
	}
}

body.home article, body.page.videos article, body.page.podcasts article, body.archive.videos article, body.archive.podcasts article, body.archive article {
	clear: both;
	float: none;
	width: 100%
}

@media screen and (min-width: 1024px) {
	body.home article, body.page.videos article, body.page.podcasts article, body.archive.videos article, body.archive.podcasts article, body.archive article {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

@media screen and (min-width: 768px) {
	body.page-template-template_contact article {
		width: 29%
	}
}

.col {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.col:hover {
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
}

@media screen and (min-width: 768px) {
	.col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48.2%;
		flex: 0 0 48.2%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 0
	}
}

@media screen and (min-width: 1024px) {
	.col {
		margin-bottom: 40px
	}
}

.col img {
	display: block;
	width: 100%
}

.flex-grid-thirds .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 !important
}

.privacy_prompt_footer {
	padding: 20px 0 !important
}

body.page.videos .col:nth-child(n+3), body.page.podcasts .col:nth-child(n+3), body.archive.videos .col:nth-child(n+3), body.archive.podcasts .col:nth-child(n+3) {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

body.page.videos .col:nth-child(n+3) .cat-title, body.page.videos .col:nth-child(n+3) .col-links, body.page.videos .col:nth-child(n+3) .excerpt, body.page.podcasts .col:nth-child(n+3) .cat-title, body.page.podcasts .col:nth-child(n+3) .col-links, body.page.podcasts .col:nth-child(n+3) .excerpt, body.archive.videos .col:nth-child(n+3) .cat-title, body.archive.videos .col:nth-child(n+3) .col-links, body.archive.videos .col:nth-child(n+3) .excerpt, body.archive.podcasts .col:nth-child(n+3) .cat-title, body.archive.podcasts .col:nth-child(n+3) .col-links, body.archive.podcasts .col:nth-child(n+3) .excerpt {
	display: none
}

body.page.videos .col:nth-child(n+3) .col-text, body.page.podcasts .col:nth-child(n+3) .col-text, body.archive.videos .col:nth-child(n+3) .col-text, body.archive.podcasts .col:nth-child(n+3) .col-text {
	padding-bottom: 8px
}

@media screen and (min-width: 768px) {
	body.page.videos .col:nth-child(n+3), body.page.podcasts .col:nth-child(n+3), body.archive.videos .col:nth-child(n+3), body.archive.podcasts .col:nth-child(n+3) {
		border: 0;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
	}

	body.page.videos .col:nth-child(n+3):hover, body.page.podcasts .col:nth-child(n+3):hover, body.archive.videos .col:nth-child(n+3):hover, body.archive.podcasts .col:nth-child(n+3):hover {
		-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
	}

	body.page.videos .col:nth-child(n+3) .cat-title, body.page.podcasts .col:nth-child(n+3) .cat-title, body.archive.videos .col:nth-child(n+3) .cat-title, body.archive.podcasts .col:nth-child(n+3) .cat-title {
		display: block
	}
}

@media screen and (min-width: 1024px) {
	body.page.videos .col:nth-child(n+3), body.page.podcasts .col:nth-child(n+3), body.archive.videos .col:nth-child(n+3), body.archive.podcasts .col:nth-child(n+3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		margin-right: 0;
		margin-bottom: 35px
	}

	body.page.videos .col:nth-child(n+3) h3, body.page.podcasts .col:nth-child(n+3) h3, body.archive.videos .col:nth-child(n+3) h3, body.archive.podcasts .col:nth-child(n+3) h3 {
		font-size: 2.4rem
	}
}

body.archive .col:nth-child(n+5) {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

body.archive .col:nth-child(n+5) .cat-title, body.archive .col:nth-child(n+5) .col-links, body.archive .col:nth-child(n+5) .excerpt {
	display: none
}

body.archive .col:nth-child(n+5) .col-text {
	padding-bottom: 8px
}

@media screen and (min-width: 768px) {
	body.archive .col:nth-child(n+5) {
		border: 0;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
	}

	body.archive .col:nth-child(n+5):hover {
		-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
	}

	body.archive .col:nth-child(n+5) .cat-title {
		display: block
	}
}

@media screen and (min-width: 1024px) {
	body.archive .col:nth-child(n+5) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		margin-right: 0;
		margin-bottom: 35px
	}

	body.archive .col:nth-child(n+5) h3 {
		font-size: 2.4rem
	}
}

body.page.videos .col-wrap, body.page.podcasts .col-wrap, body.archive.videos .col-wrap, body.archive.podcasts .col-wrap {
	margin-bottom: 60px
}

article {
	overflow: visible
}

.col-wrap {
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width: 768px) {
	.col-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.col-wrap h3 {
	margin: 0 0 10px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
	color: #006DAE
}

@media screen and (min-width: 768px) {
	.col-wrap h3 {
		margin-top: 15px
	}
}

@media screen and (min-width: 1024px) {
	.col-wrap h3 {
		font-size: 3.2rem
	}
}

.col-wrap.article-2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.col-wrap.article-2 .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.2%;
	flex: 0 0 48.2%;
	margin-right: 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.col-wrap.article-2 .col:hover {
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
}

.col-wrap.article-3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.col-wrap.article-3 {
		overflow: visible
	}
}

.col-wrap.article-3 .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	margin-right: 0;
	margin-bottom: 25px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.col-wrap.article-3 .col .cat-title {
	display: none
}

@media screen and (min-width: 768px) {
	.col-wrap.article-3 .col {
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
	}

	.col-wrap.article-3 .col:hover {
		-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
	}

	.col-wrap.article-3 .col .cat-title {
		display: block
	}
}

.col-wrap.article-3 .col h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2.4rem
}

.col-wrap.article-4 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.col-wrap.article-4 .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.5%;
	flex: 0 0 22.5%;
	margin-right: 0;
	margin-bottom: 25px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.col-wrap.article-4 .col .cat-title {
	display: none
}

.col-wrap.article-4 .col .col-text {
	padding: 0
}

.col-wrap.article-4 .col h3 {
	font-size: 2rem
}

.col-wrap h4 {
	float: left;
	margin: 0;
	padding: 0 30px 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #202124
}

@media screen and (min-width: 768px) {
	.col-wrap h4 {
		font-size: 1.3rem
	}
}

.col-wrap h4 a {
	color: #202124
}

.col-wrap h4 a:hover {
	color: #202124
}

.col-wrap p {
	margin-bottom: 20px
}

.col-wrap .excerpt {
	color: #202124
}

.col-wrap p {
	margin-bottom: 15px;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 1.6;
	color: #202124
}

.col-wrap a {
	overflow: hidden
}

.section-title {
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase
}

@media screen and (min-width: 768px) {
	.section-title {
		margin-top: 0;
		font-size: 2.4rem
	}
}

.subtitle {
	margin-bottom: 10px;
	padding: 1px 0 0 34px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: 24px 24px
}

@media screen and (min-width: 768px) {
	.subtitle {
		margin-top: 0;
		padding: 3px 0 3px 50px;
		font-size: 2.4rem;
		background-size: 36px 36px
	}
}

.col-text {
	overflow: hidden;
	padding: 15px 20px 12px 20px
}

@media screen and (min-width: 768px) {
	.col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.col-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		overflow: hidden;
		margin-bottom: 0
	}
}

.col-links {
	overflow: hidden;
	padding: 0 20px 12px 20px;
	margin-top: auto
}

@media screen and (min-width: 768px) {
	.col-links {
		padding-left: 22px;
		padding-right: 22px
	}
}

@media screen and (min-width: 1024px) {
	.col-links {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0
	}
}

.col-pic {
	position: relative;
	border: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.col-pic.ratio1-1 {
	overflow: hidden;
	position: relative
}

.col-pic.ratio1-1:before {
	content: '';
	display: block;
	padding-top: 100%
}

.col-pic.ratio1-1 img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.col-pic .gradient {
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	z-index: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
	background-size: cover
}

a:hover .col-pic-img {
	opacity: .9
}

.cat-title {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	margin: 0 !important;
	padding: 0;
	font-size: 1.2rem !important;
	line-height: 1 !important;
	color: #fff;
	text-transform: uppercase
}

.cat-title a {
	display: block;
	padding: 8px 12px 6px 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #006DAE;
	text-transform: uppercase
}

.cat-title a:hover {
	background: #0289D4
}

.search-result h3 {
	margin-bottom: 2px
}

.search-result p {
	margin-bottom: 5px
}

.search-result .cat-title {
	position: static;
	margin-bottom: 5px !important;
	padding: 8px 12px 6px 0;
	color: #000;
	font-style: italic
}

.search-result .cat-title a {
	display: inline-block;
	margin-right: 5px;
	font-style: normal
}

@media screen and (max-width: 767px) {
	body.page.videos .col-wrap .col:nth-child(n+3) .col-pic, body.page.podcasts .col-wrap .col:nth-child(n+3) .col-pic, body.archive.videos .col-wrap .col:nth-child(n+3) .col-pic, body.archive.podcasts .col-wrap .col:nth-child(n+3) .col-pic, body.archive .col-wrap .col:nth-child(n+5) .col-pic, .article-focus .col:last-child .col-pic, .col-wrap.article-3 .col-pic, .col-wrap.article-4 .col-pic {
		clear: both;
		float: left;
		width: 50%;
		margin-bottom: 20px
	}

	body.page.videos .col-wrap .col:nth-child(n+3) .col-pic::after, body.page.podcasts .col-wrap .col:nth-child(n+3) .col-pic::after, body.archive.videos .col-wrap .col:nth-child(n+3) .col-pic::after, body.archive.podcasts .col-wrap .col:nth-child(n+3) .col-pic::after, body.archive .col-wrap .col:nth-child(n+5) .col-pic::after, .article-focus .col:last-child .col-pic::after, .col-wrap.article-3 .col-pic::after, .col-wrap.article-4 .col-pic::after {
		display: none
	}

	body.page.videos .col-wrap .col:nth-child(n+3) .col-text, body.page.podcasts .col-wrap .col:nth-child(n+3) .col-text, body.archive.videos .col-wrap .col:nth-child(n+3) .col-text, body.archive.podcasts .col-wrap .col:nth-child(n+3) .col-text, body.archive .col-wrap .col:nth-child(n+5) .col-text, .article-focus .col:last-child .col-text, .col-wrap.article-3 .col-text, .col-wrap.article-4 .col-text {
		float: left;
		width: 50%;
		padding: 0
	}

	body.page.videos .col-wrap .col:nth-child(n+3) .col-text h3, body.page.podcasts .col-wrap .col:nth-child(n+3) .col-text h3, body.archive.videos .col-wrap .col:nth-child(n+3) .col-text h3, body.archive.podcasts .col-wrap .col:nth-child(n+3) .col-text h3, body.archive .col-wrap .col:nth-child(n+5) .col-text h3, .article-focus .col:last-child .col-text h3, .col-wrap.article-3 .col-text h3, .col-wrap.article-4 .col-text h3 {
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 1.7rem
	}
}

.scroller-select select.list-series, .scroller-select .select2 {
	display: block
}

@media screen and (min-width: 768px) {
	.scroller-select select.list-series, .scroller-select .select2 {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.scroller-select form select, .scroller-select form.select2 {
		display: block !important
	}
}

ul.list-series {
	display: none
}

@media screen and (min-width: 768px) {
	ul.list-series {
		display: block
	}
}

.article-links {
	overflow: hidden;
	margin-bottom: 20px
}

.article-links .section-title {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem
}

@media screen and (min-width: 768px) {
	.article-links .section-title {
		display: none
	}
}

.article-links select, .article-links .select2 {
	display: block
}

@media screen and (min-width: 768px) {
	.article-links select, .article-links .select2 {
		display: none
	}
}

.article-links ul {
	display: none;
	margin: 0;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.article-links ul {
		display: block;
		margin: 40px 0 20px 0
	}
}

.article-links li {
	float: left;
	margin: 0 25px 4px 0;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #707070;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	cursor: pointer
}

.article-links li:hover {
	font-weight: 700;
	color: #000
}

.article-links li.active {
	font-weight: 700;
	color: #000
}

#home-topic-links {
	margin-bottom: 0
}

#home-topic-links ul {
	margin-bottom: 20px
}

#home-topic-articles {
	overflow: hidden
}

#home-topic-articles p {
	margin-bottom: 50px
}

.article-impact {
	margin-bottom: 20px !important
}

.article-impact .col-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.article-impact .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.2%;
	flex: 0 0 48.2%;
	margin-right: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.article-impact .subtitle {
	background-image: url(assets/images/icon-timer.svg)
}

.article-impact h1 {
	margin: 0 0 15px 0;
	font-size: 2.4rem;
	line-height: 1.1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.article-impact h1 {
		font-size: 3.2rem
	}
}

@media screen and (min-width: 1024px) {
	.article-impact h1 {
		margin: 0 0 20px 0;
		font-size: 4.6rem
	}
}

article.article-feature.centered {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	width: auto;
	padding: 0;
	margin: 0 20px 40px 20px
}

article.article-feature.centered:hover {
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
}

@media screen and (min-width: 768px) {
	article.article-feature.centered {
		margin: 0 auto 80px auto;
		border-top: 1px solid #efefef
	}
}

article.article-feature.centered .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
	article.article-feature.centered .col-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

article.article-feature.centered .col {
	margin-right: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

article.article-feature.centered .col-text {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #006DAE
}

@media screen and (min-width: 768px) {
	article.article-feature.centered .col-text {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-right: 0;
		padding: 60px 22px 12px 22px
	}
}

@media screen and (min-width: 1024px) {
	article.article-feature.centered .col-text {
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px
	}
}

article.article-feature.centered .col-pic {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 0;
	min-height: 214px
}

@media screen and (min-width: 480px) {
	article.article-feature.centered .col-pic {
		min-height: 320px
	}
}

@media screen and (min-width: 768px) {
	article.article-feature.centered .col-pic {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		min-height: inherit
	}

	article.article-feature.centered .col-pic img {
		display: none
	}
}

@media screen and (min-width: 1024px) {
	article.article-feature.centered .col-pic {
		-ms-flex-preferred-size: 65%;
		flex-basis: 65%
	}
}

article.article-feature.centered .col-pic a.main-pic {
	display: block;
	height: 100%
}

article.article-feature.centered .excerpt {
	margin-bottom: 15px
}

@media screen and (min-width: 768px) {
	article.article-feature.centered .excerpt {
		margin-bottom: 32px;
		padding-right: 40px;
		padding-bottom: 20px
	}
}

@media screen and (min-width: 768px) {
	article.article-feature.centered p {
		margin-bottom: 32px;
		padding-right: 40px;
		padding-bottom: 20px
	}
}

.article-feature h1, .article-focus h1 {
	margin: 0 0 10px 0;
	font-size: 2.4rem;
	line-height: 1.1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #006DAE
}

@media screen and (min-width: 768px) {
	.article-feature h1, .article-focus h1 {
		font-size: 3.2rem
	}
}

@media screen and (min-width: 1024px) {
	.article-feature h1, .article-focus h1 {
		margin: 0 0 20px 0;
		font-size: 4.6rem
	}
}

.article-header {
	position: relative;
	clear: both;
	margin-bottom: 60px
}

.article-header .btn {
	position: absolute;
	right: 0;
	top: -10px;
	color: #006DAE;
	background-color: transparent;
	border-color: transparent;
	border-width: 2px;
	font-size: 1.5rem;
	padding: 10px 0
}

.article-header .btn:hover {
	color: #0289D4;
	background-color: transparent;
	border-color: transparent
}

@media screen and (min-width: 768px) {
	.article-header .btn {
		top: 0;
		color: #fff;
		background-color: #006DAE;
		border-color: #006DAE;
		padding: 8px 24px
	}

	.article-header .btn:hover {
		color: #fff;
		background-color: #0289D4;
		border-color: #0289D4
	}
}

.article-header h2 {
	clear: both;
	margin-bottom: 35px;
	padding: 0 0 0 40px;
	text-transform: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4rem
}

@media screen and (min-width: 768px) {
	.article-header h2 {
		padding: 0 0 0 50px;
		font-size: 3.2rem
	}
}

@media screen and (min-width: 1024px) {
	.article-header h2 {
		font-size: 4.6rem
	}
}

.article-header h2.subtitle {
	margin-top: 10px;
	padding: 1px 0 0 34px;
	font-size: 1.8rem;
	text-transform: uppercase
}

@media screen and (min-width: 768px) {
	.article-header h2.subtitle {
		margin-top: 0;
		padding: 3px 0 3px 50px;
		font-size: 2.4rem
	}
}

.article-header h2.subtitle-video {
	padding-left: 50px;
	text-transform: none;
	background: url(assets/images/icon-title-video.svg) center left no-repeat;
	font-size: 2.4rem
}

@media screen and (min-width: 768px) {
	.article-header h2.subtitle-video {
		font-size: 4.6rem
	}
}

.article-header h2.subtitle-podcast {
	padding-left: 50px;
	text-transform: none;
	background: url(assets/images/icon-title-podcast.svg) center left no-repeat;
	font-size: 2.4rem
}

@media screen and (min-width: 768px) {
	.article-header h2.subtitle-podcast {
		font-size: 4.6rem
	}
}

@media screen and (min-width: 768px) {
	.article-header p {
		width: 70%
	}
}

.article-focus .article-header .btn {
	color: #fff;
	background-color: #006DAE;
	border-color: #006DAE;
	padding: 8px 24px
}

.article-focus .article-header .btn:hover {
	color: #fff;
	background-color: #0289D4;
	border-color: #0289D4
}

body.videos .col-wrap, body.podcasts .col-wrap {
	margin-bottom: 0 !important
}

body.videos .col-wrap .col-links, body.podcasts .col-wrap .col-links {
	padding-left: 20px;
	padding-right: 20px
}

body.videos .article-header, body.podcasts .article-header {
	margin-bottom: 0 !important;
	padding-top: 20px !important
}

@media screen and (min-width: 768px) {
	body.videos .article-header, body.podcasts .article-header {
		padding-top: 60px !important
	}
}

body.videos .article-header .btn, body.podcasts .article-header .btn {
	top: 26px
}

body.videos .article-header .btn:hover, body.podcasts .article-header .btn:hover {
	border-color: transparent
}

@media screen and (min-width: 768px) {
	body.videos .article-header .btn, body.podcasts .article-header .btn {
		top: 72px
	}

	body.videos .article-header .btn:hover, body.podcasts .article-header .btn:hover {
		border-color: #0289D4
	}
}

body.videos .article-header .btn.btn-subscribe-podcast, body.podcasts .article-header .btn.btn-subscribe-podcast {
	top: 50px;
	right: 0;
	color: #006DAE;
	background-color: #fff
}

@media screen and (min-width: 768px) {
	body.videos .article-header .btn.btn-subscribe-podcast, body.podcasts .article-header .btn.btn-subscribe-podcast {
		top: 72px;
		right: 180px
	}
}

@media screen and (min-width: 768px) {
	body.home .article-2.article-skew .col .col-pic {
		overflow: hidden
	}

	body.home .article-2.article-skew .col .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 24px;
		bottom: -12px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

@media screen and (min-width: 1024px) {
	body.home .article-2.article-skew .col .col-pic {
		overflow: hidden
	}

	body.home .article-2.article-skew .col .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 40px;
		bottom: -20px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

body.home .article-2.article-skew .col h3 {
	margin: 10px 0
}

.article-focus {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding: 50px 0 60px 0;
	background: #f6f6f6;
	overflow: hidden !important
}

@media screen and (min-width: 768px) {
	.article-focus {
		margin-bottom: 60px !important;
		padding: 60px 0 40px 0
	}
}

.article-focus .subtitle {
	margin-top: 0;
	margin-bottom: 5px;
	background-image: url(assets/images/icon-focus.svg);
	background-position: left center
}

.article-focus .btn {
	position: absolute;
	top: -10px;
	right: 0
}

@media screen and (min-width: 768px) {
	.article-focus .btn {
		top: 0
	}
}

.article-focus h1 {
	margin: 0
}

.article-focus .article-header .col:last-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.article-focus .article-header h1 {
	font-size: 3.2rem
}

@media screen and (min-width: 768px) {
	.article-focus .article-header h1 {
		font-size: 4.6rem
	}
}

.article-focus .col-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.article-focus .col-wrap h3 {
	margin-top: 0
}

.article-focus .col {
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.article-focus .col .col-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0 30px 0
}

.article-focus .col .col-inner:hover {
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.31)
}

@media screen and (min-width: 1024px) {
	.article-focus .col .col-inner {
		margin: 0 0 40px 0
	}
}

@media screen and (min-width: 1366px) {
	.article-focus .col .col-inner {
		margin: 0 0 45px 0
	}
}

.article-focus .col:first-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #fff
}

@media screen and (min-width: 768px) {
	.article-focus .col:first-child {
		margin: 0;
		-ms-flex-preferred-size: 65%;
		flex-basis: 65%
	}
}

.article-focus .col:first-child .col-pic:after {
	display: none !important
}

.article-focus .col:first-child .col-pic .icon-podcasts {
	left: 12px
}

@media screen and (min-width: 768px) {
	.article-focus .col:first-child .col-pic .icon-podcasts {
		left: 12px
	}
}

@media screen and (min-width: 1024px) {
	.article-focus .col:first-child .col-pic .icon-podcasts {
		left: 18px
	}
}

.article-focus .col:first-child .col-pic .icon-videos {
	left: 8px
}

@media screen and (min-width: 768px) {
	.article-focus .col:first-child .col-pic .icon-videos {
		left: 4px
	}
}

@media screen and (min-width: 1024px) {
	.article-focus .col:first-child .col-pic .icon-videos {
		left: 12px
	}
}

.article-focus .col:first-child .col-text {
	padding: 20px 20px 10px 20px
}

@media screen and (min-width: 768px) {
	.article-focus .col:first-child .col-text {
		padding: 20px 22px 10px 22px
	}
}

@media screen and (min-width: 1024px) {
	.article-focus .col:first-child .col-text {
		padding: 30px 30px 15px 30px
	}
}

.article-focus .col:first-child .col-text h3 {
	margin: 0 0 15px 0
}

.article-focus .col:first-child a:hover .col-pic-img {
	opacity: .9
}

.article-focus .col:last-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 0
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%
	}
}

@media screen and (min-width: 1024px) {
	.article-focus .col:last-child {
		margin-bottom: 10px
	}
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child .col-pic {
		overflow: hidden
	}

	.article-focus .col:last-child .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 24px;
		bottom: -12px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

@media screen and (min-width: 1024px) {
	.article-focus .col:last-child .col-pic {
		overflow: hidden
	}

	.article-focus .col:last-child .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 40px;
		bottom: -20px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

.article-focus .col:last-child .col-pic, .article-focus .col:last-child .col-text {
	width: 50%;
	float: left
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child .col-pic, .article-focus .col:last-child .col-text {
		width: 100%;
		float: none
	}
}

.article-focus .col:last-child .col-text {
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child .col-text {
		padding-top: 5px;
		padding-bottom: 10px
	}
}

.article-focus .col:last-child h3 {
	font-size: 1.7rem
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child h3 {
		font-size: 2.4rem
	}
}

.article-focus .col:last-child a:hover img {
	opacity: .85
}

.article-focus .article-header .col:last-child {
	min-height: inherit;
	margin-bottom: 26px
}

body.archive article, body.page.videos article, body.page.podcasts article {
	margin-top: 0
}

body.archive .col-text, body.page.videos .col-text, body.page.podcasts .col-text {
	padding-top: 0
}

@media screen and (min-width: 768px) {
	body.archive .col-text, body.page.videos .col-text, body.page.podcasts .col-text {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (min-width: 1024px) {
	body.archive .col-text, body.page.videos .col-text, body.page.podcasts .col-text {
		padding-left: 30px;
		padding-right: 30px
	}
}

body.archive .col .col-pic, body.page.videos .col .col-pic, body.page.podcasts .col .col-pic {
	overflow: hidden
}

body.archive .col .col-pic::after, body.page.videos .col .col-pic::after, body.page.podcasts .col .col-pic::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	left: -2px;
	width: calc(100% + 4px);
	height: 50px;
	bottom: -25px;
	-webkit-transform: rotate(183deg);
	-ms-transform: rotate(183deg);
	transform: rotate(183deg)
}

body.archive .col:nth-child(n+5) .col-pic, body.page.videos .col:nth-child(n+5) .col-pic, body.page.podcasts .col:nth-child(n+5) .col-pic {
	overflow: hidden
}

body.archive .col:nth-child(n+5) .col-pic::after, body.page.videos .col:nth-child(n+5) .col-pic::after, body.page.podcasts .col:nth-child(n+5) .col-pic::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	left: -2px;
	width: calc(100% + 4px);
	height: 24px;
	bottom: -12px;
	-webkit-transform: rotate(183deg);
	-ms-transform: rotate(183deg);
	transform: rotate(183deg)
}

body:not(.home) .article-2 .col-pic {
	overflow: hidden
}

body:not(.home) .article-2 .col-pic::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	left: -2px;
	width: calc(100% + 4px);
	height: 50px;
	bottom: -25px;
	-webkit-transform: rotate(183deg);
	-ms-transform: rotate(183deg);
	transform: rotate(183deg)
}

.article-2 .col-text, .article-3 .col-text {
	padding-top: 0
}

@media screen and (min-width: 768px) {
	.article-2.col-wrap .col-text {
		padding-left: 22px;
		padding-right: 22px
	}
}

@media screen and (min-width: 1024px) {
	.article-2.col-wrap .col-text {
		padding-left: 30px;
		padding-right: 30px
	}
}

.article-2.col-wrap h3 {
	margin-top: 15px
}

@media screen and (min-width: 768px) {
	.article-2.col-wrap h3 {
		margin-top: 20px
	}
}

@media screen and (min-width: 768px) {
	.article-2.col-wrap h3 {
		margin-top: 25px
	}
}

@media screen and (min-width: 1366px) {
	.article-2.col-wrap h3 {
		margin-top: 30px
	}
}

@media screen and (min-width: 768px) {
	.col-wrap.article-3 .col-pic {
		overflow: hidden
	}

	.col-wrap.article-3 .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 24px;
		bottom: -12px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

@media screen and (min-width: 768px) {
	.article-feature .col-pic {
		overflow: hidden
	}

	.article-feature .col-pic::before {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		top: 0;
		left: -25px;
		width: 50px;
		height: calc(100% + 4px);
		-webkit-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg)
	}
}

.page-articles article .col-wrap .col-pic {
	overflow: hidden
}

.page-articles article .col-wrap .col-pic::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	left: -2px;
	width: calc(100% + 4px);
	height: 24px;
	bottom: -12px;
	-webkit-transform: rotate(183deg);
	-ms-transform: rotate(183deg);
	transform: rotate(183deg)
}

@media screen and (min-width: 480px) {
	.page-articles article .col-wrap .col-pic {
		overflow: hidden
	}

	.page-articles article .col-wrap .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 40px;
		bottom: -20px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

@media screen and (min-width: 768px) {
	.page-articles article .col-wrap .col-pic {
		overflow: hidden
	}

	.page-articles article .col-wrap .col-pic::after {
		display: block;
		content: '';
		position: absolute;
		background-color: #fff;
		left: -2px;
		width: calc(100% + 4px);
		height: 24px;
		bottom: -12px;
		-webkit-transform: rotate(183deg);
		-ms-transform: rotate(183deg);
		transform: rotate(183deg)
	}
}

.page-articles article .col-wrap h3 {
	margin: 0 0 7px 0
}

.page-articles article .pagination {
	margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
	.page-articles article {
		clear: both;
		float: none;
		margin-top: 0;
		width: 100%
	}

	.page-articles article .col-wrap::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%
	}

	.page-articles article .col-wrap .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%
	}

	.page-articles article .col-wrap h3 {
		margin: 0 0 10px 0;
		font-size: 2.4rem
	}

	.page-articles article .col-wrap .excerpt {
		margin-bottom: 20px;
		color: #505050;
		font-size: 1.5rem;
		line-height: 1.35
	}
}

@media screen and (min-width: 1024px) {
	.page-people article {
		clear: none;
		float: right;
		margin-top: 0;
		width: 70%
	}
}

.page-people article .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.page-people article .col-wrap h3 {
	margin: 15px 0 10px 0;
	font-size: 1.7rem
}

.page-people article .col-wrap .excerpt {
	margin-bottom: 20px;
	color: #505050;
	font-size: 1.3rem
}

@media screen and (min-width: 1024px) {
	.page-people article .col-wrap h3 {
		margin: 20px 0 10px 0;
		font-size: 2.4rem
	}

	.page-people article .col-wrap .excerpt {
		font-size: 1.5rem;
		line-height: 1.35
	}
}

.page-people article .col-wrap::after {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%
}

@media screen and (min-width: 768px) {
	.page-people article .col-wrap::after {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%
	}
}

.page-people article .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media screen and (min-width: 768px) {
	.page-people article .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%
	}
}

.page-people article .col a:hover img {
	opacity: .9
}

body.archive .col-wrap h3, body.page.videos .col-wrap h3, body.page.podcasts .col-wrap h3 {
	margin: 10px 0
}

@media screen and (min-width: 768px) {
	body.archive .col-wrap .col-pic::after, body.page.videos .col-wrap .col-pic::after, body.page.podcasts .col-wrap .col-pic::after {
		display: block
	}
}

.col-empty {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.col-empty:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.more {
	clear: both;
	padding: 30px 0
}

@media screen and (min-width: 768px) {
	.more {
		padding: 50px 0
	}
}

.more .col-wrap.article-3 {
	margin: 0 1px
}

.more .col-wrap h3 {
	font-size: 1.6rem
}

@media screen and (min-width: 768px) {
	.more .col-wrap h3 {
		font-size: 2.4rem
	}
}

@media screen and (min-width: 768px) {
	.more .col-wrap .col-pic::after {
		display: block !important
	}
}

@media screen and (min-width: 1024px) {
	.sidebar {
		float: right;
		width: 320px;
		width: 29%
	}
}

.sidebar section {
	margin-bottom: 10px;
	overflow: hidden
}

.sidebar section a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #006DAE
}

.sidebar section a:hover {
	color: #0289D4
}

.sidebar section a div {
	min-height: 46px
}

.sidebar section small, .sidebar section span {
	color: #202124
}

.sidebar section span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3rem
}

.sidebar section ul {
	max-width: 260px;
	margin-top: 15px
}

.sidebar section ul li {
	position: relative;
	margin-bottom: 20px
}

.sidebar section ul li.cat-item {
	margin-right: 10px;
	margin-bottom: 2px
}

.sidebar section ul li .vert-align {
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar section ul li .vert-align div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.sidebar .thumb {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 10px 15px 0
}

.sidebar .thumb img {
	border-radius: 24px;
	width: 100%
}

@media screen and (min-width: 768px) {
	body.page-template-template_contact .sidebar {
		width: 65%
	}
}

.page-people .sidebar p {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3
}

.page-people .sidebar input {
	margin: 0 0 20px 0;
	padding: 12px 12px 11px 12px;
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #CACACA;
	color: #006DAE
}

@media screen and (min-width: 768px) {
	.page-people .sidebar input {
		margin: 0 0 40px 0
	}
}

.page-people .sidebar input:focus {
	border: 1px solid #0289D4
}

@media screen and (min-width: 1024px) {
	.page-people .sidebar {
		float: left;
		width: 21%
	}
}

#wrapper-nav {
	display: none
}

#wrapper-nav header.site-header {
	margin: 0
}

#wrapper-content {
	display: block
}

body.navbar-active #wrapper-nav {
	display: block
}

body.navbar-active #wrapper-content {
	display: none
}

.navbar {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	background-color: #fff
}

@media screen and (min-width: 768px) {
	.navbar {
		padding-top: 50px;
		background-color: #f6f6f6
	}
}

.navbar .menu-wrapper {
	overflow: hidden
}

.navbar .social-wrapper {
	padding-bottom: 40px;
	overflow: hidden
}

.navbar .social-wrapper .panel-subscribe-btn {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.navbar .social-wrapper .panel-subscribe-btn {
		float: left;
		width: 25%
	}
}

.navbar .social-wrapper .btn {
	width: auto;
	margin: 0 0 20px 0;
	padding-left: 16px;
	padding-right: 16px
}

@media screen and (min-width: 768px) {
	.navbar .social-wrapper .btn {
		float: left;
		margin-right: 5%;
		margin-bottom: 0
	}
}

.navbar .social-wrapper .social-links {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (min-width: 768px) {
	.navbar .social-wrapper .social-links {
		float: left;
		width: 70%
	}

	.navbar .social-wrapper .social-links > li {
		margin-top: 9px !important
	}
}

.navbar h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase
}

@media screen and (min-width: 1024px) {
	.menu-list, .cat-list {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0
	}
}

.menu-list ul, .cat-list ul {
	margin-bottom: 40px;
	overflow: hidden
}

.menu-list li, .menu-list li a, .cat-list li, .cat-list li a {
	color: #006DAE;
	font-size: 1.8rem;
	font-weight: 700
}

.menu-list li:hover, .menu-list li a:hover, .cat-list li:hover, .cat-list li a:hover {
	color: #202124
}

.menu-list li, .cat-list li {
	margin-bottom: 6px;
	font-size: 1.5rem
}

.menu-list {
	float: left;
	width: 100%;
	margin-left: 0
}

@media screen and (min-width: 768px) {
	.menu-list {
		width: 25%;
		margin-left: 0
	}
}

@media screen and (min-width: 1024px) {
	.menu-list {
		width: 25%;
		margin-left: 5%
	}
}

@media screen and (min-width: 1366px) {
	.menu-list {
		width: 20%;
		margin-left: 10%
	}
}

.menu-list li {
	float: left;
	width: 50%
}

@media screen and (min-width: 768px) {
	.menu-list li {
		float: none;
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.navbar .menu-list li {
		float: none;
		width: 100%;
		padding-bottom: 6px;
		border-bottom: 1px solid #f6f6f6
	}

	.navbar .menu-list li:first-child {
		padding-top: 6px;
		border-top: 1px solid #f6f6f6
	}
}

.cat-list {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 30px
}

@media screen and (min-width: 768px) {
	.cat-list {
		display: block;
		float: left;
		width: 75%
	}
}

@media screen and (min-width: 1024px) {
	.cat-list {
		width: 70%
	}
}

@media screen and (min-width: 1366px) {
	.cat-list {
		width: 70%
	}
}

.cat-list ul {
	margin: 0
}

@media screen and (min-width: 768px) {
	.cat-list ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

.cat-list ul li {
	width: 100%;
	float: none;
	margin-bottom: 10px
}

.cat-list ul li, .cat-list ul li a {
	color: #006DAE;
	font-weight: 500;
	font-size: 1.5rem
}

.cat-list ul li:hover, .cat-list ul li a:hover {
	color: #202124
}

.cat-list ul li a {
	line-height: 1.0
}

@media screen and (min-width: 768px) {
	.navbar .menu-list {
		width: 25%;
		margin-left: 0
	}
}

.navbar .menu-list h3 {
	margin-bottom: 10px
}

@media screen and (min-width: 768px) {
	.navbar .menu-list h3 {
		margin-bottom: 20px
	}
}

.navbar .cat-list {
	display: block
}

@media screen and (min-width: 768px) {
	.navbar .cat-list {
		width: 75%
	}
}

.navbar .cat-list ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media screen and (min-width: 768px) {
	.navbar .cat-list ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

@media screen and (min-width: 1024px) {
	.navbar .cat-list ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}
}

.navbar .cat-list ul li {
	padding-right: 10px
}

.sidebar section ul.nav-depts li {
	line-height: 1.2
}

#nav-letters {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px 0
}

@media screen and (min-width: 768px) {
	#nav-letters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

#nav-letters li {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: #006DAE;
	cursor: pointer
}

#nav-letters li:hover {
	color: #0289D4
}

header.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12)
}

@media screen and (min-width: 768px) {
	header.site-header {
		height: 124px
	}
}

body.home header.site-header {
	margin-bottom: 20px
}

@media screen and (min-width: 768px) {
	body.home header.site-header {
		margin-bottom: 60px
	}
}

.btn-search {
	position: absolute;
	top: 12px;
	right: 54px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M0,0H36V36H0Z' fill='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' transform='translate(4.5 4.5)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='9' y1='9' transform='translate(22.5 22.5)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
	background-size: 32px 32px
}

@media screen and (min-width: 768px) {
	.btn-search {
		top: 42px;
		right: 80px;
		width: 36px;
		height: 36px;
		background-size: 36px 36px
	}
}

.btn-search:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M0,0H36V36H0Z' fill='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' transform='translate(4.5 4.5)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='9' y1='9' transform='translate(22.5 22.5)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

footer {
	clear: both
}

footer h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase
}

footer p {
	color: #202124;
	font-size: 1.2rem
}

footer .subscribe p {
	font-size: 1.4rem
}

footer .left {
	padding-bottom: 0px
}

@media screen and (min-width: 1024px) {
	footer .left {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 36%;
		flex: 0 0 36%
	}
}

@media screen and (min-width: 1024px) {
	footer .right {
		self-align: flex-end;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 64%;
		flex: 0 0 64%
	}
}

.ftr {
	display: block;
	width: 100%;
	height: auto;
	margin: 80px auto 0 auto;
	padding: 0;
	color: #969696;
	background: #323232;
	overflow: hidden
}

.ftr h3, .ftr a {
	color: #969696
}

.ftr h3 {
	font-size: 1.8rem
}

@media screen and (min-width: 1024px) {
	.ftr h3 {
		font-size: 1.6rem
	}
}

.ftr .right {
	padding: 40px 0 0 0;
	overflow: hidden
}

@media screen and (min-width: 1024px) {
	.ftr .right {
		padding: 40px 0
	}
}

.ftr .btn-subscribe {
	color: #fff
}

.ftr .menu-list {
	width: 100%;
	margin-left: 0;
	text-align: center
}

.ftr .menu-list li {
	float: none;
	width: 100%;
	margin-bottom: 12px
}

@media screen and (min-width: 1024px) {
	.ftr .menu-list {
		width: 25%;
		padding-left: 16px;
		text-align: left
	}

	.ftr .menu-list .menu-list-item ul > li {
		width: 90%;
		margin-right: 10%
	}
}

@media screen and (min-width: 1366px) {
	.ftr .menu-list {
		width: 40%
	}

	.ftr .menu-list .menu-list-item {
		width: 50%;
		float: left
	}
}

.ftr .cat-list {
	display: none;
	float: right;
	width: 65%
}

@media screen and (min-width: 1024px) {
	.ftr .cat-list {
		display: block;
		width: 75%
	}
}

@media screen and (min-width: 1366px) {
	.ftr .cat-list {
		width: 60%
	}
}

.ftr .cat-list ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media screen and (min-width: 1024px) {
	.ftr .cat-list ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

@media screen and (min-width: 1366px) {
	.ftr .cat-list ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

.ftr .cat-list ul > li {
	width: 90%;
	margin-right: 10%;
	margin-bottom: 12px
}

@media screen and (min-width: 1024px) {
	.ftr .cat-list ul > li {
		width: 80%;
		margin-right: 20%
	}
}

.ftr .menu-list ul li, .ftr .menu-list ul li a, .ftr .cat-list ul li, .ftr .cat-list ul li a {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #fff
}

.ftr .menu-list ul li:hover, .ftr .menu-list ul li a:hover, .ftr .cat-list ul li:hover, .ftr .cat-list ul li a:hover {
	text-decoration: underline
}

.ftr__wrapper {
	display: block;
	width: 100%;
	max-width: 1370px;
	height: auto;
	margin: 0 auto;
	padding: 0 2rem
}

@media (min-width: 1172px) {
	.ftr__wrapper {
		padding: 0 80px
	}
}

.ftr__logos {
	padding: 2rem 0;
	text-align: center;
	color: #3c3c3c;
	background: #e6e6e6
}

@media (min-width: 600px) {
	.ftr__logos {
		padding: .625rem 0
	}
}

.ftr__logos .ftr__logos-list, .ftr__logos .ftr__logos-list > li {
	list-style: none;
	padding: 0;
	color: #505050;
	font-weight: 400
}

.ftr__logos .ftr__logos-list .ftr__logos-link, .ftr__logos .ftr__logos-list > li .ftr__logos-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center
}

.ftr__logos .ftr__logos-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	vertical-align: middle;
	margin: .375rem .625rem
}

@media (min-width: 600px) {
	.ftr__logos .ftr__logos-item {
		margin: .875rem
	}
}

@media (min-width: 960px) {
	.ftr__logos .ftr__logos-item {
		margin-left: 3rem;
		margin-right: 3rem
	}
}

.ftr__logos .ftr__logos-item .ftr__logos-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 78px;
	max-width: 100%;
	height: auto;
	margin: 0
}

@media (min-width: 600px) {
	.ftr__logos .ftr__logos-item .ftr__logos-img {
		width: 140px
	}
}

@media (min-width: 960px) {
	.ftr__logos .ftr__logos-item .ftr__logos-img {
		width: 150px
	}
}

.ftr__social {
	padding-top: 4rem;
	text-align: center;
	color: #fff
}

@media (min-width: 600px) {
	.ftr__social {
		padding-top: 6.5rem
	}
}

.ftr__social .ftr__social-list, .ftr__social .ftr__social-list > li {
	list-style: none;
	margin: 0;
	padding: 0
}

.ftr__social .ftr__social-list .ftr__social-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 1rem;
	text-align: center;
	vertical-align: middle
}

.ftr__social .ftr__social-list .ftr__social-item:first-child {
	margin-left: 0
}

.ftr__social .ftr__social-list .ftr__social-item:last-child {
	display: block;
	padding: 20px 0
}

@media (min-width: 600px) {
	.ftr__social .ftr__social-list .ftr__social-item:last-child {
		display: inline-block;
		padding: inherit
	}

	.ftr__social .ftr__social-list .ftr__social-item:last-child .btn-subscribe {
		margin-left: 20px
	}
}

.ftr__social .ftr__social-list .ftr__social-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.ftr__social .ftr__social-list .ftr__social-link:active, .ftr__social .ftr__social-list .ftr__social-link:focus, .ftr__social .ftr__social-list .ftr__social-link:hover, .ftr__social .ftr__social-list .ftr__social-link:link, .ftr__social .ftr__social-list .ftr__social-link:visited {
	color: #fff;
	text-decoration: none
}

.ftr__social .ftr__social-list .ftr__social-img {
	display: block;
	margin: 0
}

.ftr__social .ftr__social-list .ftr__social-img, .ftr__social .ftr__social-list .ftr__social-img > svg {
	fill: #fff;
	height: 30px;
	width: 30px
}

.ftr__info {
	color: inherit;
	text-align: center
}

.ftr__info .ftr__info-wrapper {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: .875rem 0;
	overflow: hidden
}

@media (min-width: 600px) {
	.ftr__info .ftr__info-wrapper {
		padding: 1.75rem 0
	}
}

.ftr__info p.graphite-intro {
	margin: 1em 0;
	padding: 0;
	color: inherit;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em
}

@media (min-width: 960px) {
	.ftr__info p.graphite-intro {
		font-size: 18px
	}
}

.ftr__info a {
	color: #969696;
	text-decoration: underline
}

.ftr__info a:hover {
	color: #fff
}

.ftr__legal {
	display: block;
	padding: .875rem 0
}

@media (min-width: 600px) {
	.ftr__legal {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 16px 0;
		padding: 0
	}

	.ftr__legal:first-of-type, .ftr__legal:last-of-type {
		margin: 16px 0
	}
}

.ftr__legal:after, .ftr__legal:before {
	content: "";
	display: block;
	font-size: 0;
	height: 2rem;
	line-height: 0;
	margin: 0 16px;
	overflow: hidden;
	width: 100%
}

.ftr__legal:before {
	border-top: 1px solid #505050
}

.ftr__legal:after {
	border-bottom: 1px solid #505050
}

.ftr__legal .ftr__legal-sec {
	display: block;
	margin: 2.375rem 0;
	text-align: center
}

@media (min-width: 600px) {
	.ftr__legal .ftr__legal-sec {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 198px;
		flex: 1 1 198px;
		max-width: 33.33333%;
		padding: 0 16px;
		width: 198px
	}
}

@media (min-width: 1172px) {
	.ftr__legal .ftr__legal-sec {
		text-align: left
	}
}

@media (min-width: 600px) {
	.ftr__legal .ftr__legal-sec, .ftr__legal .ftr__legal-sec:first-of-type, .ftr__legal .ftr__legal-sec:last-of-type {
		margin: 16px 0
	}
}

.ftr__legal .ftr__legal-sec-content {
	color: #969696;
	text-align: inherit
}

.ftr__legal .ftr__legal-sec-content p {
	line-height: 1.7em;
	margin: 1em 0 0
}

.ftr__legal .graphite-legal {
	color: inherit;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 0
}

@media (min-width: 960px) {
	.ftr__legal .graphite-legal {
		font-size: 14px
	}
}

.ftr__legal .ftr__legal-sec-title {
	color: #969696;
	display: block;
	text-align: inherit
}

.ftr__legal .graphite-subheading {
	color: inherit;
	font-family: Roboto Condensed, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

.ftr__legal .ftr__legal-sec--go8 {
	margin: 2.375rem 0 1.175rem 0
}

@media (min-width: 600px) {
	.ftr__legal .ftr__legal-sec--go8 {
		margin: 2.375rem 0
	}
}

.ftr__legal .ftr__legal-sec--go8 svg {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 125px
}

@media (min-width: 600px) {
	.ftr__legal .ftr__legal-sec--go8 svg {
		width: 160px
	}
}

.ftr__legal .ftr__legal-sec--go8 a {
	color: #969696;
	display: inline-block;
	opacity: .5;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.ftr__legal .ftr__legal-sec--go8 a:active, .ftr__legal .ftr__legal-sec--go8 a:hover {
	opacity: .7
}

.ftr__utils {
	display: block;
	padding: .875rem 0 2rem;
	text-align: center
}

@media (min-width: 1172px) {
	.ftr__utils {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		padding: 3rem 0 4rem
	}
}

.ftr__utils .ftr__utils-copy {
	color: #969696;
	padding-top: 2.375rem;
	text-align: inherit;
	font-size: 13px
}

@media (min-width: 1172px) {
	.ftr__utils .ftr__utils-copy {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px
	}
}

.ftr__utils .ftr__utils-list, .ftr__utils .ftr__utils-list > li {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width: 1172px) {
	.ftr__utils .ftr__utils-list {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		overflow: visible;
		padding-left: 16px;
		padding-right: 16px
	}

	.ftr__utils .ftr__utils-list .ftr__utils-copy {
		padding-left: 16px;
		padding-right: 16px
	}
}

.ftr__utils .ftr__utils-list > li.ftr__utils-list-item {
	color: #d2d2d2;
	display: block;
	margin: .625rem 0;
	text-align: inherit
}

@media (min-width: 1172px) {
	.ftr__utils .ftr__utils-list > li.ftr__utils-list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 0 0 32px;
		max-width: 168px;
		position: relative;
		text-align: left;
		width: auto
	}

	.ftr__utils .ftr__utils-list > li.ftr__utils-list-item:first-child {
		margin: 0
	}
}

.ftr__utils .ftr__utils-list > li.ftr__utils-list-item > a {
	display: inline-block;
	font-size: 13px;
	line-height: 15.6px;
	text-align: inherit;
	color: #fff
}

.ftr__utils .ftr__utils-list > li.ftr__utils-list-item > a:hover {
	text-decoration: underline
}

@media (min-width: 1172px) {
	.ftr__utils .ftr__utils-list > li.ftr__utils-list-item + li.ftr__utils-list-item:before {
		border-right: 1px solid;
		content: "";
		display: inline-block;
		font-size: 0;
		height: 12px;
		left: -16px;
		line-height: 0;
		position: absolute;
		top: 9px;
		width: 1px
	}
}

#__tealiumGDPRcpPrefs .privacy_prompt_footer {
	width: 100%
}

form.wpcf7-form {
	margin: 0 0 40px 0
}

form.wpcf7-form label {
	font-size: 1.5rem;
	font-weight: 700
}

form.wpcf7-form textarea, form.wpcf7-form input[type="email"], form.wpcf7-form input[type="text"] {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 11px 10px 10px 10px;
	border: 1px solid #CACACA;
	color: #006DAE;
	font-size: 1.6rem;
	font-weight: 400;
	background: #fff
}

form.wpcf7-form textarea:focus, form.wpcf7-form input[type="email"]:focus, form.wpcf7-form input[type="text"]:focus {
	border: 1px solid #006DAE
}

form.wpcf7-form textarea::-webkit-input-placeholder, form.wpcf7-form input[type="email"]::-webkit-input-placeholder, form.wpcf7-form input[type="text"]::-webkit-input-placeholder {
	color: #006DAE
}

form.wpcf7-form textarea::-moz-placeholder, form.wpcf7-form input[type="email"]::-moz-placeholder, form.wpcf7-form input[type="text"]::-moz-placeholder {
	color: #006DAE
}

form.wpcf7-form textarea::-ms-input-placeholder, form.wpcf7-form input[type="email"]::-ms-input-placeholder, form.wpcf7-form input[type="text"]::-ms-input-placeholder {
	color: #006DAE
}

form.wpcf7-form textarea::placeholder, form.wpcf7-form input[type="email"]::placeholder, form.wpcf7-form input[type="text"]::placeholder {
	color: #006DAE
}

form.wpcf7-form p {
	margin: 0 0 20px 0
}

form.wpcf7-form p.small {
	margin-bottom: 30px;
	line-height: 1.6;
	color: #202124;
	font-size: 1.2rem !important
}

form.wpcf7-form .wpcf7-response-output {
	color: #006DAE !important
}

form.wpcf7-form h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase
}

form.wpcf7-form #countryBlock select, form.wpcf7-form #countryBlock label {
	display: block;
	width: 100%
}

form.wpcf7-form textarea, form.wpcf7-form input[type="email"], form.wpcf7-form input[type="text"] {
	max-width: 100%
}

form.wpcf7-form input[type="submit"] {
	margin: 8px 0 8px
}

.fancybox-container form {
	margin: 0
}

input[type="submit"] {
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	padding: 10px 24px;
	border-radius: 0;
	cursor: pointer;
	background: #006DAE;
	border: 1px solid #006DAE
}

input[type="submit"]:hover {
	background: #0289D4;
	border-color: #0289D4
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 10px 15px;
	border: 1px solid #dc3232
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1.2rem;
	text-transform: uppercase
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0;
	border-width: 1px
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	padding: 0
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #fff
}

#contactrecaptcha {
	margin-bottom: 15px
}

input.search-field {
	margin-right: 5px;
	padding: 11px 10px 10px 12px;
	border-radius: 0;
	color: #242E62;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.6rem;
	border: 1px solid #cacaca;
	width: 190px
}

@media screen and (min-width: 580px) {
	input.search-field {
		width: 415px
	}
}

@media screen and (min-width: 1024px) {
	input.search-field {
		width: 545px
	}
}

form.search-form input.search-field, form.search-form input[type="submit"] {
	float: left
}

form.search-form input[type="submit"] {
	height: 42px
}

.halva {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1
}

.article-content p img {
	max-width: 100%;
	height: auto
}

.article-content ul {
	padding-left: 2.2rem;
	padding-bottom: 2rem
}

.article-content ul li {
	display: list-item;
	list-style: disc
}

.article-content ol {
	padding-left: 3.2rem;
	padding-bottom: 2rem
}

.article-content ol li {
	display: list-item;
	list-style: decimal
}

.article-content img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%
}

.article-content img.alignleft {
	float: left;
	margin-bottom: 0;
	padding: 0 3rem 3rem 0;
	width: auto !important;
	max-width: 50%
}

@media screen and (max-width: 432px) {
	.article-content img.alignleft {
		max-width: 100%;
		padding-right: 0
	}
}

.article-content .figure {
	padding-top: 2rem;
	padding-bottom: 3rem
}

.article-content .figure img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%
}

.article-content .figure--align-left {
	float: left;
	padding: 0 3rem 2rem 0;
	max-width: 50%
}

@media screen and (max-width: 432px) {
	.article-content .figure--align-left {
		max-width: 100%
	}
}

/*!
 * Load Components
 *//*!
--------------------------------------
HAMBURGER STYLES
--------------------------------------
*/
.c-hamburger {
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 12px;
	padding: 0;
	width: 24px;
	height: 24px;
	z-index: 1;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s
}

@media screen and (min-width: 768px) {
	.c-hamburger {
		right: 40px;
		top: 44px;
		width: 28px;
		height: 28px
	}
}

.c-hamburger:focus {
	outline: none
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #006DAE;
	border-radius: 0
}

.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 0;
	background-color: #006DAE;
	content: ""
}

.c-hamburger:hover span {
	background-color: #0289D4
}

.c-hamburger:hover span::after, .c-hamburger:hover span::before {
	background-color: #0289D4
}

.c-hamburger span::before {
	top: -8px
}

.c-hamburger span::after {
	bottom: -8px
}

.c-hamburger--htx {
	background-color: transparent
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s
}

.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.c-hamburger--htx.is-active span {
	background: none
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s
}

.banner {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 0 25px 0;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))
}

@media screen and (min-width: 768px) {
	.banner {
		margin-bottom: 50px;
		padding: 40px 0 30px 0
	}
}

@media screen and (min-width: 1024px) {
	.banner {
		padding: 60px 0 50px 0
	}
}

@media screen and (min-width: 1366px) {
	.banner {
		padding: 100px 0 60px 0
	}
}

.banner .inner-wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 20px
}

.banner .inner-wrapper .page-details {
	position: relative
}

.banner .inner-wrapper .page-details .series_img {
	-ms-flex-item-align: start;
	align-self: flex-start;
	float: left;
	width: 40%;
	height: auto;
	margin-right: 20px
}

.banner .inner-wrapper .page-details .series_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	overflow: hidden
}

@media screen and (min-width: 1024px) {
	.banner .inner-wrapper .page-details .series_img {
		float: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 245px;
		height: 245px;
		margin-right: 0
	}
}

.banner .inner-wrapper .page-details.has_series_img .banner_title {
	float: left;
	width: 50%
}

@media screen and (min-width: 1024px) {
	.banner .inner-wrapper .page-details.has_series_img {
		min-height: 245px
	}

	.banner .inner-wrapper .page-details.has_series_img .banner_title {
		float: none;
		width: 100%;
		padding-left: 265px
	}

	.banner .inner-wrapper .page-details.has_series_img .podcast-player-wrapper {
		overflow: hidden;
		padding-left: 288px
	}
}

@media screen and (min-width: 1366px) {
	.banner .inner-wrapper .page-details.has_series_img .podcast-player-wrapper {
		padding-left: 296px
	}
}

@media screen and (min-width: 768px) {
	.banner .inner-wrapper {
		max-width: 740px;
		padding: 0
	}
}

@media screen and (min-width: 1024px) {
	.banner .inner-wrapper {
		max-width: 1000px
	}
}

@media screen and (min-width: 1366px) {
	.banner .inner-wrapper {
		max-width: 1170px;
		margin-bottom: 40px
	}
}

.banner h3.page-subtitle, .banner h2.page-subtitle, .banner h1.page-title {
	margin: 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8rem;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.banner h3.page-subtitle, .banner h2.page-subtitle, .banner h1.page-title {
		font-size: 4.2rem
	}
}

@media screen and (min-width: 1024px) {
	.banner h3.page-subtitle, .banner h2.page-subtitle, .banner h1.page-title {
		font-size: 4.6rem
	}
}

@media screen and (min-width: 1366px) {
	.banner h3.page-subtitle, .banner h2.page-subtitle, .banner h1.page-title {
		font-size: 5.6rem
	}
}

.banner h2.page-subtitle, .banner h3.page-subtitle {
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	line-height: 1.3
}

@media screen and (min-width: 768px) {
	.banner h2.page-subtitle, .banner h3.page-subtitle {
		font-size: 2.0rem
	}
}

.banner h3.page-subtitle {
	margin-top: 20px
}

body:not(.podcasts) .banner .page-details.has_series_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.banner .inner-wrapper .listen-buttons {
	display: flex;
	padding: 45px 0 15px 0;
}

.banner .inner-wrapper .listen-button {
	height: 50px;
	font-size: 15px;
	margin: 5px 0;

	display: flex;
	align-items: center;
	
	font-family: 'Roboto', sans-serif;
	color: #006DAE;	
	font-weight: 700;

	border: 2.5px solid #006DAE;
	padding: 0 20px 0 12.5px;

	transition: 0.2s ease;
}

.banner .inner-wrapper .listen-button#spotify-listen-button {
	margin-left: 10px;
}

.banner .inner-wrapper .listen-button#spotify-listen-button svg {
	height: 25px;	
}

.banner .inner-wrapper .listen-button svg {
	fill: #006DAE;
	height: 30px;
	margin-right: 20px;
	transition: 0.2s ease;
}

.banner .inner-wrapper .listen-button span {
	display: block;
	margin-top: 2px;
}

.banner .inner-wrapper .listen-button:hover {
	color: #ffffff;	
	background-color: #006DAE;	
}

.banner .inner-wrapper .listen-button:hover svg {
	fill: #ffffff;
}

@media screen and (max-width: 480px) {
	.banner .inner-wrapper .listen-buttons {
		flex-direction: column;
		align-items: center;
	}

	.banner .inner-wrapper .listen-button#spotify-listen-button {
		margin-left: 0px;
	}
}


body:not(.podcasts) .banner h2.page-subtitle, body:not(.podcasts) .banner h3.page-subtitle {
	margin-bottom: 2px
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	width: 109px;
	height: 36px;
	background-image: url("assets/images/logo-mobile2.svg");
	background-size: 109px 36px;
	background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
	.logo {
		width: 198px;
		height: 74px;
		background-image: url("assets/images/logo.svg");
		background-size: 198px 74px
	}
}

.logo-monash {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	background: url("assets/images/monash-logo-mono.svg") no-repeat;
	width: 96px;
	height: 28px;
	background-size: 96px 28px
}

@media screen and (min-width: 768px) {
	.logo-monash {
		top: 40px;
		left: 36px;
		width: 150px;
		height: 44px;
		background-size: 150px 44px
	}
}

.logo-business-school {
	display: none;
	position: absolute;
	top: 54px;
	right: 145px;
	margin: 0 auto;
	background: url("assets/images/monash-business-school.svg") no-repeat;
	background-size: 186px 13px;
	width: 186px;
	height: 13px
}

@media screen and (min-width: 1024px) {
	.logo-business-school {
		display: block
	}
}

.logo-footer {
	display: block;
	margin: 0 0 5px 0;
	width: 174px;
	height: 62px;
	background: url("assets/img/logo-footer.svg") no-repeat;
	background-size: 174px 62px
}

.pagination-wrapper {
	clear: both;
	overflow: hidden;
	margin: 0
}

.pagination {
	text-align: right;
	width: 100%;
	padding: 20px 1px
}

.pagination .page-numbers {
	position: relative;
	display: inline-block;
	min-width: 46px;
	padding: 11px 0 10px 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #006DAE;
	background: #fff;
	border: 2px solid #006DAE;
	text-transform: uppercase;
	text-align: center
}

.pagination .page-numbers.current {
	color: #fff;
	background: #006DAE
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
	color: #fff;
	background-color: #006DAE
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	width: auto;
	padding: 11px 20px 10px 20px
}

.select2-container {
	margin-bottom: 10px;
	outline: none
}

.select2-container .select2-selection--single {
	font-size: 1.6em;
	height: 42px;
	outline: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	padding-left: 14px;
	padding-right: 40px;
	outline: none
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 42px;
	width: 40px
}

.select2-container.select2-container--open .select2-selection__arrow b {
	margin-top: -3px
}

.select2-results__option {
	padding: 10px 14px
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: transparent !important
}

.podcast-player {
	clear: both;
	float: left;
	width: 214px;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: transparent !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-right: 0
}

@media screen and (max-width: 400px) {
	.podcast-player {
		width: 184px
	}
}

@media screen and (min-width: 1024px) {
	.podcast-player {
		clear: none;
		width: 100%;
		max-width: 255px;
		margin-top: 20px
	}
}

@media screen and (min-width: 1366px) {
	.podcast-player {
		max-width: 255px
	}
}

.audio-len {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 7px 20px 3px 18px;
	height: 42px;
	color: #000
}

@media screen and (min-width: 768px) {
	.audio-len {
		padding: 5px 20px 5px 5px
	}
}

@media screen and (max-width: 768px) {
	.audio-len {
		display: none !important
	}
}

.mejs-button > button {
	outline: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='120' viewBox='0 0 400 120'%3E%3Cstyle%3E.st0%7Bfill:%230289D4;width:16px;height:16px%7D .st1%7Bfill:none;stroke:%230289D4;stroke-width:1.5;stroke-linecap:round;%7D .st2%7Bfill:none;stroke:%230289D4;stroke-width:2;stroke-linecap:round;%7D .st3%7Bfill:none;stroke:%230289D4;%7D .st4%7Bfill:%23231F20;%7D .st5%7Bopacity:0.75;fill:none;stroke:%230289D4;stroke-width:5;enable-background:new;%7D .st6%7Bfill:none;stroke:%230289D4;stroke-width:5;%7D .st7%7Bopacity:0.4;fill:%230289D4;enable-background:new;%7D .st8%7Bopacity:0.6;fill:%230289D4;enable-background:new;%7D .st9%7Bopacity:0.8;fill:%230289D4;enable-background:new;%7D .st10%7Bopacity:0.9;fill:%230289D4;enable-background:new;%7D .st11%7Bopacity:0.3;fill:%230289D4;enable-background:new;%7D .st12%7Bopacity:0.5;fill:%230289D4;enable-background:new;%7D .st13%7Bopacity:0.7;fill:%230289D4;enable-background:new;%7D%3C/style%3E%3Cpath class='st0' d='M16.5 8.5c.3.1.4.5.2.8-.1.1-.1.2-.2.2l-11.4 7c-.5.3-.8.1-.8-.5V2c0-.5.4-.8.8-.5l11.4 7z'/%3E%3Cpath class='st0' d='M24 1h2.2c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H24c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1zm9.8 0H36c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1h-2.2c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1z'/%3E%3Cpath class='st0' d='M81 1.4c0-.6.4-1 1-1h5.4c.6 0 .7.3.3.7l-6 6c-.4.4-.7.3-.7-.3V1.4zm0 15.8c0 .6.4 1 1 1h5.4c.6 0 .7-.3.3-.7l-6-6c-.4-.4-.7-.3-.7.3v5.4zM98.8 1.4c0-.6-.4-1-1-1h-5.4c-.6 0-.7.3-.3.7l6 6c.4.4.7.3.7-.3V1.4zm0 15.8c0 .6-.4 1-1 1h-5.4c-.6 0-.7-.3-.3-.7l6-6c.4-.4.7-.3.7.3v5.4z'/%3E%3Cpath class='st0' d='M112.7 5c0 .6.4 1 1 1h4.1c.6 0 .7-.3.3-.7L113.4.6c-.4-.4-.7-.3-.7.3V5zm-7.1 1c.6 0 1-.4 1-1V.9c0-.6-.3-.7-.7-.3l-4.7 4.7c-.4.4-.3.7.3.7h4.1zm1 7.1c0-.6-.4-1-1-1h-4.1c-.6 0-.7.3-.3.7l4.7 4.7c.4.4.7.3.7-.3v-4.1zm7.1-1c-.6 0-1 .4-1 1v4.1c0 .5.3.7.7.3l4.7-4.7c.4-.4.3-.7-.3-.7h-4.1z'/%3E%3Cpath class='st0' d='M67 5.8c-.5.4-1.2.6-1.8.6H62c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L67 5.8z'/%3E%3Cpath class='st1' d='M73.9 2.5s3.9-.8 3.9 7.7-3.9 7.8-3.9 7.8'/%3E%3Cpath class='st1' d='M72.6 6.4s2.6-.4 2.6 3.8-2.6 3.9-2.6 3.9'/%3E%3Cpath class='st0' d='M47 5.8c-.5.4-1.2.6-1.8.6H42c-.6 0-1 .4-1 1v5.7c0 .6.4 1 1 1h4.2c.3.2.5.4.8.6l3.5 2.6c.4.3.8.1.8-.4V3.5c0-.5-.4-.7-.8-.4L47 5.8z'/%3E%3Cpath class='st2' d='M52.8 7l5.4 5.4m-5.4 0L58.2 7'/%3E%3Cpath class='st3' d='M128.7 8.6c-6.2-4.2-6.5 7.8 0 3.9m6.5-3.9c-6.2-4.2-6.5 7.8 0 3.9'/%3E%3Cpath class='st0' d='M122.2 3.4h15.7v13.1h-15.7V3.4zM120.8 2v15.7h18.3V2h-18.3z'/%3E%3Cpath class='st0' d='M143.2 3h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-14c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z'/%3E%3Cpath class='st4' d='M146.4 13.8c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.6.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.7.5-1.6.7-2.5.8zm7.5 0c-.8 0-1.6-.4-2.1-1-1.1-1.4-1-3.4.1-4.8.5-.6 2-1.7 4.6.2l-.5.8c-1.4-1-2.6-1.1-3.3-.3-.8 1-.8 2.4-.1 3.5.7.9 1.9.8 3.4-.1l.5.9c-.8.5-1.7.7-2.6.8z'/%3E%3Cpath class='st0' d='M60.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L30 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L60.3 77z'/%3E%3Cpath class='st5' d='M2.5 79c0-20.7 16.8-37.5 37.5-37.5S77.5 58.3 77.5 79 60.7 116.5 40 116.5 2.5 99.7 2.5 79z'/%3E%3Cpath class='st0' d='M140.3 77c.6.2.8.8.6 1.4-.1.3-.3.5-.6.6L110 96.5c-1 .6-1.7.1-1.7-1v-35c0-1.1.8-1.5 1.7-1L140.3 77z'/%3E%3Cpath class='st6' d='M82.5 79c0-20.7 16.8-37.5 37.5-37.5s37.5 16.8 37.5 37.5-16.8 37.5-37.5 37.5S82.5 99.7 82.5 79z'/%3E%3Ccircle class='st0' cx='201.9' cy='47.1' r='8.1'/%3E%3Ccircle class='st7' cx='233.9' cy='79' r='5'/%3E%3Ccircle class='st8' cx='201.9' cy='110.9' r='6'/%3E%3Ccircle class='st9' cx='170.1' cy='79' r='7'/%3E%3Ccircle class='st10' cx='178.2' cy='56.3' r='7.5'/%3E%3Ccircle class='st11' cx='226.3' cy='56.1' r='4.5'/%3E%3Ccircle class='st12' cx='225.8' cy='102.8' r='5.5'/%3E%3Ccircle class='st13' cx='178.2' cy='102.8' r='6.5'/%3E%3Cpath class='st0' d='M178 9.4c0 .4-.4.7-.9.7-.1 0-.2 0-.2-.1L172 8.2c-.5-.2-.6-.6-.1-.8l6.2-3.6c.5-.3.8-.1.7.5l-.8 5.1z'/%3E%3Cpath class='st0' d='M169.4 15.9c-1 0-2-.2-2.9-.7-2-1-3.2-3-3.2-5.2.1-3.4 2.9-6 6.3-6 2.5.1 4.8 1.7 5.6 4.1l.1-.1 2.1 1.1c-.6-4.4-4.7-7.5-9.1-6.9-3.9.6-6.9 3.9-7 7.9 0 2.9 1.7 5.6 4.3 7 1.2.6 2.5.9 3.8 1 2.6 0 5-1.2 6.6-3.3l-1.8-.9c-1.2 1.2-3 2-4.8 2z'/%3E%3Cpath class='st0' d='M183.4 3.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5zm-5.1 5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5c0-.9.7-1.5 1.5-1.5zm5.1 0h8.5c.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-8.5c-.9 0-1.5-.7-1.5-1.5-.1-.9.6-1.5 1.5-1.5z'/%3E%3C/svg%3E") !important
}

@media screen and (min-width: 1024px) {
	.podcast-player-wrapper {
		clear: both;
		overflow: hidden;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.mejs-container * {
	font-family: "Roboto Condensed", sans-serif !important
}

.mejs-controls .mejs-mute, .mejs-controls .mejs-horizontal-volume-slider {
	display: none !important
}

.mejs-controls .mejs-time {
	padding: 15px 6px 0 !important;
	color: #006DAE;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.04em;
	opacity: .9
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ccc !important
}

.mejs-controls .mejs-time-total {
	background: rgba(0, 0, 0, 0.2) !important
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: transparent !important
}

.mejs-controls .mejs-time-handle-content {
	background: rgba(255, 255, 255, 0.9);
	background: #000 !important;
	border: 4px solid rgba(255, 255, 255, 0.9);
	border: 4px solid #000 !important
}

.btn {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	padding: 10px 24px;
	border-radius: 0;
	cursor: pointer;
	background: #006DAE;
	border: 2px solid #006DAE
}

@media screen and (min-width: 768px) {
	.btn {
		font-size: 1.5rem
	}
}

.btn:hover {
	color: #fff;
	background: #0289D4;
	border-color: #0289D4
}

.btn.btn-alt {
	color: #006DAE;
	background: #fff;
	border: 2px solid #006DAE
}

.btn.btn-alt:hover {
	color: #0289D4;
	background: #fff;
	border-color: #0289D4
}

.btn.btn-outline {
	font-size: 1.5rem;
	color: #006DAE;
	background: #fff;
	border: 2px solid #006DAE
}

.btn.btn-outline:hover {
	color: #0289D4;
	background: #fff;
	border-color: #0289D4
}

.btn.btn-more {
	clear: both;
	margin: 20px 0 60px 0;
	padding: 8px 50px
}

.btn.align-right {
	float: right
}

.btn-utils {
	margin: 4px 0 42px 0
}

.btn-utils .btn {
	width: 45%
}

.btn-utils .btn:first-child {
	margin-right: 10px
}

@media screen and (min-width: 768px) {
	.btn-utils .btn {
		width: auto
	}
}

@media screen and (min-width: 1024px) {
	.btn-utils .btn {
		width: 48%;
		padding: 8px 10px
	}

	.btn-utils .btn:first-child {
		margin-right: 0
	}

	.btn-utils .btn:nth-child(2) {
		float: right
	}
}

.btn-video, .btn-podcast {
	overflow: hidden;
	display: inline-block;
	margin: 20px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #0289D4;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: transparent
}

@media screen and (min-width: 1024px) {
	.btn-video, .btn-podcast {
		margin-top: 22px
	}
}

.btn-podcast {
	float: left;
	width: 80px;
	padding-right: 8px;
	border-left: 0
}

@media screen and (min-width: 1024px) {
	.btn-podcast {
		width: auto
	}
}

.banner .btn-podcast {
	margin-top: 10px
}

@media screen and (min-width: 1024px) {
	.banner .btn-podcast {
		margin-top: 20px
	}
}

.btn-play {
	float: left;
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 5px 20px 5px 40px;
	height: 42px;
	color: #0289D4;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M0,0H32V32H0Z' fill='none'/%3E%3Cpath d='M7,4V25.333L24.333,14.667Z' transform='translate(2.333 1.333)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.btn-play:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M0,0H32V32H0Z' fill='none'/%3E%3Cpath d='M7,4V25.333L24.333,14.667Z' transform='translate(2.333 1.333)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.btn-download {
	float: left;
	display: inline-block;
	margin-right: 4px;
	width: 34px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M4,17v2a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V17' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M7,11l5,5,5-5' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='12' transform='translate(12 4)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.btn-download:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M4,17v2a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V17' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M7,11l5,5,5-5' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='12' transform='translate(12 4)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.btn-link {
	display: none;
	float: left;
	/* display: inline-block; */
	margin-right: 0;
	width: 24px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center 9px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M7,8,3,12l4,4' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M17,8l4,4-4,4' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='4' y2='16' transform='translate(10 4)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.btn-link:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath d='M7,8,3,12l4,4' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M17,8l4,4-4,4' transform='translate(0 0)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='4' y2='16' transform='translate(10 4)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

@media screen and (max-width: 1023px) {
	.btn-filter-dept {
		margin-bottom: 15px
	}

	.btn-filter-dept ul {
		display: none
	}

	.btn-filter-dept p {
		padding-right: 60px;
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.828' height='8.414' viewBox='0 0 14.828 8.414'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='14.828' height='8.414' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cg transform='translate(-4.586 -8)'%3E%3Cpath d='M6,15l6-6,6,6' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-size: 14px 8px;
		cursor: pointer
	}

	.btn-filter-dept.active ul {
		display: block
	}

	.btn-filter-dept.active p {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14.8 8.4' style='enable-background:new 0 0 14.8 8.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);%7D .st1%7Bfill:none;stroke:%23006DAE;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='14.8' height='8.4'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg class='st0'%3E%3Cg transform='translate(-4.586 -8)'%3E%3Cpath class='st1' d='M18,9.4l-6,6l-6-6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
	}
}

.btn-filter-reset {
	margin: 20px 0 40px 0
}

.btn-transcript {
	width: 210px;
	margin: -10px 0 20px 0;
	padding: 12px 0;
	font-size: 2rem;
	font-weight: 700;
	color: #006DAE;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M18,15,12,9,6,15H18' transform='translate(19.061 16.061) rotate(180)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: 14px 8px;
	cursor: pointer
}

.btn-transcript:hover {
	color: #0289D4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M18,15,12,9,6,15H18' transform='translate(19.061 16.061) rotate(180)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")
}

.transcript-detail {
	margin-bottom: 50px
}

.transcript-detail.active .btn-transcript {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M13.1,7.1l-6-6l-6,6H13.1' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")
}

.transcript-detail.active .btn-transcript:hover {
	color: #0289D4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M13.1,7.1l-6-6l-6,6H13.1' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")
}

li.link-rssfeed {
	margin-top: 30px
}

.backtotop {
	visibility: hidden;
	position: fixed;
	bottom: 60px;
	right: 15px;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: url("assets/images/backtotop.svg") no-repeat;
	background-size: 34px 34px;
	z-index: 10;
	opacity: 0;
	cursor: pointer
}

.backtotop:hover {
	opacity: 1;
	background-color: #fff
}

body.sticky .backtotop {
	visibility: visible;
	opacity: .9
}

/*
.wp-caption, .figure {
	width: 100% !important
}
 */
.figure {
	width: 100% !important
}

.wp-caption p, .figure p {
	width: 100%;
	margin-bottom: 0
}

.wp-caption p.wp-caption-text, .wp-caption p.figure__caption, .figure p.wp-caption-text, .figure p.figure__caption {
	font-size: 1.4rem;
	margin-bottom: 32px;
	font-style: italic
}

.wp-caption img, .figure img {
	width: 100%;
	height: auto
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media screen and (min-width: 1024px) {
	.social-links {
		bottom: 0
	}
}

.social-links > li {
	width: 34px !important;
	height: 34px !important;
	margin: 0 7px 0 0 !important;
	padding: 0 !important;
	border: 0 !important
}

.social-links > li a {
	display: block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat
}

.social-links > li a.link-facebook {
	background-size: 27px 27px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M0,13.772A13.858,13.858,0,0,0,11.413,27.391V17.5H7.989V13.7h3.424V10.652A4.953,4.953,0,0,1,16.74,5.326a20.663,20.663,0,0,1,3.043.3v3.5h-1.75c-1.674,0-2.054.837-2.054,1.9V13.7H19.63l-.608,3.8H15.978v9.892A13.8,13.8,0,0,0,13.7,0,13.774,13.774,0,0,0,0,13.772Z' fill='%23006dae' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.social-links > li a.link-facebook:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M0,13.772A13.858,13.858,0,0,0,11.413,27.391V17.5H7.989V13.7h3.424V10.652A4.953,4.953,0,0,1,16.74,5.326a20.663,20.663,0,0,1,3.043.3v3.5h-1.75c-1.674,0-2.054.837-2.054,1.9V13.7H19.63l-.608,3.8H15.978v9.892A13.8,13.8,0,0,0,13.7,0,13.774,13.774,0,0,0,0,13.772Z' fill='%230289D4' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.social-links > li a.link-twitter {
	margin-top: 2px;
	background-size: 29px 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M18.1,2.9A4.649,4.649,0,0,1,21.194,4l.268-.073a13.027,13.027,0,0,0,2.323-.795,1,1,0,0,1,1.462.886h0a1,1,0,0,1-.037.269,19.7,19.7,0,0,1-1.523,3.434c-.17.329-.375.726-.462.919a16.4,16.4,0,0,1-.589,4.281,13.215,13.215,0,0,1-9.2,9.306,12.94,12.94,0,0,1-3.609.5,17.553,17.553,0,0,1-8.31-2.269,1,1,0,0,1,.517-1.877c.107,0,.215.006.32.006a8.769,8.769,0,0,0,4.26-1.159,8.984,8.984,0,0,1-4.15-4.856,10.759,10.759,0,0,1,.884-7.942,1,1,0,0,1,1.685-.092,9.5,9.5,0,0,0,7.085,4.009V8.467a5.357,5.357,0,0,1,3.564-5.1A6.9,6.9,0,0,1,18.1,2.9Zm2.81,3.224a1,1,0,0,1-.749-.337A2.634,2.634,0,0,0,18.1,4.9a4.914,4.914,0,0,0-1.711.341,3.378,3.378,0,0,0-2.265,3.207s0,.009,0,.014V9.573a1,1,0,0,1-.974,1c-.1,0-.21,0-.314,0A11.429,11.429,0,0,1,4.511,7.032a7.954,7.954,0,0,0-.141,4.922c.642,1.9,2.224,3.408,4.7,4.489a1,1,0,0,1,.155,1.749,15.378,15.378,0,0,1-3.621,1.856,14.075,14.075,0,0,0,4.224.683,10.942,10.942,0,0,0,3.051-.42,11.251,11.251,0,0,0,7.826-7.922,14.385,14.385,0,0,0,.516-3.9c0-.351.143-.634.686-1.684.164-.318.358-.693.548-1.077l-.468.129c-.262.072-.532.146-.8.224A1,1,0,0,1,20.909,6.124Z' transform='translate(-1 -2.899)' fill='%23006dae'/%3E%3C/svg%3E")
}

.social-links > li a.link-twitter:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M18.1,2.9A4.649,4.649,0,0,1,21.194,4l.268-.073a13.027,13.027,0,0,0,2.323-.795,1,1,0,0,1,1.462.886h0a1,1,0,0,1-.037.269,19.7,19.7,0,0,1-1.523,3.434c-.17.329-.375.726-.462.919a16.4,16.4,0,0,1-.589,4.281,13.215,13.215,0,0,1-9.2,9.306,12.94,12.94,0,0,1-3.609.5,17.553,17.553,0,0,1-8.31-2.269,1,1,0,0,1,.517-1.877c.107,0,.215.006.32.006a8.769,8.769,0,0,0,4.26-1.159,8.984,8.984,0,0,1-4.15-4.856,10.759,10.759,0,0,1,.884-7.942,1,1,0,0,1,1.685-.092,9.5,9.5,0,0,0,7.085,4.009V8.467a5.357,5.357,0,0,1,3.564-5.1A6.9,6.9,0,0,1,18.1,2.9Zm2.81,3.224a1,1,0,0,1-.749-.337A2.634,2.634,0,0,0,18.1,4.9a4.914,4.914,0,0,0-1.711.341,3.378,3.378,0,0,0-2.265,3.207s0,.009,0,.014V9.573a1,1,0,0,1-.974,1c-.1,0-.21,0-.314,0A11.429,11.429,0,0,1,4.511,7.032a7.954,7.954,0,0,0-.141,4.922c.642,1.9,2.224,3.408,4.7,4.489a1,1,0,0,1,.155,1.749,15.378,15.378,0,0,1-3.621,1.856,14.075,14.075,0,0,0,4.224.683,10.942,10.942,0,0,0,3.051-.42,11.251,11.251,0,0,0,7.826-7.922,14.385,14.385,0,0,0,.516-3.9c0-.351.143-.634.686-1.684.164-.318.358-.693.548-1.077l-.468.129c-.262.072-.532.146-.8.224A1,1,0,0,1,20.909,6.124Z' transform='translate(-1 -2.899)' fill='%230289D4'/%3E%3C/svg%3E")
}

.social-links > li a.link-linkedin {
	background-size: 27px 27px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M1,3.1A2.1,2.1,0,0,1,3.1,1H24.009a2.1,2.1,0,0,1,2.1,2.1V24.009a2.1,2.1,0,0,1-2.1,2.1H3.1A2.1,2.1,0,0,1,1,24.01Zm9.938,7.476h3.4v1.707a3.9,3.9,0,0,1,3.633-1.865c3.617,0,4.474,1.955,4.474,5.542V22.6h-3.66V16.775c0-2.043-.491-3.2-1.737-3.2-1.729,0-2.448,1.243-2.448,3.2V22.6H10.938V10.573ZM4.661,22.446H8.323V10.416H4.661V22.445ZM8.846,6.492A2.354,2.354,0,1,1,6.492,4.137,2.354,2.354,0,0,1,8.846,6.492Z' transform='translate(-1 -1)' fill='%23006dae' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.social-links > li a.link-linkedin:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M1,3.1A2.1,2.1,0,0,1,3.1,1H24.009a2.1,2.1,0,0,1,2.1,2.1V24.009a2.1,2.1,0,0,1-2.1,2.1H3.1A2.1,2.1,0,0,1,1,24.01Zm9.938,7.476h3.4v1.707a3.9,3.9,0,0,1,3.633-1.865c3.617,0,4.474,1.955,4.474,5.542V22.6h-3.66V16.775c0-2.043-.491-3.2-1.737-3.2-1.729,0-2.448,1.243-2.448,3.2V22.6H10.938V10.573ZM4.661,22.446H8.323V10.416H4.661V22.445ZM8.846,6.492A2.354,2.354,0,1,1,6.492,4.137,2.354,2.354,0,0,1,8.846,6.492Z' transform='translate(-1 -1)' fill='%230289D4' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.social-links > li a.link-instagram {
	background-size: 27px 27px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M8.379,1.075C9.717,1.014,10.144,1,13.554,1s3.837.015,5.175.075a9.239,9.239,0,0,1,3.05.583,6.427,6.427,0,0,1,3.67,3.672,9.233,9.233,0,0,1,.584,3.047c.062,1.341.075,1.768.075,5.177s-.015,3.837-.075,5.176a9.2,9.2,0,0,1-.584,3.047,6.409,6.409,0,0,1-3.67,3.672,9.233,9.233,0,0,1-3.047.584c-1.34.062-1.767.075-5.177.075s-3.837-.015-5.176-.075a9.2,9.2,0,0,1-3.047-.584A6.16,6.16,0,0,1,3.107,24a6.154,6.154,0,0,1-1.448-2.223,9.266,9.266,0,0,1-.583-3.047C1.014,17.39,1,16.963,1,13.554s.015-3.837.075-5.175a9.239,9.239,0,0,1,.583-3.05A6.159,6.159,0,0,1,3.108,3.107,6.154,6.154,0,0,1,5.33,1.659a9.266,9.266,0,0,1,3.047-.583Zm10.249,2.26c-1.324-.06-1.721-.073-5.073-.073s-3.749.013-5.073.073a6.939,6.939,0,0,0-2.332.433,3.9,3.9,0,0,0-1.444.938A3.894,3.894,0,0,0,3.768,6.15a6.939,6.939,0,0,0-.433,2.332c-.06,1.324-.073,1.721-.073,5.073s.013,3.749.073,5.073a6.939,6.939,0,0,0,.433,2.332A3.9,3.9,0,0,0,4.706,22.4a3.9,3.9,0,0,0,1.444.938,6.939,6.939,0,0,0,2.332.433c1.324.06,1.72.073,5.073.073s3.749-.013,5.073-.073a6.939,6.939,0,0,0,2.332-.433,4.146,4.146,0,0,0,2.382-2.382,6.939,6.939,0,0,0,.433-2.332c.06-1.324.073-1.721.073-5.073s-.013-3.749-.073-5.073a6.939,6.939,0,0,0-.433-2.332A3.9,3.9,0,0,0,22.4,4.706a3.9,3.9,0,0,0-1.444-.938,6.939,6.939,0,0,0-2.332-.433ZM11.951,17.425a4.189,4.189,0,1,0-2.584-3.87,4.187,4.187,0,0,0,2.584,3.87ZM8.991,8.991a6.453,6.453,0,1,1,0,9.126,6.453,6.453,0,0,1,0-9.126Zm12.447-.929a1.526,1.526,0,1,0-2.126-.031,1.526,1.526,0,0,0,2.126.031Z' transform='translate(-1 -1)' fill='%23006dae' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.social-links > li a.link-instagram:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M8.379,1.075C9.717,1.014,10.144,1,13.554,1s3.837.015,5.175.075a9.239,9.239,0,0,1,3.05.583,6.427,6.427,0,0,1,3.67,3.672,9.233,9.233,0,0,1,.584,3.047c.062,1.341.075,1.768.075,5.177s-.015,3.837-.075,5.176a9.2,9.2,0,0,1-.584,3.047,6.409,6.409,0,0,1-3.67,3.672,9.233,9.233,0,0,1-3.047.584c-1.34.062-1.767.075-5.177.075s-3.837-.015-5.176-.075a9.2,9.2,0,0,1-3.047-.584A6.16,6.16,0,0,1,3.107,24a6.154,6.154,0,0,1-1.448-2.223,9.266,9.266,0,0,1-.583-3.047C1.014,17.39,1,16.963,1,13.554s.015-3.837.075-5.175a9.239,9.239,0,0,1,.583-3.05A6.159,6.159,0,0,1,3.108,3.107,6.154,6.154,0,0,1,5.33,1.659a9.266,9.266,0,0,1,3.047-.583Zm10.249,2.26c-1.324-.06-1.721-.073-5.073-.073s-3.749.013-5.073.073a6.939,6.939,0,0,0-2.332.433,3.9,3.9,0,0,0-1.444.938A3.894,3.894,0,0,0,3.768,6.15a6.939,6.939,0,0,0-.433,2.332c-.06,1.324-.073,1.721-.073,5.073s.013,3.749.073,5.073a6.939,6.939,0,0,0,.433,2.332A3.9,3.9,0,0,0,4.706,22.4a3.9,3.9,0,0,0,1.444.938,6.939,6.939,0,0,0,2.332.433c1.324.06,1.72.073,5.073.073s3.749-.013,5.073-.073a6.939,6.939,0,0,0,2.332-.433,4.146,4.146,0,0,0,2.382-2.382,6.939,6.939,0,0,0,.433-2.332c.06-1.324.073-1.721.073-5.073s-.013-3.749-.073-5.073a6.939,6.939,0,0,0-.433-2.332A3.9,3.9,0,0,0,22.4,4.706a3.9,3.9,0,0,0-1.444-.938,6.939,6.939,0,0,0-2.332-.433ZM11.951,17.425a4.189,4.189,0,1,0-2.584-3.87,4.187,4.187,0,0,0,2.584,3.87ZM8.991,8.991a6.453,6.453,0,1,1,0,9.126,6.453,6.453,0,0,1,0-9.126Zm12.447-.929a1.526,1.526,0,1,0-2.126-.031,1.526,1.526,0,0,0,2.126.031Z' transform='translate(-1 -1)' fill='%230289D4' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.sidebar section ul.listen-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 14px 0 16px 0
}

.sidebar section ul.listen-links > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	margin: 0 12px 0 0;
	padding: 0
}

.sidebar section ul.listen-links > li a {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 25px 25px
}

.sidebar section ul.listen-links > li a.link-spotify {
	background-image: url(assets/images/icon-spotify.svg)
}

.sidebar section ul.listen-links > li a.link-applepodcasts {
	background-image: url(assets/images/icon-apple-podcasts.svg)
}

.sidebar section ul.listen-links > li a.link-googlepodcasts {
	background-image: url(assets/images/icon-google-podcasts.svg)
}

.sidebar section ul.listen-links > li a.link-overcast {
	background-image: url(assets/images/icon-overcast.svg)
}

.sidebar section ul.listen-links > li a.link-pocketcasts {
	background-image: url(assets/images/icon-pocket-casts.svg)
}

.sidebar section ul.listen-links > li a.link-stitcher {
	background-image: url(assets/images/icon-stitcher.svg)
}

.sidebar section ul.listen-links > li a.link-rss {
	background-image: url(assets/images/icon-rss.svg)
}

.sharing {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 0 60px
}

.sharing:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "SHARE:";
	font-size: 1.2rem;
	font-weight: 700;
	color: #202124
}

.sharing .sharing-title, .sharing .shared-counts-wrap {
	display: inline-block;
	margin: 0;
	width: auto
}

.shared-counts-wrap.style-icon .shared-counts-button {
	margin-right: 10px !important;
	background-repeat: no-repeat
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	display: none;
	fill: #006DAE;
	width: 20px;
	height: 20px
}

.shared-counts-wrap.style-icon .shared-counts-button.facebook {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M0,13.772A13.858,13.858,0,0,0,11.413,27.391V17.5H7.989V13.7h3.424V10.652A4.953,4.953,0,0,1,16.74,5.326a20.663,20.663,0,0,1,3.043.3v3.5h-1.75c-1.674,0-2.054.837-2.054,1.9V13.7H19.63l-.608,3.8H15.978v9.892A13.8,13.8,0,0,0,13.7,0,13.774,13.774,0,0,0,0,13.772Z' fill='%23006dae' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shared-counts-wrap.style-icon .shared-counts-button.facebook:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M0,13.772A13.858,13.858,0,0,0,11.413,27.391V17.5H7.989V13.7h3.424V10.652A4.953,4.953,0,0,1,16.74,5.326a20.663,20.663,0,0,1,3.043.3v3.5h-1.75c-1.674,0-2.054.837-2.054,1.9V13.7H19.63l-.608,3.8H15.978v9.892A13.8,13.8,0,0,0,13.7,0,13.774,13.774,0,0,0,0,13.772Z' fill='%230289D4' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shared-counts-wrap.style-icon .shared-counts-button.twitter {
	margin-top: 5px !important;
	margin-right: 7px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M18.1,2.9A4.649,4.649,0,0,1,21.194,4l.268-.073a13.027,13.027,0,0,0,2.323-.795,1,1,0,0,1,1.462.886h0a1,1,0,0,1-.037.269,19.7,19.7,0,0,1-1.523,3.434c-.17.329-.375.726-.462.919a16.4,16.4,0,0,1-.589,4.281,13.215,13.215,0,0,1-9.2,9.306,12.94,12.94,0,0,1-3.609.5,17.553,17.553,0,0,1-8.31-2.269,1,1,0,0,1,.517-1.877c.107,0,.215.006.32.006a8.769,8.769,0,0,0,4.26-1.159,8.984,8.984,0,0,1-4.15-4.856,10.759,10.759,0,0,1,.884-7.942,1,1,0,0,1,1.685-.092,9.5,9.5,0,0,0,7.085,4.009V8.467a5.357,5.357,0,0,1,3.564-5.1A6.9,6.9,0,0,1,18.1,2.9Zm2.81,3.224a1,1,0,0,1-.749-.337A2.634,2.634,0,0,0,18.1,4.9a4.914,4.914,0,0,0-1.711.341,3.378,3.378,0,0,0-2.265,3.207s0,.009,0,.014V9.573a1,1,0,0,1-.974,1c-.1,0-.21,0-.314,0A11.429,11.429,0,0,1,4.511,7.032a7.954,7.954,0,0,0-.141,4.922c.642,1.9,2.224,3.408,4.7,4.489a1,1,0,0,1,.155,1.749,15.378,15.378,0,0,1-3.621,1.856,14.075,14.075,0,0,0,4.224.683,10.942,10.942,0,0,0,3.051-.42,11.251,11.251,0,0,0,7.826-7.922,14.385,14.385,0,0,0,.516-3.9c0-.351.143-.634.686-1.684.164-.318.358-.693.548-1.077l-.468.129c-.262.072-.532.146-.8.224A1,1,0,0,1,20.909,6.124Z' transform='translate(-1 -2.899)' fill='%23006dae'/%3E%3C/svg%3E")
}

.shared-counts-wrap.style-icon .shared-counts-button.twitter:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cpath d='M18.1,2.9A4.649,4.649,0,0,1,21.194,4l.268-.073a13.027,13.027,0,0,0,2.323-.795,1,1,0,0,1,1.462.886h0a1,1,0,0,1-.037.269,19.7,19.7,0,0,1-1.523,3.434c-.17.329-.375.726-.462.919a16.4,16.4,0,0,1-.589,4.281,13.215,13.215,0,0,1-9.2,9.306,12.94,12.94,0,0,1-3.609.5,17.553,17.553,0,0,1-8.31-2.269,1,1,0,0,1,.517-1.877c.107,0,.215.006.32.006a8.769,8.769,0,0,0,4.26-1.159,8.984,8.984,0,0,1-4.15-4.856,10.759,10.759,0,0,1,.884-7.942,1,1,0,0,1,1.685-.092,9.5,9.5,0,0,0,7.085,4.009V8.467a5.357,5.357,0,0,1,3.564-5.1A6.9,6.9,0,0,1,18.1,2.9Zm2.81,3.224a1,1,0,0,1-.749-.337A2.634,2.634,0,0,0,18.1,4.9a4.914,4.914,0,0,0-1.711.341,3.378,3.378,0,0,0-2.265,3.207s0,.009,0,.014V9.573a1,1,0,0,1-.974,1c-.1,0-.21,0-.314,0A11.429,11.429,0,0,1,4.511,7.032a7.954,7.954,0,0,0-.141,4.922c.642,1.9,2.224,3.408,4.7,4.489a1,1,0,0,1,.155,1.749,15.378,15.378,0,0,1-3.621,1.856,14.075,14.075,0,0,0,4.224.683,10.942,10.942,0,0,0,3.051-.42,11.251,11.251,0,0,0,7.826-7.922,14.385,14.385,0,0,0,.516-3.9c0-.351.143-.634.686-1.684.164-.318.358-.693.548-1.077l-.468.129c-.262.072-.532.146-.8.224A1,1,0,0,1,20.909,6.124Z' transform='translate(-1 -2.899)' fill='%230289D4'/%3E%3C/svg%3E")
}

.shared-counts-wrap.style-icon .shared-counts-button.linkedin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M1,3.1A2.1,2.1,0,0,1,3.1,1H24.009a2.1,2.1,0,0,1,2.1,2.1V24.009a2.1,2.1,0,0,1-2.1,2.1H3.1A2.1,2.1,0,0,1,1,24.01Zm9.938,7.476h3.4v1.707a3.9,3.9,0,0,1,3.633-1.865c3.617,0,4.474,1.955,4.474,5.542V22.6h-3.66V16.775c0-2.043-.491-3.2-1.737-3.2-1.729,0-2.448,1.243-2.448,3.2V22.6H10.938V10.573ZM4.661,22.446H8.323V10.416H4.661V22.445ZM8.846,6.492A2.354,2.354,0,1,1,6.492,4.137,2.354,2.354,0,0,1,8.846,6.492Z' transform='translate(-1 -1)' fill='%23006dae' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shared-counts-wrap.style-icon .shared-counts-button.linkedin:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M1,3.1A2.1,2.1,0,0,1,3.1,1H24.009a2.1,2.1,0,0,1,2.1,2.1V24.009a2.1,2.1,0,0,1-2.1,2.1H3.1A2.1,2.1,0,0,1,1,24.01Zm9.938,7.476h3.4v1.707a3.9,3.9,0,0,1,3.633-1.865c3.617,0,4.474,1.955,4.474,5.542V22.6h-3.66V16.775c0-2.043-.491-3.2-1.737-3.2-1.729,0-2.448,1.243-2.448,3.2V22.6H10.938V10.573ZM4.661,22.446H8.323V10.416H4.661V22.445ZM8.846,6.492A2.354,2.354,0,1,1,6.492,4.137,2.354,2.354,0,0,1,8.846,6.492Z' transform='translate(-1 -1)' fill='%230289D4' fill-rule='evenodd'/%3E%3C/svg%3E")
}

ul.list-series {
	margin: 0;
	padding: 0;
	overflow: hidden
}

ul.list-series li {
	float: left;
	margin: 0 40px 10px 0
}

ul.list-series li a {
	padding: 5px 50px 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #006DAE;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M0,0H36.637V36.637H0Z' fill='none'/%3E%3Ccircle cx='13.5' cy='13.5' r='13.5' transform='translate(5 5)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='6' y2='6' transform='translate(12 18)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='12' transform='translate(18 12)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='6' y2='6' transform='translate(18 18)' fill='none' stroke='%23006dae' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
	background-size: 36px 36px
}

ul.list-series li a:hover {
	color: #0289D4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M0,0H36.637V36.637H0Z' fill='none'/%3E%3Ccircle cx='13.5' cy='13.5' r='13.5' transform='translate(5 5)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='6' y2='6' transform='translate(12 18)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='12' transform='translate(18 12)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='6' y2='6' transform='translate(18 18)' fill='none' stroke='%230289D4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

ul.cat-title-menu {
	margin-bottom: 50px
}

@media screen and (min-width: 768px) {
	ul.cat-title-menu {
		margin-bottom: 0
	}
}

ul.cat-title-menu li a:hover {
	color: #0289D4
}

.video-list-item, .resource-list-item, .event-list-item {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border-radius: 5px;
	border: 2px solid #202124;
	overflow: hidden
}

.video-list-item .cat-title, .resource-list-item .cat-title, .event-list-item .cat-title {
	margin: 0 0 2px 0;
	font-size: 1.2rem
}

.video-list-item h4, .resource-list-item h4, .event-list-item h4 {
	margin-bottom: 5px
}

.video-list-item .item-detail, .resource-list-item .item-detail, .event-list-item .item-detail {
	float: left;
	width: 80%;
	padding: 10px 10px 2px 10px;
	border-left: 1px solid #CACACA;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.video-list-item .item-detail h4, .resource-list-item .item-detail h4, .event-list-item .item-detail h4 {
	margin-bottom: 6px
}

.video-list, .resource-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.video-list .resource-list-item, .resource-list .resource-list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	margin: 0 1% 50px 1%
}

@media (max-width: 860px) {
	.video-list .resource-list-item, .resource-list .resource-list-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%
	}
}

@media (max-width: 600px) {
	.video-list .resource-list-item, .resource-list .resource-list-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 0 30px 0
	}
}

.video-list .resource-list-item h4, .resource-list .resource-list-item h4 {
	font-weight: 400
}

.video-list .resource-list-item p, .resource-list .resource-list-item p {
	padding-top: 10px;
	font-size: 1.2rem
}

.video-list .resource-list-item p.cat-title, .resource-list .resource-list-item p.cat-title {
	padding-top: 0
}

.event-list-item:hover, .resource-list-item:hover {
	-webkit-box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.05);
	box-shadow: -1px 1px 8px 5px rgba(0, 0, 0, 0.05)
}

.event-list-item {
	background: #6CC1DC
}

.resource-list-item {
	position: relative;
	background: #288AAA
}

.resource-list-item .download-item, .resource-list-item .video-item {
	height: 100%;
	padding: 15px 10px 2px 20px;
	margin-left: 20%;
	background: #fff
}

.resource-list-item .download-item:after, .resource-list-item .video-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5.5%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	background: url(assets/images/icon-video.svg) no-repeat;
	background-size: 36px 36px
}

.resource-list-item .download-item:after {
	background: url(assets/images/icon-download.svg) no-repeat;
	background-size: 36px 36px
}

.video-list-item {
	border: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	margin: 0 3%;
	border-radius: 5px
}

.video-list-item img {
	width: 100%
}

@media (max-width: 860px) {
	.video-list-item {
		-ms-flex-preferred-size: 44%;
		flex-basis: 44%;
		margin: 0 3% 20px 3%;
		padding-bottom: 20px
	}
}

@media (max-width: 600px) {
	.video-list-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 0 20px 0
	}
}

.item-date {
	float: left;
	width: 20%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 0.9;
	text-transform: uppercase
}

.item-date .day {
	font-size: 2.8rem;
	font-family: 'Libre Baskerville', serif;
	padding: 6px 0 4px 0
}

.event-pic {
	position: relative
}

.event-pic .item-date {
	position: absolute;
	top: 15px;
	left: 15px;
	float: none;
	padding: 5px 0;
	background: #6FC0DB;
	border: 0px solid #707070;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.small .event-pic {
	float: none;
	width: 100%
}

@media screen and (min-width: 768px) {
	.small .event-pic {
		float: left;
		width: 48%
	}
}

.small .event-pic img {
	width: 100%;
	border-radius: 3px
}

.blog-list-item {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0
}

.blog-list-item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #006DAE;
	content: ""
}

.blog-list-item .cat-title {
	margin-bottom: 5px;
	font-size: 1.2rem
}

.blog-list-item h4 {
	margin-bottom: 2px
}

.panel-intro ul > li, .panel-map ul > li, ul.simple-list > li, .simple-list-item {
	position: relative;
	margin: 0;
	padding: 20px 45px 20px 0;
	background: url("assets/images/list-arrow-grey.svg") right center no-repeat;
	background-size: 40px 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #202124
}

.panel-intro ul > li:after, .panel-map ul > li:after, ul.simple-list > li:after, .simple-list-item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #202124;
	content: ""
}

.panel-intro ul > li a, .panel-map ul > li a, ul.simple-list > li a, .simple-list-item a {
	display: block;
	color: #202124
}

.panel-intro ul > li a:hover, .panel-map ul > li a:hover, ul.simple-list > li a:hover, .simple-list-item a:hover {
	color: #0289D4
}

@media screen and (min-width: 1024px) {
	.panel-intro ul > li, .panel-map ul > li, ul.simple-list > li, .simple-list-item {
		letter-spacing: .02em
	}
}

.podcast-list-item {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0px
}

.podcast-list-item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #E4E5EC;
	content: ""
}

.podcast-list-item .cat-title {
	margin-bottom: 5px;
	font-weight: 700
}

.podcast-list-item h3 {
	width: 80%
}

.podcast_embed {
	margin-bottom: 50px
}

.transcript-content {
	display: none;
	margin: 10px 0 20px 0
}

.transcript-detail.active .transcript-content {
	display: block
}

.popup {
	max-width: 600px;
	padding-bottom: 24px
}

.republish-wrapper hr {
	padding-top: 20px;
	border: 0;
	border-top: 1px solid #efefef
}

.republish-wrapper textarea {
	clear: all;
	width: 100%;
	height: 210px;
	margin: 0 0 20px 0;
	border: 1px solid #efefef
}

.republish-wrapper p {
	margin-bottom: 12px
}

.republish-wrapper h5 {
	margin: 20px 0 10px 0
}

.republish-wrapper .republish-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 0 0
}

.republish-wrapper .republish-content-wrapper h5 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 10px 0
}

.republish-wrapper .republish-content-wrapper button {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1;
	flex: 1 0 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 10px 0;
	padding: 5px 10px
}

.icon-podcasts, .icon-videos {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 36px;
	z-index: 1
}

@media screen and (min-width: 1024px) {
	.icon-podcasts, .icon-videos {
		top: 14px;
		left: 14px
	}
}

@media screen and (min-width: 1366px) {
	.icon-podcasts, .icon-videos {
		top: 18px;
		left: 16px
	}
}

.icon-podcasts {
	background: url(assets/images/icon-podcast.svg) no-repeat;
	background-size: 36px 36px
}

.icon-videos {
	background: url(assets/images/icon-video.svg) no-repeat;
	background-size: 36px 36px
}

.article-feature .icon-podcasts, .article-feature .icon-videos, .article-2 .icon-podcasts, .article-2 .icon-videos {
	width: 48px;
	height: 48px;
	background-size: 48px 48px
}

@media screen and (min-width: 768px) {
	.article-feature .icon-podcasts, .article-feature .icon-videos, .article-2 .icon-podcasts, .article-2 .icon-videos {
		width: 72px;
		height: 72px;
		background-size: 72px 72px
	}
}

.article-focus .col .icon-podcasts, .article-focus .col .icon-videos {
	width: 72px;
	height: 72px;
	background-size: 72px 72px
}

.article-focus .col:first-child .icon-podcasts, .article-focus .col:first-child .icon-videos {
	width: 48px;
	height: 48px;
	background-size: 48px 48px
}

@media screen and (min-width: 768px) {
	.article-focus .col:first-child .icon-podcasts, .article-focus .col:first-child .icon-videos {
		width: 72px;
		height: 72px;
		background-size: 72px 72px
	}
}

.article-focus .col:last-child .icon-podcasts, .article-focus .col:last-child .icon-videos {
	width: 24px;
	height: 24px;
	background-size: 24px 24px
}

@media screen and (min-width: 768px) {
	.article-focus .col:last-child .icon-podcasts, .article-focus .col:last-child .icon-videos {
		width: 44px;
		height: 44px;
		background-size: 44px 44px
	}
}

body.podcasts .col .col-pic::after, body.videos .col .col-pic::after {
	display: none
}

body.podcasts .col .icon-podcasts, body.podcasts .col .icon-videos, body.videos .col .icon-podcasts, body.videos .col .icon-videos {
	width: 48px;
	height: 48px;
	background-size: 48px 48px
}

body.podcasts .col:first-child .col-pic::after, body.podcasts .col:nth-child(2) .col-pic::after, body.videos .col:first-child .col-pic::after, body.videos .col:nth-child(2) .col-pic::after {
	display: block
}

body.podcasts .col:first-child .icon-podcasts, body.podcasts .col:first-child .icon-videos, body.podcasts .col:nth-child(2) .icon-podcasts, body.podcasts .col:nth-child(2) .icon-videos, body.videos .col:first-child .icon-podcasts, body.videos .col:first-child .icon-videos, body.videos .col:nth-child(2) .icon-podcasts, body.videos .col:nth-child(2) .icon-videos {
	width: 48px;
	height: 48px;
	background-size: 48px 48px
}

@media screen and (min-width: 1024px) {
	body.podcasts .col:first-child .icon-podcasts, body.podcasts .col:first-child .icon-videos, body.podcasts .col:nth-child(2) .icon-podcasts, body.podcasts .col:nth-child(2) .icon-videos, body.videos .col:first-child .icon-podcasts, body.videos .col:first-child .icon-videos, body.videos .col:nth-child(2) .icon-podcasts, body.videos .col:nth-child(2) .icon-videos {
		width: 72px;
		height: 72px;
		background-size: 72px 72px
	}
}

body.archive .col .col-pic::after {
	display: none
}

body.archive .col:first-child .col-pic::after, body.archive .col:nth-child(2) .col-pic::after, body.archive .col:nth-child(3) .col-pic::after, body.archive .col:nth-child(4) .col-pic::after {
	display: block
}

.article-3 .icon-podcasts, .article-3 .icon-videos, .article-4 .icon-podcasts, .article-4 .icon-videos {
	top: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	background-size: 24px 24px
}

@media screen and (min-width: 1024px) {
	.article-3 .icon-podcasts, .article-3 .icon-videos, .article-4 .icon-podcasts, .article-4 .icon-videos {
		top: 14px;
		left: 15px;
		width: 42px;
		height: 42px;
		background-size: 42px 42px
	}
}

.select2-container--default .select2-selection--single {
	border-color: #cacaca;
	border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #006DAE;
	font-size: 1.6rem
}

.select2-results__option {
	margin-bottom: 0px
}

.select2-results__option--highlighted[aria-selected] {
	background-color: #006DAE !important;
	color: #fff !important
}

.break {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	height: 15px
}

.staff-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.staff-grid .member {
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

@media screen and (min-width: 1024px) {
	.staff-grid .member {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%
	}
}

.staff-grid .member > a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.20s linear;
	-o-transition: all 0.20s linear;
	transition: all 0.20s linear
}

.staff-grid .member > a:before {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 100%;
	background: rgba(36, 46, 98, 0.9)
}

.staff-grid .member > a:hover {
	opacity: 1
}

.staff-grid .member > a .member-detail {
	position: absolute;
	bottom: 20px;
	left: 15px
}

.staff-grid .member > a .member-detail .name {
	padding: 0 10px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: #fff
}

.staff-grid .member > a .member-detail .title {
	padding: 0 10px;
	font-size: 1.6rem;
	color: #9799A6
}

.staff-grid .member > a .member-detail .linkedin {
	width: 15px;
	height: 15px;
	margin-left: 10px;
	padding-left: 30px;
	background: url("assets/img/linkedin.svg") no-repeat;
	background-size: 15px 15px
}

/*!
 * Load custom page styles
 */
#wrapper-search {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	background-color: #f6f6f6;
	overflow: hidden
}

@media screen and (min-width: 768px) {
	#wrapper-search {
		top: 124px
	}
}

body.search-active #wrapper-search {
	display: block
}

.panel-search {
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 50px
}

.panel-search .section-title {
	text-transform: none
}

article .panel-search {
	padding-bottom: 0
}

.panel-search .c-hamburger {
	display: none
}

#wrapper-search {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw));
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw))
}

#wrapper-search .panel-search {
	margin: 50px auto;
	width: 300px
}

@media screen and (min-width: 580px) {
	#wrapper-search .panel-search {
		width: 524px
	}
}

@media screen and (min-width: 1024px) {
	#wrapper-search .panel-search {
		width: 824px
	}
}

#wrapper-search .panel-search .c-hamburger {
	display: block;
	top: 20px;
	right: 12%
}

#wrapper-search input.search-field {
	width: 190px
}

@media screen and (min-width: 580px) {
	#wrapper-search input.search-field {
		width: 415px
	}
}

@media screen and (min-width: 1024px) {
	#wrapper-search input.search-field {
		width: 715px
	}
}

.search-terms {
	margin-bottom: 40px
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
