@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?gzdgr0");
	src: url("../fonts/icomoon.eot?gzdgr0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gzdgr0") format("truetype"), url("../fonts/icomoon.woff?gzdgr0") format("woff"), url("../fonts/icomoon.svg?gzdgr0#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

.container-fluid{
	max-width: 1280px;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-vimeo:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-arrow-right:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-instagram:before {
	content: "\e906";
}

.icon-pin:before {
	content: "\e907";
}

hr {
	border-top: 1px solid #7F7F7F;
}
.main-navbar,
.sub-navbar,
.main-navbar ul,
.sub-navbar ul,
.sub-navbar-holder .drop-menu,
.answers-list,
.events-list,
.discover-block .tabset,
.events-block .events-slide .contact-list,
.events-block .events-slide .categories-list,
.services-box .place-list,
.contact-block .contact-info,
.resources-block .info-list,
.page-holder-section .page-holder,
.speeches-section .performance-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	padding: 20px 0;
	position: relative;
	background-color: #fff;
}

#header.dark {
	background-color: #404040;
}

.logo {
	width: 150px;
}
#nccsvg{
	display: block;

}
#nccsvg .st0 {
	fill:#142C52;
}

.nav-holder {
	width: calc(100% - 205px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navbar li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.main-navbar li.active a {
	opacity: 1;
}

/* 
lightblue: #1ba3dd 
dkblue: #152D51;
orange: #1ba3dd;
*/
.main-navbar li.active a:before {
	background-color: #1ba3dd;
}

.dark .main-navbar li.active a:before {
	background-color: #fff;
}

.main-navbar a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #404040;
	opacity: .6;
	position: relative;
}

a:hover{
	text-decoration: none;
}
a:focus {
    outline: none;
}

.main-navbar a:hover {
	opacity: 1;
}

.main-navbar a:hover:before {
	background-color: #1ba3dd;
}

.main-navbar a:before {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: transparent;
}

.main-navbar a.search-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 20px;
	line-height: 1;
}

.main-navbar a.search-opener:hover {
	color: #1ba3dd;
	opacity: .6;
}

.main-navbar a.search-opener:hover:before {
	background-color: transparent;
}

.search-active .main-navbar a.search-opener {
	color: #1ba3dd;
}

.dark .main-navbar a.search-opener:hover {
	color: #1ba3dd;
	opacity: 1;
}

.dark .main-navbar a.search-opener:hover:before {
	background-color: transparent;
}

.dark .main-navbar a {
	color: #fff;
	opacity: 1;
}

.dark .main-navbar a:hover:before {
	background-color: #fff;
}

.main-navbar,
.sub-navbar {
	width: 100%;
	text-transform: uppercase;
}

.sub-navbar-holder {
	overflow: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	background: #404040;
	top: 0;
	right: 0;
	left: 100%;
	height: 100vh;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	left: 0;
}

.nav-active .sub-navbar-holder {
	opacity: .9;
	visibility: visible;
	position: fixed;
	z-index: 1500;
}

.sub-navbar-holder .flex-holder {
	color: #fff;
	padding: 0 0 57px;
	padding: 20px 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sub-navbar-holder .flex-holder .nav-opener:hover {
	background-color: transparent;
}

.sub-navbar-holder .flex-holder .nav-opener span,
.sub-navbar-holder .flex-holder .nav-opener:before,
.sub-navbar-holder .flex-holder .nav-opener:after {
	background: #fff;
}

.sub-navbar-holder .title {
	text-transform: uppercase;
	padding: 0 20px 0 2px;
	font-size: 20px;
	font-weight: 700;
}

.sub-navbar-holder a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	display: block;
	padding: 6px 5px 5px 53px;
	font-weight: 600;
}

.sub-navbar-holder a:hover {
	background: rgba(255, 255, 255, .16);
}

.sub-navbar-holder a.nav-opener {
	padding: 0;
}

.sub-navbar-holder .drop-menu {
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
	position: absolute;
	top: 6px;
	left: 100%;
	right: -100%;
}

.some-active-class .sub-navbar-holder .drop-menu {
	left: 0;
}

.sub-navbar-holder .drop-menu .title {
	color: #1ba3dd;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 5px 5px 53px;
	letter-spacing: 1.5px;
}

.sub-navbar-holder .drop-menu .back,
.sub-navbar-holder .drop-menu .back:hover {
	padding-left: 53px;
	font-size: 13px;
}
.sub-navbar-holder .drop-menu .back i {
	font-size: 13px;
}

.sub-navbar-holder .drop-menu a,
.sub-navbar-holder .drop-menu a:hover {
	padding-left: 73px;
}

.sub-navbar-holder .sub-navbar ul {
	width: 100%;
}

.sub-navbar-holder .sub-navbar a {
	letter-spacing: 1.5px;
}

.sub-navbar-holder .sub-navbar i {
	font-size: 18px;
	line-height: 1;
}

.sub-navbar ul {
	position: relative;
}

.sub-navbar .drop-menu {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	display: none !important;
}

.sub-navbar li.active-item > .drop-menu {
	display: block !important;
}

.sub-navbar li.active a {
	background: rgba(255, 255, 255, .16);
}

.search-form {
	-webkit-transition: height .3s ease-in-out, border-top .3s ease-in-out;
	transition: height .3s ease-in-out, border-top .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	background: #e8e8e8;
	height: 0;
	overflow: hidden;
	border-top: 0 solid transparent;
}

.search-active .search-form {
	height: 95px;
	border-top: 1px solid rgba(64, 64, 64, .3);
}

.search-form .form-group {
	position: relative;
	margin: 0 auto;
	padding: 25px 15px 30px;
	max-width: 934px;
}

.search-form input,
.search-form button {
	border: none;
	outline: none;
}

.search-form input {
	height: 40px;
	width: 100%;
	padding: 5px 50px 5px 15px;
}

.search-form button {
	-webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	top: 25px;
	bottom: 30px;
	right: 15px;
	background-color: rgba(64, 64, 64, .6);
	color: #fff;
	width: 40px;
}

.search-form button:hover {
	background-color: #1ba3dd;
}

.search-form button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 42px;
	height: 42px;
	position: relative;
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .8;
}

.sub-navbar-holder .nav-opener span {
	opacity: 0;
}

.dark .sub-navbar-holder .nav-opener span {
	opacity: 0;
}

.sub-navbar-holder .nav-opener:before,
.sub-navbar-holder .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.sub-navbar-holder .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #404040;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 4px;
	right: 4px;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	opacity: .6;
}

.dark .nav-opener span,
.dark .nav-opener:before,
.dark .nav-opener:after {
	background: #fff;
	opacity: 1;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 25%;
}

.nav-opener:after {
	top: 74%;
}

body {
	min-width: 320px;
	background-color: #fff;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
}

h3,
.h3 {
	display: block;
}

address {
	margin: 0;
}

blockquote {
	padding: 0;
	margin: 0;
}

.place-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: rgba(64, 64, 64, .5);
	margin: 0 0 12px;
}

.place-title i {
	font-size: 24px;
	color: #1ba3dd;
	margin: 0 10px 0 0;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

select.form-control {
	/*height: 43px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #404040;*/
}

select.form-control:focus {
	/*border: 3px solid #404040;*/
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	white-space: normal;
	padding: 8px 12px;
	color: #404040;
	border: 2px solid #404040;
	border-radius: 0;
}
.btn-primary{
	background-color: unset;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background: #404040;
}

.btn.active {
	box-shadow: none;
}

.btn.btn-small {
	padding: 3px 12px;
}

.btn.btn-link {
	width: 100%;
	padding: 8px 10px;
	position: relative;
}

.btn.btn-link i {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn.btn-info {
	color: #1bb1af;
	border-color: #1bb1af;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
	color: #fff;
	background: #1bb1af;
	border-color: #1bb1af;
	outline: none;
}

.btn.btn-primary {
	color: #337ab7;
	border-color: #337ab7;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: #fff;
	background: #337ab7;
	border-color: #337ab7;
	outline: none;
}

.btn.btn-success {
	color: #5cb85c;
	border-color: #5cb85c;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
	color: #fff;
	background: #5cb85c;
	border-color: #5cb85c;
	outline: none;
}

.btn.btn-warning {
	color: #1ba3dd;
	border-color: #1ba3dd;
	background: transparent;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
	color: #fff;
	background: #1ba3dd;
	border-color: #1ba3dd;
	outline: none;
}


.btn.btn-orange {
	background-color: #1ba3dd;
	color:#fff;
	border-color: #1ba3dd;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
	color: #1ba3dd;
	background: #fff;
	border-color: #1ba3dd;
	outline: none;
}



.btn.btn-danger {
	color: #d9534f;
	border-color: #d9534f;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
	color: #fff;
	background: #d9534f;
	border-color: #d9534f;
	outline: none;
}

.btn.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
	color: #404040;
	box-shadow: none;
	background-color: #fff;
}

.btn.btn-black {
	color: #fff;
	border-color: #404040;
	background-color: #404040;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
	color: #404040;
	box-shadow: none;
	background-color: #fff;
}


.decor-link {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 12px 0 0;
	position: relative;
}

.decor-link:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.breadcrumb li + li:before {
	padding: 0;
}

.breadcrumb a {
	color: #404040;
}

.breadcrumb a:hover {
	color: #1ba3dd;
}

.info-box {
	width: 100%;
	background: #fff;
	/*border-top: 4px solid #404040;*/
}

.info-box.btn-position {
	position: relative;
}

.info-box.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px;
}

