/**
 * 10/24/2014
 * University Advancement - Michigan State University
 **/

.font-200 {
	font-weight: 200;
}
 
.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

#skip-main-content {
	background-color: #C2D8B3;
	border: 1px solid #0b9444;
	color: #18453b;
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: -36px;
	transition: top 100ms linear;
    z-index: 5;
}

#skip-main-content:focus {
	top: 0px;
}

.hide-mobile {
    display: none;
}

@media only screen and (min-width: 768px) {
    .hide-mobile {
        display: inherit;
    }
}

@media only screen and (min-width: 1080px) {
    .hide-desktop {
        display: none;
    }
}
 
.header-msu {
    height: 70px;
	position: relative;
}

.header-msu__masthead {
    max-width: 85%;
}

.header-giving-to > img {
    max-height: 70px;
    margin: 15px 0;
}

.header-giving-to-img {
    max-width: 700px;
    margin: 8px 0;
}

.header-msu__search {
    cursor: pointer;
    float: right;
    margin-top: 24px;
}

header {
    padding-bottom: 2px;
}

.header-msu {
    height: auto;
}

.header-msu-img {
    margin-top: 10px;
    margin-left: 2px;
}

/* XS: only extra small devices (phones) */
@media only screen and (max-width: 767px) {
}

/* MD: only medium devices (iPad) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* MD+: medium and up (iPad) */
@media only screen and (min-width: 768px) {
}


.header-giving-to {
    margin-top: 2px;
}

.header-msu__search {
    margin-top: 14px;
}

/* START CABS Search */

.search {
	display: inline-table;
    float: right;
    height: 28px;
    width: 319px;
    border-radius: 3px;
}

.header-msu__search {
	display: none;
}

@media (min-width:768px) {
    .header-msu__search {
        display: inline-block;
    }
}

.search form {
    display: block;
    width: 319px;
    height: 28px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 2px;
}

.search .search-value {
    float: left;
    height: 100%;
    width: 87%;
    padding: 5px 0 5px 10px;
    background-color: #f8f8f8;
    outline: 0;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #e0e0e0;
}

.search .search-value::-webkit-input-placeholder {
    color: #4A4A4A;
}

.search .search-value::-moz-placeholder {
    color: #4A4A4A;
}

.search .search-value:-moz-placeholder {
    color: #4A4A4A;
}

.search .search-value:-ms-input-placeholder {
    color: #4A4A4A;
}