.info-box.video-block a {
	min-height: 315px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.info-box h4 {
	margin: 0 0 15px;
}

.info-box img {
	width: 100%;
}

.info-box .category-title,
.info-box .author {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(64, 64, 64, .6);
	margin: 0 0 10px;
}

.info-box .text-block {
	padding: 12px;
}

.info-box .btn {
	max-width: 264px;
	width: 100%;
}

.date-block {
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #d8d8d8;
}

.bg-white {
	background: #fff;
}

.answers-list h3 {
	font-weight: 600;
}

.answers-list li {
	padding: 5px 0;
}

.answers-list li:first-child {
	padding-top: 0;
}

.answers-list li.active .plus:before {
	height: 2px;
}

.answers-list .answer-opener {
	display: block;
	font-weight: 700;
	padding: 10px 30px 10px 10px;
	color: #404040;
	background: #fff;
	position: relative;
}

.answers-list .plus {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.answers-list .plus:before,
.answers-list .plus:after {
	content: "";
	position: absolute;
	background: #404040;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.answers-list .plus:before {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	height: 10px;
	width: 2px;
}

.answers-list .plus:after {
	height: 2px;
	width: 10px;
}

.answers-list .answer-slide {
	padding: 10px;
	background: #fff;
}

.header-wrap {
	background-color: #fff;
}
.intro-block{
	white-space: nowrap;
	text-align: center;
	padding: 10px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.intro-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 120px;
}

.intro-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro-block h2 {font-size: 48px;}
.intro-block h1, .intro-block h2 {
	color: #fff;
	margin: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	padding:20px;
	/*border-top:5px solid #fff;*/
	/*border-bottom:5px solid #fff;*/
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.intro-block h1:before, .intro-block h2:before{
	height: 5px;
    background-color: #fff;
    display: block;
    margin-bottom: 12px;
    content: "";
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.intro-block h1:after, .intro-block h2:after{
	height: 5px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    content: "";
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.intro-block.hidden_bg h1{
	color: #404040;
	font-weight: 900;
	font-size: 50px;
	text-shadow: none;
}
.intro-block.hidden_bg h1:after{
	content: "";
	height:10px;
	background-color: #404040;
	width: 100px;
	display: block;
	margin:10px auto;
}
.breadcrumbs-section {
	background: #e8e8e8;
}

.links-block {
	padding: 20px 0;
	background: #fff;
	margin: 0 0 20px;
}

.links-block .flex-row:after,
.links-block .flex-row:before {
	display: none;
}

.links-block .flex-row [class*="col-"] {
	float: none;
}

.links-block .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 10px;
}

.article-block {
	margin: 0 0 20px;
}

.article-block .flex-row [class*="col-"] {
	padding-bottom: 15px;
}

.article-block .flex-row .info-box {
	margin: 0;
}

.article-block .article-holder {
	width: 100%;
}

.article-block .article-holder .info-box {
	padding: 15px 12px 12px;
	margin: 0 0 15px;
}

.discover-block {
	background: #fff;
	padding: 20px 10px;
	margin: 0 0 15px;
	/*border-top: 4px solid #404040;*/
}

.discover-block .js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.discover-block .place-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.discover-block .btn:hover {
	background: #717171;
}

.discover-block .tab-content {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.discover-block .tab-content,
.discover-block .tab-info {
	min-height: 315px;
}

.discover-block .tab-info {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0;
	visibility: hidden;
	position: relative;
}

.discover-block .tab-info.active {
	opacity: 1;
	visibility: visible;
}

.discover-block .tab-info .text-block {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: rgba(64, 64, 64, .77);
}

.discover-block .tab-info .text-block time {
	font-weight: 600;
}

.discover-block .campus-list {
	padding: 20px 0;
}

.discover-block .tabset-holder {
	margin: 0 0 20px;
}

.discover-block .tabset-holder:last-child {
	margin: 0;
}

.discover-block .tabset li {
	padding: 5px 0;
}

.discover-block .tabset li:last-child {
	padding-bottom: 0;
}

.discover-block .tabset .btn {
	width: 100%;
}

.upcoming-events {
	padding: 20px 0 5px;
}

.upcoming-events h2 {
	text-align: center;
	margin: 0 0 15px;
}

.upcoming-events h4 {
	margin: 0 0 5px;
}

.upcoming-events time {
	color: rgba(64, 64, 64, .6);
}

.upcoming-events .info-box {
	margin: 0 0 20px;
	background: transparent;
}

.upcoming-events .info-box .text-block {
	padding: 0;
}

.upcoming-events .img-block {
	margin: 0 0 10px;
}

.upcoming-events .img-block a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.upcoming-events .img-block a:hover {
	opacity: .8;
}

.content {
	padding: 20px 0;
}

.content [class*="col-"]:only-child {
	width: 100%;
}

.content .intro-img,
.content .answers-block {
	margin: 0 0 20px;
}

.content .info-box {
	margin: 0 0 15px;
}

.content .info-box .text-block {
	padding-bottom: 12px;
}
.midpage-drop {font-size: 14px;}
.page {
	/*margin:50px 0;*/
	background: #fff; 
	/*padding:30px;*/
	padding-top: 30px;
}
.page-narrow{
	max-width: 700px;
	margin:0 auto;
}
.events-block {
	margin: 0 0 20px;
}

.events-block .title-block {
	margin: 0 0 20px;
}

.events-block .form-categories .fake-select {
	display: block;
	position: relative;
}

.events-block .form-categories .fake-select:after,
.events-block .form-categories .fake-select:before {
	position: absolute;
	content: "";
	pointer-events: none;
}

.events-block .form-categories .fake-select:before {
	display: block;
	top: 3px;
	right: 3px;
	bottom: 3px;
	width: 30px;
	background: #fff;
	z-index: 1;
}

.events-block .form-categories .fake-select:after {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e904";
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #404040;
	z-index: 2;
}

.events-block .form-categories select::-ms-expand {
	display: none;
}

.events-block .events-list li {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin: 5px 0;
	background: #f5f5f5;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.events-block .events-list li:hover {
	opacity: .85;
}

.events-block .events-list h3 {
	font-weight: 700;
	margin: 0;
}

.events-block .events-list .events-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #404040;
}

.events-block .events-list .flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.events-block .events-list .img-block {
	width: 100%;
	display: block;
}

.events-block .events-list .img-block img {
	width: 100%;
	height: auto;
}

.events-block .events-list .text-block,
.events-block .events-list .date-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.events-block .events-list .text-block {
	width: 80%;
}

.events-block .events-list .date-block {
	width: 20%;
}

.events-block .events-list time span {
	display: block;
	font-size: 18px;
	line-height: 1;
}

.events-block .events-slide {
	line-height: 1.25;
	padding: 15px 10px;
	background: #f5f5f5;
}

.events-block .events-slide p,
.events-block .events-slide .contact-list {
	margin: 0 0 10px;
}

.events-block .events-slide .img-holder {
	margin: 0 0 20px;
}

.events-block .events-slide .btn-holder {
	text-align: center;
	padding: 15px 0 0;
}

.events-block .events-slide .btn {
	width: 100%;
	margin: 0 0 15px;
}

.events-block .events-slide .btn-small {
	max-width: 171px;
}

.events-block .events-slide .contact-list li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 10px;
}

.events-block .events-slide .contact-list li:first-child,
.events-block .events-slide .contact-list li:nth-child(2) {
	padding: 0;
}

.events-block .events-slide .contact-list li:first-child:before,
.events-block .events-slide .contact-list li:nth-child(2):before {
	content: none;
}

.events-block .events-slide .contact-list li:before {
	width: 3px;
	height: 3px;
	position: absolute;
	content: "";
	top: 9px;
	left: 2px;
	border-radius: 50%;
	background: #404040;
}

.events-block .events-slide .contact-list a {
	color: #404040;
}

.events-block .events-slide .contact-list a:hover {
	color: #1ba3dd;
}

.events-block .events-slide .categories-list {
	font-size: 12px;
}

.events-block .events-slide .categories-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: auto;
}

.events-block .events-slide .categories-list a {
	color: #404040;
}

.events-block .events-slide .categories-list a:hover {
	color: #1ba3dd;
}
.image-left{
	float: left;
	margin:0 10px 10px 0 !important;
}
.image-right{
	float: right;
	margin:0 0 10px 10px !important;
}
.services-box {
	background: #f5f5f5;
}

.services-box.active .services-info {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.services-box.active .service-opener:after {
	height: 2px;
}

.services-box h2 {
	line-height: 1.333333;
	margin: 0;
}

.services-box .services-info {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.services-box .img-block img {
	width: 100%;
}

.services-box .text-block {
	padding: 15px 12px 12px;
}

.services-box .service-opener {
	display: block;
	background: #d8d8d8;
	padding: 20px;
	position: relative;
}

.services-box .service-opener:after,
.services-box .service-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}

.services-box .service-opener:after {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	height: 15px;
	width: 2px;
}

.services-box .service-opener:before {
	height: 2px;
	width: 15px;
}

.services-box .services-slide {
	padding: 12px;
	background: #f5f5f5;
}

.services-box .place-list {
	margin: 0 0 10px;
}

.services-box .place-list address {
	margin-top: 0;
}

.services-box .place-list li {
	padding: 15px 0;
	border-top: 2px solid #979797;
}

.connect-block {
	padding: 20px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.connect-block .text-block {
	max-width: 660px;
	color: #fff;
}

.connect-block .title,
.connect-block .subtitle {
	display: block;
}

.connect-block .title {
	font-size: 18px;
	line-height: 1.714285;
	margin: 0 0 10px;
}

.connect-block .subtitle {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 20px;
}

.connect-block .btn {
	max-width: 260px;
	width: 100%;
}

.contact-block {
	padding: 20px 0;
	background: #fff;
}

.contact-block .text-block {
	padding: 10px 0;
	border-top: 2px solid #979797;
}

.contact-block .contact-info {
	margin: 0 0 10px;
}

.contact-block .contact-info li:before {
	content: none;
	position: absolute;
	top: 6px;
	left: 20px;
	width: 2px;
	height: 12px;
	background: #404040;
}
.contact-block .contact-info li:first-child:before{
	display: none;
}
.contact-block .subtitle {
	display: block;
	text-align: center;
}

.contact-block .subtitle img {
	display: block;
	margin: 0 auto;
}

.message-block {
	padding: 20px 0;
	border-bottom: 2px solid #979797;
}

.message-block blockquote {
	max-width: 742px;
	font-weight: 600;
	line-height: 1.583333;
	margin: 0 auto;
}

.message-block blockquote p {
	margin-bottom: 15px;
}

.message-block .name,
.message-block .location {
	display: block;
}

.message-block .location {
	font-size: 14px;
	line-height: 1.571428;
}

.message-block .author-block {
	max-width: 316px;
	color: inherit;
}

.message-block .author-block:before,
.message-block .author-block:after {
	display: none;
}

.message-block .author-block .img-block {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
}

.message-block .author-block__primary-leader {
	transform: scale(1.2) !important;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.subscribe-block {
	padding: 25px 0;
	border-bottom: 2px solid #979797;
}

.subscribe-block h3 {
	font-weight: 800;
	margin: 0 0 15px;
}

.subscribe-block .btn-holder {
	/*max-width: 316px;
	width: 100%;*/
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	/*justify-content: space-between;*/
}

.subscribe-block .btn {
	width: 48%;
}
.btn-holder a {margin-right:5px;}
.btn-holder a:last-child {margin-right:0px;}

.contact-answers {
	padding: 20px 0;
	border-bottom: 2px solid #979797;
}

.contact-answers address {
	margin: 0 0 10px;
}

.contact-answers .embed-responsive-16by9 {
	margin: 0 0 10px;
}

.contact-answers .answers-list {
	max-width: 655px;
	margin: 0 auto;
}

.contact-answers .answer-opener {
	text-align: center;
	padding: 10px 30px;
}

.resources-block {
	padding: 20px 0;
	background: #fff;
}

.resources-block h3 {
	padding: 0 0 5px;
	margin: 0;
	border-bottom: 2px solid #979797;
}

.resources-block .opener {
	display: block;
	color: #404040;
	padding: 7px 0 7px 15px;
	position: relative;
	border-bottom: 2px solid #979797;
}

.resources-block .opener:before {
	height: 20px;
	width: 10px;
	font-family: "Font Awesome\ 5 Pro";
	/*border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #404040;*/
	content: "\f105";
	position: absolute;
	top: 10px;
	left: 0;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	opacity: .6;
	/*border-top-width: 8px;*/
	transition: all 0.5s linear;
}
.resources-block .active-selmon .opener:before {
	transform: rotate(90deg);
	top: 15px;
}

.resources-block .text-center {
	max-width: 540px;
	font-size: 14px;
}

.resources-block .info-block {
	max-width: 612px;
}

.resources-block .media-block {
	margin: 0 0 15px;
}

.resources-block .atwork-block h4,
.resources-block .video-block h4,
.resources-block .selmon-block h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}

.resources-block .info-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.resources-block .info-list li:last-child {
	border-bottom: none;
}
.resources-block .info-list span {
	width: calc(100% - 132px);
}

.resources-block .info-list .btn {
	max-width: 126px;
	width: 100%;
	height: 22px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 15px;
	border-width: 2px;
}
.rss-block {
	padding:10px; 
	border: 1px solid #999; 
	border-radius: 5px;
}


.play {
	width: 54px;
	height: 54px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #404040;
}

.play:hover {
	background-color: #fff;
}

.play:hover:before {
	border-left-color: #404040;
}

.play:before {
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff;
	border-top: 10px solid transparent;
	-webkit-transition: border-left-color .3s ease-in-out;
	transition: border-left-color .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 60%;
	-webkit-transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
}

.video-holder {
	position: relative;
}

.visual-section {
	background-color: #404040;
}

.visual-section .video-holder {
	padding-bottom: 50%;
	margin: 22px auto 27px;
	max-width: 830px;
}

.visual-section .video-holder img {
	width: 100%;
}

.visual-section .video-holder .play {
	width: 64px;
	height: 64px;
}

.visual-section .video-holder .play:before {
	height: 0;
	width: 0;
	border-bottom: 15px solid transparent;
	border-left: 25px solid #fff;
	border-top: 15px solid transparent;
}

.visual-section .video-holder .play:hover:before {
	border-left-color: #404040;
}

.visual-section .info-holder {
	color: #fff;
	text-align: center;
	display: grid;
    grid-template-columns: 1fr 300px;
}

.visual-section .info-holder .video-info {
	margin-bottom: 15px;
	width: 100%;
}

.visual-section .info-holder .video-info a {
	max-width: 120px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.visual-section .info-holder .info {
	padding-left: 23px;
	display: inline-block;
	vertical-align: middle;
}

.visual-section .info-holder .info .title,
.visual-section .info-holder .info .author,
.visual-section .info-holder .info time {
	display: block;
}

.visual-section .info-holder .info .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2px;
}

.visual-section .info-holder .info .author {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 6px;
}

.visual-section .info-holder .info time {
	font-size: 10px;
	line-height: 1.1;
}

.visual-section .info-holder .button-holder {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.visual-section .info-holder .button-holder .dropdown {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 15px;
}

.visual-section .info-holder .button-holder .dropdown.open i {
	-webkit-transform: rotate(90deg) translateX(-130%);
	-ms-transform: rotate(90deg) translateX(-130%);
	transform: rotate(90deg) translateX(-130%);
}

.visual-section .info-holder .button-holder .dropdown i {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.visual-section .info-holder .button-holder .dropdown .btn {
	margin: 0;
}

.visual-section .info-holder .button-holder .btn {
	width: 100%;
	padding: 11px 12px 10px;
	margin-bottom: 15px;
}

.breadcrumbs-section li {
	opacity: .6;
}

.description-performance-section {
	background-color: #fff;
	padding: 40px 0;
}

.description-performance-section .performance,
.description-performance-section .description,
.description-performance-section .button-holder {
	/*max-width: 686px;*/
	max-width: 860px;
	margin: 0 auto;
}

.description-performance-section .performance {
	border-bottom: 4px solid #979797;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.description-performance-section .performance .date-block {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: capitalize;
	padding: 6px;
}

.description-performance-section .performance .date-block span {
	display: block;
	font-size: 22px;
	line-height: 1;
}

.description-performance-section .performance .title {
	font-size: 18px;
}

.description-performance-section .performance .author {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	color: #898989;
}

.description-performance-section .performance .date {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700px;
	color: #9b9b9b;
}

.description-performance-section .performance .title,
.description-performance-section .performance .author,
.description-performance-section .performance .date {
	width: 50%;
	margin-bottom: 15px;
}

.description-performance-section .description {
	text-align: center;
	margin-bottom: 34px;
}

.description-performance-section .button-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.description-performance-section .button-holder .dropdown {
	width: 100%;
}

.description-performance-section .button-holder .dropdown.open i {
	-webkit-transform: rotate(90deg) translateX(-130%);
	-ms-transform: rotate(90deg) translateX(-130%);
	transform: rotate(90deg) translateX(-130%);
}

.description-performance-section .button-holder .dropdown i {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.description-performance-section .button-holder .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 5px 0;
}

.seporator-section {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 67px;
	position: relative;
}

.seporator-section:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(64, 64, 64, .12);
}

.seporator-section.md,
.seporator-section.big {
	min-height: 148px;
}

.seporator-section.md:before {
	content: none;
}

.more-section {
	padding: 25px 0 10px;
}

.more-section h2 {
	margin-bottom: 15px;
}

.more-section .flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.more-section .flex-row:before,
.more-section .flex-row:after {
	display: none;
}

.more-section .thumbnail {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.more-section .thumbnail.active .play,
.more-section .thumbnail.active .description {
	display: none;
}

.more-section .thumbnail .description {
	text-align: center;
}

.more-section .thumbnail .video-holder {
	margin-bottom: 3px;
}

.more-section .thumbnail .video-holder img {
	width: 100%;
}

.more-section .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.555556;
	display: block;
	margin-bottom: 0;
}

.more-section .timetable {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	opacity: .6;
	margin-top: -7px;
	display: block;
}

.know-section {
	background-color: #fff;
	padding: 20px 0;
}

.know-section .flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.know-section .text-holder {
	line-height: 1.2;
}

.know-section .text-holder p {
	margin-bottom: 27px;
}

.know-section .btn {
	width: 100%;
}

#fixed-block {
	z-index: 9;
	background-color: #fff;
	z-index: 1001;
}

.fixed-position #fixed-block {
	padding: 10px 0;
}

.fixed-position .logo {
	width: 150px;
}

.page-holder-section {
	background: #e8e8e8;
}

.page-holder-section .has-drop-down-a {
	position: relative;
	outline: none;
}

.page-holder-section .has-drop-down-a:after {
	content: "\e904";
	display: inline-block;
	vertical-align: middle;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 8px;
	color: inherit;
	margin-top: -3px;
}

.page-holder-section .dropdown-menu,
.page-holder-section .midpage-drop {
	margin: -1px -15px;
	padding: 0;
	right: 0;
}

.page-holder-section .dropdown-submenu .dropdown-menu,
.page-holder-section .dropdown-submenu .midpage-drop {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
	min-width: 210px;
}

.page-holder-section .dropdown-submenu .dropdown-menu li a,
.page-holder-section .dropdown-submenu .midpage-drop li a {
	white-space: normal;
}

.page-holder-section .dropdown-toggle {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #1ba3dd;
}

.page-holder-section .dropdown-toggle:hover,
.open .page-holder-section .dropdown-toggle {
	color: #d9534f;
}

.page-holder-section .open i {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.page-holder-section .page-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.page-holder-section .page-holder.series a:hover {
	opacity: 1;
	background-color: #1ba3dd;
}

.page-holder-section li {
	width: 100%;
	text-align: center;
}

.page-holder-section li.active > a {
	opacity: 1;
	background-color: #1ba3dd;
}

.page-holder-section a {
	-webkit-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
	color: #404040;
	opacity: .6;
	position: relative;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	text-align: center;
}

.page-holder-section a:before {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: transparent;
}

.page-holder-section a i {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	font-size: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	padding: 5px;
}

.content-holder-section {
	font-size: 14px;
	font-weight: 600;
	line-height: 2.2857;
	padding: 25px 0;
}

.content-holder-section .text-holder {
	max-width: 735px;
	margin: 0 auto;
}

.overview-section {
	padding-top:20px;
	padding-bottom: 20px;
}

.overview-section.fluid {
	padding-bottom: 0;
	position: relative;
}

.overview-section.fluid:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	height: 3px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .17);
	z-index: 1;
}

.overview-section.fluid .content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.overview-section .flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 15px;
}

.overview-section .flex-row.background-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}

.overview-section .flex-row.background {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 100px;
	position: relative;
}

.overview-section .flex-row.background a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overview-section .img-holder {
	position: relative;
	/*not sure why i had cover turned off!!! its needed for the connect landing page*/
	/*background-size: cover;*/
	background-position: top;
	background-repeat: no-repeat;
	min-height: 265px;
}
.media-section .overview-section .img-holder{
	text-align: right;
	margin-top: -20px;
}
.media-section .overview-section .img-holder img {
	display: inline-block;
	width: auto;
	height: auto;
}
.overview-section .img-holder img {
	width: 100%;
}


/* Media series page list view */
.media-section #list li{
	overflow: hidden;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 178px auto 400px;
    grid-column-gap: 10px;
}
.media_rss_list a.btn{
	font-size: 10px;
    padding: 3px 5px;
}
.media-section .tab-pane {
	border:none;
}

@media (min-width: 480px) {

}

@media (max-width: 768px) {
	.media-section #list li{
		grid-template-columns: 50px auto;
		margin-bottom: 15px;
	}
	.media-section #list .media_meta{
		margin: 5px 0px
	}
	.media-section #list h3{
		margin-bottom: 5px
	}
	.media_rss_list{
		grid-column: 2
	}
}



.overview-section .content-holder {
	font-size: 16px;
	line-height: 1.5;
	padding: 15px;
}