.search .search-submit {
    height: 28px;
    width: 9%;
    background: url('../img/icon-search.png') no-repeat center;
    background-color: #f8f8f8;
    cursor: pointer;
    border: 0;
    float: left;
    display: inline;
    margin: 0;
    border-radius: 0px 2px 2px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.search .search-submit:focus {
    background-color: #F7F7F7;
}

.search--mobile {
	color: #444;
	padding: 15px 8px 13px 12px;
}

.search--mobile .search {
	float: none;
	width: 100%;
}

.search--mobile form {
	height: 38px; /* Connected to the height of .search-submit */
	width: 100%;
}
.search--mobile .search-submit {
	height: 38px; /* Connected to the height of .search--mobile form */
}

/* END CABS Search */

.rf-nav-main {
    border-bottom: 1px solid #eee;
}

.rf-nav-main .uk-container {
	padding: 0;
}

@media (min-width: 830px) {
	.rf-nav-main .uk-container {
		padding: 0 25px;
	}
}

.rf-nav-list {
	align-items: center;
	display: none;
	flex-direction: column;
}

.rf-nav-list.is-active {
	display: flex;
}

@media (min-width: 830px) {
	.rf-nav-list {
		display: flex;
		flex-direction: row;
		float: left;
	}
}

.rf-nav-list-item {
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.rf-nav-list-item:first-child {
	border-top: 1px solid #ddd;
}

@media (min-width: 830px) {
	.rf-nav-list-item {
		border-bottom: none;
		border-right: 1px solid #ddd;
		width: auto;
	}
	
	.rf-nav-list-item:first-child {
		border-top: none;
		border-left: 1px solid #ddd;
	}
}

.rf-nav-list-item-has-dropdown {
	display: flex;
	align-items: center;
}

.rf-nav-list-item-has-dropdown:first {
}

.rf-nav-list-item-has-dropdown:hover ~ .rf-nav-dropdown-list-container {
	opacity: 1;
}

.rf-nav-link {
	background-color: #fff;
	border: none;
	color: #444;
	display: inline-block;
	padding: 14px 25px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.rf-nav-link:hover {
	color: #111;
	/*border-bottom: 3px solid rgba(24, 69, 59, 1);*/
	text-decoration: none;
}

@media (min-width: 830px) {
	.rf-nav-link {
		padding: 14px 15px;
	}
}

.rf-nav-dropdown-mobile-btn {
    background-color: #fff;
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 14px 20px;
}

@media (min-width: 830px) {
    .rf-nav-dropdown-mobile-btn {
        display: none;
    }
}

.rf-nav-dropdown-btn-icon {
    display: none;
}

@media (min-width: 830px) {
    .rf-nav-dropdown-btn-icon {
        display: inline-block;
    	margin: -2px 0 0 5px;
    	vertical-align: text-top;
    }
}

.rf-nav-dropdown-list-container {
	display: none;
	opacity: 0;
	position: relative;
	transition: opacity 150ms ease-out;
}

.rf-nav-dropdown-list-container.is-active,
.rf-nav-dropdown-list-container:hover {
	display: block;
	opacity: 1;
}

.rf-nav-dropdown-list {
    background-color: #eee;
}

@media (min-width: 830px) {
	.rf-nav-dropdown-list {
		background-color: #fff;
		-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1000;
	}
}

.rf-nav-dropdown-link {
	display: block;
	min-width: 175px;
	padding: 15px 15px 15px 40px;
	text-transform: uppercase;
	transition: all 150ms ease-out;
	white-space: nowrap;
}

.rf-nav-dropdown-link:hover,
.rf-nav-dropdown-link:focus {
	color: #fff;
	background-color: #18453b;
}

@media (min-width: 830px) {
	.rf-nav-dropdown-link {
		padding: 15px;
	}
}

.rf-nav-list-item--give-now {
    background-color: #4C842E;
    color: #fff;
	display: none;
	float: right;
	margin-left: auto;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@media (min-width: 830px) {
	.rf-nav-list-item--give-now {
		display: inline-block;
	}
}

.rf-nav-list-item--give-now span {
	color: #fff;
    display: inline-block;
	padding: 14px 10px;
	text-transform: uppercase;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.rf-nav-mobile-menu-bar {
    padding: 0 10px 0 15px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media (min-width: 830px) {
    .rf-nav-mobile-menu-bar {
        display: none;
    }
}

.rf-mobile-nav-button {
	border: none;
	background-color: #fff;
	padding: 10px 15px;
}

.rf-mobile-nav-button i {
	font-size: 22px;
	vertical-align: text-top;
}


.nav-top {
    background-color: #3f5657;
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
}

.nav-top a {
    color: #fff;
    display: block;
    padding: 0 15px;
}

.nav-top a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 960px) {
    .nav-top a {
        padding: 0 8px;
        font-size: .9em;
    }
}

.nav-main {
    max-height: 50px;
    line-height: 50px;
    list-style: none;
}

.nav-main__mobile-icon {
    display: none;
}

@media (max-width: 768px) {
    .nav-mobile-icon {
        color: #424242;
        cursor: pointer;
        display: inline-block;
        font-size: 28px;
        line-height: 44px;
        padding-top: 3px;
    }
}

.nav-list li {
    float: left;
}

@media (max-width: 768px) {
    .nav-main {
        display: none;
    }

    .nav-main.mobile-active {
        max-height: 600px;
    }

    .nav-main.mobile-active .nav-main__list {
        max-height: 600px;
    }

    .nav-main__list {
        max-height: 0;
        overflow: hidden;
    }

    .nav-main__list-item {
        border-bottom: 1px solid #bdbdbd;
        border-left: none !important;
        display: block;
        width: 100%;
    }

    .nav-main__list-item:last-child {
        border-bottom: none;
    }

    .nav-main__list a {
        border: none;
        padding: 0;
    }
}

.nav-text {
    display:block;
    float:left;
}

.nav-dropdown-btn {
    color: #bdbdbd;
    float: left;
    margin: 12px 0 0 10px;
}

.nav-left li {
    border-left: 1px solid #537173;
    border-right: 1px solid #537173;
    float: left;
}

.nav-left li:first-child {
    border-right: none;
}

.nav-left li:last-child {
    border-left: none;
}

.nav-dropdown {
    background-color: #2F4041;
/*box-shadow*/
    -webkit-box-shadow: inset 0 1px 2px #222;
    -moz-box-shadow: inset 0 1px 2px #222;
    box-shadow: inset 0 1px 2px #222;
    height: 0;
    line-height: 50px;
    overflow: hidden;
/*transition*/
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}

.nav-dropdown.active {
    height: 50px;
}

.nav-dropdown li {
    border: none;
    position: relative;
}

.nav-dropdonw a {
    padding: 0 20px;
}

.nav-dropdown-list {
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0;
/*transition*/
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

/* Mobile navigation */

.nav-mobile {
    display: none;
}

@media (max-width: 768px) {
    .nav-mobile {
        display: block;
    }
}

.nav-mobile-list {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 1s ease-out;
}
.nav-mobile-list.is-active {
    max-height: 800px;
}
.nav-mobile-list li:not(.nav-mobile-item-list-container) {
    border-bottom: 1px solid #e0e0e0;
}
.nav-mobile-list li:first-child {
    border-top: 1px solid #e0e0e0;
}
.nav-mobile-list li:last-child {
    border-bottom: none;
}
.nav-mobile-link,
.nav-mobile-dropdown-list a {
    display: block;
    padding: 15px 10px !important;
}
.nav-mobile-dropdown-list li:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.nav-dropdown-btn--mobile {
    margin: 2px 10px;
}
.nav-mobile-item-list-container {
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
}
.nav-mobile-item-list-container.is-active {
    max-height: 500px;
}



.lt-ie9 .nav-dropdown-list {
    display: none;
}

.nav-dropdown-list.active {
    opacity: 1;
    z-index: 100;
}

.lt-ie9 .nav-dropdown-list.active {
    display: block;
}

.nav-dropdown-list a {
    color: #e0e0e0;
}

.nav-dropdown-list a:hover {
    color: #fff;
}

.nav-dropdown-list a:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #c2d2d3;
    position: absolute;
    right: 0;
    top: 23px;
/*transform*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* IE 9 */
/* Chrome, Safari, Opera */;
}

.nav-dropdown-list li:last-child a:after {
    display: none;
}

.nav-right {
    float: right;
}

.nav-right .give-now {
    background-color: #4C842E;
    color: #fff;
    display: inline-block;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.nav-right .give-now span {
    display: inline-block;
/*transform*/
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
}


/*
  Shared Styles
*/

.img-hero {
}
/*
  Home Styles
*/

.slider__item {
    position: relative;
    overflow: hidden;
}

.slider-caption {
    cursor: pointer;
    opacity: 0;
    max-width:400px;
/*transition*/
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.slider-caption.animation-finish {
    opacity: 1;
}

.slider-caption a {
    color: inherit;
}

.slider-caption a:hover {
    text-decoration: none;
}

.slider-caption-title {
    font-size: 24px;
    padding: 10px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .slider-caption-title {
        font-size: 20px;
        padding: 10px;
        line-height: 20px;
    }
}

.slider-caption-content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    color: #212121;
    font-size: 14px;
    padding: 5px 20px;
}

@media (max-width: 768px) {
    .slider-caption-content {
        padding: 5px 10px;
    }
}

.slider-video-icon {
    color: #0b9444;
}

.slider-caption-1 {
    position: absolute;
    top: 100px;
    left: 0;
}

.slider-caption-1.animation-finish {
/*transform*/
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

@media only screen and (max-width: 1200px) {
    .slider-caption-1 {
        position: absolute;
        top: 25px;
        left: 0;
    }

    .slider-caption-1.animation-finish {
/*transform*/
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
        -ms-transform: translateX(25px);
        -o-transform: translateX(25px);
        transform: translateX(25px);
    }
}

.slider-caption-1 .slider-caption-title {
    background-color: rgba(0, 125, 197, .75);
}

.slider-caption-2 {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.slider-caption-2.animation-finish {
/*transform*/
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

@media only screen and (max-width: 1200px) {
    .slider-caption-2 {
        position: absolute;
        bottom: 25px;
        left: 0;
    }

    .slider-caption-2.animation-finish {
/*transform*/
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
        -ms-transform: translateX(25px);
        -o-transform: translateX(25px);
        transform: translateX(25px);
    }
}

.slider-caption-2 .slider-caption-title {
    background-color: rgba(220, 102, 30, .75);
}

.slider-caption-3 {
    position: absolute;
    top: 100px;
    right: 0;
}

.slider-caption-3.animation-finish {
/*transform*/
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media only screen and (max-width: 1200px) {
    .slider-caption-3 {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .slider-caption-3.animation-finish {
/*transform*/
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

.slider-caption-3 .slider-caption-title {
    color: #fff;
    background-color: rgba(124, 23, 70, .75);
}

.slider-caption-4 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.slider-caption-4.animation-finish {
/*transform*/
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

@media only screen and (max-width: 1200px) {
    .slider-caption-4 {
        position: absolute;
        right: 0;
        bottom: 25px;
    }

    .slider-caption-4.animation-finish {
/*transform*/
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

.slider-caption-4 .slider-caption-title {
    background-color: rgba(0, 125, 197, .75);
}

@media (max-width: 768px) {
    .slider-caption-1,
    .slider-caption-2,
    .slider-caption-3,
    .slider-caption-4 {
        opacity: 1;
        position: static;
        max-width: 100%;
    }
}

.caption-hero {
    color: #fefefe;
    font-size: 2em;
    bottom: -2em;
    line-height: 1.5em;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
/*transition*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
/*linear-gradient*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -moz-linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}

.caption-hero p {
    white-space: nowrap;
    margin: 5px;
}

.home-lead {
    background-color: #ccde85;
    font-size: 1.5em;
    font-weight: bold;
    padding: 60px 0;
}

.home-lead p {
    font-size: 1.4em;
    margin: 0;
}

.home-lead p:nth-child(2) {
    text-align: center;
}

.lead-thick {
    font-size: 1.8em;
    line-height: 1.4em;
}

.home-campaign-grid > div:nth-child(1) {
    padding-top: 10px;
}

.list-priorities {
    text-align: center;
}

.list-priorities > li {
    background-color: #fafafa;
    border: 1px solid #c5c5c5;
    display: inline-block;
    height: 150px;
    margin: 10px;
    width: 225px;
    text-align: center;
}

.list-priorities img {
    margin-top: 40px;
    max-width: 190px;
}

.item-priority {
    cursor: pointer;
    position: relative;
}

.priority-img {
    height: 100px;
    width: 190px;
    margin: 0 auto;
}

.item-priority .progress-bar {
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 0;
/*transition*/
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.item-priority[wt-priority="engine"] .priority-img {
    background: url('../img/priority-engine-gray.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 48px;
}

.item-priority[wt-priority="engine"]:hover .priority-img {
    background: url('../img/priority-engine.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
}

.item-priority[wt-priority="engine"] .progress-bar {
    background: rgb(224,201,212);
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(224,201,212,1),0),color-stop(rgba(124,23,70,1),1));
    background: -webkit-linear-gradient(to right,  rgba(224,201,212,1) 0%,rgba(124,23,70,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(224,201,212,1) 0%,rgba(124,23,70,1) 100%);
    background: -o-linear-gradient(to right,  rgba(224,201,212,1) 0%,rgba(124,23,70,1) 100%);
    background: linear-gradient(to right,  rgba(224,201,212,1) 0%,rgba(124,23,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c9d4', endColorstr='#7c1746',GradientType=1 );
}

.item-priority[wt-priority="engine"]:hover .progress-bar {
    width: 115px;
}

.item-priority[wt-priority="force"] .priority-img {
    background: url('../img/priority-force-gray.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 24px;
}

.item-priority[wt-priority="force"]:hover .priority-img {
    background: url('../img/priority-force.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
}

.item-priority[wt-priority="force"] .progress-bar {
    background: rgb(216,229,208);
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(216,229,208,1),0),color-stop(rgba(92,160,56,1),1));
    background: -webkit-linear-gradient(to right,  rgba(216,229,208,1) 0%,rgba(92,160,56,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(216,229,208,1) 0%,rgba(92,160,56,1) 100%);
    background: -o-linear-gradient(to right,  rgba(216,229,208,1) 0%,rgba(92,160,56,1) 100%);
    background: linear-gradient(to right,  rgba(216,229,208,1) 0%,rgba(92,160,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e5d0', endColorstr='#5ca038',GradientType=1 );
}

.item-priority[wt-priority="force"]:hover .progress-bar {
    width: 140px;
}

.item-priority[wt-priority="global"] .priority-img {
    background: url('../img/priority-global-gray.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 32px;
    width: 140px;
}

.item-priority[wt-priority="global"]:hover .priority-img {
    background: url('../img/priority-global.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
}

.item-priority[wt-priority="global"] .progress-bar {
    background: rgb(199,215,224);
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(199,215,224,1),0),color-stop(rgba(0,125,197,1),1));
    background: -webkit-linear-gradient(to right,  rgba(199,215,224,1) 0%,rgba(0,125,197,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(199,215,224,1) 0%,rgba(0,125,197,1) 100%);
    background: -o-linear-gradient(to right,  rgba(199,215,224,1) 0%,rgba(0,125,197,1) 100%);
    background: linear-gradient(to right,  rgba(199,215,224,1) 0%,rgba(0,125,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d7e0', endColorstr='#007dc5',GradientType=1 );
}

.item-priority[wt-priority="global"]:hover .progress-bar {
    width: 100px;
}

.item-priority[wt-priority="vibrant"] .priority-img {
    background: url('../img/priority-vibrant-gray.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 45px;
}

.item-priority[wt-priority="vibrant"]:hover .priority-img {
    background: url('../img/priority-vibrant.png') no-repeat;
/*background-size*/
    -moz-background-size: contain;
    background-size: contain;
}

.item-priority[wt-priority="vibrant"] .progress-bar {
    background: rgb(244,202,176);
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(244,202,176,1),0),color-stop(rgba(232,141,86,1),1));
    background: -webkit-linear-gradient(to right,  rgba(244,202,176,1) 0%,rgba(232,141,86,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(244,202,176,1) 0%,rgba(232,141,86,1) 100%);
    background: -o-linear-gradient(to right,  rgba(244,202,176,1) 0%,rgba(232,141,86,1) 100%);
    background: linear-gradient(to right,  rgba(244,202,176,1) 0%,rgba(232,141,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cab0', endColorstr='#e88d56',GradientType=1 );
}

.item-priority[wt-priority="vibrant"]:hover .progress-bar {
    width: 110px;
}
/*
.list-priorities > li:nth-child(1) img{
margin-top:68px;
}
*/

/*
  Story Styles
*/

/*Story Slideshows*/
	
	.ua-slideshow .slick-prev:before, .ua-slideshow .slick-next:before{
		color:black;
	}
	.play-slider-toggle{
		text-align:center;
		background-color:#efefef;
	}
	
	.play-slider-toggle button{
		background-color: transparent;
		border-style: none;
		background-image: url(../assets/img/btn-play.png);
		background-repeat: no-repeat;
		background-position: center;
		width:55px;
		height:55px;
		margin:5px 0;
		background-color:#efefef;
	}
	.play-slider-toggle button.paused{
		background-image: url(../assets/img/btn-play.png);
	}
	.play-slider-toggle button.playing{
		background-image: url(../assets/img/btn-pause.png);
	}
	.ua-slideshow.slick-slider{
		background-color:#efefef;
	}
	.ua-slideshow .slide-caption{
		
		width:100%;
	}
	.ua-slideshow .slide-caption div{
		font-size:12px;
		font-style:italic;
		padding:3px 8px 8px 8px;
		color:#000000;
		font-weight:bold;
	}
	.ua-slideshow .slideshow-slide{
		margin:0 5px;
		position:relative;
	}
	
	.ua-slideshow .slick-next, .ua-slideshow .slick-prev{
		width:40px;
		height:100%;
	}
	.ua-slideshow .slick-next:before, .ua-slideshow .slick-prev:before{
		font-size: 40px;
	}
	.ua-slideshow ul.slick-dots li button, .ua-slideshow ul.slick-dots li, .ua-slideshow ul.slick-dots li button:before{
		width:30px;
		height:30px;
	}
	.ua-slideshow ul.slick-dots li button:before{
		font-size: 20px;
		line-height:30px
	}
	
	.ua-slideshow ul.slick-dots li{
		margin-bottom:0;
	}
	
	.ua-slideshow .slick-next{
		right:0;
		z-index:1;
		background: rgba(255,255,255,0.75);

	}
	.ua-slideshow .slick-next:hover,.ua-slideshow .slick-next:focus, .ua-slideshow .slick-prev:hover,.ua-slideshow .slick-prev:focus{
		right:0;
		z-index:1;
		background: rgba(255,255,255,0.5);

	}
	.ua-slideshow .slick-prev{
		left: 0;
		z-index:1;
		background: rgba(255,255,255,0.75);

	}
	
	.ua-slideshow .slick-dots{
		bottom:inherit;
	}
	
	.ua-slideshow.slick-dotted.slick-slider{
		margin: 30px 0 60px 0;
	}
	@media only screen and (min-width: 768px) {
	
	
	.ua-slideshow .slick-next, .ua-slideshow .slick-prev{
		width:60px;
	}
	}
/*End slideshows*/


	.story-content figure{
		margin:15px;
	}
.hover-card--stories .video-container--play:after {
	content:url('../img/play-button-stories.png');
	opacity: .8;
	pointer-events: none;
	position: absolute;
	margin: 0 auto;
	left: 22px;
	bottom: 17px;
}
.hover-card--stories .video-container--play:hover:after {
	opacity: 1;
}

.story-hero {
    background-color: #eee;
    background: url('../img/story-hero.jpg');
    height: 450px;
    position: relative;
}

.story-hero-title {
    font-size: 5em;
    line-height: .8em;
    padding: 15px;
    position: absolute;
    right: 15%;
    top: 150px;
    color: #fff;
}

.story-primary {
    float: left;
}

.story-primary p {
    font-size: 16px;
}

.first-character {
    color: #dc651e;
    float: left;
    font-size: 46px;
    padding-top: 4px;
    padding-right: 0px;
    margin-top: -14px;
}

.story-offset {
    margin-top: -175px;
    margin-left: -200px;
}

.story-offset-img {
    border-bottom: 10px solid #dc651e;
    position: relative;
    width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .story-offset-img {
        margin-left: 150px;
    }
}

.story-secondary-heading {
    color: #00723f;
    margin-top: 265px;
    max-width: 180px;
}

.story-related {
    background-color: #eee;
}

.story-related-title {
    text-align: center;
}

.story-related-grid > div {
    padding: 10px;
}

.story-related-bg {
    height: 250px;
}

.story-related-bg[wt-grid="1"] {
    background: url('../img/story-related-1.jpg') no-repeat;
    background-position: center;
}

.story-related-bg[wt-grid="2"] {
    background: url('../img/story-related-2.jpg') no-repeat;
    background-position: center;
}

.story-related-bg[wt-grid="3"] {
    background: url('../img/story-related-3.jpg') no-repeat;
    background-position: center;
}

.main-footer {
    background-color: #2f4041;
}

.footer-links {
    background-color: #3f5657;
    color: #fff;
    font-size: 18px;
}

.footer-links .footer-links-block {
    margin: 30px 0 15px;
}

.footer-links-header {
    color: #9DD482; 
    display: block;
    font-weight: bold;
}

.footer-links-list {
    list-style: none;
    line-height: 1.5em;
    margin: 5px 0 0;
    padding: 0;
}

.footer-links-list li {
    border-bottom: 1px solid #314343;
    padding: 2px 0;
}

.footer-links-list a {
    color: #fff;
    line-height: 1.8em;
}

.footer-links-list a:hover {
    color: #fff;
}

.footer-social-list {
    float: right;
    margin: 5px 0 25px;
}

@media (max-width: 768px) {
    .footer-social-list {
        float: left;
        margin-top: 15px;
    }
}

.footer-social-list li {
    display: inline-block;
    margin: 0 5px;
}

.footer-social-list__link {
	display: flex;
	align-items: center;
	justify-content: space-around;
    font-size: 28px;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.footer-social-list__link-facebook {
	background-color: #3b5998;
}

.footer-social-list__link-twitter {
	background-color: #00aced;
}

.footer-social-list__link-instagram {
	background-color: #517fa4;
}

.footer-social-list__link-youtube {
	background-color: #bb0000;
}

.footer-msu {
    color: #fff;
    padding: 25px 0;
}

.footer-msu ul {
    display: inline-block;
}

.footer-msu li {
    display: inline-block;
    line-height: 1.6em;
    margin: 0 12px 6px 0;
}

.msu-info-list > li {
    font-size: 10px;
    line-height: 16px;
}

@media (min-width: 1220px) {
    .footer-msu ul {
        display: flex;
    }

    .footer-msu li {
        margin-bottom: 0;
    }

    .msu-info-list {
        display: block;
    }
}

.footer-msu li {
    margin-right: 12px;
}

.footer-msu li:last-child {
    margin-right: 0;
}

.standard-footer-site-links {
    border-bottom: 1px dotted #808080;
    font-size: 11px;
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.standard-footer-MSU-info {
    font-size: 13px;
}

.footer-msu a {
    color: #fff;
    display: inline-block;
    /*line-height: 1.1em;*/
    text-decoration: underline;
}

.footer-msu a:hover,
.footer-msu a:focus {
    text-decoration: underline;
}

.footer-msu .copyright {
    /*font-weight: bold;*/
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
}

.footer-msu img {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .footer-msu img {
        margin-top: 7px;
    }
}

.footer-green {
    color: #9DD482 !important;
}


/*------------------------------------*\
    #BASE
\*------------------------------------*/

body {
    font-family: 'Gotham SSm A', 'Gotham SSm B',  Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham SSm A', 'Gotham SSm B',  Sans-Serif;
    /* font-weight: 700; */
    color: #18453B;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);*/
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 25px;
}

h1, .alpha {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
@media (min-width: 43.75em) {
  h1, .alpha {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 56.25em) {
  h1, .alpha {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}
h1, .alpha {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
@media (min-width: 43.75em) {
  h1, .alpha {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h1, .alpha {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}
h2, .beta {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
@media (min-width: 43.75em) {
  h2, .beta {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h2, .beta {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h3, .charlie {
  font-size: 1.25em;
  /* 1.25x body copy size = 20px */
  line-height: 1.2;
  /* 25px / 22px */
  font-weight: 500;
}
@media (min-width: 43.75em) {
  h3, .charlie {
    font-size: 1.275em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h3, .charlie {
    font-size: 1.5em;
    /* 1.75x body copy size = 28px */
    line-height: 1.2;
  }
}

h4, .delta {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  font-weight: 500;
}
@media (min-width: 43.75em) {
  h4, .delta {
    line-height: 1.22222222;
    /* 22px / 18px */
  }
}

h1 small, h2 small,
h3 small, h4 small {
    color: #00723f;
    display: block;
    font-size: 70%;
    font-weight: 400;
}

.headline {
    margin-bottom: 24px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li > a {
    color: inherit;
}

li > a:hover {
    color: inherit;
    text-decoration: none;
}

ol li {
    margin-bottom: .5em;
}

a, .editable a, .story-content__body a {
    color: #0A893F;
}

a.no-link {
    color: inherit;
    text-decoration: none;
}

a.no-link:hover {
    color: inherit;
}

blockquote {
    padding: 0;
    border-left: none;
	font-weight: 300;
    position: relative;
    color: #18453b;
    font-size: 22px;
    line-height: 1.25em;
	margin: 15px 0 15px;
}

blockquote:before,
blockquote:after {
    content: " ";
    position: absolute;
    height: 33px;
    width: 44px;
}

blockquote:before {
    background-image: url('../img/quote-left.png');
    left: -50px;
    top: -12px;
}

blockquote:after {
    background-image: url('../img/quote-right.png');
    right: 0;
    bottom: -12px;
}

blockquote p:last-of-type {
	margin-bottom: 15px;
}

blockquote.thin {
    font-weight: 300;
    line-height: 1.5em;
}

blockquote.thin:before {
    background-image: none;
    left: 0;
    top: 0;
}

blockquote.thin:after {
    background-image: none;
    right: 0;
    bottom: 0;
}

blockquote cite {
    color: #18453b;
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

/* Next two properties take away the up/down arrows that appear in number fiels on desktop browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.font-extra-light {
    font-weight: 200;
}

.font-extra-light-italic {
    font-style: italic;
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-light-italic {
    font-style: italic;
    font-weight: 300;
}

.font-book {
    font-weight: 400;
}

.font-book-italic {
    font-style: italic;
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-medium-italic {
    font-style: italic;
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-bold-italic {
    font-style: italic;
    font-weight: 700;
}

.font-black {
    font-weight: 800;
}

.font-black-italic {
    font-style: italic;
    font-weight: 800;
}

.paragraph-block-indent {
    border-left:2px solid #ccc;
    padding-left:25px;
}

.subtle {
    color: #757575;
}

.right-cta {
	font-size: 18px;
	margin-top: 15px;
}

@media screen and (min-width:480px) {
	.right-cta {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.right-cta {
		float: right;
	}
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

a:hover {
    color: #097435;
}

.uk-container {
    margin-left: auto;
    margin-right: auto;
}

.uk-modal-dialog {
    border-radius: 2px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fixed-center {
  margin: auto;
  position: fixed !important;
  top: 0; left: 0; bottom: 0; right: 0;
}

.flex-center {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/* fix for IE 11 not wrapping text */
.flex-center span,
.flex-center p {
	width: 100%;
}

.flex-stacked {
	flex-direction: column;
}

.is-hidden {
    display: none;
}

.offscreen {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

@media only screen and (min-width: 768px) {
    .ua-grid {
        display: grid;
    }
    .ua-grid-width-1-3 {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }
}


/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/




/*------------------------------------*\
    Component: bullet-list
\*------------------------------------*/

.bullet-list,
.story-content__body ul,
.editable ul:not(.side-nav__list) {
    list-style-type: disc;
    padding-left: 30px;
}

.bullet-list li,
.story-content__body ul li,
.editable ul:not(.side-nav__list) li {
    margin-bottom: .6em;
}

.bullet-list li:last-child,
.story-content__body ul li:last-child,
.editable ul:not(.side-nav__list) li:last-child {
    margin-bottom: 0;
}
/*------------------------------------*\
    Component: Slides
\*------------------------------------*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
/*backface-visibility*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.5;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/navigation-arrows.gif") no-repeat left top;
    margin-top: -80px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.centered-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs {
    margin-top: 10px;
    text-align: center;
}

.centered-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a {
    background: #222;
    background: rgba(0,0,0, .8);
}

/*------------------------------------*\
    Component: Section
\*------------------------------------*/

.section-body {
    padding: 30px 0;
}

.section-body h2,
.section-body h3,
.section-body h4,
.section-body h5,
.section-body h6 {
    clear: both;
}

.section-body img {
    border-radius: 2px;
}

.section-body img.float-right {
    display: block;
    float: none;
    margin: 0 0 15px 0;
}

.section-body img.float-left {
	display:block;
	float: none;
    margin: 0 10px 15px 0;
}

.section-white {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.section-gray {
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.section-dark-green {
    background-color: #18453b;
    color: #fff;
}

.section-dark-green h1,
.section-dark-green p,
.section-dark-green span {
    color: #fff;
}

/* MD+: medium and up (iPad) */
@media only screen and (min-width: 768px) {
	.section-body {
		padding: 45px 0;
	}
    .section-body img.float-right {
        display: inline-block;
        float: right;
		margin-left: 10px;
		margin-bottom:5px;
    }
	.section-body img.float-left {
		display: inline-block;
		float: left;
		margin-bottom: 5px;
	}
}

abbr[title] {
	border-bottom:0 !important;
}

.req{
	color:#686868;
	text-decoration:none;
}

/*------------------------------------*\
    Component: Lightweight Editor
\*------------------------------------*/

#lw-widget-bg {
    left: 0;
    position: fixed;
    background-color: #C2D8B3;
    padding-left: 2px;
    top: 49px;
    z-index: 10001;
}
#lw-widget {
  background: #C2D8B3;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-radius: 0 2px 2px 0;
  display: block;
  font: 13px/17px Helvetica,Arial,sans-serif;
  height: 119px;
  width: 24px;
}
#lw-widget .edit-button {
  background-image: url("../img/edit-widget.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 103px;
  margin: 8px 0;
  text-indent: -9999px;
  width: 23px;
}
#lw-widget .edit-this-page{
    background-position: 0px 0px;
}

/*------------------------------------*\
    Component: Surreal
\*------------------------------------*/

/* .editable img {
    margin: 0 10px 1px 10px;
} */

.editable img.no-margin {
	margin: 0;
}

div.surreal-error{
	background-color:#FCDB73;
	color:#817030;
}
div.surreal-success{
	background-color:#89B03F;
	color:#e2ffab;
}
div.surreal-error a, div#return-to-production a {
	color: #6878CD;
}

div#return-to-production{
	background-color:#FCDB73;
	color:#817030;
}

.image-float-left {
	display: inline-block;
	float: left;
    margin: 0 15px 15px 0;
}

.image-float-right {
    display: inline-block;
    float: right;
    margin: 0 0 15px 15px;
}

.image figcaption {
	font-size: 90%;
    font-style: italic;
}

/*------------------------------------*\
    Component: Editor styles
\*------------------------------------*/

.editor-align-center {
	text-align: center;
}

img.editor-align-left,
img.editor-align-center,
img.editor-align-right,
img.image-float-left,
img.image-float-right {
	display: block;
	margin: 1em 0;
	max-width: 100%;
}

@media screen and (min-width:480px) {
    img.editor-align-left,
    img.image-float-left {
		float:left;
		margin: 0 15px 15px 0;
	}
	
	img.editor-align-center {
		display: block;
		margin: 0 auto;
	}
	
    img.editor-align-right,
    img.image-float-right {
		float: right;
		margin: 0 0 15px 15px;	
	}
}

.is-cms [class*=uk-width] {
	border: 1px dotted rgba(0, 0, 0, .5);
}


/*------------------------------------*\
    Component: Tab
\*------------------------------------*/

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

.tabs nav {
    background-color: #e0e0e0;
}

.tabs ul {
    border: 4px solid transparent;
}

.tabs li {
    float: left;
    text-align: center;
}

.tabs a {
    background-color: #fff;
    display: block;
    line-height: 2.5;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
/*transition*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    white-space: nowrap;
}

.tabs li {
    margin-bottom: 2px;
}
.tabs li:last-child {
    margin-bottom: 0;
}

.tabs a:hover {
    color: #00723f;
}

.tabs .tab-current a {
    background: #00723f;
    color: #fff;
}

.tabs--4 li {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.tabs li {
		margin-bottom: 0;
	}
	.tabs li:first-child a {
		margin-left: 0;
	}
	.tabs li:last-child a {
		margin-right: 0;
	}
	.tabs--4 li {
		width: 25%;
	}
}

.simple-tabs {
    display: flex;
    flex-direction: column;
}

.simple-tabs li {
    flex: 1;
    text-align: center;
}

.simple-tabs-link {
    color: #18453b;
    display: block;
    border-bottom: 3px solid transparent;
    height: 100%;
    margin-bottom: 15px;
}

.simple-tabs-link.is-active {
    border-bottom: 3px solid #18453b;
}

@media only screen and (min-width: 768px) {
    .simple-tabs {
        flex-direction: row;
    }
    .simple-tabs-link {
        margin-bottom: 0;
    }
}

/*------------------------------------*\
    Component: Breadcrumb
\*------------------------------------*/

.breadcrumb {
    background-color: #fff;
    color: #616161;
    display: block;
    padding: 10px 0 0;
}

.breadcrumb li {
    text-transform: uppercase;
}

.uk-breadcrumb>li:not(.uk-active)>span {
    color: #767676;
}
/*------------------------------------*\
    Component: Panel
\*------------------------------------*/

.panel {
    background-color: #eee;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px;
}

/*------------------------------------*\
    Component: Connect button
	A larger social media icon used on crowdpower pages
\*------------------------------------*/
a.connect-btn {
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
	color: #fefefe;
	display: inline-block;
	font-size: 44px;
	float: left;
	line-height: 50px;
	margin: 15px 15px 35px 0;
	padding: 12px 10px 10px;
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.connect-btn:hover {
	color: #fefefe;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.connect-icon {
	font-size: 28px;
}
.connect-facebook {
	background-color: #3b5998;
}
.connect-facebook-icon {
	background-image: url('../assets/img/connect-facebook.png');
}
.connect-linkedin {
	background-color: #007bb6;	
}
.connect-twitter {
	background-color: #00aced;
}
.connect-twitter-icon {
	background-image: url('../assets/img/connect-twitter.png');
}
.connect-instagram {
	background-color: #517fa4;
}
.connect-website {
	background-color: #6D7373;	
}
.connect-youtube {
	background-color: #CD201F;	
}
.connect-vimeo {
    background-color: #1ab7ea;
}
.connect-flickr {
    background-color: #FF0084;
}
.connect-msu {
    background-color: #18453b;
}
.connect-email {
	background-color: #18453B;	
}

/*------------------------------------*\
    Component: Social Links
	A larger social media icon used on crowdpower pages
\*------------------------------------*/

/* repeating classname to increase specificity */
ul.social-links.social-links {
    padding-left: 0;
}
.social-links__item {
    list-style: none;
    padding: 5px 0;
}
.social-links__link {
    display: flex;
    align-items: center;
}
.social-links__icon-container {
    align-items: center;
    background-color: #18453b;
    display: flex;
    flex-shrink: 0;
    height: 45px;
    justify-content: space-around;
    margin-right: 10px;
    width: 45px;
}
.social-links__icon-container--round {
    border-radius: 22px;
}
.social-links__icon {
    color: #fff;
    font-size: 20px;
}
.social-links__link-text {
    word-break: break-all;
}
.social-links__item a:hover,
.social-links__item a:focus {
    transform: scale(1.04);
}

/*------------------------------------*\
    Component: Link
\*------------------------------------*/

.link--external:after {
    font-family: FontAwesome;
    content: "\f08e";
    padding-left: 5px;
}

/*------------------------------------*\
    Component: Button
\*------------------------------------*/

.btn {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    box-shadow:  0 1px 4px rgba(0,0,0,.37);
    color: #fefefe;
    display: inline-block;
    margin: 10px 0;
    padding: 7px 12px;
    transition: all 200ms ease-in-out;
    transform: translate3d(0,0,0);
}

.btn:hover {
	box-shadow: 0 1px 4px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,.2);
    color: #fefefe;
    text-decoration: none;
	transform: translate3d(0, -1px, 0);
}

.btn--lg {
    padding: 10px 15px;
}

.btn--skew {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.btn--skew:hover {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.btn--skew > span {
    display: inline-block;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

.btn--white, .editable .btn--white{
    color: #212121;
    border: 1px solid #bdbdbd;
    background: #fff;
    background: rgba(255,255,255,.8);
}

.btn--white:hover, .editable .btn--white:hover {
    color: #212121;
}

.btn--green-primary, .editable .btn--green-primary {
    border: 1px solid #215e51;
    background: #18453B;
    color: #fefefe;
}

.btn--green-1, .editable .btn--green-1 {
    border: 1px solid rgba(0,0,0,0);
    background: #00723f;
    color: #fefefe;
}

.btn--green-2,
.editable .btn--green-2,
.story-content__body .btn--green-2 {
    border: 1px solid #4e872f;
    background: #4C842E;
    color: #fff;
}

.btn--green-2:hover, .editable .btn--green-2:hover {
    color: #fefefe;
}

.btn--green-3, .editable .btn--green-3 {
    border: 1px solid #2a3939;
    background: #3f5657;
    color: #fefefe;
}

.btn--orange {
	background-color: #c25626;
	border: 1px solid #a64920;
	color: #fff !important;
}

.give-ripple, .editable .give-ripple {
  color: #b8dfa3;
}

.btn--primary-link {
	background-color: transparent;
    border: none;
/*box-shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0b9444;
}

.btn--primary-link:hover {
    color: #0b9444;
/*box-shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

[data-priority="engine"] .btn:hover:not(.btn--color-override),
.btn.engine:hover {
	border: 1px solid rgba(0,0,0,0);
    color: #fefefe;
    background-color: #7c1746;
}

[data-priority="vibrant"] .btn:hover:not(.btn--color-override),
.btn.vibrant:hover {
	border: 1px solid rgba(0,0,0,0);
    color: #fefefe;
    background-color: #dc661e;
}

[data-priority="global"] .btn:hover:not(.btn--color-override),
.btn.global:hover {
	border: 1px solid rgba(0,0,0,0);
    color: #fefefe;
    background-color: #007dc5;
}

[data-priority="force"] .btn:hover:not(.btn--color-override),
.btn.force:hover {
	border: 1px solid rgba(0,0,0,0);
    color: #fff;
    background-color: #4C842E;
}

.btn--agg-right {
			display: inline-block;
			margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
	.btn--agg-right {
		float: right;
		margin: 0;
	}
}
/*------------------------------------*\
    Component: Media Object
\*------------------------------------*/

.media {
    padding: 10px;
}

.media__img {
    float: left;
    margin-right: 10px;
}

.media__img > * {
    display: block;
}

.media__img--reverse {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.media__body {
    overflow: hidden;
    zoom: 1;
}

.media-list {
    border: 1px solid #e0e0e0;
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.media-list--box li {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.media-list--box li:last-child {
    border-bottom: none;
}


/*------------------------------------*\
    Component: Dialog
\*------------------------------------*/

.dialog {
    border-radius: 2px;
    box-sizing: border-box;
    max-width: 90%;
    max-height: 330px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), -5px 0 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 110;
}

.dialog__header {
    background-color: #eee;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.3em;
    padding: 10px 15px;
    position: relative;
}

.dialog__body {
    padding: 10px 15px;
    overflow-y: auto;
}

.dialog__close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    font-size: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
}
.dialog__close i {
    padding-top: 4px;
}

.dialog__bg {
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
}
.dialog__bg {
    display: block;
}
.dialog__bg.is-hidden {
    display: none;
}

/* MD+: medium and up (iPad) */
@media only screen and (min-width: 768px) {
    .dialog {
        max-width: 375px;
    }
}

/*------------------------------------*\
    Component: Pagnation
    For "Next" and "Previous" page buttons
\*------------------------------------*/

.pagnation {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pagnation li {
    display: inline-block;
    margin: 0 10px;
}
.pagnation li a {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 120px;
}

/*------------------------------------*\
    Component: Share Module
    The sticky component
\*------------------------------------*/

.social-module {
    position: fixed;
    z-index: 100;
    left: 6px;
    bottom: 6px;
}
.social-module-list {
    padding: 0;
	margin: 0;
}
.social-module li {
	display: block;
}
.social-module-item {
	border: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
	overflow: hidden;
    width: 60px;
    height: 50px; /* line-height of next icon */
    text-align: center;
    transition: all .2s;
}
.social-module-item i {
    color: #fff;
    line-height: 50px; /* height of .social-module-item */
    font-size: 28px;
    pointer-events: none;
    transition: all .2s;
}
.social-module-item[data-network="mobile"] i {
    line-height: 30px; /* change line-height to accomodate Share text */
}
.social-module-item[data-network="mobile"] {
    background-color: #c41425;
    color: #fff;
    height: 60px;
    position: relative;
    z-index: 105;
}
.social-module-item[data-network="facebook"] {
    background-color: #3b5598;
    display: none;
}
.social-module-item[data-network="twitter"] {
    background-color: #00aced;
    display: none;
}
.social-module-item[data-network="linkedin"] {
    background-color: #007bb6;
    display: none;
}
.social-module-item[data-network="email"] {
    background-color: #9e9e9e;
}
.social-module-item[data-network="url"] {
    background-color: #9e9e9e;
}
.social-module-item > a {
    display: block;
}

/* MQ is based on where the module starts to cover the text on the page */
@media only screen and (min-width: 1080px) {
    
    .social-module {
        left: 0;
        top: 40%;
		bottom: auto;
    }
    .social-module-item {
        display: block;
        float: none;
        width: 40px;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3),  0 -4px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3),  0 -4px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .3),  0 -4px 5px rgba(0, 0, 0, .1);
    }
    .social-module-item[data-network="facebook"],
	.social-module-item[data-network="twitter"],
	.social-module-item[data-network="linkedin"] {
        display: block;
    }
    .social-module-item[data-network="mobile"] {
        height: 45px; /* revert back to height of other .social-module-items */
    }
    .social-module-item[data-network="mobile"] i {
        line-height: 45px;
    }
    .social-module-item:nth-child(n) {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .social-module-list li:first-child .social-module-item {
        border-radius: 0 2px 0 0;
    }
    .social-module-list li:last-child .social-module-item {
        border-radius: 0 0 2px 0;
    }

}

/* LG+: large and up (11" laptop, old 4:3 monitor) */
@media only screen and (min-width: 1219px) {
    
    .social-module {
        top: 40%;
    }
    .social-module-item {
        width: 45px; /* line-height of next icon */
        height: 45px;
    }
    .social-module-item:hover,
    .social-module-item:focus {
        border-radius: 0 2px 2px 0;
        width: 60px;
    }
    .social-module-item:hover i,
    .social-module-item:focus i {
        transform: scale(1.1);
    }
    .social-module-item i {
        line-height: 45px; /* height of .social-module-item */
    }

}

.share-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
    width: 100%;
}

.share-list li {
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
}
.share-list li:last-child {
    margin-bottom: 0;
}

.share-list li[data-network="facebook"] i {
    color: #3b5598;
}
.share-list li[data-network="facebook"]:hover,
.share-list li[data-network="facebook"]:focus {
    background-color: #3b5598;
}

.share-list li[data-network="twitter"] i {
    color: #00aced;
}
.share-list li[data-network="twitter"]:hover,
.share-list li[data-network="twitter"]:focus {
    background-color: #00aced;
}

.share-list li[data-network="google"] i {
    color: #dd4b39;
}
.share-list li[data-network="google"]:hover,
.share-list li[data-network="google"]:focus {
    background-color: #dd4b39;
}

.share-list li[data-network="linkedin"] i {
    color: #007bb6;
}
.share-list li[data-network="linkedin"]:hover,
.share-list li[data-network="linkedin"]:focus {
    background-color: #007bb6;
}

.share-list li[data-network="email"] i {
    color: #9E9E9E;
}
.share-list li[data-network="email"]:hover,
.share-list li[data-network="email"]:focus {
    background-color: #757575;
}
.share-list li[data-network="url"]:hover,
.share-list li[data-network="url"]:focus {
    background-color: #757575;
}

.share-list button,
.share-list a {
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
    display: flex;
	height: 48px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.share-list button:hover,
.share-list a:hover,
.share-list a:focus {
	text-decoration: none;
}

.share-list button * {
    pointer-events: none;
}

.share-list i {
    font-size: 24px;
    text-align: center;
    width: 50px;
    transition: all .2s ease-in-out;
	vertical-align: text-bottom;
}
.share-list span {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	padding-left: 5px;
    transition: color .2s ease-in-out;
	vertical-align: text-bottom;
}
.share-list li:hover i {
    color: #fff;
}
.share-list li:hover span {
    color: #fff;
}
.share-list i.fa-envelope {
    font-size: 22px;
}


/*------------------------------------*\
    Component: Hero
\*------------------------------------*/

.hero-sm {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
/*box-shadow*/
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .23);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .23);
    height: 275px;
    position: relative;
}

.hero-sm__quad {
    position: absolute;
    bottom: 14px;
}

.hero-sm__quad.hero-sm__quad--1 {
    margin-top: 25px;
}

.hero-sm__quad.hero-sm__quad--2 {
    margin-top: 25px;
    float: right;
}

.hero-sm__quad.hero-sm__quad--3 {
    margin-top: 178px;
}

.hero-sm__quad.hero-sm__quad--4 {
    margin-top: 100px;
    float: right;
}

.hero-sm__title {
    color: #fefefe;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 0 -3px;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.35);
    text-transform: uppercase;
}

.hero-sm__title small {
    color: #fefefe;
    font-size: 50%;
    font-weight: 300;
    line-height: 1.6em;
}

.hero-sm__body {
    color: #fefefe;
    display: inline-block;
    padding: 5px 10px;
}

.hero-sm__body > p {
    margin-bottom: 10px;
}

.hero-md {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
/*box-shadow*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    height: 450px;
    position: relative;
	transition: .3s ease-out;
}

.hero-md__quad {
    display: inline-block;
}

.hero-md__quad.hero-md__quad--1 {
    margin-top: 75px;
}

.hero-md__quad.hero-md__quad--2 {
    margin-top: 75px;
    float: right;
}

.hero-md__quad.hero-md__quad--3 {
    margin-top: 375px;
}

.hero-md__quad.hero-md__quad--4 {
    margin-top: 275px;
    float: right;
}

.hero-md__title {
    /*background-color: #18453B;
    background-color: rgba(24, 69, 59, 0.85);
    padding: 10px;*/
    text-shadow: 2px 3px 4px rgba(0,0,0,0.35);
    color: #fefefe;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 0 -3px;
    text-transform: uppercase;
}

.hero-md__quad {
    position: absolute;
    bottom: 14px;
}
.hero-md__title.hero-md__title--solo {
    font-size: 2.3em;
    display: inline;
    line-height: 1.8em;
}

.hero-md__subtitle {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    color: #212121;
    padding: 5px 10px;
}

.hero-md__subtitle.hero-md__subtitle--text {
    font-size: 14px;
}

.hero-md__subtitle-link {
    font-size: 16px;
    font-weight: 600;
}

.hero-md__play-btn {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* XS: only extra small devices (phones) */
@media only screen and (max-width: 767px) {
    .hero-md-auto {
        background: #f5f5f5 !important;
        height: auto;
    }
	.hero-title--long {
		font-size: 2em;
	}
	.hero-title--long small {
		line-height: 1.3em;
		margin-top:6px;
	}
}

.hero-responsive {
    background-color: #18453B;
    height: auto;
}

.hero-sm--fluid {
	background-size: contain;
	height: auto;
	padding-bottom: 14.45%;
}
@media only screen and (max-width: 767px) {
	.hero-sm--fluid {
		padding-bottom: 56.25%;
	}
}

.hero-md--fluid {
	background-size: contain;
	height: auto;
	padding-bottom: 23.64%;
}
@media only screen and (max-width: 767px) {
	.hero-md--fluid {
		padding-bottom: 56.25%;
	}
}

/*------------------------------------*\
    Component: Progress
\*------------------------------------*/

.progress {
    background-color: #e0e0e0;
    height: 35px;
/* height of :after pusdo element also */
    overflow: hidden;
    white-space: nowrap;
}

.progress-bar {
    color: #fff;
    float: left;
    height: 35px;
/* height of :after pusdo element also */
    position: relative;
    text-align: right;
    width: 0%;
/*transition*/
    -webkit-transition: width 4s ease-out;
    -moz-transition: width 4s ease-out;
    -o-transition: width 4s ease-out;
    transition: width 4s ease-out;
}

.progress-bar:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: 0;
    height: 35px;
    width: 20px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}


.progress-bar--dark-green {
    background: rgb(36,104,88);
    background: -moz-linear-gradient(left,  rgba(36,104,88,1) 0%, rgba(24,69,59,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(36,104,88,1)), color-stop(100%,rgba(24,69,59,1)));
    background: -webkit-linear-gradient(left,  rgba(36,104,88,1) 0%,rgba(24,69,59,1) 100%);
    background: -o-linear-gradient(left,  rgba(36,104,88,1) 0%,rgba(24,69,59,1) 100%);
    background: -ms-linear-gradient(left,  rgba(36,104,88,1) 0%,rgba(24,69,59,1) 100%);
    background: linear-gradient(to right,  rgba(36,104,88,1) 0%,rgba(24,69,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246858', endColorstr='#18453b',GradientType=1 );
}
.progress-bar--dark-green:after {
    background-color: #18453b;
}


.progress-bar--green {
    background: #003f23;
/* Old browsers */
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,right top,color-stop(#5ca038,0),color-stop(#00723f,1));
    background: -webkit-linear-gradient(left,  #5ca038 0%, #00723f 100%);
    background: -moz-linear-gradient(left,  #5ca038 0%, #00723f 100%);
    background: -o-linear-gradient(left,  #5ca038 0%, #00723f 100%);
    background: linear-gradient(left,  #5ca038 0%, #00723f 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5ca038), color-stop(100%,#00723f));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5ca038 0%,#00723f 100%);
    background: -moz-linear-gradient(left,  #5ca038 0%,#00723f 100%);
    background: -o-linear-gradient(left,  #5ca038 0%,#00723f 100%);
    background: linear-gradient(left,  #5ca038 0%,#00723f 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#5ca038,0),color-stop(#00723f,1));
/*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to right,  #5ca038 0%,#00723f 100%);
    background: -moz-linear-gradient(to right,  #5ca038 0%,#00723f 100%);
    background: -o-linear-gradient(to right,  #5ca038 0%,#00723f 100%);
    background: linear-gradient(to right,  #5ca038 0%,#00723f 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ca038', endColorstr='#00723f',GradientType=1 );
/* IE6-9 */
    :;
}
.progress-bar--green:after {
    background-color: #00723F;
}

.progress-bar[data-priority="engine"] {
    background: rgb(119,74,94);
/* Old browsers */
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,right top,color-stop(rgba(119,74,94,1),0),color-stop(rgba(124,23,70,1),1));
    background: -webkit-linear-gradient(left,  rgba(119,74,94,1) 0%, rgba(124,23,70,1) 100%);
    background: -moz-linear-gradient(left,  rgba(119,74,94,1) 0%, rgba(124,23,70,1) 100%);
    background: -o-linear-gradient(left,  rgba(119,74,94,1) 0%, rgba(124,23,70,1) 100%);
    background: linear-gradient(left,  rgba(119,74,94,1) 0%, rgba(124,23,70,1) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(119,74,94,1)), color-stop(100%,rgba(124,23,70,1)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: -moz-linear-gradient(left,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: -o-linear-gradient(left,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: linear-gradient(left,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(119,74,94,1),0),color-stop(rgba(124,23,70,1),1));
/*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to right,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: -o-linear-gradient(to right,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
    background: linear-gradient(to right,  rgba(119,74,94,1) 0%,rgba(124,23,70,1) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#774a5e', endColorstr='#7c1746',GradientType=1 );
/* IE6-9 */
}

.progress-bar[data-priority="engine"]:after {
    background-color: rgb(124,23,70);
}

.progress-bar[data-priority="vibrant"] {
    background: rgb(219,124,70);
/* Old browsers */
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,right top,color-stop(rgba(219,124,70,1),0),color-stop(rgba(220,101,30,1),1));
    background: -webkit-linear-gradient(left,  rgba(219,124,70,1) 0%, rgba(220,101,30,1) 100%);
    background: -moz-linear-gradient(left,  rgba(219,124,70,1) 0%, rgba(220,101,30,1) 100%);
    background: -o-linear-gradient(left,  rgba(219,124,70,1) 0%, rgba(220,101,30,1) 100%);
    background: linear-gradient(left,  rgba(219,124,70,1) 0%, rgba(220,101,30,1) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,124,70,1)), color-stop(100%,rgba(220,101,30,1)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: -moz-linear-gradient(left,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: -o-linear-gradient(left,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: linear-gradient(left,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(219,124,70,1),0),color-stop(rgba(220,101,30,1),1));
/*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to right,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: -o-linear-gradient(to right,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
    background: linear-gradient(to right,  rgba(219,124,70,1) 0%,rgba(220,101,30,1) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7c46', endColorstr='#dc651e',GradientType=1 );
/* IE6-9 */
    :;
}

.progress-bar[data-priority="vibrant"]:after {
    background-color: rgb(220,101,30);
}

.progress-bar[data-priority="global"] {
    background: rgb(47,144,196);
/* Old browsers */
/*linear-gradient*/
    background: -webkit-gradient(linear,left top,right top,color-stop(rgba(47,144,196,1),0),color-stop(rgba(0,125,197,1),1));
    background: -webkit-linear-gradient(left,  rgba(47,144,196,1) 0%, rgba(0,125,197,1) 100%);
    background: -moz-linear-gradient(left,  rgba(47,144,196,1) 0%, rgba(0,125,197,1) 100%);
    background: -o-linear-gradient(left,  rgba(47,144,196,1) 0%, rgba(0,125,197,1) 100%);
    background: linear-gradient(left,  rgba(47,144,196,1) 0%, rgba(0,125,197,1) 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,144,196,1)), color-stop(100%,rgba(0,125,197,1)));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: -moz-linear-gradient(left,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: -o-linear-gradient(left,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: linear-gradient(left,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(47,144,196,1),0),color-stop(rgba(0,125,197,1),1));
/*@@prefixmycss->No equivalent*/
    background: -webkit-linear-gradient(to right,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: -moz-linear-gradient(to right,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: -o-linear-gradient(to right,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
    background: linear-gradient(to right,  rgba(47,144,196,1) 0%,rgba(0,125,197,1) 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f90c4', endColorstr='#007dc5',GradientType=1 );
/* IE6-9 */
    :;
}

.progress-bar[data-priority="global"]:after {
    background-color: rgb(0,125,197);
}

.progress-text {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    opacity: 0;
    position: relative;
    white-space: nowrap;
/*transition*/
    -webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
}

.progress-bar__percent-text {
    margin-right: 10px;
    white-space: nowrap;
}

.progress__goal-text {
    margin-left: 25px;
}
/*------------------------------------*\
    Component: Alert
\*------------------------------------*/

.alert {
    padding: 15px;
    margin: 20px 0 20px;
    border: 1px solid transparent;
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert--info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert--danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert a {
	text-decoration: underline;
}

/*------------------------------------*\
    Component: Callout
\*------------------------------------*/

.callout {
    background-color: #fff8e1;
    border-left: 6px solid rgba( 255, 149, 0, .5 );
    border-radius: 2px;
    padding: 10px 10px 10px 25px;
    margin-bottom: 15px;
}

.callout__heading {
    color: #f0ad4e;
}

/*------------------------------------*\
    Component: Social Buttons
\*------------------------------------*/

.social-buttons {
    text-align: center;
    margin: 15px 0;
}

.social-buttons li {
    display: inline-block;
    margin: 0 15px;
}

.social-buttons--story {
    margin: 50px 0 0;
}

@media (max-width: 768px) {
    .social-buttons--story li:first-child {
        margin-bottom: 25px;
    }
}

.social-buttons--block li {
    display: block;
    margin: 15px 0;
}


.social-buttons__link {
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
/*box-shadow*/
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.social-buttons__link:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.social-buttons__link[data-network="facebook"] {
    background-color: #3b5598;
}

.social-buttons__link[data-network="twitter"] {
    background-color: #00aced;
}

.social-buttons__link i {
    margin-right: 10px;
}
/*------------------------------------*\
    Component: Hover Card
\*------------------------------------*/

.hover-card {
    min-height: 500px;
    position: relative;
    -webkit-box-shadow: 1px 3px 12px rgba(0,0,0,.25);
    -moz-box-shadow: 1px 3px 12px rgba(0,0,0,.25);
    box-shadow: 1px 3px 12px rgba(0,0,0,.25);
}
.hover-card:hover .hover-card__view {
    color: #386122;
}

.hover-card__top {
    position: relative;
}

.hover-card__top > img {
    border-radius: 2px 2px 0 0;
    width: 100%;
}

.hover-card__top-text > span {
    color: #fff;
    display: block;
	white-space: nowrap;
}

.hover-card__top-text > .font-bold {
    font-size: 14px;
}

.hover-card__top-text--left {
    bottom: 12px;
    left: 12px;
    position: absolute;
}

.hover-card__top-text--middle {
    bottom: 8px;
    left: 142px;
    position: absolute;
}

.hover-card__top-text--right {
    right: 8px;
    bottom: 8px;
    position: absolute;
}

.hover-card__bottom {
    padding: 12px;
    /* max-height: 250px; */
    overflow: hidden;
    position: relative;
}

/*
.hover-card--stories .hover-card__bottom:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(rgba(255,255,255,0),0),color-stop(rgba(238,238,238,1),1));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: -moz-linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=0 );

    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
*/

.hover-card__bottom p {
    margin: 10px 0 38px;
}

.hover-card__properties {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding: 10px 0 0 0;
}

.hover-card__title {
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0 0 5px;
    text-shadow: none;
    display: block;
}

.hover-card__source {
	color: #7A7A7A;
	display: block;
	font-weight: 700;
	font-size: 0.8em;
    text-transform: uppercase;
    position: absolute;
    left: 12px;
    bottom:12px;
}

.hover-card__muted {
    display: block;
    margin: 5px 0 -3px;
    color: #757575;
    font-weight: 700;
    font-size: .85em;
}

.hover-card__link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* In surreal staging only, minimize :after element to allow clicking with mouse */
div.editable[contenteditable="true"] .hover-card__link::after {
    height: 0%;
    width: 0%;
}

.hover-card__list .media {
    padding: 5px 0;
    color: #616161;
}

.hover-card__list .media__img {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    width: 24px;
}

.hover-card__view {
    color: #497F2C;
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-transform: uppercase;
}

.hover-card__cta {
    border-top: 1px solid #bdbdbd;
    display: block;
    color: #212121;
    background-color: #fff;
    padding: 10px;
    text-align: center;
/*transition*/
    -webkit-transition: background-color .3s linear, color .3s linear;
    -moz-transition: background-color .3s linear, color .3s linear;
    -o-transition: background-color .3s linear, color .3s linear;
    transition: background-color .3s linear, color .3s linear;
}

.hover-card__cta:hover {
    text-decoration: none;
}

.hover-card--stories {
	min-height: 550px;
}
.hover-card--fsr{
	margin-top:50px;
}

.hover-card--events {
    min-height: 300px;
}
.hover-card--events .hover-card__list {
    margin-top: 12px;
}

.hover-card--photos {
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	min-height: 250px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.hover-card--photos:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.hover-card--photos .hover-card__top {
	max-height: 170px;
	overflow: hidden;
}
.hover-card--photos-single {
	min-height: 170px;
	max-height: 170px;
	overflow: hidden;
}

.hover-card--crowdfunding {
	min-height: 550px;
}

.hover-card--crowdfunding.is-expired {
    background-color: #f7f7f7;
}

.hover-card--special-guest {
    background-color: #fff;
    display: flex;
    text-align: left;
    margin-top: 15px;
    min-height: 0;
  }
  
  .hover-card--special-guest .hover-card__top {
    align-self: center;
    flex-shrink: 0;
    margin: 15px;
    width: 25%;
  }
  
  .hover-card--special-guest .hover-card__top > img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 4px solid #008208;
  }

  .hover-card--special-guest .hover-card__bottom p {
    margin-bottom: 0;
  }
  
  .hover-card--special-guest .hover-card__title {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none; 
  }
  
  .hover-card--special-guest .role {
    border-top: 1px solid #d3d3d3;
    margin-top: 15px;
    padding-top: 15px;
  }
  
  @media screen and (min-width: 768px) {
    .hover-card--special-guest {
      display: block;
      text-align: center;
    }
    .hover-card--special-guest .hover-card__top {
      margin: 0 auto;
      padding: 20px;
      width: 50%;
    }
    .hover-card--special-guest .hover-card__title {
      font-size: 20px;
      line-height: 22px;
    }
  }

/*------------------------------------*\
    Component: ez-card (easy to edit in surreal)
\*------------------------------------*/

.ez-card {
    -webkit-box-shadow: 1px 3px 12px rgba(0,0,0,.25);
    box-shadow: 1px 3px 12px rgba(0,0,0,.25);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px !important;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:768px) {
    .ez-card {
        margin-bottom: 0 !important;
    }
}

.ez-card > * {
    padding: 0 15px;
}

.ez-card > img:first-child {
    margin: 0;
    max-width: 100%;
    padding: 0;
    object-fit: cover;
}

.ez-card > p:first-of-type {
    margin-top: 0;
}

.ez-card > a:last-child {
    display: block;
    font-size: 16px;
    margin-top: auto;
}

.ez-card > a:last-child::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.is-cms .ez-card > a:last-child::after {
    position: relative;
}

/*------------------------------------*\
    Component: Color Card
\*------------------------------------*/

.dark-bg {
	color: #fff;
}



.color-card {	
	border-radius: 2px;
	min-height: 160px;
	padding: 10px;
}

.color-card-green {
	background-color: #18453b;
}

.color-card-purple {
	background-color: #6e005f;
}

.color-card-orange {
	background-color: #B75F0C;
}

.color-card-teal {
	background-color: #008183;
}

.color-card-light-green {
	background-color: #4C8438;
}

.color-card-link {
	display: block;
	margin: 10px 0 25px !important;
}

.color-card-large-quote {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2em;
	padding: 25px;
}

@media screen and (min-width:768px) {
	.color-card-large-quote {
		font-size: 42px;
		padding: 35px 80px;
	}
}

/*------------------------------------*\
    Component: Text overlay card
\*------------------------------------*/

.text-overlay-card {
	border-radius: 2px;
	display: block;
	overflow: hidden;
	position: relative;
}

.text-overlay-card-img {
	max-width: 370px;
	width: 100%;
}

.text-overlay-card-body {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 15%, rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 15%, rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 15%, rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.text-overlay-card-body p.text-overlay-card-content {
	font-size: 22px;
	margin: 0;
	padding: 0;
}


/*------------------------------------*\
    Component: Media Card
\*------------------------------------*/
	
.media-card {
	border-radius: 2px;
	max-width: 355px;
	padding-bottom: 15px;
	text-align: center;
}

.media-card .media-card-img {
	margin: 0;
	width: 100%;
}

.media-card p {
	font-weight: 700;
	padding: 0 10px;
	text-align: center;
}

.media-card .media-card-link {
	border: 2px solid rgba(255, 255, 255, 0);
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 10px 15px;
}

.media-card .media-card-link:hover {
	border: 2px solid rgba(255, 255, 255, 1);
	text-decoration: none;
}

.media-card-light-blue {
	background-color: #619DB5;
}

.media-card-light-blue .media-card-link {
	background-color: #456C7D;
	transition: all 150ms ease-in-out;
}

.media-card-light-blue .media-card-link:hover {
	background-color: #395967;
}

.media-card-green {
	background-color: #94AE49;
}

.media-card-green .media-card-link {
	background-color: #6E7F3B;
	transition: all 150ms ease-in-out;
}

.media-card-green .media-card-link:hover {
	background-color: #5a6830;
}

.media-card-purple {
	background-color: #B193CF;
}

.media-card-purple .media-card-link {
	background-color: #945BCC;
	transition: all 150ms ease-in-out;
}

.media-card-purple .media-card-link:hover {
	background-color: #8341c4;
}

.media-card-orange {
	background-color: #FD6929;
}

.media-card-orange .media-card-link {
	background-color: #FB4E01;
	transition: all 150ms ease-in-out;
}

.media-card-orange .media-card-link:hover {
	background-color: #d94301;
}

.media-card-dark-blue {
	background-color: #609ACA;
}

.media-card-dark-blue .media-card-link {
	background-color: #3181C8;
	transition: all 150ms ease-in-out;
}

.media-card-dark-blue .media-card-link:hover {
	background-color: #2a6fad;
}

.media-card-yellow {
	background-color: #FFCA0A;
}

.media-card-yellow p {
	color: #333;
}

.media-card-yellow .media-card-link {
	background-color: #AB880A;
	transition: all 150ms ease-in-out;
}

.media-cardyellow .media-card-link:hover {
	background-color: #8b6e08;
}


.box-list {
    margin-top: 30px;
}

/*------------------------------------*\
    Component: Material design card (.md-card)
\*------------------------------------*/

.md-card {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	padding: 15px 10px;
}

/*------------------------------------*\
    Component: Hover Card - Profile
\*------------------------------------*/

.hover-card--profile {
	box-shadow: none;
	margin-bottom: 30px;
}
.hover-card--profile .hover-card__bottom {
	padding-left: 0;
}

.hover-card--profile .hover-card__title {
	font-size: 1.5em;
}
.hover-card--profile .profile__title {
	font-style: italic;
	margin: 10px 0;
}
.hover-card--profile .profile__contact {
	margin: 0;
}

/*------------------------------------*\
    Component: Chart
\*------------------------------------*/

.chart-title {
    color: #548654;
    text-align: center;
}

.chart-legend {
    margin-top: 20px;
    text-align: center;
    line-height: 2em;
}

.chart-legend li {
    display: inline-block;
    margin-right: 10px;
}

.chart-legend__color {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.chart-legend__color--green-brand {
    background-color: #18453B;
    background-color: rgba(24,69,59,0.4);
    border: 1px solid rgba(24,69,59,1);
}

.chart-legend__color--green-1 {
    background-color: #5BAA46;
    background-color: rgba(91,170,70,.4);
    border: 1px solid rgba(91,170,70,1);
}

.chart-legend__color--blue-1 {
    background-color: #117EC2;
    background-color: rgba(17,126,194,.4);
    border: 1px solid rgba(17,126,194,1);
}

.chart-legend__color--orange-1 {
    background-color: #DC661E;
    background-color: rgba(220,102,30,.4);
    border: 1px solid rgba(220,102,30,1);
}

.chart-legend__color--yellow-1 {
    background-color: #FECC0A;
    background-color: rgba(254,204,10,.4);
    border: 1px solid rgba(254,204,10,1);
}

.chart-legend__color--purple-1 {
    background-color: #C41489;
    background-color: rgba(196,20,137,.4);
    border: 1px solid rgba(196,20,137,1);
}

@media (max-width: 768px) {
    .chart-scroll-x {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .chart-scroller {
        min-width: 600px;
    }
}

/*------------------------------------*\
    Component: Related Block
\*------------------------------------*/

.related-story-link * {
    pointer-events: none;
}

.related-block__img {
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-height: 250px;
    opacity: .75;
/*transition*/
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.related-block__img:hover {
    opacity: 1;
}

.related-block__heading {
    margin-top: 10px;
    text-shadow: none;
}

/*------------------------------------*\
    Component: Table -- Agenda
\*------------------------------------*/

.table--agenda {
    background: #fff;
    border: 0;
    border-collapse: none;
    border-radius: 2px;
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,.3);
    overflow: hidden;
    text-align: left;
}
.table--agenda tr th,
.table--agenda tr td {
    padding: 10px 20px;
}

.table--agenda thead tr {
    background: #18453B;
    color: #fff;
}
.table--agenda tbody tr {
    border-bottom: 1px solid #ccc;
}
.table--agenda tbody tr:last-of-type {
    border: 0;
}

/*------------------------------------*\
    Component: Form
\*------------------------------------*/
input::-webkit-input-placeholder {
	color: #bfbfbf;
}
input::-moz-placeholder {
	color: #bfbfbf;
}
input:-moz-placeholder {
	color: #bfbfbf;
}
input:-ms-input-placeholder { 
	color: #bfbfbf;
}
.form-container h2,
.form-container h3,
.form-container h4,
.form-container h5,
.form-container h6 {
    color: #00723f;
}

.form-container {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin: 30px 0;
    padding: 15px;
}


.search-advanced-form input[type="text"] {
    border: 1px solid #787878;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 1.3em;
    padding: 8px;
    width: 400px;
    max-width: 100%;
}
.search-advanced-form input[type="submit"]{
    background-color: #18453B;
    color: #fff;  
    border: none;
    border-radius: 2px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 30%), -1px -1px 3px rgb(0 0 0 / 12%);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.search-advanced-form a {
    text-decoration: underline;
}

.search-advanced-form label {
    font-weight: 700;
    font-size: 16px;
}

.form-fieldset {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .form-fieldset {
        margin: 0 0 25px;
    }
}

.form-fieldset--checkbox > div {
    padding-left: 0 !important;
}

.form-fieldset label {
    padding: 5px 10px;
    text-align: right;
}

@media (max-width: 768px) {
    .form-fieldset label {
		padding: 5px 10px 5px 0;
        text-align: left;
    }
}

.form-fieldset--checkbox label {
    text-align: left;
}

.form-input {
    font-size: 1em;
    padding: 5px !important;
    display: block;
    max-width: 375px;
}
@media (max-width: 768px) {
    .form-input {
        max-width: 100%;
    }
}

.form-input.is-invalid {
	border: 1px solid #F00;
}

.form-checkbox {
	width: 22px;
	height: 15px;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.form-checkbox {
		margin-top: 0;
	}
}

.form-select {
	padding: 5px 0 6px 2px !important;
}
.simple-form input[type="checkbox"] {
    display: inline-block;
}
.simple-form--top-labels label {
	display: block;
	margin-bottom: 2px;
	padding: 0 0 2px;
	text-align: left;
}

.simple-form--2-col .uk-form-row {
	margin-top: 0;
}
.simple-form--top-labels .form-input {
	max-width: none;
}

@media only screen and (max-width: 768px) {
	.simple-form--2-col .uk-form-row:last-child {
		margin-top: 25px;
	}
	.simple-form--top-labels .uk-form-row {
	  padding-left: 0;
	}
}


/*------------------------------------*\
    Component: Infowindow
\*------------------------------------*/

.iw p {
    margin: 0 0 8px;
    line-height: 1.5em;
}

/*------------------------------------*\
    Component: Link list
\*------------------------------------*/

.link-list--large li {
    font-size: 1.25em;
    margin-bottom: 15px;
}

.link-list a {
    color: #0A893F;
}

.link-list a:hover {
    color: #0A893F;
    text-decoration: underline;
}

/*------------------------------------*\
    Component: Laurel background
\*------------------------------------*/

.laurel-bg[data-priority="msu"] {
    background: url('../img/laurel-dark-green-half.png') right bottom no-repeat;
}

@media (max-width: 768px) {
    .laurel-bg[data-priority="msu"] {
        background: url('../img/laurel-dark-green-half-sm.png') right bottom no-repeat;
    }
}


.laurel-with-text {
	max-width: 300px;
	margin-top: 1em;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.laurel-with-text {
		margin: 0 auto;
	}
}

.laurel-text {
	display: block;
}

.laurel-text-overlay {
	position: absolute;
	text-align: center;
	top: 38%;
	width: 100%;
}

.laurel-text-light {
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 10px;
}

.laurel-text-heavy {
	font-size: 36px;
	font-weight: 700;
}

/*------------------------------------*\
    Component: Section - full width, alternating background
\*------------------------------------*/

.section--alternating-bg {
    padding: 20px 0;
}

.section--alternating-bg:nth-child(odd) {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*------------------------------------*\
    #PAGE-LEVEL
\*------------------------------------*/

/* #TOP-NAVIGATION STYLES */

header {
    background-color: #eee;
}

.nav-main {
    border-top: none;
}

.nav-top {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
}

.nav-top a {
    color: #18453B;
}

.nav-top a:hover {
    color: #18453B;
}

.nav-top .give-now:hover {
	color: #fefefe;
}

.nav-left li {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.nav-left li:nth-child(2) {
/* this is a hack remove it */
    border-right: none;
}

.nav-dropdown {
    background-color: #eee;
/*box-shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-dropdown.active {
    border-top: 1px solid #e0e0e0;
}

.nav-dropdown li {
    border: none;
}
/* #SHARED STYLES*/

.case-media .media {
    padding: 10px 0;
}

.case-media .media__img {
    font-size: 42px;
}

.case-media .media-title {
    display: block;
    font-weight: 700;
    margin: 15px 0 0 8px;
}
/* #HOME STYLES*/

.home-hero {
/*box-shadow*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.home-news {
    padding: 30px 0 45px;
}

.home-news a {
    color: #424242;
}

.home-news a:hover {
    text-decoration: underline;
}

.home-news__heading {
    margin-bottom: 0;
}

.home-news__item {
    margin-top: 15px;
}

.home-news__subheading {
    font-weight: 500;
    margin: 10px 0 0;
    text-shadow: none;
}

.tabs--home {
    margin-bottom: 45px;
}

.tabs--home li {
    width: 33.3%;
}

@media (max-width: 768px) {
    .tabs--home li {
        border-top: 2px solid #e0e0e0;
        border-bottom: 2px solid #e0e0e0;
        width: 100%;
    }

    .tabs--home li:first-child {
        border-top: none;
    }

    .tabs--home li:last-child {
        border-bottom: none;
    }
}
/* #SIMPLE-PAGE STYLES*/

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4 {
    text-transform: uppercase;
}

.simple-page h1 {
    margin-bottom: .8em;
}

.simple-page h2 {
    margin-bottom: .6em;
}

.simple-page h3 {
    margin-bottom: .5em;
}

.simple-page p + p {
    margin-top: 10px;
}

.simple-primary {
    margin-top: 5px;
}

.side-nav__list {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
/*border-radius*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 0 30px;
}

.side-nav__list li {
    border-bottom: 1px solid #d4d4d4;
}

.side-nav__list li:last-child {
    border-bottom: none;
}

.side-nav__list .item-sub a {
    padding-left: 20px;
}

.side-nav__list .item-sub-sub a {
    padding-left: 40px;
}

.side-nav__list .item-current {
    font-weight: 600;
}

.side-nav__list a {
    color: #424242;
    display: block;
    padding: 8px;
}

.side-nav__list a:hover {
    background-color: #3f5657;
    color: #fff;
}
/* #AGGREGATOR STYLES*/

.agg-list > li {
    margin-bottom: 30px;
}

.agg-cf {
    clear: both;
}
@media (min-width: 768px) and (max-width: 959px) {
	.agg-cf {
		display: none;
	}
}

/* #WHY-GIVE STYLES*/




.laurel-fill__container {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    height: 247px;
}

@media (max-width: 768px) {
    .laurel-fill__container {
        margin: 0;
    }
}

.laurel-fill__text {
    text-align: center;
    top: 33%;
}


.laurel-fill__progress {
    font-size: 1em;
    display: block;
    line-height: 1.1em;
    margin-top: 10px;
}

.laurel-fill__goal {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.laurel-fill__fluid {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
/*transition*/
    -webkit-transition: height 5s ease-out;
    -moz-transition: height 5s ease-out;
    -o-transition: height 5s ease-out;
    transition: height 5s ease-out;
}

.laurel-fill__img {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* #PRIORITY STYLES*/


.priority-quote {
    margin: 45px 0;
}

@media only screen and (min-width: 768px) {
    .priority-quote {
        margin: 75px 0 0;
    }
}




/* #EMPOWER STYLES*/

.empower-title {
    display:inline-block;
    color:#fff;
    font-size:3em;
    line-height:1.3em;
    margin-top:70px;
    text-shadow:2px 2px 3px rgba(0,0,0,.3);
}

/* XS: only extra small devices (phones) */
@media only screen and (max-width: 767px) {
    .empower-title {
        font-size: 2em;
    }
}

.empower-funding .btn {
    display: inline-block;
}

.empower-funding__goal {
    font-size: 22px;
    float: right;
    margin: 20px 0 11px;
}

.empower-funding__desc {
    margin: 15px 0 10px;
}

.empower-priority {
    border: 1px solid #bdbdbd;
    background-color: #fff;
}

.empower-priority img {
	border-radius: 0;
	margin: 0;
}

.empower-priority-container {
	border-top: 1px solid #ccc;
	padding: 0 15px 15px;
}

/* #STORY STYLES*/

.search-advanced-form {
	margin: 20px 0 25px;
}

.search-advanced-form .fieldset {
	position: relative;
}

.search-module {
	width: 100%;
}

.search-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

@media screen and (max-width:479px) {
	.search-bar {
		margin-bottom: 10px !important;
	}
}

.search-large {
    color: #444;
    border: 1px solid #a9a9a9;
    float: left;
    font-size: 16px;
    padding: 9px 10px;
	flex: 9 1 auto;
    align-self: auto;
	width: 90%;
}
#story-search-btn.search-icon-button {
	font-family: FontAwesome;
    background-color: #3C494F;
    border: 1px solid #3C494F;
    border-radius: 0 2px 2px 0;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 9px 12px 10px;
    margin-left: -2px;
	flex: 1 1 auto;
    align-self: auto;
}

.btn-inset {
	border: 1px solid rgba(0,0,0,0);
	color: #777;
	cursor: pointer;
	float: left;
	font-size: 14px;
	padding: 6px 4px;
	transition: all .3s ease-out;
}
.btn-inset:hover {
	color: #444;
}
.btn-inset.is-active {
    background: -webkit-linear-gradient(top, #f0f0f0, #eee);
  	background: linear-gradient(top,#eee,#e0e0e0);
	border: 1px solid #d7d7d7;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.08);
	color: #444;
}

@media only screen and (min-width: 768px) {
	.btn-inset {
		font-size: 16px;
		padding: 6px;
	}
}

.search-clear {
	margin-left: 15px;
}

.search-advanced-module {
	overflow: hidden;
	max-height: 0;
	transition: .3s all ease-in-out;
}
.search-advanced-module.is-active {
	max-height: 400px;
	margin: 20px 0;
}

.search-advanced-container {
	padding: 0 0 20px
}

.filter-label {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 5px;
}

#honor-roll-search {
    margin: 30px 0 35px;
}

.text-uppercase {
    text-transform: uppercase;
}

.honor-roll-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
}

.honor-roll-item {
    flex: 1 0 100%;
    margin: 0 0 18px 0;
}

@media screen and (min-width:480px) {
    .honor-roll-item {
        flex: 1 0 48%;
        margin: 0 2% 18px 0;
    }
}


/*
*** These are overrides of the Chosen plugins styles
*/

.chosen-choices {
	padding: 5px 7px !important;
    background-image: none !important;
}

.chosen-choices input {
	color: #ccc !important;
	font-family: 'Gotham SSm A', 'Gotham SSm B',  Sans-Serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}

.search-choice {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    border-radius: 2px !important;
}



.story-content[data-priority="engine"]:not(.suppress-laurel) {
    background: url('../img/story-background-engine.png') right bottom no-repeat;
}

.story-content[data-priority="vibrant"]:not(.suppress-laurel) {
    background: url('../img/story-background-vibrant.png') right bottom no-repeat;
}

.story-content[data-priority="global"]:not(.suppress-laurel) {
    background: url('../img/story-background-global.png') right bottom no-repeat;
}

.story-content[data-priority="force"]:not(.suppress-laurel) {
    background: url('../img/story-background-force.png') right bottom no-repeat;
}


@media (max-width: 768px) {
    .story-content[data-priority="engine"]:not(.suppress-laurel) {
        background: url('../img/story-background-engine-sm.png') right bottom no-repeat;
    }

    .story-content[data-priority="vibrant"]:not(.suppress-laurel) {
        background: url('../img/story-background-vibrant-sm.png') right bottom no-repeat;
    }

    .story-content[data-priority="global"]:not(.suppress-laurel) {
        background: url('../img/story-background-global-sm.png') right bottom no-repeat;
    }

    .story-content[data-priority="force"]:not(.suppress-laurel) {
        background: url('../img/story-background-force-sm.png') right bottom no-repeat;
    }
}

.story-content blockquote {
	padding: 0 50px;
}

.story-content blockquote:before {
	left: 0;
}

.story-content__body {
    font-size: 16px;
}

.story-content__heading {
    margin-top: 0;
}

@media (max-width: 768px) {
    .story-content__heading {
        display: none;
    }
}

.story-content__heading--mobile {
    display: none;
}

@media (max-width: 768px) {
    .story-content__heading--mobile {
        display: block;
    }
}

.story-content__subheading {
	color: #444;
	font-style: italic;
	font-weight: 300;
	line-height: 1.3em;
}

.story-content__img-container-float-right,
.story-content__img-container-float-left, {
	float: none;	
}

@media (min-width: 768px) { 
	.story-content__img-container-float-right {
		float: right;	
	}
	.story-content__img-container-float-left {
		float: left;	
	}
}

@media only screen and (min-width: 1219px) {
    .story-content__subheading {
        font-size: 18px
    }
}

.story-content__published {
	color: #767676;
	display: block;
	font-size: 85%;
    font-weight: bold;
}

.story-content__offset-img {
    margin: 0 15px 15px 0;
    position: relative;
}

.story-content[data-priority="engine"] .story-content__offset-img {
    border-bottom: 10px solid #7c1746;
}

.story-content[data-priority="vibrant"] .story-content__offset-img {
    border-bottom: 10px solid #dc651e;
}

.story-content[data-priority="global"] .story-content__offset-img {
    border-bottom: 10px solid #007dc5;
}

.story-content[data-priority="force"] .story-content__offset-img {
    border-bottom: 10px solid #5ca038;
}

.story--donor-profile .story-content__spacefill {
    margin-top: 274px;
} 

@media (max-width: 768px) {
    .story--donor-profile .story-content__spacefill {
        margin-top: 0;
    }
}

.btn--story-side {
	float: left;
	margin-top: 0;
}

.story--donor-profile .story-content__offset {
    margin-top: -150px;
    margin-left: -192px;
}


@media (max-width: 768px) {
    .story--donor-profile .story-content__offset {
        margin: 0;
    }
}

.story--video .story-content__subheading {
    margin-top: 11px;
}

.story--video .story-content__offset {
    float: none;
    margin: 15px 0;
}

/* MD+: medium and up (iPad) */
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1219px) {
    .story--video .story-content__offset {
        margin: 0 -200px 0 25px;
        float: right;
    }
}

@media only screen and (min-width : 1824px) {
    .story--video .story-content__offset {
        margin: 0 -350px 0 25px;
    }
}

/*
@media (min-width: 1490px) {
    .story--video .story-content__offset {
        margin: 5px -200px 0 15px;
    }
}
*/

.story--video .story-content__subheading {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .story--video .story-content__subheading {
        margin-top: 0;
    }
    .story--video iframe {
        width: 100%;
    }
}

.story--old-buzz .story-content__img {
    margin: 15px 0 15px 0;
}

@media only screen and (min-width: 768px) {
	.story--old-buzz .story-content__img {
		margin: 15px 0 15px 15px;
	}
}

.story--video-feature .btn--story-side {
	float: none !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	height: 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container--vimeo {
    overflow: initial;
    margin-bottom: 65px;
}





/* #COLLEGE CASE STYLES */

.college-case-hero {
    height: 450px;
    position: relative;
}

.college-case-title-container {
    position: absolute;
    bottom: 40px;
}

.college-case-title-container > * {
    margin: 0;
}

.college-case-empower {
    display: block;
    margin-bottom: 30px;
}

.college-case-supporting {
    margin: 0 0 5px 4px;
}

.hero-md-college-title {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1em;
    margin: 0 0 0 5px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3);
    text-transform: uppercase;
}

.college-case-quote {
    margin-top: 40px;
}

.priority-accordion-top {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    overflow: hidden;
    padding: 50px 0;
/*transition*/
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.priority-accordion[data-priority="engine"] .priority-accordion-top:hover,
.priority-accordion[data-priority="engine"].open .priority-accordion-top {
    border-bottom: 3px solid #7c1746;
}

.priority-accordion[data-priority="vibrant"] .priority-accordion-top:hover,
.priority-accordion[data-priority="vibrant"].open .priority-accordion-top {
    border-bottom: 3px solid #dc661e;
}

.priority-accordion[data-priority="global"] .priority-accordion-top:hover,
.priority-accordion[data-priority="global"].open .priority-accordion-top {
    border-bottom: 3px solid #007dc5;
}

.priority-accordion[data-priority="force"] .priority-accordion-top:hover,
.priority-accordion[data-priority="force"].open .priority-accordion-top {
    border-bottom: 3px solid #5ca038;
}

/*
.priority-accordion[data-priority="engine"] .priority-accordion-bottom {
    background: url('../img/laurel-engine.png') no-repeat 0 bottom;
}

.priority-accordion[data-priority="vibrant"] .priority-accordion-bottom {
    background: url('../img/laurel-vibrant.png') no-repeat 100% bottom;
}

.priority-accordion[data-priority="global"] .priority-accordion-bottom {
    background: url('../img/laurel-global.png') no-repeat 0 bottom;
}

.priority-accordion[data-priority="force"] .priority-accordion-bottom {
    background: url('../img/laurel-force.png') no-repeat 100% bottom;
}
*/

.priority-accordion .btn:hover {
	border: 1px solid rgba(0,0,0,0);
    color: #fff;
}

.priority-accordion[data-priority="engine"] .btn:hover {
    background-color: #7c1746;
}

.priority-accordion[data-priority="vibrant"] .btn:hover {
    background-color: #dc661e;
}

.priority-accordion[data-priority="global"] .btn:hover {
    background-color: #007dc5;
}

.priority-accordion[data-priority="force"] .btn:hover {
    background-color: #4C842E;
}

.priority-accordion-grid > div {
    padding: 50px 0;
}

@media (max-width: 768px) {
    .priority-accordion-grid > div {
        padding: 25px;
    }
}

.priority-accordion .priority-accordion-bottom {
    max-height: 0;
    overflow: hidden;
/*transition*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.priority-accordion.open .priority-accordion-bottom {
    max-height: 2000px;
}

.priority-accordion.open .accordion-sign.fa-plus {
    opacity: 0;
}

.priority-accordion.open .accordion-sign.fa-minus {
    opacity: 1;
}

.priority-accordion .accordion-sign {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
/*transition*/
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.priority-accordion .accordion-sign.fa-plus {
    opacity: 1;
}

.priority-accordion .accordion-sign.fa-minus {
    opacity: 0;
}

.college-contact-info {
    float: left;
    margin-left: 20px;
}

.section-contact .contact-name {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

/* Component: Border Bottom List */

.border-bottom-list {
    border-bottom: 1px solid #ccc;
    display: flex;
}

.border-bottom-list button {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #767676;
    font-size: 17px;
    padding: 8px 15px;
}

.border-bottom-list button:hover {
    border-bottom: 2px solid rgba(7, 98, 41, 0);
    color: #076229;
}

/* #CROWDFUNDING STYLES */

.crowdfunding-agg-stats {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 12%, rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 12%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 12%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	margin-top: -54px;
    padding: 0 12px 6px;
    position: relative;
}

.crowdfunding-desc__grid {
    margin-top: 30px;
}

.crowdfunding-desc__icon {
    color: #3f5657;
    font-size: 48px;
}

.crowdfunding-give-now {
    font-weight: 500;
}

.stacked-panels {
	margin-bottom: -175px;
    transform: translateY(-175px);
	transition: .3s ease-out;
}

@media (max-width: 768px) {
    .stacked-panels {
    	transform: translateY(0);
		margin-bottom: 25px !important;
    }
}

.panel--crowdfunding {
/*box-shadow*/
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.22);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.22);
    box-shadow: 0 4px 6px rgba(0,0,0,.22);
    padding: 15px;
    position: relative;
}

.panel--crowdfunding .funded-stat {
    display: block;
    font-size: 2.5em;
    font-weight: 300;
    margin: 15px 0 10px;
}

.panel--crowdfunding .funded-label {
    /*color: #757575;*/
    display: block;
    font-size: .8em;
    font-weight: 800;
}

.panel--crowdfunding:last-child {
	margin-bottom: 25px;
}

.crowdfunding-thermometer {
    position: relative;
    height: 130px;
}

.crowdfunding-theromemter__img {
    border-radius: 0 !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.crowdfunding-theromemter__fluid {
    background-color: #18453B;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 118px;
/*transition*/
    -webkit-transition: height 4s ease-out;
    -moz-transition: height 4s ease-out;
    -o-transition: height 4s ease-out;
    transition: height 4s ease-out;
}

.crowdfunding-stats-list li {
    margin-bottom: 25px;
}

.crowdfunding-stats-list li:first-child {
    margin-top: 10px;
}

.crowdfunding-stats-list li:last-child {
    margin-bottom: 10px;
}

.social-buttons--crowdfunding {
    margin: 45px 0;
}

.media-list--crowdfunding li {
    padding: 20px;
}

.media-list--crowdfunding li:hover .media__img {
    color: #5ca038;
}

.media-list--crowdfunding .media__img {
    color: #18453B;
    font-size: 30px;
    margin-right: 20px;
/*transition*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.media-list--crowdfunding .media__img > * {
    line-height: 46px;
}

.media-list--crowdfunding .media__body-user {
    display: block;
    font-size: 1.2em;
}

.media-list--crowdfunding .media__body-amount {
    display: block;
    font-weight: 400;
}
/* #CONTACT-US STYLES */

#contact-us-search .search {
    border: 1px solid #bdbdbd;
/*border-radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
/*box-shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.2em;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    width: 100%;
}

#contact-us-search .search:focus {
/*box-shadow*/
    -webkit-box-shadow: 0 0 2px #5ca038;
    -moz-box-shadow: 0 0 2px #5ca038;
    box-shadow: 0 0 2px #5ca038;
}

.contact-card-details > span {
    display: block;
}

/* 404 and error STYLES */

.header-error {
    margin: 75px 0 20px !important;
    text-transform: uppercase;
}

.holiday-give-button {
	display: none;
	position: absolute;
	margin: auto;
	top: 0;
	text-align: center;
}

@media (min-width: 960px) {
	.holiday-give-button {
		display: inline-block;
	    right: 41%;
	}
}

@media (min-width: 1220px) {
	.holiday-give-button {
	    right: 48%;
	}
}

.swing {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation: swing 5s ease-in-out;
}

@keyframes swing {
    17% { transform: rotate(-6deg); }
	33% { transform: rotate(6deg); }
	50% { transform: rotate(-6deg); }
	66% { transform: rotate(6deg); }
	84% { transform: rotate(-6deg); }
}

/*------------------------------------*\
    Code Snippet
\*------------------------------------*/

ul.agg-list.code-snippet_story-card {
    list-style-type: none;
    padding-left: 0;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

/* XS: only extra small devices (phones) */
@media only screen and (max-width: 767px) {

}

/* MD: only medium devices (iPad) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* MD+: medium and up (iPad) */
@media only screen and (min-width: 768px) {

}

/* LG: only large devices (11" laptop, old 4:3 desktop) */
@media only screen and (min-width: 960px) and (max-width: 1219px) {

}

/* LG+: large and up (11" laptop, old 4:3 monitor) */
@media only screen and (min-width: 1219px) {
}

/* XLG+: extra-large devices (15" laptop, old 16:9 monitor) */
@media only screen and (min-width: 1220px) {
    
}

/* XXL+: (24" HD monitor) */
@media only screen and (min-width : 1824px) {

}

/* 2X: Retina specific */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}

/*privacy statement styles only*/
.privacy-statement span.p-indent {
    display:inline-block;
    margin-left:30px;
}
.privacy-statement lh {
    display:inline-block;
    margin-bottom:0.5em;
    margin-left:-30px;
}