.overview-section .content-holder h2 {
	margin-bottom: 20px;
}

.overview-section .content-holder p {
	margin-bottom: 22px;
}
.connect-section, .connect-section .page {
	background-color: #f5f5f5;
}

.text-holder-section {
	padding: 20px 0;
}

.text-holder-section .text-holder {
	max-width: 652px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
	opacity: .6;
}

.speeches-section {
	padding: 0 0 15px;
}

.speeches-section .performance-holder .performance{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.speeches-section .performance-holder .performance .date-block {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: capitalize;
	padding: 6px;
}

.speeches-section .performance-holder .performance .date-block span {
	display: block;
	font-size: 22px;
	line-height: 1;
}

.speeches-section .performance-holder .performance .author {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	color: #898989;
}

.speeches-section .performance-holder .performance .date {
	color: #9b9b9b;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.571428;
	/*font-weight: 700;*/
}

.speeches-section .performance-holder .performance .date-block {
	margin-bottom: 15px;
}

.speeches-section .performance-holder .performance .title {
	font-size: 18px;
	line-height: 1.66667;
}

.speeches-section .performance-holder .performance .title,
.speeches-section .performance-holder .performance .author {
	text-align: right;
}

.speeches-section .performance-holder .performance .title,
.speeches-section .performance-holder .performance .author,
.speeches-section .performance-holder .performance .date {
	width: 50%;
	margin-bottom: 15px;
}

.speeches-section .performance-holder .performance .btn {
	width: 100%;
	max-width: 164px;
	margin: 0 auto;
}

#footer {
	padding-top: 30px;
	background-color: #e8e8e8;
	font-size: 14px;
}

#footer .title {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
}

#footer a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #404040;
	text-decoration: none;
}

#footer a:hover {
	color: #1ba3dd;
}

#footer .social-networks {
	margin-bottom: 20px;
}

#footer .social-networks a {
	font-size: 36px;
	line-height: 1;
}

#footer .address {
	padding-top: 4px;
}

#footer .address address {
	margin-bottom: 0;
	line-height: 1.1;
}

#footer .address li,
#footer .address a {
	line-height: 1.1;
}

#footer .campus li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

#footer .links {
	margin-bottom: 25px;
}

#footer .links li {
	margin-bottom: 6px;
}

#footer .more-info {
	background: #404040;
	padding: 29px 0 19px;
}

#footer .more-info .copy,
#footer .more-info .info,
#footer .more-info a {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

#footer .more-info .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .more-info .info li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

#footer .more-info .info a {
	-webkit-transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, border-bottom-color .3s ease-in-out, opacity .3s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}

#footer .more-info .info a:hover {
	color: #1ba3dd;
	border-bottom-color: #1ba3dd;
}

.page_navigation{
	text-align: center;
}
.page_navigation .pagination li > a {
	color: #999;
}
.page_navigation .pagination > .active > a{
	background: #999;
	border-color: #999;
	color: #fff;
}

.series-img-holder {
	padding:40px 0;
}
.series-img-holder img {
	width:100%;
	height: auto;
}
.media-section {
	background-color: #f5f5f5;
}
.featured_landing {
	margin-top: 60px;
}
.featured_landing h2 {
	margin-bottom: 30px;
}
.series-item {
	margin-bottom: 30px;
}
.series-list a h4 {
	color:#404040;
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: 400;
}
.series-list a img {
	opacity: 0.8;
	transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.series-list a:hover img {
	opacity: 1;
}

@media (min-width: 480px) {
	.visual-section .info-holder .video-info {
		width: auto;
	}

	.visual-section .info-holder .button-holder {
		margin-bottom: 15px;;
	}

	.visual-section .info-holder .button-holder .dropdown {
		vertical-align: middle;
		max-width: 130px;
		margin: 6px 0 0 14px;
	}

	.visual-section .info-holder .button-holder .btn {
		margin: 6px 0 0 14px;
		max-width: 130px;
	}

	.description-performance-section .performance .date-block {
		margin-bottom: 0;
	}

	.description-performance-section .performance .title,
	.description-performance-section .performance .author,
	.description-performance-section .performance .date {
		margin-bottom: 0;
		width: auto;
	}

	.more-section .thumbnail .description {
		text-align: left;
	}

	.speeches-section .performance-holder .performance .date-block {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	#header {
		padding: 38px 0 42px;
	}

	.logo {
		width: 200px;
	}

	.main-navbar {
		padding: 0 0 0 16px;
	}

	.sub-navbar-holder {
		left: calc(100% - 309px);
	}

	.sub-navbar-holder .flex-holder {
		padding: 45px 52px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	body {
		font-size: 16px;
	}

	.breadcrumb {
		font-size: 14px;
	}

	.info-box.btn-position {
		padding-bottom: 60px;
	}

	.info-box.btn-position .text-block {
		padding-bottom: 0;
	}

	.info-box.video-block a {
		min-height: auto;
	}

	.answers-list .answer-opener {
		font-size: 20px;
	}

	.links-block .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.links-block [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.links-block .btn {
		margin: 0;
	}

	.article-block {
		margin: 0;
	}

	.article-block .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article-block .flex-row:after,
	.article-block .flex-row:before {
		display: none;
	}

	.article-block .flex-row [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: none;
		padding-bottom: 30px;
	}

	.article-block .flex-row .btn-holder {
		min-height: 43px;
		position: absolute;
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.article-block .flex-row .btn-holder .decor-link {
		line-height: 1;
	}

	.article-block .flex-row .btn-holder .decor-link,
	.article-block .flex-row .btn-holder .btn {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.article-block .article-holder .info-box {
		margin: 0 0 30px;
	}

	.article-block .article-holder .info-box:last-child {
		margin: 0;
	}

	.discover-block {
		margin: 0 0 33px;
	}

	.discover-block .tab-content,
	.discover-block .tab-info {
		min-height: 500px;
	}

	.discover-block .tab-info .text-block {
		font-size: 18px;
		padding: 18px;
	}

	.discover-block .tabs-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.discover-block .tabset-holder {
		margin: 0;
	}

	.discover-block .tabset-holder {
		width: 50%;
		padding: 0 5px;
	}

	.upcoming-events {
		margin: 0 0 41px;
	}

	.upcoming-events h2 {
		margin: 0 0 20px;
	}

	.events-block .title-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.events-block .title-block h2 {
		width: calc(100% - 200px);
		margin: 0;
	}

	.events-block .form-categories {
		width: 100%;
		max-width: 190px;
	}

	.events-block .events-list time span {
		font-size: 20px;
	}

	.connect-block {
		padding: 35px 0;
	}

	.contact-block {
		padding: 30px 0;
	}

	.contact-block .contact-info li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 0 0 0 42px;
	}

	.contact-block .contact-info li:first-child {
		padding: 0;
	}

	.contact-block .contact-info li:before {
		content: "";
	}

	.contact-block .subtitle img {
		display: inline-block;
		margin: 0 12px 0 0;
	}

	.message-block {
		padding: 30px 0;
	}

	.message-block .author-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}

	.message-block .author-block .img-block {
		margin: 0;
	}

	.message-block .author-block .text-block {
		text-align: left;
		width: calc(100% - 119px);
	}

	.subscribe-block {
		padding: 32px 0;
	}

	.subscribe-block .btn {
		max-width: 149px;
		width: 100%;
	}

	.contact-answers {
		padding: 30px 0;
		margin: 0 0 32px;
	}

	.resources-block .media-block {
		margin: 0 0 35px;
	}

	.resources-block .atwork-block,
	.resources-block .video-block,
	.resources-block .selmon-block {
		padding: 0 0 0 20px;
	}

	.resources-block .info-list {
		padding: 0 0 0 20px;
	}

	.visual-section .info-holder {
		padding: 0 50px 18px;
	}

	.visual-section .info-holder .video-info {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
	}

	.description-performance-section {
		padding: 65px 0 48px;
	}

	.description-performance-section .performance {
		padding-right: 66px;
		margin-bottom: 56px;
	}

	.description-performance-section .description {
		margin-bottom: 54px;
	}

	.description-performance-section .button-holder {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.description-performance-section .button-holder .dropdown {
		max-width: 211px;
	}
		.description-performance-section .button-holder .dropdown.btn-media-narrow{
			max-width: 160px;
		}
	.description-performance-section .button-holder .btn {
		max-width: 211px;
	}
		.description-performance-section .button-holder .btn.btn-media-narrow {
			max-width: 160px;
		}
	.seporator-section.big {
		min-height: 296px;
	}

	.seporator-section.md {
		min-height: 242px;
	}

	.more-section {
		padding: 49px 0 15px;
	}

	.more-section h2 {
		margin-bottom: 53px;
	}

	.more-section .flex-row [class*="col-"] {
		float: none;
	}

	.know-section {
		padding: 49px 0 60px;
	}

	.know-section .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.know-section .flex-row [class*="col-"] {
		float: none;
	}

	.know-section .btn {
		max-width: 288px;
	}

	#fixed-block {
		min-height: 64px;
	}

	.page-holder-section .dropdown > .dropdown-menu,
	.page-holder-section .dropdown > .midpage-drop {
		display: block !important;
		box-shadow: none;
		border: none;
		background-color: transparent;
		width: 100%;
		margin: 0;
	}

	.page-holder-section .dropdown-submenu {
		position: relative;
	}

	.page-holder-section .dropdown-submenu .dropdown-menu,
	.page-holder-section .dropdown-submenu .midpage-drop {
		position: absolute;
		background-color: #e8e8e8;
		top: 100%;
		right: auto;
		width: auto;
	}

	.page-holder-section .dropdown-submenu .dropdown-menu li,
	.page-holder-section .dropdown-submenu .midpage-drop li {
		max-width: 210px;
	}

	.page-holder-section .page-holder {
		padding: 20px 0 15px;
		margin: 0;
	}

	.page-holder-section .page-holder.series a:hover {
		background-color: transparent;
	}

	.page-holder-section .page-holder.series a:hover:before {
		background-color: #1ba3dd;
	}

	.page-holder-section .page-holder > li:nth-last-child(-n+2) > .dropdown-menu,
	.page-holder-section .page-holder > li:nth-last-child(-n+2) > .midpage-drop {
		left: auto;
		right: 0;
	}

	.page-holder-section li {
		width: auto;
		text-align: left;
	}

	.page-holder-section li.active > a {
		background-color: transparent;
	}

	.page-holder-section li.active > a:before {
		background-color: #1ba3dd;
	}

	.page-holder-section a {
		padding: 0;
	}

	.content-holder-section {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.9;
		padding: 73px 0 55px;
	}

	.overview-section {
		padding-bottom: 40px;
	}

	.overview-section.fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.overview-section.fluid .content-holder {
		max-width: 375px;
	}

	.overview-section .flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 30px;
	}

	.overview-section .flex-row.reverse .img-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.overview-section .flex-row.background-holder {
		margin-bottom: 30px;
	}

	.overview-section .flex-row.background-holder .background {
		margin: 0;
		width: calc(50% - 15px);
	}

	.overview-section .flex-row.background {
		min-height: 149px;
	}

	.overview-section .img-holder {
		/*width: 50%;*/
		width: 41%;
		/*min-height: 335px;*/
		min-height: 467px;
		background-color: white;
	}

	.overview-section .img-holder img {
		display: none;
	}

	.overview-section .content-holder {
		/*width: 50%; Also adjust 3208*/
		width:59%;
		padding: 40px 53px;
	}

	.scroll .content-holder.bg-white {
    	overflow-y: scroll;
    	height: 473px;
	}
	@media (max-width: 768px) {
		.scroll .content-holder.bg-white {
    	overflow-y: none;
    	height: auto;
		}	
	}

	.text-holder-section {
		padding: 73px 0 51px;
	}

	.text-holder-section .text-holder p {
		margin-bottom: 24px;
	}

	.speeches-section {
		padding: 0 0 33px;
	}

	.speeches-section .performance-holder .performance {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 16px 45px 16px 52px;
		margin-bottom: 19px;
	}

	.speeches-section .performance-holder .performance .date-block {
		margin-bottom: 0;
	}

	.speeches-section .performance-holder .performance .title,
	.speeches-section .performance-holder .performance .author {
		text-align: left;
	}

	.speeches-section .performance-holder .performance .title,
	.speeches-section .performance-holder .performance .author,
	.speeches-section .performance-holder .performance .date {
		margin-bottom: 0;
		width: auto;
		/*max-width: 20%;*/
		width: 20%;
	}

	.speeches-section .performance-holder .performance .btn {
		margin: 0;
	}

	#footer {
		padding-top: 62px;
	}

	#footer .holder {
		padding-bottom: 53px;
	}

	#footer .title {
		margin-bottom: 14px;
	}

	#footer .social-networks {
		margin-bottom: 49px;
	}

	#footer .social-networks li {
		padding: 0 10px;
	}

	#footer .campus {
		-webkit-column-count: 2;
		column-count: 2;
	}
}


@media (max-width: 990px){
	.events-block .events-list .img-block{
		height: auto;
		display: block;
	}
	.events-block .events-list .img-block img{
		height: auto;
		display: block;
	}
	.page {
		padding-top:0px;
	}
}
@media (max-width: 767px){
	.events-block .events-list .img-block{
		display: none;
	}
	.events-block .events-list .img-block.detail{
		display: block;
	}
	.heading-w-text .heading-holder {
		padding: 0 0 0 15px;
	}
	.heading-w-text .content-holder {
		padding-top:0px;
	}

}

@media (min-width: 992px) {
	.nav-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-navbar {
		padding: 6px 0 0 64px;
	}

	.main-navbar li {
		padding: 0 17px;
	}

	.main-navbar a.search-opener {
		padding: 0 15px;
	}

	.sub-navbar-holder {
		left: calc(100% - (100% - 586px)/2);
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.callout {
		font-size: 24px;
		font-weight: 500;
		line-height: 30px
	}
	h4 {
		font-size: 21px;
	}

	.place-title {
		font-size: 11px;
	}

	.place-title i {
		margin: 0 5px 0 0;
	}

	.btn {
		border-width: 3px;
	}

	.breadcrumb {
		padding: 20px 0 20px 48px;
	}

	.info-box.video-block {
		padding: 33px;
	}

	.info-box h4 {
		margin: 0 0 4px;
	}

	.info-box .category-title {
		margin: 0 0 25px;
	}

	.info-box .author {
		margin: 0 0 18px;
	}

	.info-box .info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px;
		height: 100%;
		align-items: center;
	}

	.info-box .img-block { align-self: flex-start; }

	.info-box .info-holder h2 {
		font-size: 31px;
	}

	.info-box .info-holder .img-block {
		width: 65%;
	}

	.info-box .info-holder .text-block {
		width: 35%;
		text-align: left;
		padding: 0 0 0 15px;
		align-self: end;
	}

	.info-box .text-block {
		padding: 20px 12px 0;
	}

	.answers-list h3 {
		margin: 0 0 6px;
	}

	.answers-list li {
		padding: 8px 0;
	}

	.answers-list li.active .plus:before {
		height: 4px;
	}

	.answers-list .answer-opener {
		font-size: 24px;
		padding: 14px 60px 14px 48px;
	}

	.answers-list .plus {
		width: 24px;
		height: 24px;
		right: 27px;
	}

	.answers-list .plus:before {
		height: 24px;
		width: 4px;
	}

	.answers-list .plus:after {
		width: 24px;
		height: 4px;
	}

	.answers-list .answer-slide {
		padding: 17px 48px 44px;
	}

	.answers-list .answer-slide p {
		margin: 0 0 24px;
	}

	.intro-block:after {
		min-height: 280px;
	}

	.links-block {
		padding: 30px 0;
		margin: 0 0 30px;
	}

	.discover-block {
		padding: 36px 50px 16px 40px;
	}

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

	.discover-block h2 {
		margin: 0 0 14px;
	}

	.discover-block .tab-content {
		width: 40%;
	}

	.discover-block .tab-content,
	.discover-block .tab-info {
		min-height: 315px;
	}

	.discover-block .campus-list {
		width: 53.4%;
		padding: 0;
	}

	.discover-block .tabs-links {
		margin: 0 -15px;
	}

	.discover-block .tabset-holder {
		padding: 0 15px;
	}

	.discover-block .tabset li {
		padding: 7px 0;
	}

	.upcoming-events {
		padding: 30px 0 5px;
	}

	.upcoming-events h4 {
		font-size: 18px;
		margin: 0 0 2px;
	}

	.upcoming-events time {
		font-size: 14px;
	}

	.content {
		padding: 35px 0;
	}

	.content.bg-white {
		padding-top: 75px;
	}

	.content .intro-img {
		margin: 0 0 35px;
	}

	.content .info-box {
		margin: 0 0 30px;
	}

	.content .info-box h4 {
		margin: 0 0 23px;
	}

	.content .info-box .text-block {
		padding-top: 25px;
	}

	.events-block .title-block {
		margin: 0 0 35px;
	}

	.events-block .title-block h2 {
		width: calc(100% - 300px);
	}

	.events-block .form-categories {
		max-width: 280px;
	}

	.events-block .events-list ul {
		margin:  1rem 0;
	}

	.events-block .events-list li {
		/*margin: 11px 0;*/
		display: list-item;
	}

	.events-block .events-list .event_contact li {
		display: inline-block !important;
	}

	.events-block .events-list .img-block {
		width: 24%;
	}

	.events-block .events-list .text-block {
		width: 62.5%;
		padding: 10px 28px;
	}

	.events-block .events-list .date-block {
		width: 13.5%;
	}

	.events-block .events-list time span {
		font-size: 36px;
	}

	.events-block .events-slide {
		padding: 30px 40px;
	}

	.events-block .events-slide p,
	.events-block .events-slide .contact-list {
		margin: 0 0 16px;
	}

	.events-block .events-slide .img-holder {
		margin: 0 0 38px;
	}

	.events-block .events-slide .btn-holder {
		padding: 20px 0 0;
	}

	.events-block .events-slide .btn {
		margin: 0 0 25px;
	}

	.event_contact {
		margin:0px;
		padding:0px;
		border-top: 1px solid #ccc;
		padding-top: 10px;
	}

	.events-block .events-list li .event_contact li {
		margin: 0 0 5px;
	}

	.services-box.active .service-opener:after {
		height: 4px;
	}

	.services-box .text-block {
		padding: 15px 21px 12px;
	}

	.services-box .service-opener {
		padding: 24px;
	}

	.services-box .service-opener:after {
		height: 24px;
		width: 4px;
	}

	.services-box .service-opener:before {
		height: 4px;
		width: 24px;
	}

	.services-box .services-slide {
		padding: 12px 26px 12px 20px;
	}

	.connect-block {
		padding: 84px 0 75px;
	}

	.connect-block .title {
		font-size: 28px;
		margin: 0 0 22px;
	}

	.connect-block .subtitle {
		font-size: 25px;
		margin: 0 0 36px;
	}

	.contact-block {
		padding: 33px 0 34px;
	}

	.contact-block h2 {
		margin: 0 0 26px;
	}

	.contact-block .text-block {
		padding: 39px 0 0;
	}

	.contact-block .contact-info {
		margin: 0 0 20px;
	}

	.message-block {
		padding: 58px 0 46px;
	}

	.message-block blockquote {
		font-size: 24px;
	}

	.message-block blockquote p {
		font-size: 24px;
		margin-bottom: 42px;
	}

	.message-block .name {
		font-size: 25px;
	}

	.subscribe-block h3 {
		margin: 0 0 30px;
	}

	.contact-answers {
		padding: 52px 0 42px;
	}

	.contact-answers address {
		margin: 0 0 20px;
	}

	.contact-answers .embed-responsive-16by9 {
		padding-bottom: 40.25%;
		margin: 0 0 37px;
	}

	.contact-answers .answer-slide {
		padding: 24px 37px 2px;
	}

	.resources-block {
		padding: 55px 0 75px;
	}

	.resources-block h2 {
		margin: 0 0 21px;
	}

	.resources-block h3 {
		padding-bottom: 10px;
	}

	.resources-block .opener {
		padding: 10px 0 10px 25px;
	}

	.resources-block .opener:before {
		border-width: 7px;
		border-top-width: 14px;
	}

	.resources-block .text-center {
		margin-bottom: 53px;
	}

	.resources-block .atwork-block,
	.resources-block .video-block,
	.resources-block .selmon-block {
		padding-left: 25px;
	}

	.resources-block .info-list li {
		padding: 8px 0;
	}

	.visual-section .info-holder {
		text-align: left;
	}

	.visual-section .info-holder .video-info {
		margin-bottom: 0;
	}

	.visual-section .info-holder .button-holder {
		/*width: calc(100% - 280px);*/
		text-align: right;
		margin: 0 0 0 -4px;
	}

	.know-section .text-holder {
		padding: 0 125px 0 0;
	}

	.page-holder-section .page-holder {
		padding: 18px 30px 15px;
	}

	.page-holder-section .page-holder.series {
		padding: 20px 106px 15px;
	}

	.overview-section.fluid .content-holder {
		max-width: 482px;
	}

}

@media (max-width: 768px) {
	.visual-section .video-holder {
		padding-bottom: 57%;
	}
	.contact-block .contact-info li:first-child:before {
		content: none;
	}
	.intro-block.graphic > * {
		max-width: 100%;
	}
	.intro-block.graphic:after{
		display: none;
	}
	.visual-section .info-holder {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
	}
	.visual-section .info-holder .video-info a{
		display: none;
	}
}
main .pagination>.active>a, 
main .pagination>.active>a:hover, 
main .pagination>.active>a:focus, 
main .pagination>.active>span, 
main .pagination>.active>span:hover, 
main .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1ba3dd;
    border-color: #1ba3dd;
    cursor: default;
}

@media (max-width: 990px){
	.group-details .page {
    	padding-top: 10px;
	}
	.group-details .overview-section {
		padding-top:0px;
	}
	.group-details .row.page {
		border:0px;
	}
	.groups-listing {
		grid-template-columns: 1fr 1fr !important;
	}
}

.groups-section .overview-section{
	background: #f5f5f5;
}
.groups-section .overview-section .overview-section {background: #fff;}
.groups-listing {
	padding-top: 10px;
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
/*.groups-listing.container:before{
	content: initial;
}*/
.groups-listing nav{
	grid-column: 1/4;
    justify-self: center;
}


@media (max-width: 480px) {
	.more-section .col-xs-6 {
		width: 100%;
	}
	.groups-listing {
		grid-template-columns: unset !important;
	}
}

.groupsgrid{
	margin:0; padding:0; list-style: none;
}
.groupsgrid li{
	display: grid;
	grid-template-columns: 20px auto;
}


.form-heading {
	padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.filter_container{
	text-align: center;
}
.filter_container #filters{
	text-align: left;
}
.groups-filter #show-filters {
    color: #333;
    margin: 0 auto;
    padding: 12px 20px;
    /*font-family: "ff-din-web","Helvetica Neue",Arial,Helvetica,sans-serif;*/
    font-weight: 600;
    font-style: regular;
    text-rendering: optimizelegibility;
    position: relative;
    background: #fff;
    text-transform: uppercase;
    /*border-left: 1px solid #282c2e;
    border-right: 1px solid #282c2e;
    border-top: 1px solid #34393c;
    border-bottom: 1px solid #232729;
    background-color: #181a1b;*/
    /*color: #9da4a9;*/
   /* box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.groups-filter #show-filters:hover{
	background-color: #1ba3dd;
}

a.box  {
	padding:10px;
	background: #fff;
	color:#555;
	display: grid;
	border:1px solid #fff;
	
}
a.box:hover{
	border:1px solid #333;
}
a.box  p.more {
	color: #1ba3dd;
	align-self: end;
}

.media-register input {
	margin-bottom:10px;
}

.filter_container{
	overflow:hidden;
	background: #e8e8e8;
	padding: 15px 0;
}
.groups-filter .options {
	outline: 0;
}
.groups-filter .options h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #333;
}
.groups-filter .options .jump {
    width: 100%;
    padding: 3px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 1px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background-color: #fff;
}
.groups-filter nav.jump ul {
	margin:0px;
	padding:0px;
}

.groups-filter .options .jump li {
    margin-right: 3px;
    display: inline;
    text-transform: none;
    font-size: 0.9375em;
}
.groups-filter .options .filters {
    max-height: 250px;
    padding: 5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.7);
}
.group-participants .options .filters,
.group-day .options .filters,
.group-metro .options .filters {
    overflow: auto;
}


.groups-filter .options .filters li {
    font-size: 0.9375em;
    line-height: 1.2em;
}
.groups-filter .options .filters ul.parent label, .groups-filter .options .filters ul.children label {
    background-position: 2px 2px;
}
.groups-filter label {
	font-weight: normal;
	padding:0px;
	margin: 0px;
	font-size: 13px;
}
.groups-filter .options .filters li input[type="checkbox"] {
	display: none; 
}
.groups-filter .options .filters li label {
    padding: 5px 5px 5px 25px;
    color: #555;
    background: url(/assets/images/layout/group-filter-custom-checkboxes-off.png) 2px 4px no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.1875em;
}
.groups-filter .options .filters li label.selected {
    color: #333;
    background: white url(/assets/images/layout/group-filter-custom-checkboxes-on.png) 2px 2px no-repeat;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}
.groups-filter .options .filters li label:hover {
    color: #333;
}

.groups-filter .options .filters ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.groups-filter .options .filters ul.parent, .groups-filter .options .filters ul.children {
    padding-left: 15px;
}

.groups-filter .options .uncheck {
    height: 15px;
    line-height: 15px;
    margin-top: 0.71875em;
    display: block;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 0.6875em;
    font-weight: 700;
    color: #50585d;
    background: transparent url(/assets/images/layout/sprite-icons.svg) 3px -649px no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter-button{
	border-top: 1px solid #888;
	margin-top: 5px;
}
.groups-filter button.btn.btn-warning {
    margin: 10px auto;
    background: #1ba3dd;
    float: right;
    color: #fff;
}
.groups-filter button.btn.btn-warning:hover {
	/*background-color: #d26c14;*/
}

.tab-pane{
	border: 1px solid #ccc;
	border-top: none;
}
.inner_tab {
	padding:20px;
	overflow: hidden;
}
.inner_tab img {
	height: auto !important;
	width: auto;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs > li > a {
    font-weight: 600;
    text-transform: uppercase;
    background: #404040;
    color: rgba(255,255,255,.8);
    border: none !important;
    margin-right: 3px;
}
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border:none;
}
.nav-tabs.nav-justified > li:last-child > a {
	margin-right: 0px;
	border: none;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	color: #fff;
    background: #1ba3dd;
    border: none;
}

.nav.nav-tabs > li > a:hover {
	background: #1ba3dd;
	border: none;
}
.staff-list, .campuses-section {
	background: #f5f5f5;
}
.staff-categories {
	list-style: none;
	margin:10px 0 0;
	padding:0px;
}
.staff-categories li a {
    display: block;
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.staff-categories li.on a {
	color: #000;
    font-weight: 500;
}
article.bio {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.campuses-section .bucket {
	overflow: hidden;
	background-color: #fff;
	padding:20px;
	margin-bottom: 10px;
}
.bucket .dl-horizontal dt{
	float: none;
	width: auto;
	text-align: left;
}
.bucket .dl-horizontal dd{
	margin: auto;
}

/* SUB NAVIGATION  */

	.mid-page-holder-section{
		background-color: #e8e8e8;
	}
	#subnav,
	#subnav ul,
	#subnav ul li,
	#subnav ul li a,
	#subnav #menu-button {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  list-style: none;
	  line-height: 1;
	  display: block;
	  position: relative;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#subnav:after,
	#subnav > ul:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
	}
	#subnav #menu-button {
	  display: none;
	}
	#subnav {
	  /*font-family: Montserrat, sans-serif;*/
	  z-index: 400;
	}
	#subnav > ul > li {
	  float: left;
	}
	#subnav.align-center > ul {
	  font-size: 0;
	  text-align: center;
	}
	#subnav.align-center > ul > li {
	  display: inline-block;
	  float: none;
	}
	#subnav.align-center ul ul {
	  text-align: left;
	}
	#subnav.align-right > ul > li {
	  float: right;
	}
	#subnav > ul > li > a {
	  padding: 17px;
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-decoration: none;
	  text-transform: uppercase;
	  transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
      color: #404040;
      opacity: .6;
	}
	#subnav > ul > li:before {
		-webkit-transition: background-color .3s ease-in-out;
	    transition: background-color .3s ease-in-out;
	    content: "";
	    position: absolute;
	    bottom: -1px;
	    left: 0;
	    right: 0;
	    height: 2px;
	    background-color: transparent;
	}
	#subnav > ul > li.active a {
		color:#000;
		opacity: 1;
	}
	#subnav > ul > li.active:before {
		background-color: #1ba3dd;
	}
	#subnav > ul > li:hover > a {
	  color: #000;
	  opacity: 1;
	}
	#subnav > ul > li.has-sub > a {
	  padding-right: 30px;
	}
	#subnav > ul > li.has-sub > a:after {
	  position: absolute;
	  top: 22px;
	  right: 11px;
	  width: 8px;
	  height: 2px;
	  display: block;
	  background: #777;
	  content: '';
	}
	#subnav > ul > li.has-sub > a:before {
	  position: absolute;
	  top: 19px;
	  right: 14px;
	  display: block;
	  width: 2px;
	  height: 8px;
	  background: #777;
	  content: '';
	  -webkit-transition: all .25s ease;
	  -moz-transition: all .25s ease;
	  -ms-transition: all .25s ease;
	  -o-transition: all .25s ease;
	  transition: all .25s ease;
	}
	#subnav > ul > li.has-sub:hover > a:before {
	  top: 23px;
	  height: 0;
	}
	#subnav ul ul {
	  position: absolute;
	  left: -9999px;
	}
	#subnav.align-right ul ul {
	  text-align: right;
	}
	#subnav ul ul li {
	  height: 0;
	  -webkit-transition: all .25s ease;
	  -moz-transition: all .25s ease;
	  -ms-transition: all .25s ease;
	  -o-transition: all .25s ease;
	  transition: all .25s ease;
	}
	#subnav li:hover > ul {
	  left: auto;
	}
	#subnav.align-right li:hover > ul {
	  left: auto;
	  right: 0;
	}
	#subnav li:hover > ul > li {
	  height: 35px;
	}
	#subnav ul ul ul {
	  margin-left: 100%;
	  top: 0;
	}
	#subnav.align-right ul ul ul {
	  margin-left: 0;
	  margin-right: 100%;
	}
	#subnav ul ul li a,
	#subnav ul li.active ul li a  {
	  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	  padding: 11px 15px;
	  width: 170px;
	  font-size: 12px;
	  text-decoration: none;
	  color: #777;
	  background: #e8e8e8;
	}
	#subnav ul ul li:last-child > a,
	#subnav ul ul li.last-item > a {
	  border-bottom: 0;
	}
	#subnav ul ul li:hover > a,
	#subnav ul li.active ul li:hover > a,
	#subnav ul ul li a:hover {
	  color: #000;
	}
	#subnav ul ul li.has-sub > a:after {
	  position: absolute;
	  top: 16px;
	  right: 11px;
	  width: 8px;
	  height: 2px;
	  display: block;
	  background: #777;
	  content: '';
	}
	#subnav.align-right ul ul li.has-sub > a:after {
	  right: auto;
	  left: 11px;
	}
	#subnav ul ul li.has-sub > a:before {
	  position: absolute;
	  top: 13px;
	  right: 14px;
	  display: block;
	  width: 2px;
	  height: 8px;
	  background: #777;
	  content: '';
	  -webkit-transition: all .25s ease;
	  -moz-transition: all .25s ease;
	  -ms-transition: all .25s ease;
	  -o-transition: all .25s ease;
	  transition: all .25s ease;
	}
	#subnav.align-right ul ul li.has-sub > a:before {
	  right: auto;
	  left: 14px;
	}
	#subnav ul ul > li.has-sub:hover > a:before {
	  top: 17px;
	  height: 0;
	}
	@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	  #subnav {
	    width: 100%;
	  }
	  #subnav ul {
	    width: 100%;
	    display: none;
	  }
	  #subnav.align-center > ul {
	    text-align: left;
	  }
	  #subnav ul li {
	    width: 100%;
	    border-top: 1px solid rgba(120, 120, 120, 0.2);
	  }
	  #subnav ul ul li,
	  #subnav li:hover > ul > li {
	    height: auto;
	  }
	  #subnav ul li a,
	  #subnav ul ul li a {
	    width: 100%;
	    border-bottom: 0;
	  }
	  #subnav > ul > li {
	    float: none;
	  }
	  #subnav ul ul li a {
	    padding-left: 25px;
	  }
	  #subnav ul ul ul li a {
	    padding-left: 35px;
	  }
	  #subnav ul ul li a {
	    color: #777;
	    background: none;
	  }
	  #subnav ul ul li:hover > a,
	  #subnav ul ul li.active > a {
	    color: #333;
	  }
	  #subnav ul ul,
	  #subnav ul ul ul,
	  #subnav.align-right ul ul {
	    position: relative;
	    left: 0;
	    width: 100%;
	    margin: 0;
	    text-align: left;
	  }
	  #subnav > ul > li.has-sub > a:after,
	  #subnav > ul > li.has-sub > a:before,
	  #subnav ul ul > li.has-sub > a:after,
	  #subnav ul ul > li.has-sub > a:before {
	    display: none;
	  }
	  #subnav #menu-button {
	    display: block;
	    padding: 17px;
	    color: #777;
	    cursor: pointer;
	    font-size: 12px;
	    text-transform: uppercase;
	    font-weight: 700;
	  }
	  #subnav #menu-button:after {
	    position: absolute;
	    top: 22px;
	    right: 17px;
	    display: block;
	    height: 8px;
	    width: 20px;
	    border-top: 2px solid #777;
	    border-bottom: 2px solid #777;
	    content: '';
	  }
	  #subnav #menu-button:before {
	    position: absolute;
	    top: 16px;
	    right: 17px;
	    display: block;
	    height: 2px;
	    width: 20px;
	    background: #777;
	    content: '';
	  }
	  #subnav #menu-button.menu-opened:after {
	    top: 23px;
	    border: 0;
	    height: 2px;
	    width: 15px;
	    background: #777;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	  }
	  #subnav #menu-button.menu-opened:before {
	    top: 23px;
	    background: #777;
	    width: 15px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	  }
	  #subnav .submenu-button {
	    position: absolute;
	    z-index: 99;
	    right: 0;
	    top: 0;
	    display: block;
	    border-left: 1px solid rgba(120, 120, 120, 0.2);
	    height: 46px;
	    width: 46px;
	    cursor: pointer;
	  }
	  #subnav .submenu-button.submenu-opened {
	    background: #ccc;
	  }
	  #subnav ul ul .submenu-button {
	    height: 34px;
	    width: 34px;
	  }
	  #subnav .submenu-button:after {
	    position: absolute;
	    top: 22px;
	    right: 19px;
	    width: 8px;
	    height: 2px;
	    display: block;
	    background: #777;
	    content: '';
	  }
	  #subnav ul ul .submenu-button:after {
	    top: 15px;
	    right: 13px;
	  }
	  #subnav .submenu-button.submenu-opened:after {
	    background: #777;
	  }
	  #subnav .submenu-button:before {
	    position: absolute;
	    top: 19px;
	    right: 22px;
	    display: block;
	    width: 2px;
	    height: 8px;
	    background: #777;
	    content: '';
	  }
	  #subnav ul ul .submenu-button:before {
	    top: 12px;
	    right: 16px;
	  }
	  #subnav .submenu-button.submenu-opened:before {
	    display: none;
	  }
}

.flex-row.heading-w-text {
	border-bottom: 1px solid #ccc;
}
.flex-row.heading-w-text:last-child{
	border-bottom: none;
}
.flex-row.heading-w-text .content-holder{
	flex: 2;
}
.heading-holder {
    padding: 40px;
    flex: 1;
}
.heading-holder h2 {
    font-weight: 900;
}
.heading-w-text .content-holder p:last-child{
	margin-bottom: 0px;
}
.ncc-manifesto, .ncc-manifesto .page, .ncc-manifesto .bg-white {
	background-color: #e8e8e8;
}
.ncc-manifesto .content-holder {
	font-size: 22px;
}
.ncc-manifesto .block_content {
	background: #fff;
    padding: 100px 0;
}
.ncc-manifesto .overview-section,
.ncc-manifesto .page {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page ol li{
	margin-bottom: 10px;
}

.inpage .answers-list .answer-opener{
		border: 1px solid #ccc;
}
.header-wrap .container-fluid {
	padding:0;
	position: relative;
}
	
.intro-block {padding:0;}
.intro-block .container-fluid h1{
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	left:50%;
}
.message-block .author-block .img-block {
	border-radius: 0;
	height: auto;
}
.message-block .author-block .img-block img {
	height: auto;
	width: 100%;
}
.home-section{
	background: #f5f5f5;
}
.ui-infowindow-content {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

.row .photo_grid img{
	width: 100%;
	margin:5px 0;
}


/* ##############
Missions Section
################ */
.missions-section  h1, .missions-section  h2, .missions-section  h3, .missions-section  h4
{
	/*font-family: 'Oswald', sans-serif;*/
}
.team-listing {
    	padding-top: 10px;
    	display: grid;
    	/*grid-template-columns: repeat(auto-fit,minmax(250px,1fr));*/
    	grid-template-columns: repeat(auto-fit,minmax(250px,304px));
    	grid-gap: 1rem;
    	justify-content: normal;
	}
.missions-section .overview-section .img-holder{
		background-size: cover;
	} 
@media (max-width: 990px) {
	.team-listing{
		justify-content: space-around;
	}
}

	.team_box {
	    padding: 10px;
    	background: #fff;
    	color: #555;
    	display: grid;
    	border: 1px solid #fff;
	}
	.local-group .team_box{
		grid-template-rows: 200px 55px auto auto;
	}
	.team_box h4 {margin-top: 10px;}
	.local-group .local-end {align-self: end;}
	.local-group .local-end a {display: block;}


	.trip_img {display: block;}
	.trip_details_wrap {background: #fff; padding-top: 15px;}
	.mt-region-title {    margin-top: 40px;}
	.cause-img {width: 225px; margin-bottom: 50px}

@media (max-width: 768px) {
	.cause-img {width: 160px;}
}

.breadcrumb-mt {
	margin-bottom: 15px;
    font-size: 14px;
    color: #777;
}
.cause-img-wrap{
	display:inline-block; 
	margin:5px;
	background: #fff;
}
.cause-img-wrap a:hover img{
	fill:#CCC !important;
}

.mt-filter {
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.mt-filter .col-md-4 li label.checkbox{
	margin-top: 5px;
	margin-bottom: 5px;
}
.mt-filter label {
    font-weight: normal;
}
.mt-filter label.title{
	font-weight: bold;
}
.mt-options {
	padding-left: 20px;
}

/* ############ Missions homepage ############ */
.act_desc {
	overflow: hidden;
	text-align: center;
}
.act_desc img {width: 32.5%;}
.mt_border, .act {border-bottom:2px solid #777; padding-bottom: 30px;}
@media (max-width: 450px) {
	.act_desc img {
		width: 80%;
		margin-bottom: 35px;
	}
	.cause-a {margin-right: -50px;}
	.cause-t {margin-left: -50px;}
}


.mt_cat_wrapper{
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,304px));
    justify-content: space-around;
}
a.cat_desc img {width: 200px; display: inline-block; margin-bottom:15px;}
a.cat_desc {
    padding: 20px;
}
a.cat_desc:hover {
	background: #eee;
}
/* ############ end Missions homepage ################ */

/* ############  Missions Team Page ################ */
.mt_trip_sidebar{
	padding:25px;
	background: #EEEFF0;
}
.mt_trip_sidebar h3 {margin-bottom: 25px;}
.mt_trip_sidebar .cause-list h3 {text-align: left;}
.cause-list {
	text-align: center;
	border-bottom: 2px solid #777;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.cause-list img {
	width: 150px;
	
}
.cause-list a{display: block; margin-bottom: 25px; padding:5px;}
.cause-list a:hover {
    background: #fff;
}
.linebreak{
	margin:35px 0;
	border-bottom: 2px solid #777;
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

/* ############ End Missions Team Page ################ */

.team-image {
	position: relative;
}
.closed-team{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.flag {
	color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
	text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

/* TRANSFORMATION PAGE */
h3.p1, h3.p2, h3.p3, h3.p4 {
    padding: 5px;
    color: #fff;
    margin-top: 25px;
}
h3.p1 {

    background: #132E53;
}
p.mt-sub-heading.p1 {
    font-weight: 800;
    color: #132E53;
}

h3.p2{
	background: #667D73
}
p.p2{
	font-weight: 800;
	color:#667D73;
}
h3.p3{
	background: #99865E;
}
p.p3{
	font-weight: 800;
	color:#99865E;
}
h3.p4{
	background: #808080;
}
p.p4{
	font-weight: 800;
	color: #808080
}


