/* ------------------------------------ */
/* ---------- Reset Browser ----------- */
/* ------------------------------------ */

@import url("reset.css");

/* ------------------------------------ */
/* ------------- Fonts ---------------- */
/* ------------------------------------ */

@import url("//hello.myfonts.net/count/2ea17c");
@import url("tradegothicltpro.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/* ------------------------------------ */
/* ---------- General styles ---------- */
/* ------------------------------------ */

* {
	font-smooth: antialiased;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
html {
	overflow-x: hidden;
	position: relative;
}
body {
	overflow-x: hidden;
	width: 100%;
	background: #ffffff;
	position: relative;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.clear {
	clear: both;
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.container {
	width: 1024px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#page {
	width: 100%;
	margin: auto;
	z-index: 100;
	overflow: hidden;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell.al-top {
	vertical-align: top;
}
.btn,
.wysiwyg .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff!important;
	font-weight: 300;
	padding: 12px 20px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background: #f57814;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.btn.grey,
.wysiwyg .btn.grey {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 17px;
	color: #969696!important;
	font-weight: 300;
	padding: 8px 20px 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	border: solid 1px #969696;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.wysiwyg .btn {
	margin-bottom: 22px;
}
.btn .fa,
.wysiwyg .btn .fa {
	margin-left: 20px;
}
.btn .text,
.wysiwyg .btn .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn .bg,
.wysiwyg .btn .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #c05d0e;
	z-index: 100;
}
.btn .bg:after,
.wysiwyg .btn .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #c05d0e transparent transparent transparent;
}
.btn.grey .bg,
.wysiwyg .btn.grey .bg {
	background: #969696;
}
.btn.grey .bg:after,
.wysiwyg .btn.grey .bg:after {
	border-color: #969696 transparent transparent transparent;
}
.btn:hover .bg,
.btn.active .bg,
.wysiwyg .btn:hover .bg {
	left: 0px;
	right: 0px;
}
.btn:hover,
.btn.active,
.wysiwyg .btn:hover {
	color: #ffffff!important;
}
.btn.grey:hover,
.btn.grey.active,
.wysiwyg .btn.grey:hover {
	color: #ffffff!important;
}
.loading {
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: url('../images/loadingGif.gif') no-repeat center;
	width: 60px;
	height: 60px;
	display: none;
	background-size: 100% 100%;
}

/* ----------------------------------- */
/* ---------- Header styles ---------- */
/* ----------------------------------- */

.site-header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	border: solid 6px #ffffff;
	z-index: 20000;
	height: 73px;
	background: rgba(255,255,255,0.96);
}
.logged-in .site-header {
	top: 32px;
}
.site-header:after {
	clear: both;
	content: "";
	display: block;
}

/* toggle-main-menu */
.toggle-main-menu {
	height: 73px;
	background: #fe230a;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 20px;
	font-family: 'TradeGothicLTPro-Cn18';
	font-size: 22px;
	line-height: 22px;
}
.toggle-main-menu .icon {
	width: 40px;
	height: 32px;
	position: relative;
	margin: auto;
}
.toggle-main-menu .icon .bar {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0px;
	right: 0px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-radius: 2px;
}
.toggle-main-menu .icon .top-bar {
	top: 0px;
}
.toggle-main-menu .icon .top-bar.middle {
	top: 14px;
}
.toggle-main-menu .icon .top-bar.rotate {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-main-menu .icon .middle-bar {
	top: 14px
}
.toggle-main-menu .icon .bottom-bar {
	top: 28px;
}
.toggle-main-menu .icon .bottom-bar.middle {
	top: 14px;
}
.toggle-main-menu .icon .bottom-bar.rotate {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-main-menu .text {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 20px;
}

/* logo */
.site-header .logo {
	width: 393px;
	height: 132px;
	margin-left: calc((100% - 1024px) / 2);
	float: left;
}
.site-header .logo img {
	display: block;
	width: 100%;
	margin-top: 7px;
}

/* Search Form */
.search-form {
	float: right;
	position: relative;
}
.search-form .show-search {
	width: 63px;
	height: 73px;
	cursor: pointer;
	background: url('../images/search-icon.png') no-repeat center transparent;
	position: relative;
	z-index: 2020;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.search-form.active .show-search,
.search-form .show-search:hover {
	background-color: #e8e6e5;
}
.search-form form {
	position: absolute;
	right: 100%;
	top: 0px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    z-index: 2010;
    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.search-form.active form {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.search-form .field {
	width: 332px;
	height: 73px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #e8e6e5;
	color: #969696;
	margin: 0;
	padding: 0 25px;
	border: none;
}
.search-form .field::-webkit-input-placeholder {
    color: #969696;
}
.search-form .field:-moz-placeholder {
    color: #969696;
    opacity: 1;
}
.search-form .field::-moz-placeholder {
    color: #969696;
    opacity: 1;
}
.search-form .field:-ms-input-placeholder {
    color: #969696;
}

/* social */
.site-header .social {
	float: right;
	height: 73px;
	font-size: 22px;
	line-height: 46px;
	margin-right: 20px;
}
.site-header .social ul {
	display: block;
	border-left: solid 1px #d9d8d7;
	padding-left: 20px;
}
.site-header .social ul:after {
	content: "";
	clear: both;
	display: block;
}
.site-header .social ul li {
	float: left;
	margin-right: 15px;
}
.site-header .social ul li:last-of-type {
	margin-right: 0;
}
.site-header .social ul li a {
	display: block;
	color: #969696;
}
.site-header .social ul li a:hover {
	color: #ff9600;
}

/* hotline */
.site-header .hotline {
	float: right;
	height: 73px;
	display: block;
	margin-right: 20px;
}

/* Top-menu */
.site-header .top-menu {
	float: right;
	font-size: 20px;
	line-height: 73px;
	margin-right: 20px;
	font-family: 'TradeGothicLTPro-Cn18'
}
.site-header .top-menu ul {
	display: block;
}
.site-header .top-menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.site-header .top-menu ul li {
	float: left;
	margin-right: 6px;
}
.site-header .top-menu ul li:last-of-type {
	margin-right: 0;
}
.site-header .top-menu ul li a {
	display: block;
	color: #505050;
	padding: 0 15px;
	text-transform: uppercase;
}
.site-header .top-menu ul li.donate a {
	color: #ffffff;
	background: #ff9600!important;
}
.site-header .top-menu ul li a:hover {
	background: #e8e7e6;
}

/* ----------------------------------- */
/* ------- Main Menu styles ---------- */
/* ----------------------------------- */

.main-menu {
	position: fixed;
	top: 85px;
	left: 0px;
	width: 100%;
	height: calc(100% - 85px);
	z-index: 10000;
	background: rgba(0,0,100,0.98);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 6px #ffffff;
	border-bottom: none;
	border-right: none;
	border-top: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    overflow: auto;
}
.logged-in .main-menu {
	top: 117px;
}
.main-menu.active {
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.main-menu:after {
	content: "";
	clear: both;
	display: block;
}
.main-menu .menu-column {
	width: 33.333333%;
	height: 100%;
	background: #ffffff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu .menu-column .table .table-row .table-cell {
	background-color: #ff8200;
	border-bottom: solid 6px #ffffff;
	border-right: solid 6px #ffffff;
	background-position: center;
	background-size: cover;
}
.main-menu .menu-column .table .table-row .table-cell .table .table-cell {
	background-color: transparent;
	border-bottom: none;
	border-right: none;
	background-position: center;
	background-size: cover;
}
.main-menu .menu-column .menu-item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu .menu-column .menu-item li {
	list-style-type: none;
}
.main-menu .menu-column .menu-item:last-of-type {
	border-bottom: none;
}
.main-menu .menu-column .menu-item .menu-item-title {
	padding: 25px;
}
.main-menu .menu-column .menu-item h3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 45px;
	line-height: 45px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 0 10px;
	font-family: 'TradeGothicLTPro-BdCn20'
}
.main-menu .menu-column .single-link-holder {
	height: 1px;
}
.main-menu .menu-column .menu-item .single-link {
	display: block;
	padding: 100px 25px;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu .menu-column .menu-item .single-link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 45px;
	line-height: 45px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 0 10px;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.main-menu .menu-column .menu-item .single-link:hover span,
.main-menu .menu-column .menu-item .current_page_item .single-link span {
	color: rgba(255,255,255,0.75);
	border-top: solid 3px rgba(255,255,255,0.75);
	border-bottom: solid 3px rgba(255,255,255,0.75);
}
.main-menu .menu-column .menu-item .submenu {
	position: relative;
	font-size: 17px;
	line-height: 17px;
	padding: 0 25px 25px 25px;
}
.main-menu .menu-column .menu-item .submenu ul li {
	display: block;
	margin-bottom: 5px;
}
.main-menu .menu-column .menu-item .submenu ul li:last-of-type {
	margin-bottom: 0px;
}
.main-menu .menu-column .menu-item .submenu ul li a {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 6px 15px 8px;
	border: solid 1px transparent;
}
.main-menu .menu-column .menu-item .submenu ul li a:hover,
.main-menu .menu-column .menu-item .submenu ul li.current_page_item a {
	border-color: #ffffff;
}

/* ------------------------------ */
/* --------- Banner Styles ------ */
/* ------------------------------ */

/* interior-banner */
.interior-banner {
	position: relative;
	height: 425px;
	background: #000000;
	z-index: 1950;
	margin-bottom: 6px;
}
.interior-banner .image {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-position: top center;
	background-size: cover;
}

/* section-title */
.section-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 1024px;
	padding: 15px 90px 12px calc((100% - 1024px) / 2);
	background: rgba(245,120,20,0.9);
}
.section-title h2 {
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 8px;
	font-family: 'league-gothic';
	text-transform: uppercase;
}
.section-title h3 {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.section-title h2:last-child {
	margin-bottom: 0;
}

/* ------------------------------------- */
/* -------- Site main Styles ----------- */
/* ------------------------------------- */

.site-main {
	position: relative;
	padding-bottom: 50px;
}
.site-main.confirmation {
	padding-top: 50px;
	text-align: center;
	background: url('../images/confirmation-bg.jpg') repeat;
}
.site-main.confirmation:before {
	position: absolute;
	content: "";
	background: url('../images/confirmation-icon.png') no-repeat;
	width: 168px;
	height: 168px;
	background-size: 100% 100%;
	left: 50%;
	margin-left: -84px;
	top: -130px;
	z-index: 2100;
}
.site-main.full-width.confirmation::after {
    display: none;
}
.site-main.no-pb {
	padding-bottom: 0;
}
.site-main.full-width:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc((100% - 1024px) / 2);
	height: 57px;
	border-bottom: solid 1px #e4e4e5;
	content: "";
}
.site-main .container:after {
	content: "";
	clear: both;
	display: block;
}

/* site-main-content */
.site-main-content {
	float: left;
	width: 74%;
}
.full-width .site-main-content {
	float: none;
	width: auto;
}

/* page-top-bar */
.page-top-bar {
	height: 57px;
	border-bottom: solid 1px #e4e4e5;
	margin-bottom: 50px;
	position: relative;
	padding-right: 40px;
}
.page-top-bar:last-child {
	margin-bottom: 0
}
.full-width .page-top-bar {
	padding-right: 0;
}
.page-top-bar .right-bg {
	position: absolute;
	content: "";
	width: 2000px;
	top: 0px;
	bottom: -1px;
	right: 100%;
	border-bottom: solid 1px #e4e4e5;
}
.page-top-bar .right-bg:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 57px 35px 0 0;
	border-color: #eaeaea transparent transparent transparent;
	top: 0px;
	right: 41px;
}
.page-top-bar .right-bg:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 76px;
	bottom: 0px;
	left: 0px;
	background: #eaeaea;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 14px;
	line-height: 14px;
	height: 57px;
	position: relative;
	background: #f4f4f4;
	padding: 0 35px;
	margin-left: -35px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.breadcrumbs:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 57px 35px 0 0;
	border-color: #f4f4f4 transparent transparent transparent;
}
.breadcrumbs:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 57px 35px;
	border-color: transparent transparent #f4f4f4 transparent;
}
.breadcrumbs-ct {
	overflow: auto;
	height: 57px;
}
.breadcrumbs ul {
	display: block;
	white-space: nowrap;
}
.breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
	color: #939598;
	margin-right: 10px;
}
.breadcrumbs ul li:last-of-type {
	margin-right: 0px;
}
.breadcrumbs ul li.active {
	color: #7c81b8;
}
.breadcrumbs ul li a {
	color: #939598;
}
.breadcrumbs ul li a:hover {
	color: #7c81b8;
}

/* top-bar-right */
.top-bar-right {
	float: right;
	max-width: 48%;
}
.top-bar-right:after {
	clear: both;
	content: "";
	display: block;
}

/* share */
.share {
	float: right;
	height: 57px;
	z-index: 1900;
	position: relative;
}
.share .show-share-items {
	cursor: pointer;
	background: url('../images/share-icon.png') no-repeat center left;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 38px;
}
.share .show-share-items:hover,
.share .show-share-items.active {
	color: #7c81b8;
}
.share .share-items {
	background: #7c81b8;
	position: absolute;
	overflow: hidden;
	left: 0px;
	right: 0px;
	top: 100%;
	display: none;
}
.share .share-items li {
	height: 46px;
	position: relative;
}
.share .share-items li a {
	display: block;
	height: 46px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 46px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.share .share-items li a:hover {
	color: #10167f;
}
.share .share-items li:nth-of-type(1) a {
	top: -100%;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	z-index: 1981;
}
.share .share-items li:nth-of-type(2) a {
	top: -200%;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 1982;
}
.share .share-items li:nth-of-type(3) a {
	top: -300%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1983;
}
.share .share-items li:nth-of-type(4) a {
	top: -400%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1984;
}
.share .share-items li:nth-of-type(5) a {
	top: -500%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1985;
}
.share .share-items li:nth-of-type(6) a {
	top: -600%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1986;
}
.share .share-items li:nth-of-type(7) a {
	top: -700%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1987;
}
.share .share-items li:nth-of-type(8) a {
	top: -800%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1988;
}
.share .share-items li:nth-of-type(9) a {
	top: -900%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1989;
}
.share .share-items li:nth-of-type(10) a {
	top: -1000%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1990;
}
.share .share-items.active li a {
	top: 0px!important;
}

/* archive-link */
.archive-link {
	float: right;
	height: 57px;
	z-index: 1900;
	position: relative;
	margin-right: 40px;
}
.archive-link a {
	cursor: pointer;
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	display: block;
	height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 38px;
	position: relative;
}
.archive-link a:hover {
	color: #7c81b8;
}
.archive-link a:before {
	background: url('../images/news-archive-icon.png') no-repeat center;
	width: 21px;
	height: 29px;
	background-size: 21px 21px;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.archive-link a:after {
	background: url('../images/news-archive-icon-active.png') no-repeat center;
	width: 21px;
	height: 29px;
	background-size: 21px 21px;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.archive-link a:hover::before {
	opacity: 0;
}
.archive-link a:hover::after {
	opacity: 1;
}

/* subscribe-link */
.subscribe-link {
	float: right;
	height: 57px;
	z-index: 1900;
	position: relative;
}
.subscribe-link a {
	cursor: pointer;
	background: url('../images/subscribe-icon.png') no-repeat center left;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 38px;
	display: block;
}
.subscribe-link a:hover {
	color: #ff9600;
}

/* upload-link */
.upload-link {
	float: right;
	height: 57px;
	z-index: 1900;
	position: relative;
	margin-left: 40px;
}
.upload-link a {
	cursor: pointer;
	background: url('../images/upload-icon.png') no-repeat center left;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 30px;
	display: block;
}
.upload-link a:hover {
	color: #000064;
}

/* member-upload */
.member-upload {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000000;
	background: rgba(0,0,100,0.95);
	overflow: auto;
	-webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	display:none;
}
.member-upload.active {
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display:block;
}
.member-upload form {
	position: relative;
}
.member-upload .member-upload-top {
	position: relative;
	color: #ffffff;
	padding: 50px 90px 50px 0;
}
.member-upload .member-upload-top .close {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 60px;
	height: 60px;
	border: solid 1px #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -30px;
	background: url('../images/close-member-upload-icon.png') no-repeat center;
	cursor: pointer;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.member-upload .member-upload-top .close:hover {
	opacity: 0.8;
}
.member-upload .member-upload-top h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	line-height: 35px;
	color: #ff9600;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin-bottom: 20px;
}
.member-upload .member-upload-top h3 img {
	display: block;
	margin-left: 30px;
}
.member-upload .member-upload-form {
	padding-bottom: 50px;
}
.member-upload .member-upload-form .form-row:after {
	content: "";
	clear: both;
	display: block;
}
.member-upload .member-upload-form .form-row.first li {
	width: 31.333333%;
	margin-right: 3%;
	float: left;
}
.member-upload .member-upload-form .form-row.first li:nth-of-type(3) {
	margin-right: 0;
}
.member-upload .member-upload-form .form-row.second li {
	margin-right: 3%;
	float: left;
}
.member-upload .member-upload-form .form-row.second li:nth-of-type(1) {
	width: 65.666667%;
}
.member-upload .member-upload-form .form-row.second li:nth-of-type(2) {
	width: 31.333333%;
	margin-right: 0;
}
.member-upload .member-upload-form .form-row.last {
	padding-right: 170px;
	margin-bottom: 0;
	position: relative;
	margin-top: 30px;
}
.member-upload .member-upload-form .form-row.last:before {
	content: "*  Mandatory Fields";
	position: absolute;
	left: 0px;
	top: 12px;
	font-size: 12px;
	line-height: 19px;
	color: #7c81b8;
}
.member-upload .member-upload-form .form-row.last:after {
	content: "";
	display: block;
	clear: both;
}
.member-upload .member-upload-form .form-row.last .gfield_label {
	display: none;
}
.member-upload .member-upload-form .form-row.last .gfield {
	float: right;
}
.member-upload .gform_footer {
    padding-top: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}
.member-upload .gform_footer input[type="submit"] {
    padding: 14px 20px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	/*width: 100%;*/
}
.member-upload .ginput_counter {
	color: #7c81b8;
	font-size: 12px;
	line-height: 19px;
}
.member-upload .gform_wrapper label {
    color: #ff9600;
}
.member-upload input[type="file"] {
    display: none;
}
.member-upload input[type="file"] {
    display: none;
}
.member-upload .gform_drop_instructions {
	display: none;
}
.member-upload .gfield_description, .member-upload .ginput_preview {
	color: #FFFFFF;
}
.member-upload .gform_button_select_files {
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 22px;
	line-height: 58px;
	height: 58px;
	text-align: center;
	padding: 0 25px 0 94px;
	color: #ffffff;
	background: url('../images/member-upload-attach-icon.png') no-repeat #7c81b8;
	background-position: 20px 12px;
	cursor: pointer;
	margin-bottom: 0;
	text-transform: uppercase;
	width: 100%;
	display: block;
	border: none;
}
.member-upload .gform_button_select_files:hover {
	background-color: #616592;
}
.member-upload .member-upload-form .form-row.last .validation_message {
    padding: 0;
}
.member-upload .member-upload-form .form-row.last .validation_message ul {
    display: block;
    font-size: 14px;
    line-height: 14px;
}
.member-upload .member-upload-form .form-row.last .validation_message li {
	display: none;
    width: auto;
	margin-right: 0;
	float: none;
	margin-bottom: 0px;
	padding: 10px;
}
.member-upload .member-upload-form .form-row.last img.gform_delete {
	float:right;
	margin-top: 5px;
	cursor: pointer;
}
.member-upload .member-upload-form .form-row.last .ginput_preview strong::after {
	content: "Remove";
	display: inline-block;
	color: #cc0000;
	margin-right: 3px;
	margin-left: 20px;
	font-weight: normal;
	float: right;
}
.member-upload #extensions_message {
	display: none;
}
.moxie-shim {
	width: auto!important;
}
.member-upload #field_2_14 textarea {
	height: 58px;
}

/* Entry Styles */
.entry {
	position: relative;
	padding-right: 100px;
}
.entry.full {
	padding-right: 0;
}
.entry.al-center {
	text-align: center;
}
.entry:after {
	clear: both;
	content: "";
	display: block;
}

/* WYSIWYG Styles */
.wysiwyg {
}
.wysiwyg strong {
	font-weight: 700;
}
.wysiwyg p {
	margin-bottom: 22px;
}
.wysiwyg i:not(.fa) {
	font-style: italic;
}
.wysiwyg .red {
	color: #fe230a;
}
.wysiwyg h1 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #ff8200;
	font-family: 'League-Gothic';
	text-transform: uppercase;
}
.confirmation .wysiwyg h1 {
	font-size: 65px;
	line-height: 65px;
	border-top: solid 3px #ff8200;
	border-bottom: solid 3px #ff8200;
	padding: 11px 15px 7px;
	margin-bottom: 35px;
	color: #ff8200;
	display: inline-block;
	vertical-align: top;
	font-family: 'League-Gothic';
	text-transform: uppercase;
}
.wysiwyg h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #ff8200;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	text-transform: uppercase;
}
.wysiwyg h3 {
	font-size: 24px;
	line-height: 24px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	color: #ff8200;
	text-transform: uppercase;
}
.wysiwyg h4 {
	font-size: 18px;
	line-height: 18px;
	color: #ff8200;
	font-weight: 700;
	text-transform: uppercase;
}
.wysiwyg ul {
	margin: 0 40px;
	list-style-type: disc;
	margin-bottom: 22px;
}
.wysiwyg ol {
	margin: 0 40px;
	list-style-type: decimal;
	margin-bottom: 22px;
}
.wysiwyg .table-holder {
	overflow: hidden;
	margin-bottom: 22px;
}
.wysiwyg .table-holder .msg {
	display: none;
	font-size: 10px;
	line-height: 20px;
}
.wysiwyg table {
	background: #f2f2f2;
	border: solid 1px #cecece;
	border-collapse: collapse;
}
.wysiwyg table td,
.wysiwyg table th {
	text-align: left;
	padding: 10px 15px;
	border: solid 1px #cecece;
}
.wysiwyg a {
	color: #ff8200;
}
.wysiwyg a:hover {
	opacity: 0.8;
}
.wysiwyg blockquote {
	text-align: center;
	border-top: solid 1px #ff8200;
	border-bottom: solid 1px #ff8200;
	padding: 40px;
	margin-top: 40px;
	font-style: italic;
	margin-bottom: 40px;
}

.wysiwyg .gform_wrapper ul.gform_fields {
	list-style-type:none;
}
.wysiwyg .gform_wrapper input[type="text"] {
	border-bottom:1px solid;
}
.wysiwyg .gform_wrapper textarea  {
	border:1px solid;
	width:100%;
}
.wysiwyg *:last-child {
	margin-bottom: 0;
}

/* Images */
.wysiwyg img {
	margin-bottom: 22px;
}
.wysiwyg img[class*="align"],
.wysiwyg img[class*="wp-image-"],
.wysiwyg img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.wysiwyg img.size-full,
.wysiwyg img.size-large,
.wysiwyg img.header-image,
.wysiwyg img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.wysiwyg .alignleft {
	float: left;
}
.wysiwyg .alignright {
	float: right;
}
.wysiwyg .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wysiwyg img.alignleft,
.wysiwyg .wp-caption.alignleft {
	margin: 0px 22px 22px 0;
}
.wysiwyg img.alignright,
.wysiwyg .wp-caption.alignright {
	margin: 0px 0 22px 22px;
}
.wysiwyg img.aligncenter,
.wysiwyg .wp-caption.aligncenter {
	clear: both;
	margin-top: 40px;
    margin-bottom: 40px;
    margin-left:auto;
    margin-right: auto;
}
.wysiwyg embed,
.wysiwyg iframe,
.wysiwyg object,
.wysiwyg video,
.wysiwyg img {
	max-width: 100%;
}
.wysiwyg embed,
.wysiwyg iframe,
.wysiwyg object,
.wysiwyg video {
	margin-bottom: 22px;
}

/* featured-element */
.wysiwyg .featured-element {
	margin-top: 40px;
	margin-bottom: 40px;
}
.wysiwyg .featured-element-ct {
	display: inline-block;
	vertical-align: top;
}
.wysiwyg .featured-element img {
	margin-right: 15px;
	display: block;
}
.wysiwyg small {
	font-size: 15px;
	color: #969696;
}
.wysiwyg .featured-element * {
	margin-bottom: 0;
}
.wysiwyg .uploads {
	text-align: center;
}
.wysiwyg .uploads .item {
	margin-bottom: 22px;
}
.wysiwyg .uploads .item:last-of-type {
	margin-bottom: 0px;
}
.wysiwyg .uploads img,
.wysiwyg .uploads iframe {
	display: block;
	margin: auto;
	max-width: 100%;
}
.timely .ai1ec-btn-primary {
    background-color: #fe230a!important;
    border-color: #fe230a!important;
    color: #ffffff!important;
}
.timely .ai1ec-btn-primary:hover {
    background-color: #921507!important;
    border-color: #921507!important;
}

/* archive-info */
.archive-info {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.archive-info .date {
	font-size: 29px;
	line-height: 29px;
	color: #969696;
	display: inline-block;
	vertical-align: bottom;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin: 0;
	margin-right: 25px;
}
.archive-info .info-list {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 16px;
	font-family: 'TradeGothicLTPro-Cn18';
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.archive-info .info-list li {
	display: inline-block;
	vertical-align: top;
}
.archive-info .info-list li:after {
	content: "\00a0\00a0/\00a0\00a0";
}
.archive-info .info-list li:last-of-type::after {
	content: "";
}
.archive-info .info-list li a {
	color: #a1a1a1;
}
.archive-info .info-list li a:hover {
	color: #fe230a;
}

/* Archives Styles */
.archives {
	position: relative;
	padding-right: 100px;
}
.archives .archives-ct {
}
.archives .entry-blog {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e4e4e5;
	position: relative;
}
.archives .entry-blog:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0px;
	display: block;
	width: 2000px;
	bottom: -1px;
	border-bottom: solid 1px #e4e4e5;
}
.archives .entry-blog .table .table-cell:first-of-type {
	width: 238px;
	padding-right: 40px;
}
.archives .entry-blog .date {
	font-size: 23px;
	line-height: 23px;
	color: #969696;
	margin-bottom: 15px;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.archives .entry-blog h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #fe230a;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	text-transform: uppercase;
}
.archives .entry-blog img {
	display: block;
}
.archives .entry-blog .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 30px;
	background: url('../images/entry-blog-overlay-bg.png') repeat;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	text-align: center;
}
.archives .entry-blog .overlay:hover {
	opacity: 1;
}
.archives .entry-blog .overlay .table {
	-webkit-transition: 0.2s all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.2s all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: 0.2s all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.2s all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.2s all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 0;
}
.archives .entry-blog .overlay:hover .table {
	opacity: 1;
}
.archives .entry-blog .overlay .more .table {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
}
.archives .entry-blog .overlay .table-cell {
	width: auto!important;
	padding: 0!important;
}
.archives .entry-blog .overlay .overlay-ct {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.archives .entry-blog .more {
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	color: #ffffff;
	font-weight: 300;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #ffffff;
	border-right: none;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.archives .entry-blog .more .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	padding-right: 15px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.archives .entry-blog .more .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #ffffff;
	z-index: 100;
}
.archives .entry-blog .more .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.archives .entry-blog .more:hover .bg {
	left: 0px;
	right: 0px;
}
.archives .entry-blog .more:hover {
	color: #fe230a;
}
.blog-share {
	position: absolute;
	right: -19px;
	top: 0px;
	z-index: 1000;
}
.blog-share .show-blog-share-items {
	cursor: pointer;
	background: url('../images/blog-share-icon.png') no-repeat center;
	width: 38px;
	height: 38px;
}
.blog-share .blog-share-items {
	position: absolute;
	overflow: hidden;
	display: none;
	left: 0px;
	right: 0px;
	top: 38px;
	display: none;
	background: url('../images/entry-blog-overlay-bg.png') repeat;
}
.blog-share .blog-share-items li {
	height: 38px;
	position: relative;
	width: 100%;
}
.blog-share .blog-share-items li a {
	display: block;
	height: 38px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 38px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.blog-share .blog-share-items li a:hover {
	color: #ff9600;
}
.blog-share .blog-share-items li:nth-of-type(1) a {
	top: -100%;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	z-index: 1981;
}
.blog-share .blog-share-items li:nth-of-type(2) a {
	top: -200%;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	z-index: 1982;
}
.blog-share .blog-share-items li:nth-of-type(3) a {
	top: -300%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1983;
}
.blog-share .blog-share-items li:nth-of-type(4) a {
	top: -400%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1984;
}
.blog-share .blog-share-items li:nth-of-type(5) a {
	left: -500%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1985;
}
.blog-share .blog-share-items li:nth-of-type(6) a {
	top: -600%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1986;
}
.blog-share .blog-share-items li:nth-of-type(7) a {
	top: -700%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1987;
}
.blog-share .blog-share-items li:nth-of-type(8) a {
	top: -800%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1988;
}
.blog-share .blog-share-items li:nth-of-type(9) a {
	top: -900%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1989;
}
.blog-share .blog-share-items li:nth-of-type(10) a {
	top: -1000%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1990;
}
.blog-share .blog-share-items.active li a {
	top: 0px!important;
}
.archives .archives-nav {
	padding-top: 10px;
}
.archives .archives-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	color: #adadad;
	font-weight: 300;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #adadad;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.archives .archives-nav a .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.archives .archives-nav a .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #adadad;
	z-index: 100;
}
.archives .archives-nav a .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #adadad transparent transparent transparent;
}
.archives .archives-nav a:hover .bg {
	left: 0px;
	right: 0px;
}
.archives .archives-nav a:hover {
	color: #ffffff;
}

/* updates */
.archives.updates .entry-blog h2 {
  color: #10167f;
}
.archives.updates .entry-blog .overlay {
	background: url('../images/entry-updates-overlay-bg.png') repeat;
}
.archives.updates .blog-share .blog-share-items {
	background: url('../images/entry-updates-overlay-bg.png') repeat;
}
.archives.updates .blog-share .show-blog-share-items {
	background: url('../images/updates-share-icon.png') no-repeat center;
}
.archives.updates .entry-blog .more:hover {
	color: #10167f;
}

/* Mashup Styles */
.mashup {
}
.wysiwyg h1.social-mashup-title {
	font-size: 50px;
	line-height: 50px;
}
.mashup .mashup-filter {
	padding: 30px 0 35px 0;
	background: #ffffff;
	text-align: center;
}
.mashup .mashup-filter p {
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #969696;
}
.mashup .mashup-filter ul {
	display: inline-block;
	vertical-align: top;
}
.mashup .mashup-filter ul li {
	display: block;
	float: left;
}
.mashup .mashup-filter ul li a {
	display: block;
	padding: 0 20px;
	height: 44px;
	background: #f4f4f4;
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 26px;
	line-height: 44px;
	text-transform: uppercase;
	color: #acacac;
	vertical-align: middle;
}
.mashup .mashup-filter ul li a span {
	font-size: 15px;
	display: block;
}
.mashup .mashup-filter ul li.active a,
.mashup .mashup-filter ul li a:hover {
	background: #ff9600;
	color: #ffffff;
}
.mashup .mashup-ct {
	background: url('../images/mashup-bg.jpg') repeat;
	padding: 50px 0;
}
.mashup .grid-sizer {
	width: 30.333333%;
	margin: 0 1.5%;
}
.entry-social {
	width: 30.333333%;
	margin: 0 1.5%;
	background: #ffffff;
	margin-bottom: 30px;
}
.entry-social .entry-social-media {
	padding: 8px 8px 0 8px;
}
.entry-social .entry-social-media a {
	display: block;
}
.entry-social .entry-social-media .video-popup {
	position: relative;
}
.entry-social .entry-social-media .video-popup:after {
	content: "";
	position: absolute;
	background: url('../images/video-icon.png') no-repeat center;
	width: 53px;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -19px;
}
.entry-social .entry-social-media img {
	display: block;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.entry-social .entry-social-media a:hover img {
	opacity: 0.9;
}
.entry-social .entry-social-content {
	padding: 20px;
	font-size: 15px;
	line-height: 19px;
	color: #505050;
}
.entry-social .entry-social-content .date {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #969696;
	margin-bottom: 5px;
}
.entry-social .entry-social-content a {
	color: #969696;
}
.entry-social .entry-social-content a span {
	color: #ff9600;
}
.entry-social .entry-social-content a:hover {
	color: #ff9600;
}
.entry-social .entry-social-bottom {
	border-top: solid 1px #d9d9d9;
	height: 50px;
	position: relative;
	padding-left: 60px;
	padding-right: 85px;
}
.entry-social .entry-social-bottom .network {
	width: 60px;
	height: 50px;
	font-size: 28px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.entry-social .entry-social-bottom .network.facebook {
	background: #10167f;
}
.entry-social .entry-social-bottom .network.twitter {
	background: #7c81b8;
}
.entry-social .entry-social-bottom .network.youtube {
	background: #fe230a;
}
.entry-social .entry-social-bottom .network.pinterest {
	background: #d01e14;
}
.entry-social .entry-social-bottom .network.instagram {
	background: #ff9600;
}
.entry-social .entry-social-bottom .more {
	width: 85px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #b3b3b3;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
}
.entry-social .entry-social-bottom .more a {
	display: block;
	color: #b3b3b3;
}
.entry-social .entry-social-bottom .more a:hover {
	display: block;
	color: #505050;
}
.entry-social .entry-social-bottom .actions {
	height: 50px;
	border-right: solid 1px #d9d9d9;
	font-size: 15px;
	line-height: 15px;
	color: #b3b3b3;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding: 0 10px;
}
.entry-social .entry-social-bottom .actions ul {
	display: block;
}
.entry-social .entry-social-bottom .actions ul.left {
	float: left;
}
.entry-social .entry-social-bottom .actions ul.right {
	float: right;
}
.entry-social .entry-social-bottom .actions ul:after {
	display: block;
	content: "";
	clear: both;
}
.entry-social .entry-social-bottom .actions ul li {
	display: block;
	float: left;
	margin-right: 10px;
}
.entry-social .entry-social-bottom .actions ul li:last-of-type {
	margin-right: 0;
}

.entry-social .entry-social-bottom .actions ul li a {
	color: #b3b3b3;
}
.entry-social .entry-social-bottom .actions ul li a:hover {
	color: #505050;
}
.mashup .mashup-nav {
	text-align: center;
	padding-top: 50px;
}
.mashup .mashup-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	color: #adadad;
	font-weight: 300;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #adadad;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mashup .mashup-nav a .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.mashup .mashup-nav a .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #adadad;
	z-index: 100;
}
.mashup .mashup-nav a .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #adadad transparent transparent transparent;
}
.mashup .mashup-nav a:hover .bg {
	left: 0px;
	right: 0px;
}
.mashup .mashup-nav a:hover {
	color: #ffffff;
}

/* staff Styles */
.staff {
	position: relative;
}
.staff .staff-title {
	font-size: 35px;
	line-height: 35px;
	color: #f57814;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin-bottom: 30px;
}
.staff .staff-ct {
	margin: 50px 0;
}
.staff .staff-ct:after {
	content: "";
	clear: both;
	display: block;
}
.staff .entry-staff {
	width: 33.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	background: #f7f7f7;
	padding: 45px;
	border: solid 2px #ffffff;
}
.staff .entry-staff.small {
	border: none;
	padding: 15px 30px;
	background: transparent;
	border-right: solid 1px #e4e4e5;
	border-left: solid 1px #e4e4e5;
	margin-left: -1px;
}
.staff .entry-staff.small:nth-of-type(3n+1) {
	border-left: none;
	margin-left: 0px;
}
.staff .entry-staff.small:nth-of-type(3n+3) {
	border-right: none;
}
.staff .entry-staff.small .name-small {
	display: block;
	color: #10167f;
	font-size: 21px;
	line-height: 21px;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}
.staff .entry-staff.small .company-small {
	color: #969696;
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.staff .entry-staff.active {
	z-index: 2500;
}
.staff .entry-staff:nth-of-type(3n+1) {
	clear: left;
}
.staff .entry-staff .entry-staff-image {
	position: relative;
	margin-bottom: 25px;
}
.staff .entry-staff .entry-staff-image img {
	display: block;
	width: 100%;
	border: solid 6px #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.staff .entry-staff .entry-staff-details {
	text-align: center;
}
.staff .entry-staff .entry-staff-details .name {
	color: #10167f;
	font-size: 21px;
	line-height: 21px;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}
.staff .entry-staff .entry-staff-details .position {
	color: #505050;
	font-size: 15px;
	line-height: 15px;
	display: block;
	margin-bottom: 15px;
}
.staff .entry-staff .entry-staff-details .company {
	color: #969696;
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-height: 15px;
}
.staff .entry-staff .entry-staff-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url('../images/staff-overlay-bg.png') repeat;
	text-align: center;
	padding: 20px;
	opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1900;
}
.staff .entry-staff:hover .entry-staff-overlay,
.staff .entry-staff.active .entry-staff-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.staff .entry-staff .entry-staff-overlay .table {
	table-layout: fixed;
	opacity: 0;
    -webkit-transition: 0.3s all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.3s all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: 0.3s all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.3s all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.3s all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.staff .entry-staff:hover .entry-staff-overlay .table,
.staff .entry-staff.active .entry-staff-overlay .table {
	opacity: 1;
}
.staff .entry-staff .entry-staff-overlay .show-bio {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	color: #ffffff;
	font-weight: 300;
	padding: 9px 20px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #ffffff;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.staff .entry-staff .entry-staff-overlay .show-bio .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.staff .entry-staff .entry-staff-overlay .show-bio .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #ffffff;
	z-index: 100;
}
.staff .entry-staff .entry-staff-overlay .show-bio .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.staff .entry-staff .entry-staff-overlay .show-bio:hover .bg,
.staff .entry-staff .entry-staff-overlay .show-bio.active .bg {
	left: 0px;
	right: 0px;
}
.staff .entry-staff .entry-staff-overlay .show-bio:hover,
.staff .entry-staff .entry-staff-overlay .show-bio.active {
	color: #eb7619;
}
.staff .entry-staff .entry-staff-content {
	position: absolute;
	top: 100%;
	display: none;
	cursor: default;
	background: url('../images/entry-staff-content-bg.jpg') repeat;
}
.staff .entry-staff .entry-staff-content .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.staff .entry-staff .entry-staff-content .content-info {
	width: 264px;
	float: left;
}
.staff .entry-staff .entry-staff-content .content-info .entry-staff-image {
	margin-bottom: 0;
}
.staff .entry-staff .entry-staff-content .content-details {
	padding-left: 350px;
}
.staff .entry-staff .entry-staff-content .member-top {
}
.staff .entry-staff .entry-staff-content .member-top .member-top-ct {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.staff .entry-staff .entry-staff-content .member-top .member-top-ct .table-cell {
	vertical-align: bottom;
}
.staff .entry-staff .entry-staff-content .member-top h2 {
	color: #10167f;
	font-size: 27px;
	line-height: 27px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.staff .entry-staff .entry-staff-content .member-top h3 {
	color: #505050;
	font-size: 17px;
	line-height: 24px;
	display: block;
	margin-left: 20px;
}
.staff .entry-staff .entry-staff-content .member-top h4 {
	color: #969696;
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.staff .entry-staff .entry-staff-content .mail {
	margin-bottom: 30px;
}
.staff .entry-staff .entry-staff-content .mail a {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 17px;
	color: #5c5c5c;
	font-weight: 700;
}
.staff .entry-staff .entry-staff-content .mail a img {
	display: block;
	margin-right: 15px;
}
.staff .entry-staff .entry-staff-content .mail a * {
	font-weight: 700;
}
.staff .entry-staff .entry-staff-content .mail a:hover {
	color: #7c81b8;
}
.staff .entry-staff .entry-staff-content .close {
	position: absolute;
	width: 58px;
	height: 53px;
	background: url('../images/staff-close-icon.png') no-repeat center #f57814;
	cursor: pointer;
	right: 0px;
	top: 14px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.staff .entry-staff .entry-staff-content .close:hover {
	background-color: #cb6310;
}
.staff .staff-nav {
	text-align: center;
}
.staff .staff-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 20px;
	height: 38px;
	color: #adadad;
	font-weight: 300;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #adadad;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.staff .staff-nav a .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.staff .staff-nav a .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #adadad;
	z-index: 100;
}
.staff .staff-nav a .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #adadad transparent transparent transparent;
}
.staff .staff-nav a:hover .bg {
	left: 0px;
	right: 0px;
}
.staff .staff-nav a:hover {
	color: #ffffff;
}

/* map page */
.search-map {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1900;
}
.search-map form {
	position: relative;
}
.search-map .field {
	width: 405px;
	height: 57px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #ffffff;
	color: #808080;
	margin: 0;
	padding: 0 20px 0 77px;
	border: none;
}
.search-map .field::-webkit-input-placeholder {
    color: #808080;
}
.search-map .field:-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.search-map .field::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.search-map .field:-ms-input-placeholder {
    color: #808080;
}
.search-map .submit {
	position: absolute;
	width: 57px;
	height: 57px;
	background: url('../images/search-map-icon.png') no-repeat center #fe230a;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
	top: 0px;
	left: 0px;
}
.search-map .submit:hover {
	background-color: #b91c0a;
}
.map-holder {
	position: relative;
	border-top: solid 6px #ffffff;
	border-bottom: solid 6px #ffffff;
	min-height: 600px;
}
.map-holder:after {
	content: "";
	clear: both;
	display: block;
}
.map-holder .map {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: hidden;
}
.map-canvas-container .map-canvas {
    height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
.filters {
    width: 150px;
    height: 150px;
    background: white;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #999;
    border-radius: 2px;
}
.map-holder .map .map-zoom {
	position: absolute;
	top: 30px!important;
	left: 30px!important;
	z-index: 1900!important;
}
.map-holder .map .map-zoom div {
	display: block;
	margin-bottom: 2px;
}
.map-holder .map .map-zoom div:last-of-type {
	margin-bottom: 0;
}
.map-holder .map .map-zoom div a {
	display: block;
	width: 41px;
	height: 41px;
	background: #10167f;
}
.map-holder .map .map-zoom div a:hover {
	background: #090c42;
}
.map-holder .map .map-zoom div a img {
	display: block;
	margin: auto;
}
.map-holder .map .map-filter {
	position: absolute;
	top: 30px;
	left: 101px;
	z-index: 1900;
}
.map-holder .map .map-filter ul li {
	display: block;
	float: left;
	margin-right: 20px;
}
.map-holder .map .map-filter ul li:last-of-type {
	display: block;
	float: left;
	margin-right: 0px;
}
.map-holder .map .map-filter ul li a {
	display: block;
	height: 41px;
	font-size: 21px;
	line-height: 41px;
	color: #ffffff;
	text-transform: uppercase;
	background: #11167f;
	font-family: 'TradeGothicLTPro-Cn18';
	padding: 0 20px;
}
.map-holder .map .map-filter ul li a img {
	display: block;
	margin-right: 20px;
}
.map-holder .map .map-filter ul li:nth-of-type(1) a {
	background: #fe230a;
}
.map-holder .map .map-filter ul li:nth-of-type(2) a {
	background: #f57814;
}
.map-holder .map .map-filter ul li:nth-of-type(3) a {
	background: #7c81b8;
}
.map-holder .map .map-filter ul li a:hover,
.map-holder .map .map-filter ul li a.active {
	background: #d2d2d2!important;
}
.map-holder .map-canvas .infoBox {
	width: 300px;
	background: #000064;
	z-index: 2000;
	cursor: pointer;
}
.map-holder .map-canvas .infoBox .infoBox-ct {
	display: block;
	cursor: pointer;
}
.map-holder .map-canvas .infoBox .infoBox-ct img {
	display: block;
	width: 100%;
}
.map-holder .map-canvas .infoBox .infoBox-ct .title {
	display: block;
	padding: 20px 20px 16px;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.map-holder .map .map-group {
	position: absolute;
	width: 10px;
	height: 10px;
}
.map-holder .map .map-group .map-group-pin {
	position: absolute;
	width: 68px;
	height: 102px;
	left: 50%;
	bottom: 5px;
	margin-left: -34px;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-family: 'TradeGothicLTPro-BdCn20';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
}
.map-holder .map .map-group .map-group-pin.all {
	background: url('../images/map-group-all.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.education {
	background: url('../images/map-group-education.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.income {
	background: url('../images/map-group-income.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.health {
	background: url('../images/map-group-health.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.health.income {
	background: url('../images/map-group-income-health.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.health.education {
	background: url('../images/map-group-education-health.png') no-repeat center;
	background-size: 100% 100%;
}
.map-holder .map .map-group .map-group-pin.income.education {
	background: url('../images/map-group-education-income.png') no-repeat center;
	background-size: 100% 100%;
}
.map-sidebar {
	float: right;
	width: 405px;
	position: relative;
	z-index: 1999;
}
.map-sidebar .map-active-content {
	background: #000064
}
.map-sidebar .map-active-content-image {
	position: relative;
}

.map-sidebar .map-active-content-image img {
	display: block;
	width: 100%;
}
.map-sidebar .map-active-content-image .icon {
	width: 70px;
	height: 55px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.map-sidebar .map-active-content-image .icon.health {
	background: #7c81b8;
}
.map-sidebar .map-active-content-image .icon.education {
	background: #fe230a;
}
.map-sidebar .map-active-content-image .icon.income {
	background: #f57814;
}

.map-sidebar .map-active-content-image .icon img {
	width: auto;
	margin: auto;
}
.map-sidebar .map-active-content-details {
	position: relative;
	padding: 40px;
	color: #ffffff;
}
.map-sidebar .map-active-content-details:after {
	content: "";
	display: block;
	clear: both;
}
.map-sidebar .map-active-content-details .close {
	width: 40px;
	height: 40px;
	border: solid 1px #7c81b8;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.map-sidebar .map-active-content-details .close:hover {
	border-color: #ffffff;
}
.map-sidebar .map-active-content-details .close:before {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	background: url('../images/map-active-content-close-icon.png') no-repeat center;
	background-size: 19px 19px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 1;
}
.map-sidebar .map-active-content-details .close:hover::before {
	opacity: 0;
}
.map-sidebar .map-active-content-details .close:after {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	background: url('../images/map-active-content-close-icon-active.png') no-repeat center;
	background-size: 19px 19px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 0;
}
.map-sidebar .map-active-content-details .close:hover::after {
	opacity: 1;
}
.map-sidebar .map-active-content-details h2 {
	font-size: 38px;
	line-height: 42px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 60px;
}
.map-sidebar .map-active-content-details h3 {
	font-size: 19px;
	line-height: 19px;
	color: #7c81b8;
	text-transform: uppercase;
	margin-bottom: 22px;
	padding-right: 60px;
}
.map-sidebar .map-active-content-details .wysiwyg {
	margin-bottom: 40px;
}
.map-sidebar .map-active-content-details .share {
	float: left;
	height: auto;
}
.share .share-items {
    top: 100%;
}
.map-sidebar  .share .share-items {
    top: calc(100% + 40px);
}
.map-sidebar .sidebar-links {
	padding: 45px 0;
	margin: 0;
}

/* map-bottom */
.map-bottom {
	padding-top: 50px;
}
.map-bottom:after {
	content: "";
	clear: both;
	display: block;
}
.map-bottom .map-bottom-title {
	font-size: 40px;
	line-height: 40px;
	color: #11167f;
	text-transform: uppercase;
	border-top: solid 1px #e4e4e5;
	border-bottom: solid 1px #e4e4e5;
	padding: 25px 30px;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.map-bottom .map-bottom-title p {
	font-size: 16px;
	line-height: 22px;
	color: #5c5c5c;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
}
.map-bottom .agencies {
	border-right: solid 1px #e4e4e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 30px;
	float: left;
	width: calc(100% - 700px);
	min-height: 500px;
}
.map-bottom .agencies .wrp {
	height: 100%;
	padding-right: 20px;
	overflow: auto;
}
.map-bottom .agencies .section {
	margin-bottom: 40px;
}
.map-bottom .agencies .section:last-of-type {
	margin-bottom: 0;
}
.map-bottom .agencies .section .title {
	margin-bottom: 25px;
}
.map-bottom .agencies .section .title h3 {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	font-size: 21px;
	line-height: 41px;
	color: #ffffff;
	text-transform: uppercase;
	background: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 0 20px;
}
.map-bottom .agencies .section .title h3 img {
	display: block;
	margin-right: 20px;
}
.map-bottom .agencies .section .title.education h3 {
	background: #fe230a;
}
.map-bottom .agencies .section .title.income h3 {
	background: #f57814;
}
.map-bottom .agencies .section .title.health h3 {
	background: #7c81b8;
}
.map-bottom .agencies .section .section-list {
	font-size: 22px;
	line-height: 22px;
	color: #505050;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
}
.map-bottom .agencies .section .section-list ul li {
	margin-bottom: 15px;
}
.map-bottom .agencies .section .section-list ul li:last-of-type {
	margin-bottom: 0;
}
.map-bottom .agencies .section .section-list ul li a {
	color: #505050;
}
.map-bottom .agencies .section .section-list ul li a:hover,
.map-bottom .agencies .section .section-list ul li.active a {
	color: #ff9600;
}
.map-bottom .map-active-agency {
	float: right;
	width: 700px;
	min-height: 500px;
}
.map-bottom .map-active-agency-image {
	position: relative;
	background: #ffffff;
	text-align: center;
	height: 200px;
	padding: 0 40px;
}
.map-bottom .map-active-agency-image .table {
	table-layout: fixed;
}
.map-bottom .map-active-agency-image img {
	max-width: 100%;
	max-height: 150px;
	display: block;
	margin: auto;
}
.map-bottom .map-active-agency-image .icon {
	width: 70px;
	height: 55px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.map-bottom .map-active-agency-image .icon.health {
	background: #7c81b8;
}
.map-bottom .map-active-agency-image .icon.education {
	background: #fe230a;
}
.map-bottom .map-active-agency-image .icon.income {
	background: #f57814;
}
.map-bottom .map-active-agency-image .icon img {
	width: auto;
	margin: auto;
	max-width: 1000px;
}
.map-bottom .map-active-agency-details {
	position: relative;
	padding: 40px 80px 40px 40px;
	color: #ffffff;
	height: calc(100% - 200px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #000064;
}
.map-bottom .map-active-agency-details .wrp {
	height: 100%;
	overflow: auto;
	padding-right: 20px;
}
.map-bottom .map-active-agency-details:after {
	content: "";
	display: block;
	clear: both;
}
.map-bottom .map-active-agency-details .close {
	width: 40px;
	height: 40px;
	border: solid 1px #7c81b8;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.map-bottom .map-active-agency-details .close:hover {
	border-color: #ffffff;
}
.map-bottom .map-active-agency-details .close:before {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	background: url('../images/map-active-content-close-icon.png') no-repeat center;
	background-size: 19px 19px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 1;
}
.map-bottom .map-active-agency-details .close:hover::before {
	opacity: 0;
}
.map-bottom .map-active-agency-details .close:after {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	background: url('../images/map-active-content-close-icon-active.png') no-repeat center;
	background-size: 19px 19px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 0;
}
.map-bottom .map-active-agency-details .close:hover::after {
	opacity: 1;
}
.map-bottom .map-active-agency-details h2 {
	font-size: 38px;
	line-height: 42px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 60px;
}
.map-bottom .map-active-agency-details h3 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #ff9600;
	text-transform: uppercase;
	margin-bottom: 22px;
	padding-right: 60px;
}
.map-bottom .map-active-agency-details .wysiwyg {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 22px;
}
.map-bottom .map-active-agency-details .share {
	float: left;
	height: auto;
}
.map-bottom .map-active-agency-details .share .share-items {
    top: calc(100% + 40px);
}
.map-bottom .map-active-agency-details .view {
	float: left;
	font-size: 16px;
	line-height: 27px;
}
.map-bottom .map-active-agency-details .view a {
	cursor: pointer;
	background: url('../images/view-icon.png') no-repeat center left;
	background-size: auto 29px;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 38px;
	display: block;
}
.map-bottom .map-active-agency-details .view a:hover {
	color: #7c81b8;
}

/* Donate */
.donate-register .donate-register-top {
	background: url('../images/register-form-bg.jpg') repeat bottom right;
	position: relative;
}
.donate-register .donate-register-top ul {
	display: block;
}
.donate-register .donate-register-top ul {
	display: block;
}
.donate-register .donate-register-top ul:after {
	display: block;
	content: "";
	clear: both;
}
.donate-register .donate-register-top ul li {
	display: block;
	float: left;
	height: 90px;
	padding: 0 50px;
	cursor: pointer;
}
.donate-register .donate-register-top ul li.show-donate {
	background: url('../images/donate-form-bg.jpg') repeat bottom left;
	padding-left: calc((100% - 1024px)/2);
}
.donate-register .donate-register-top ul li.show-register {

}
.donate-register .donate-register-top ul li h2 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
	padding-top: 3px;
}
.donate-register .donate-register-top ul li .selectize-control {
	background: rgba(0,0,0,0.05);
	margin-left: 50px;
	color: #b0b0b0;
}
.selectize-control .selectize-input input {
    background: transparent;
    color: #b0b0b0;
}
.selectize-control .selectize-input input::-webkit-input-placeholder {
    color: #b0b0b0;
}
.selectize-control .selectize-input input:-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}
.selectize-control .selectize-input input::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}
.selectize-control .selectize-input input:-ms-input-placeholder {
    color: #b0b0b0;
}
.donate-register .donate-register-top ul li .selectize-control .selectize-input:after {
  background: url('../images/select-arrow-event.png') no-repeat center;
}
.donate-register .donate-register-top ul li .selectize-control .selectize-input.dropdown-active:after {
  background: url('../images/select-arrow-event-active.png') no-repeat center;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top {
	background: url('../images/donate-form-bg.jpg') repeat top left;
	padding: 45px 0;
	color: #ffffff;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top h3 {
	font-size: 35px;
	line-height: 35px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations {
	text-align: center;
	padding: 60px 0 15px;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	color: #7c81b8;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin: 0 10px;
	cursor: pointer;
	position: relative;
	z-index: 1600;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li .donation-value {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ffffff;
	border: solid 6px #f57814;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: #ffa200;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li.active::before {
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li:hover {
	z-index: 1700;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li.active {
	z-index: 1500;
	color: #f57814;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li:hover,
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li.active {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li span {
	display: inline-block;
	vertical-align: middle;
}

.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li span.type {
	font-size: 20px;
	line-height: 20px;
}
.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li span.value {
	font-size: 32px;
	line-height: 32px;
}
.donate-register .donate-register-content .donate-ct .donate-instructions {
	background: url('../images/donate-instructions-bg.jpg') repeat top left;
	padding: 10px 0;
}
.donate-register .donate-register-content .donate-ct .donate-instructions li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 19px;
	line-height: 19px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.donate-register .donate-register-content .donate-ct .donate-instructions li:last-of-type {
	margin-right: 0;
}
.donate-register .donate-register-content .donate-ct .donate-instructions li img {
	margin-left: 10px;
	display: block;
}
.gform_wrapper {
    overflow: visible;
    margin: 0;
    max-width: 100%;
}
.gform_wrapper .top-section {
    background: #7c81b8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}
.gform_wrapper .top-section:after {
    content: "*  Mandatory Fields";
    position: absolute;
    bottom: 30px;
    right: calc((100% - 1024px) / 2);
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
}
.gform_wrapper .top-section li:last-of-type {
    margin-bottom: 0;
}
.gform_wrapper .top-section label {
    color: #ffffff;
}

.gform_wrapper .top-section .top-section-ct:after {
    clear: both;
    content: "";
    display: block;
}
.gform_wrapper .top-section .top-section-ct li:nth-of-type(1) {
    float: left;
    width: 27%;
    margin-right: 3%;
}
.gform_wrapper .top-section .top-section-ct li input {
    font-weight: 700;
    font-size: 23px;
}
.gform_wrapper .top-section .top-section-ct li:nth-of-type(2) {
    float: left;
    width: 70%;
}
.gform_wrapper select {
	max-width: 100%;
}
.gform_wrapper .section {
}
.gform_wrapper li {
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
}
.gform_wrapper .section li:last-of-type {
    margin-bottom: 0;
}

.gform_wrapper h2.gsection_title {
    color: #ff9600;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.gform_wrapper label {
    font-family: 'TradeGothicLTPro-BdCn20';
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px 0;
    font-size: 19px;
    line-height: 19px;
    color: #7c81b8;
    border-bottom: none;
}
.gform_wrapper .ginput_complex label {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 15px;
    font-family: 'TradeGothicLTPro-Cn18';
    padding: 0 20px;
}
.gform_wrapper label:empty {
    display: none;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
.gform_wrapper input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 58px;
	border: none;
	color: #808080;
	font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
	padding: 0 20px;
	background: #ffffff;
	margin: 0;
	/*text-transform: uppercase;*/
}
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error .selectize-control,
.gfield_radio li label::before, .gfield_checkbox li label::before {
	background: #ffb9b1;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}
.gform_wrapper input[type="text"]:-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.gform_wrapper input[type="text"]::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
.gform_wrapper textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 200px;
	border: none;
	background: #ffffff;
	color: #808080;
	font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
	padding: 10px 20px;
	margin: 0;
	/*text-transform: uppercase;*/
}
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #808080;
}
.gform_wrapper textarea:-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.gform_wrapper textarea::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.gform_wrapper textarea:-ms-input-placeholder {
    color: #808080;
}
.ginput_complex:after {
	display: block;
	content: "";
	clear: both;
}
.ginput_complex span {
	display: block;
	margin-bottom: 20px;
	float: left;
}
.ginput_complex span.name_first {
	width: 40%;
	margin-right: 3%;
}
.ginput_complex span.name_last {
	width: 57%;
}
.ginput_complex span.ginput_full {
	width: 100%;
}
.ginput_complex span.address_city {
	width: 28%;
	margin-right: 3%;
	margin-bottom: 0;
}
.ginput_complex span.address_state {
	width: 17.5%;
	margin-right: 3%;
	margin-bottom: 0;
}
.ginput_complex span.address_zip {
	width: 17.5%;
	margin-right: 3%;
	margin-bottom: 0;
}
.ginput_complex span.address_country {
	width: 28%;
	margin-bottom: 0;
}
.ginput_complex span.ginput_cardinfo_left {
	width: 70%;
	margin-right: 3%;
	margin-bottom: 0;
}
.ginput_complex span.ginput_cardinfo_right {
	width: 27%;
	margin-bottom: 0;
}
.ginput_complex span.ginput_card_expiration_container {
	float: none;
	margin: 0;
}
.ginput_complex span.ginput_card_expiration_container label {
	float: left;
}
.ginput_complex span.ginput_card_expiration_container:after {
	content: "";
	display: block;
	clear: both;
}
.ginput_complex span.ginput_card_security_code_icon {
	display: none;
}
.ginput_complex .ginput_card_expiration_month {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.ginput_complex .ginput_card_expiration_year {
	float: left;
	width: 48.5%;
}
.gform_card_icon_container {
	margin-bottom: 20px;
}
.gform_card_icon_container:after {
	display: block;
	content: "";
	clear: both;
}
.gform_wrapper div.gform_card_icon {
    background-image: url("../images/gf-creditcard-icons.png");
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 36px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}
.gfield_radio,
.gfield_checkbox {
	display: block;
}
.gfield_radio li,
.gfield_checkbox li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 0;
}
.gfield_radio li:last-of-type,
.gfield_checkbox li:last-of-type {
	margin-right: 0px;
}
.gfield_radio li input,
.gfield_checkbox li input {
	display: none;
}
.gfield_radio li label,
.gfield_checkbox li label {
	font-size: 16px;
	line-height: 16px;
	color: #5c5c5c;
	font-weight: 700;
	text-transform: none;
	margin: 0;
	padding: 8px 0 8px 45px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	cursor: pointer;
}
.gfield_radio li label:before,
.gfield_checkbox li label:before {
	width: 28px;
	height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "\f00c";
	border: solid 2px #c4c4c4;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -14px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    color: #ffffff;
    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.gfield_radio li input:checked + label:before,
.gfield_checkbox li input:checked + label:before {
	color: #fe230a;
}
.gform_wrapper .validation_error {
	font-size: 20px;
	line-height: 20px;
	padding: 15px;
	color: #fe230a;
	background: rgba(255,255,255,0.5);
}
.gform_wrapper .validation_message {
	font-size: 20px;
	line-height: 20px;
	padding: 15px;
	color: #fe230a;
	background: rgba(255,255,255,0.5);
}
.gform_wrapper .ginput_container_fileupload .validation_message {
	color:#ff9600;
	background: rgba(255,150,0,0.5);
}
.gform_footer {
	padding-top: 20px;
}
.gform_footer input[type="submit"] {
	display: inline-block;
	font-size: 34px;
	line-height: 34px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20';
	padding: 20px 40px 16px 40px;
	border: none;
	background: #ff9600;
	cursor: pointer;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.gform_footer input[type="submit"]:hover {
	background: #c27200;
}
.register-ct {
	display: none;
	background: url('../images/register-form-bg.jpg') repeat top right;
	padding: 50px 0;
}
.register-ct .event {
	margin-bottom: 60px;
}
.register-ct .event:last-of-type {
	margin-bottom: 0;
}
.register-ct .event:after {
	content: "";
	display: block;
	clear: both;
}
.register-ct .event .event-thumbnail {
	float: right;
	width: 220px;
	margin: auto;
}
.register-ct .event .event-thumbnail img {
	display: block;
	width: 100%;
}
.register-ct .event .event-content {
	color: #ffffff;
}
.register-ct .event.has-image .event-content {
	padding-right: 270px;
}
.register-ct .event .event-content h3 {
	font-size: 35px;
	line-height: 35px;
	color: #ff9600;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.register-ct .event .event-content table {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.register-ct .event .event-content table tr td {
	padding-bottom: 10px;
}
.register-ct .event .event-content table tr td strong {
	font-weight: 700;
}
.register-ct .event .event-content table tr:last-of-type td {
	padding-bottom: 0px;
}
.register-ct .event .event-content h4 {
	font-size: 25px;
	line-height: 25px;
	color: #ff9600;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-right: 40px;
}

/* site-main-sidebar */
.site-main-sidebar {
	float: right;
	width: 25%;
}

/* related items */
.related-items {
	background: #bbbbbb;
	padding: 25px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.related-items .related-items-title {
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ffffff;
	letter-spacing: 2px;
}
.sub-navigation {
	font-size: 14px;
	line-height: 20px;
}
.sub-navigation ul {
	display: block;
}
.sub-navigation li {
	margin-bottom: 2px;
}
.sub-navigation li:last-of-type {
	margin-bottom: 0;
}
.sub-navigation li a {
	color: #ffffff;
	padding: 8px 25px 10px;
	display: block;
	text-transform: uppercase;
}
.sub-navigation li a:hover,
.sub-navigation li.current_page_item a,
.sub-navigation li.current_page_ancestor a {
	background: #acacac;
}

/* sort-date */
.sort-date {
	background: #ececec;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.sort-date .sort-date-title {
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 18px;
	line-height: 18px;
	color: #969696;
	letter-spacing: 2px;
	padding: 16px 60px;
	position: relative;
	cursor: pointer;
}
.sort-date .sort-date-title:after {
	content: "";
	position: absolute;
	right: 0px;
	background: url('../images/sort-date-indicator.png') no-repeat center;
	width: 45px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.sort-date .sort-date-title.active:after {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sort-date .sort-list {
	font-size: 14px;
	line-height: 20px;
	display: none;
}
.sort-date .sort-list ul {
	display: block;
	padding: 10px 25px 25px;
}
.sort-date .sort-list li {
}
.sort-date .sort-list li:last-of-type {
	margin-bottom: 0;
}
.sort-date .sort-list li a {
	color: #969696;
	padding: 8px 25px 10px;
	display: block;
}
.sort-date .sort-list li a:hover {
	background: #acacac;
	color: #ffffff;
}

/* featured-articles */
.featured-articles {
	background: #ff9600;
	padding: 25px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.featured-articles .featured-articles-title {
	font-family: 'TradeGothicLTPro-BdCn20';
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.featured-articles-list {
	font-size: 14px;
	line-height: 20px;
}
.featured-articles-list ul {
	display: block;
}
.featured-articles-list li {
}
.featured-articles-list li:last-of-type {
	margin-bottom: 0;
}
.featured-articles-list li a {
	color: #ffffff;
	padding: 8px 25px 10px;
	display: block;
}
.featured-articles-list li a .date {
	display: block;
	font-size: 18px;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.featured-articles-list li a:hover {
	background: #fb8a08;
}

/* sidebar-group */
.sidebar-group {
	margin-bottom: 50px;
}
.sidebar-group .sidebar-group-item {
	margin-bottom: 6px;
}
.sidebar-group .sidebar-group-item:last-of-type {
	margin-bottom: 0;
}

/* sidebar-links */
.sidebar-links {
	text-align: center;
	margin-bottom: 50px;
}
.sidebar-links ul {
	display: block;
}
.sidebar-links ul li {
	display: block;
	margin-bottom: 30px;
}
.sidebar-links ul li:last-of-type {
	margin-bottom: 0;
}
.sidebar-links ul li a {
	display: block;
	max-width: 150px;
	margin: auto;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	border-top: solid 4px #000000;
	border-bottom: solid 4px #000000;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20';
	padding: 4px 0 2px;
	cursor: cursor;
}
.sidebar-links ul li.yellow a {
	color: #ff9600;
	border-top-color: #ff9600;
	border-bottom-color: #ff9600;
}
.sidebar-links ul li.purple a {
	color: #10167f;
	border-top-color: #10167f;
	border-bottom-color: #10167f;
}
.sidebar-links ul li.red a {
	color: #fe230a;
	border-top-color: #fe230a;
	border-bottom-color: #fe230a;
}
.sidebar-links ul li a:hover {
	color: #acacac!important;
	border-top-color: #acacac!important;
	border-bottom-color: #acacac!important;
}

/* ----------------------------------- */
/* ------------ Home styles ---------- */
/* ----------------------------------- */

/* Main Rotator */
.main-rotator {
	width: 100%;
	position: relative;
}
.main-rotator .controls {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.main-rotator .controls .rotator-prev {
	position: absolute;
	top: 50%;
	margin-top: 18px;
	left: 25px;
	width: 38px;
	height: 30px;
	background: url('../images/rotator-prev-icon.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 1900;
	opacity: 0.46;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.main-rotator .controls .rotator-prev:hover {
	opacity: 1;
}
.main-rotator .controls .rotator-next {
	position: absolute;
	top: 50%;
	margin-top: 18px;
	right: 25px;
	width: 38px;
	height: 30px;
	background: url('../images/rotator-next-icon.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 1900;
	opacity: 0.46;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.main-rotator .controls .rotator-next:hover {
	opacity: 1;
}
.main-rotator .controls .rotator-scroll-bottom {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 25px;
	width: 100px;
	height: 71px;
	background: url('../images/rotator-bottom-icon.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 1900;
	opacity: 0.46;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.main-rotator .controls .rotator-scroll-bottom:before {
	position: absolute;
	display: block;
	content: "Scroll";
	right: calc(100% + 30px);
	bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	display: none;
}
.main-rotator .controls .rotator-scroll-bottom:after {
	position: absolute;
	display: block;
	content: "Down";
	left: calc(100% + 30px);
	bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	display: none;
}
.main-rotator .controls .rotator-scroll-bottom:hover {
	opacity: 1;
}
.main-rotator .slides {
	width: 100%;
	position: relative;
	min-height: 600px;
}
.main-rotator .slides .slide {
	width: 100%;
	min-height: 600px;
	background: #040c1c;
	overflow: hidden;
}
.main-rotator .slides .slide .slide-image {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-size: cover;
	background-position: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*.main-rotator .slides .slide .slide-image:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: url('../images/rotator-mask.png') no-repeat center bottom;
	background-size: cover;
}*/
.main-rotator .slides .slide.gray .overlay {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 40px;
	background:url('../images/overlay-gray.png') repeat-x bottom;
}
.main-rotator .slides .slide.yellow .overlay {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 40px;
	background:url('../images/overlay-yellow.png') repeat-x bottom;
}
.main-rotator .slides .slide.light-blue .overlay {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 40px;
	background:url('../images/light-blue-overlay.png') repeat-x bottom;
}
.main-rotator .slides .slide.dark-blue .overlay {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 40px;
	background: url('../images/dark-blue-overlay.png') repeat-x bottom;
}
.main-rotator .slides .slide.full-gradient .overlay {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: #505050;
	opacity:.2;
}
.main-rotator .slides .slide .caption {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 79px;
	text-align: center;
}
.main-rotator .slides .slide .caption h2 {
	font-size: 110px;
	line-height: 110px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.main-rotator .slides .slide .caption h2 a {
	color:#ffffff;
}

/* introduction */
.introduction {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background: url('../images/introduction-bg.jpg') no-repeat center;
	background-size: cover;
	border-top: solid 6px #ffffff;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.introduction .container {
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.introduction h1 {
	font-size: 32px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 15px;
}

/* gifts */
.gifts {
	position: relative;
	border-top: solid 6px #ffffff;
	z-index: 3000;
}
.gifts .bg-image-ct {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	overflow: hidden;
}
.gifts .bg-image {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('../images/gifts-bg.jpg') no-repeat center;
	background-size: cover;
}
.gifts .gifts-ct {
	padding: 250px 0;
	position: relative;
	text-align: center;
}
.gifts .gifts-ct h3 {
	font-size: 48px;
	line-height: 50px;
	margin: 0;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.gifts .gifts-ct .stats {
	position: absolute;
	left: 0px;
	right: 0px;
	top: calc(100% - 180px);
	display: flex;
}
.gifts .gifts-ct .stats .stats-item {
	width: 33.333333%;
	padding: 0 13px;
	opacity: 0;
}
.gifts .gifts-ct .stats .stats-item.animate {
	opacity: 1;
}
.gifts .gifts-ct .stats .stats-item:nth-of-type(1) {
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.gifts .gifts-ct .stats .stats-item:nth-of-type(2) {
	-webkit-transition: 0.5s all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.5s all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: 0.5s all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.5s all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.5s all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.gifts .gifts-ct .stats .stats-item:nth-of-type(3) {
	-webkit-transition: 0.5s all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: 0.5s all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: 0.5s all 1s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.5s all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.5s all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.gifts .gifts-ct .stats .stats-item .stats-item-top {
	background: url('../images/stats-item-top-bg.jpg') repeat;
	padding: 45px 0 35px;
	font-weight: 700;
	font-size: 60px;
	color: #ffffff;
	position: relative;
}
.gifts .gifts-ct .stats .stats-item .stats-item-top:before {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 10px;
	background: rgba(243, 129, 48, 0.42);
	display: block;
	content: "";
}
.gifts .gifts-ct .stats .stats-item .stats-item-bottom {
	font-size: 16px;
	line-height: 22px;
	color: #505050;
	background: #ffffff;
	padding: 30px;
}
.gifts .gifts-ct .stats .stats-item .stats-item-bottom a {
	color: #fd9526;
}
.gifts .gifts-ct .stats .stats-item .stats-item-bottom a:hover {
	color: #fb2720;
}

/* home-map */
.home-map {
	background: url('../images/map-bg.png') no-repeat center;
	background-size: cover;
	padding: 290px 0 190px 0;
	border-top: solid 6px #ffffff;
	position: relative;
	overflow: hidden;
}
.home-map .map-bg-lvl1 {
	background: url('../images/home-map-pins-lvl1.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1005;
}
.home-map .map-bg-lvl2 {
	background: url('../images/home-map-pins-lvl2.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1004;
}
.home-map .map-bg-lvl3 {
	background: url('../images/home-map-pins-lvl3.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1003;
}
.home-map .map-bg-lvl4 {
	background: url('../images/home-map-pins-lvl4.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1002;
}
.home-map .map-bg-lvl5 {
	background: url('../images/home-map-pins-lvl5.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
.home-map-ct {
	background: url('../images/home-map-ct-bg.png') no-repeat;
	background-size: 100% 100%;
	width: 687px;
	height: 277px;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	color: #000064;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 100px;
	margin-left: calc(50% - 100px - 293px);
	position: relative;
}
.home-map-ct h2 {
	font-size: 50px;
	line-height: 50px;
	color: #000064;
	font-family: 'TradeGothicLTPro-BdCn20';
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	z-index: 1200;
}
.home-map-ct h2 img {
	margin: 0 10px;
}
.home-map-ct .more {
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
	line-height: 23px;
	color: #ffffff;
	font-weight: 300;
	padding: 12px 20px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background: #ff9600;
	overflow: hidden;
	font-family: 'TradeGothicLTPro-BdCn20';
	margin-top: 30px;
	position: relative;
	z-index: 1200;
}
.home-map-ct .more img {
	display: block;
	margin-left: 15px;
}
.home-map-ct .more .text {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 400;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.home-map-ct .more .bg {
	position: absolute;
	top: 0px;
	right: calc(100% + 100px);
	bottom: 0px;
	left: calc(-100% - 100px);
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	background: #c05d0e;
	z-index: 100;
}
.home-map-ct .more .bg:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #c05d0e transparent transparent transparent;
}
.home-map-ct .more:hover .bg {
	left: 0px;
	right: 0px;
}
.home-map-ct .more:hover {
	color: #ffffff;
}

/* features */
.features {
	background: #f5f5f5;
	border-top: solid 6px #ffffff;
	height: 680px;
	position: relative;
}
.features .left-bg {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 680px 560px 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 0px;
	top: 0px;
}
.features .left-bg:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 672px 552px 0 0;
	border-color: #f0f0f0 transparent transparent transparent;
	content: "";
	position: absolute;
	left: 0px;
	top: -680px;
}
.features .right-bg {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 680px 560px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}
.features .right-bg:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 672px 552px;
	border-color: transparent transparent #f0f0f0 transparent;
	content: "";
	position: absolute;
	right: 0px;
	top: 8px;
}
.features ul {
	display: block;
	width: 1180px;
	margin: auto;
}
.features ul:after {
	display: block;
	content: "";
	clear: both;
}
.features ul li {
	display: block;
	float: left;
	width: 33.333333%;
}
.features .feature {
	position: relative;
	width: 360px;
	height: 360px;
	margin: auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.features .feature .feature-front {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 6px #ffffff;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
    -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	position: relative;
}
.features .feature .feature-img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.1;
}
.features .feature:hover .feature-front {
	-webkit-transform: translate3d(0px, 100%, 0px) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0px, 100%, 0px) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0px, 100%, 0px) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0px, 100%, 0px) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0px, 100%, 0px) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
}
.features .feature .feature-front h3 {
	font-size: 52px;
	line-height: 52px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	padding: 11px 10px 7px 10px;
	text-transform: uppercase;
}
.features .feature .feature-back {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 6px #ffffff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
    -webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
    position: absolute;
    top: 0px;
    left: 0px;
	overflow: hidden;
	padding-bottom: 70px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 17px;
	color: #f1f1f1;
    -webkit-transform: translate3d(0px, 0px, -360px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate3d(0px, 0px, -360px) rotate3d(1, 0, 0, 90deg);
    -o-transform: translate3d(0px, 0px, -360px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: translate3d(0px, 0px, -360px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0px, 0px, -360px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
.features .feature:hover .feature-back {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}
.features .feature .feature-back h3 {
	font-size: 46px;
	line-height: 46px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	padding: 10px 10px 6px 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.features .feature .feature-back .more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
	color: #ffffff;
}
.features .feature .feature-back .more:hover {
	color: rgba(255,255,255,0.7);
}

/* news-updates */
.news-updates {
	padding: 45px 0 60px;
}
.news-updates:after {
	content: "";
	clear: both;
	display: block;
}
.news-updates .nu-item {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-updates .nu-title {
	text-align: center;
	padding-bottom: 45px;
	border-bottom: solid 1px #d9d9d9;
	padding-left: calc(100% - 590px);
}
.news-updates .nu-item:nth-of-type(2n+2) .nu-title {
	padding-right: calc(100% - 590px);
	padding-left: 0;
}
.news-updates .nu-title h2 {
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	font-family: 'TradeGothicLTPro-BdCn20';
	display: block;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
	padding: 10px 10px 6px 10px;
	text-transform: uppercase;
	margin: 0 80px;
}
.news-updates .home-news .nu-title h2 {
	color: #fe230a;
	border-top: solid 3px #fe230a;
	border-bottom: solid 3px #fe230a;
}
.news-updates .home-news .nu-title h2 a{
	color: #fe230a;

}
.news-updates .home-updates .nu-title h2 {
	color: #10167f;
	border-top: solid 3px #10167f;
	border-bottom: solid 3px #10167f;
}
.news-updates .home-updates .nu-title h2 a{
	color: #10167f;

}
.news-updates .nu-content {
	margin-left: calc(100% - 590px);
	padding: 0 80px;
	position: relative;
	border-right: solid 1px #d9d9d9;
}
.news-updates .nu-item:nth-of-type(2n+2) .nu-content {
	margin-right: calc(100% - 590px);
	margin-left: -1px;
	border-left: solid 1px #d9d9d9;
	border-right: none;
}
.news-updates .nu-content .controls {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.news-updates .nu-content .controls .nu-prev {
	position: absolute;
	background: url('../images/nu-prev-icon.png') no-repeat center;
	width: 80px;
	height: 80px;
	left: 0px;
	top: 80px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.news-updates .nu-content .controls .nu-prev:hover {
	background-color: #f5f5f5;
}
.news-updates .nu-content .controls .nu-next {
	position: absolute;
	background: url('../images/nu-next-icon.png') no-repeat center;
	width: 80px;
	height: 80px;
	right: 0px;
	top: 80px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.news-updates .nu-content .controls .nu-next:hover {
	background-color: #f5f5f5;
}
.news-updates .nu-content .slides {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-updates .nu-content .slides .slide {
	width: 100%;
	height: auto;
}
.news-updates .nu-content .entry-nu .entry-nu-img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.news-updates .nu-content .entry-nu .entry-nu-img a:hover img {
	opacity: 0.9;
}
.news-updates .nu-content .entry-nu .date {
	font-size: 23px;
	line-height: 23px;
	display: block;
	margin-bottom: 15px;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-transform: uppercase;
	color: #969696;
}
.news-updates .nu-content .entry-nu h3 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.news-updates .home-news .nu-content .entry-nu h3 a {
	color: #fe230a;
}
.news-updates .home-news .nu-content .entry-nu h3 a:hover {
	color: #bd1f0d;
}
.news-updates .home-updates .nu-content .entry-nu h3 a {
	color: #10167f;
}
.news-updates .home-updates .nu-content .entry-nu h3 a:hover {
	color: #010555;
}
.news-updates .nu-content .entry-nu {
	padding-bottom: 1px;
}
.news-updates .nu-content .entry-nu .entry-nu-content {
	padding-top: 30px;
}
.news-updates .nu-content .entry-nu p {
	margin-bottom: 30px;
}
.news-updates .nu-content .nu-bottom {
	padding-top: 60px;
	position: relative;
	z-index: 1999;
}
.news-updates .nu-content .nu-bottom ul {
	display: block;
}
.news-updates .nu-content .nu-bottom ul:after {
	display: block;
	content: "";
	clear: both;
}
.news-updates .nu-content .nu-bottom ul li {
	display: block;
	float: left;
	margin-right: 30px;
}
.news-updates .nu-content .nu-bottom ul li:last-of-type {
	margin-right: 0;
}
.news-updates .nu-content .nu-bottom a.archive {
	cursor: pointer;
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	display: block;
	height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 31px;
	position: relative;
}
.news-updates .nu-content .nu-bottom a.archive:hover {
	color: #7c81b8;
}
.news-updates .nu-content .nu-bottom a.archive:before {
	background: url('../images/news-archive-icon.png') no-repeat center;
	width: 21px;
	height: 29px;
	background-size: 21px 21px;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.news-updates .nu-content .nu-bottom a.archive:after {
	background: url('../images/news-archive-icon-active.png') no-repeat center;
	width: 21px;
	height: 29px;
	background-size: 21px 21px;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.news-updates .nu-content .nu-bottom a.archive:hover::before {
	opacity: 0;
}
.news-updates .nu-content .nu-bottom a.archive:hover::after {
	opacity: 1;
}
.news-updates .nu-content .nu-bottom a.subscribe {
	cursor: pointer;
	background: url('../images/subscribe-icon.png') no-repeat center left;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 38px;
	display: block;
}
.news-updates .nu-content .nu-bottom a.subscribe:hover {
	color: #ff9600;
}
.news-updates .nu-content .nu-bottom a.upload {
	cursor: pointer;
	background: url('../images/upload-icon.png') no-repeat center left;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	z-index: 1999;
	font-size: 16px;
	line-height: 27px;
	padding-top: 2px;
	color: #969696;
	font-family: 'TradeGothicLTPro-Cn18';
	text-transform: uppercase;
	padding-left: 34px;
	margin-top: 10px;
	display: block;
}
.news-updates .nu-content .nu-bottom a.upload:hover {
	color: #000064;
}

/* home-social */
.home-social {
	padding: 60px 0;
	background: url("../images/mashup-bg.jpg") repeat;
}
.home-social .container {
	width: 1180px;
}
.home-social .home-social-top {
	text-align: center;
	margin-bottom: 50px;
}
.home-social .home-social-top h2 {
	font-size: 45px;
	line-height: 45px;
	color: #000362;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #000362;
	border-bottom: solid 3px #000362;
	padding: 10px 10px 6px 10px;
	text-transform: uppercase;
}
.home-social .home-social-content {
	margin-bottom: 40px;
	position: relative;
}
.home-social .home-social-content .entry-social {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 30px;
	transform: scale(0.4);
	opacity: 0;
}
.home-social .home-social-content .entry-social.animate {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.home-social .home-social-content .grid-sizer {
	width: 23%;
	margin: 0 1%;
}
.home-social .entry-social .entry-social-bottom .more {
    width: 70px;
}
.home-social .entry-social .entry-social-bottom {
    padding-right: 70px;
}
.home-social .home-social-more {
	text-align: center;
}
.home-social .home-social-more ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.home-social .home-social-more ul li:last-of-type {
    margin-right: 0;
}
.home-social .loading {
	right: 0;
	bottom: 0;
}

/* tagline-banner */
.tagline-banner {
	border-top: solid 6px #ffffff;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #4c5395;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.tagline-banner .container {
    width: 1180px;
}
.tagline-banner .container:after {
    content: "";
    display: block;
    clear: both;
}
.tagline-banner:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	background: #7c82b6;
}
.tagline-banner .left {
	float: left;
	color: #4c5395;
	text-align: left;
	width: 46%;
}
.tagline-banner .right {
	float: right;
	color: #7c81b8;
	background: #4c5395;
	text-align: right;
	width: 54%;
	position: relative;
}
.tagline-banner .right:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 183px 138px;
	border-color: transparent transparent #4c5395 transparent;
	position: absolute;
	top: 0px;
	right: 100%;
	content: "";
}
.tagline-banner span {
	display: block;
	font-size: 260px;
	height: 157px;
	line-height: 157px;
	padding-top: 25px;
}
.tagline-banner .left span {
	-webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.tagline-banner .right span {
	-webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

/* programs */
.programs {
	padding: 60px 0;
	color: #505050;
}
.programs .container {
	width: 1180px;
}
.programs .programs-top {
	text-align: center;
	margin-bottom: 60px;
}
.programs .programs-top h2 {
	font-size: 45px;
	line-height: 45px;
	color: #ff9600;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	border-top: solid 3px #ff9600;
	border-bottom: solid 3px #ff9600;
	padding: 10px 10px 6px 10px;
	text-transform: uppercase;
}
.programs .programs-top .wysiwyg {
	margin-top: 35px;
}
.programs .programs-content {
	margin-bottom: 50px;
	position: relative;
}
.programs .programs-content .controls {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.programs .programs-content .controls .programs-prev {
	position: absolute;
	background: url('../images/home-slides-prev.png') no-repeat center;
	width: 36px;
	height: 28px;
	left: -66px;
	top: 50%;
	margin-top: -14px;
	opacity: 0.5;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.programs .programs-content .controls .programs-prev:hover {
	opacity: 1;
}
.programs .programs-content .controls .programs-next {
	position: absolute;
	background: url('../images/home-slides-next.png') no-repeat center;
	width: 36px;
	height: 28px;
	right: -66px;
	top: 50%;
	margin-top: -14px;
	opacity: 0.5;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	cursor: pointer;
}
.programs .programs-content .controls .programs-next:hover {
	opacity: 1;
}
.programs .programs-content .slides {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.programs .programs-content .slides .slide {
	width: 100%;
	height: auto;
}
.programs .programs-content ul {
	display: block;
}
.programs .programs-content ul:after {
	content: "";
	display: block;
	clear: both;
}
.programs .programs-content ul li {
	width: 25%;
	padding: 0 10px;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.programs .programs-content ul li a {
	display: block;
	margin-right: 45px;
	height: 90px;
	background: #000000;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 55px 0 10px;
	position: relative;
}
.programs .programs-content ul li a.red {
	background: #fe230a;
}
.programs .programs-content ul li a.red:hover {
	background: #fc3d28;
}
.programs .programs-content ul li a.purple {
	background: #7c81b8;
}
.programs .programs-content ul li a.purple:hover {
	background: #8a90cc;
}
.programs .programs-content ul li a.orange {
	background: #ff9600;
}
.programs .programs-content ul li a.orange:hover {
	background: #fca325;
}
.programs .programs-content ul li a.grey {
	background: #969696;
}
.programs .programs-content ul li a.grey:hover {
	background: #afafaf;
}
.programs .programs-content ul li a:before {
	content: "";
	position: absolute;
	right: -45px;
	top: 0px;
	width: 90px;
	height: 90px;
	background: #000000;
	border-radius: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.programs .programs-content ul li a.red:before {
	background: #fe230a;
}
.programs .programs-content ul li a.red:hover:before {
	background: #fc3d28;
}
.programs .programs-content ul li a.purple:before {
	background: #7c81b8;
}
.programs .programs-content ul li a.purple:hover:before {
	background: #8a90cc;
}
.programs .programs-content ul li a.orange:before {
	background: #ff9600;
}
.programs .programs-content ul li a.orange:hover:before {
	background: #fca325;
}
.programs .programs-content ul li a.grey:before {
	background: #969696;
}
.programs .programs-content ul li a.grey:hover:before {
	background: #afafaf;
}
.programs .programs-content ul li a:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	right: -40px;
	top: 5px;
}
.programs .programs-content ul li a.red:after {
	background: url('../images/programs-red-icon.png') no-repeat center;
	background-size: 100% 100%;
}
.programs .programs-content ul li a.purple:after {
	background: url('../images/programs-purple-icon.png') no-repeat center;
	background-size: 100% 100%;
}
.programs .programs-content ul li a.orange:after {
	background: url('../images/programs-orange-icon.png') no-repeat center;
	background-size: 100% 100%;
}
.programs .programs-content ul li a.grey:after {
	background: url('../images/programs-grey-icon.png') no-repeat center;
	background-size: 100% 100%;
}
.programs .programs-content ul li a .large-text {
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.programs .programs-content ul li a .medium-text {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
}
.programs .programs-content ul li a .small-text {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}
.programs .programs-more {
	text-align: center;
}

/* sponsors */
.sponsors {
	border-top: solid 6px #ffffff;
}
.sponsors .sponsors-text {
	font-size: 27px;
	line-height: 27px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
	padding: 14px 20px 12px;
	background: #969696;
	text-align: center;
}
.sponsors .sponsors-text h3 {
	font-size: 27px;
	line-height: 27px;
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.sponsors .sponsors-carousel {
	border-bottom: solid 2px #d1d3d4;
	text-align: center;
}
.sponsors .sponsors-carousel .owl-carousel .owl-item {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sponsors .sponsors-carousel .owl-carousel .owl-item li {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsors .sponsors-carousel .owl-carousel .owl-item a {
	display: block;
	max-height: 90%;
	max-width: 90%;
}
.sponsors .sponsors-carousel .owl-carousel .owl-item a:hover {
	opacity: 0.6;
}
.sponsors .sponsors-carousel .owl-carousel .owl-item a img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

/* ----------------------------------- */
/* ---------- Footer styles ---------- */
/* ----------------------------------- */

.site-footer {
	position: relative;
	background: url('../images/footer-bg.jpg') repeat center bottom;
}

/* footer-top */
.site-footer .footer-top {
	padding: 55px 80px;
	display: flex;
	justify-content: space-between;
}

/* footer-left */
.site-footer .footer-left {
	flex-shrink: 0;
}

/* footer-logo */
.site-footer .footer-logo {
	width: 154px;
	max-width: 100%;
	margin-right: 70px;
}
.site-footer .footer-logo img {
	display: block;
	width: 100%;
}

/* footer info */
.site-footer .footer-info {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 25px;
}
.site-footer .footer-info .table .table-cell:first-child {
	width: 42px;
}
.site-footer .footer-info ul li {
	margin-bottom: 25px;
}
.site-footer .footer-info ul li:last-of-type {
	margin-bottom: 0;
}
.site-footer .footer-info ul li a {
	color: #ffffff;
}
.site-footer .footer-info ul li a:hover {
	color: #ff9600;
}
.site-footer .footer-info ul li .icon {
	display: block;
	background-size: 100% 100%;
	position: relative;
}
.site-footer .footer-info ul li .icon:after {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 0;
}
.site-footer .footer-info ul li .table:hover .icon:after {
	opacity: 1;
}
.site-footer .footer-info ul li .directions-icon {
	width: 21px;
	height: 31px;
	background: url('../images/footer-directions-icon.png') no-repeat;
}
.site-footer .footer-info ul li .directions-icon:after {
	background: url('../images/footer-directions-icon-active.png') no-repeat;
}
.site-footer .footer-info ul li .phone-icon {
	width: 19px;
	height: 32px;
	background: url('../images/footer-phone-icon.png') no-repeat;
}
.site-footer .footer-info ul li .phone-icon:after {
	background: url('../images/footer-phone-icon-active.png') no-repeat;
}

/* copyright */
.site-footer .copyright {
	font-size: 11px;
	line-height: 20px;
	color: #7c81b8;
	text-transform: uppercase;
}
.site-footer .copyright ul li {
	display: inline-block;
	vertical-align: top;
}
.site-footer .copyright ul li:after {
	content: "\00a0\00a0|\00a0\00a0";
}
.site-footer .copyright ul li:last-of-type::after {
	content: "";
}
.site-footer .copyright ul li a {
	color: #7c81b8;
}
.site-footer .copyright ul li a:hover {
	color: #ffffff;
}

/* footer-right */
.site-footer .footer-right {
	margin-left: 80px;
}

/* footer menu */
.site-footer .footer-menu {
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	font-family: 'TradeGothicLTPro-BdCn20';
	text-align: right;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-top: -5px;
	text-transform: uppercase;
}
.site-footer .footer-menu ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
}
.site-footer .footer-menu ul li a {
	color: #ffffff;
}
.site-footer .footer-menu ul li a:hover {
	color: #ff9600;
}

/* social */
.site-footer .social {
	text-align: right;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 50px;
}
.site-footer .social ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.site-footer .social ul li:last-of-type {
	margin-right: 0;
}
.site-footer .social ul li a {
	color: #ffffff;
}
.site-footer .social ul li a:hover {
	color: #ff9600;
}

/* awards */
.site-footer .awards {
	text-align: right;
	margin-right: -10px;
}
.site-footer .awards ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.site-footer .awards ul li img {
	display: block;
}

/* footer-bottom */
.footer-bottom {
	background: #10167f;
	position: relative;
}

/* developer */
.site-footer .developer {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 80px;
}

/* back-top-top */
#back-to-top {
	width: 99px;
	height: 66px;
	background: url('../images/footer-bg.jpg') repeat top center;
	margin: auto;
	position: relative;
	cursor: pointer;
}
#back-to-top:after {
	background: url('../images/footer-bottom-bg.png') no-repeat 100% 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* ----------------------------------- */
/* --------- Desktop styles ---------- */
/* ----------------------------------- */

@media (min-width: 1240px) {

	#page {
		margin: auto!important;
	}

	.main-menu .menu-column .menu-item .submenu {
	    display: block!important;
	    height: auto!important;
	}

	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: block!important;
	}
	.visible-tablet {
		display: none!important;
	}
	.visible-phone {
		display: none!important;
	}
	.hidden-desktop {
		display: none!important;
	}

}

@media (min-width: 1240px) and (max-width: 1380px) {

	.toggle-main-menu .text {
	    display: none;
	}

}

/* ----------------------------------- */
/* --------- Tablets styles ---------- */
/* ----------------------------------- */

@media (min-width: 660px) and (max-width: 1240px) {

	.container {
		width: 100%;
		margin: auto;
		padding: 0 30px;
	}

	/* menu */
	.main-menu {
	    height: calc(100% - 57px);
	    top: 57px;
	    border-right: solid 6px #ffffff;
	    border-bottom: solid 6px #ffffff;
	}
	.main-menu .menu-column {
	    float: none;
	    height: auto;
	    width: auto;
	}
	.main-menu .menu-column .menu-item {
	    border-bottom: solid 6px #ffffff!important;
	}
	.main-menu .menu-column .menu-item .submenu {
	    display: none;
	}
	.main-menu .menu-column .menu-item .menu-item-title {
	    padding: 20px;
	    cursor: pointer;
	}
	.main-menu .menu-column .menu-item h3 {
	    font-size: 25px;
	    line-height: 25px;
	    padding: 10px 0 8px;
	    border-top-color: transparent;
	    border-bottom-color: transparent;
	    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	}
	.main-menu .menu-column .menu-item .menu-item-title:hover h3,
	.main-menu .menu-column .menu-item .menu-item-title.active h3 {
	    border-top-color: #ffffff;
	    border-bottom-color: #ffffff;
	}
	.main-menu .menu-column .menu-item .single-link {
	    height: auto;
	    min-height: 1px;
	    padding: 20px;
	}
	.main-menu .menu-column .menu-item .single-link span,
	.main-menu .menu-column .menu-item .single-link.active span {
	    font-size: 25px;
	    line-height: 25px;
	    padding: 10px 0 8px;
	    border-top-color: transparent;
	    border-bottom-color: transparent;
	    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	}
	.main-menu .menu-column .menu-item .single-link:hover span {
	    border-top-color: #ffffff;
	    border-bottom-color: #ffffff;
	    color: #ffffff;
	}
	.main-menu .mobile-social {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
		padding: 40px 0;
	}
	.main-menu .mobile-social ul {
		display: block;
	}
	.main-menu .mobile-social ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.main-menu .mobile-social ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.main-menu .mobile-social ul li:last-of-type {
		margin-right: 0;
	}
	.main-menu .mobile-social ul li a {
		display: block;
		color: #ffffff;
	}
	.main-menu .mobile-social ul li a:hover {
		color: #ff9600;
	}
	.main-menu .menu-column .table .table-row .table-cell {
	    border: none;
	}
	.mobile-menu-top {
		position: absolute;
		right: 0px;
		top: 0px;
		left: 46px;
		padding-left: 6px;
		background: #ffffff;
		height: 46px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		-webkit-transform: translate3d(100%, 0, 0);
	    -moz-transform: translate3d(100%, 0, 0);
	    -o-transform: translate3d(100%, 0, 0);
	    -ms-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	    opacity: 0;
	}
	.mobile-menu-top.active {
		-webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    opacity: 1;
	}
	.site-header .hotline {
	    height: 46px;
	    margin-right: 5px;
	}
	.site-header .mobile-menu-top .top-menu {
	    margin-right: 5px;
	}
	.search-form .show-search {
	    height: 46px;
	    width: 46px;
	}
	.search-form .field {
	    height: 46px;
	    padding: 0 15px;
	    width: 190px;
	    font-size: 12px;
	    letter-spacing: 1px;
	}

	/* header */
	.site-header {
	    height: 46px;
	}
	/*.toggle-main-menu .text {
	    display: none;
	}*/
	.toggle-main-menu {
	    height: 46px;
	    /*width: 46px;*/
	    width:105px;
	    /*padding: 0;*/
	    padding:0 10px;
	}
	.toggle-main-menu .icon {
	    height: 21px;
	    width: 26px;
	}
	.toggle-main-menu .icon .bar {
		width: 26px;
		height: 3px;
		border-radius: 1px;
	}
	.toggle-main-menu .icon .top-bar {
		top: 0px;
	}
	.toggle-main-menu .icon .top-bar.middle {
		top: 9px;
	}
	.toggle-main-menu .icon .top-bar.rotate {
		-webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.toggle-main-menu .icon .middle-bar {
		top: 9px
	}
	.toggle-main-menu .icon .bottom-bar {
		top: 18px;
	}
	.toggle-main-menu .icon .bottom-bar.middle {
		top: 9px;
	}
	.site-header .logo {
	    height: 46px;
	    margin-left: 130px;
	    width: 187px;
	}
	.site-header .top-menu {
	    font-size: 14px;
	    line-height: 46px;
	    margin-right: 0;
	}
	.site-header .top-menu ul li a {
	    padding: 0 5px;
	}

	/* interior banner */
	.interior-banner {
		height: 280px;
		margin-bottom: 0px;
	}
	.section-title {
	    right: 0px;
	    max-width: 100%;
	    padding: 10px 30px 8px;
	}
	.section-title h2 {
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 0px;
	}
	.section-title h3 {
	    font-size: 18px;
	    line-height: 18px;
	}

	/* site-main */
	.site-main {
	    padding-bottom: 40px;
	}
	.site-main-content {
	    width: auto;
	    float: none;
	    margin-bottom: 40px;
	}
	.full-width .site-main-content {
	    margin-bottom: 0px;
	}
	.page-top-bar {
	    padding-right: 0;
	    margin-left: -30px;
	    margin-right: -30px;
	    height: 36px;
	    margin-bottom: 30px;
	    position: relative;
	}
	.top-bar-right {
	    float: left;
	    max-width: 100%;
	}
	.share {
	    float: left;
	    height: 36px;
	    padding: 0 30px;
	}
	.share .show-share-items {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.subscribe-link {
	    float: left;
	    height: 36px;
	    margin-left: 30px;
	}
	.subscribe-link a {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.upload-link {
	    float: left;
	    height: 36px;
	    margin-left: 30px;
	}
	.upload-link a {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.member-upload .member-upload-form li {
	    float: none!important;
	    margin-right: 0!important;
	    width: auto!important;
	    margin-bottom: 20px!important;
	}
	.member-upload .gform_footer {
		bottom: auto;
		padding-top: 20px;
		position: relative;
		right: auto;
		width: auto;
		top: auto;
	}
	.member-upload .member-upload-form::after {
	    left: 30px;
	}
	.member-upload .gform_footer input[type="submit"] {
	    float: none;
	}
	.archive-link {
	    float: left;
	    height: 36px;
	    margin-left: 10px;
	}
	.archive-link a {
		padding-left: 0;
		width: 21px;
		text-indent: -9999px;
	}
	.member-upload .member-upload-form .form-row.last {
	    padding-right: 0;
	}

	/* mobile-related-items */
	.mobile-related-items {
		float: right;
	}
	.mobile-related-items .show-mobile-related-items {
		cursor: pointer;
		height: 36px;
		font-size: 13px;
		line-height: 13px;
		color: #bbbbbb;
		font-family: 'TradeGothicLTPro-BdCn20';
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative;
		z-index: 1900;
	}
	.mobile-related-items .show-mobile-related-items .icon-holder {
		width: 40px;
		height: 36px;
		background: #bbbbbb;
		position: relative;
		margin-left: 10px;
	}
	.mobile-related-items .show-mobile-related-items .icon {
		width: 22px;
		height: 19px;
		position: absolute;
		top: 8px;
		left: 9px;
	}
	.mobile-related-items .show-mobile-related-items .icon .bar {
		position: absolute;
		width: 23px;
		height: 3px;
		background: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0px;
		right: 0px;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.mobile-related-items .show-mobile-related-items .icon .top-bar {
		top: 0px;
	}
	.mobile-related-items .show-mobile-related-items .icon .top-bar.middle {
		top: 8px;
	}
	.mobile-related-items .show-mobile-related-items .top-bar.rotate {
		-webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.mobile-related-items .show-mobile-related-items .middle-bar {
		top: 8px
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar {
		top: 16px;
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar.middle {
		top: 8px;
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar.rotate {
		-webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.mobile-related-items .mobile-related-items-ct {
		z-index: 1800;
		position: absolute;
		right: 0;
		top: 36px;
		width: 100%;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
		-webkit-transform: translate3d(0, -100%, 0);
	    -moz-transform: translate3d(0, -100%, 0);
	    -o-transform: translate3d(0, -100%, 0);
	    -ms-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	    opacity: 0;
	    overflow: hidden;
	    background: #bbbbbb;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.mobile-related-items .mobile-related-items-ct.active {
		-webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    opacity: 1;
	}
	.sub-navigation {
	    max-width: 280px;
	    margin: auto;
	}
	.mobile-related-items .related-items-title {
		font-family: 'TradeGothicLTPro-BdCn20';
		font-size: 18px;
		line-height: 18px;
		color: #ffffff;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: solid 1px #ffffff;
		letter-spacing: 2px;
	}
	.mobile-related-items .sort-date {
	    margin-bottom: 0;
	    margin-top: 10px;
	}

	/* entry */
	.entry {
	    padding-right: 0;
	}
	.wysiwyg .alignleft {
		max-width: 50%;
	}
	.wysiwyg .alignright {
		max-width: 50%;
	}
	.wysiwyg blockquote {
	    margin: 40px -30px;
	    padding: 40px 30px;
	}

	/* archives */
	.archives {
	    padding-right: 0;
	}
	.archives .entry-blog:before {
		display: none;
	}

	/* mashup */
	.site-main.full-width::after {
	    display: none;
	}
	.wysiwyg h1.social-mashup-title {
		font-size: 45px;
		line-height: 45px;
	}
	.mashup .mashup-ct {
	    padding: 50px 30px;
	}
	.mashup .mashup-ct .container {
	    max-width: 620px;
	    padding: 0px;
	}
	.mashup .grid-sizer {
		width: 47%;
		margin: 0 1.5%;
	}
	.entry-social {
		width: 47%;
		margin: 0 1.5%;
		margin-bottom: 25px;
	}
	.mashup .mashup-nav {
	    padding-top: 40px;
	}

	/* staff styles */
	.staff .staff-ct {
	    max-width: 920px;
	    margin: auto;
	    padding-bottom: 40px;
	}
	.staff .entry-staff {
	    padding: 20px;
	}
	.staff .entry-staff .entry-staff-content .close {
	    right: 14px;
	}
	.staff .entry-staff .entry-staff-content .content-info {
	    width: 180px;
	}
	.staff .entry-staff .entry-staff-content .content-details {
	  padding-left: 210px;
	}

	/* map */
	.map-holder .map .map-zoom {
	    left: 10px!important;
	    top: 10px!important;
	}
	.map-holder .map .map-zoom div a {
	    width: 35px;
	    height: 38px;
	}
	.map-holder .map .map-zoom {
		left: 10px;
		position: absolute;
		top: 10px;
		z-index: 1900;
	}
	.map-holder .map .map-zoom ul li {
	    margin-bottom: 3px;
	}
	.map-holder .map .map-zoom ul li a {
	    height: 24px;
	    width: 24px;
	}
	.map-holder .map .map-zoom ul li a img {
	    max-width: 75%;
	}
	.map-holder .map .map-filter ul li a img {
	    margin-right: 0;
	}
	.map-holder .map .map-filter {
	    left: 50px;
	    top: 10px;
	}
	.map-holder .map .map-filter ul li a {
	    height: 38px;
	    padding: 0 10px;
	}
	.map-holder .map .map-filter ul li {
	    margin-right: 6px;
	}
  	.map-holder {
	    padding: 0;
	    min-height: 400px;
	    background: #f0f0f0;
	}
	.map-holder .map {
	    height: 400px;
	}
  	.map-sidebar {
	    float: none;
	    max-width: 280px;
	    width: 100%;
	    margin: auto;
	}
	.search-map {
	    left: 0px;
	    z-index: 1900;
	}
	.search-map .field {
	    width: 100%;
	    height: 36px;
	    padding-left: 56px;
	}
	.search-map .submit {
	    width: 36px;
	    height: 36px;
	    background-size: 15px auto;
	}
	.map-sidebar .map-active-content-details {
	    padding: 20px;
	}
	.map-sidebar .map-active-content-details h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.map-sidebar .map-active-content-details h3 {
	    font-size: 15px;
	    line-height: 15px;
	}
	.map-sidebar .map-active-content-details .share {
	    padding: 0 10px;
	    margin-left: -10px;
	}
	.map-sidebar .share .share-items {
	    top: calc(100% + 20px);
	}
	.map-sidebar .map-active-content-details .wysiwyg {
	   margin-bottom: 22px;
	}
	.map-holder .map-canvas .infoBox {
		width: 180px;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct {
		display: block;
		cursor: pointer;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct img {
		display: block;
		width: 100%;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct .title {
		display: block;
		padding: 15px 15px 12px;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		text-transform: uppercase;
		font-family: 'TradeGothicLTPro-BdCn20';
	}
	.map-bottom {
		padding-top: 40px;
	}
	.map-bottom .map-bottom-title {
	    font-size: 30px;
	    line-height: 30px;
	    padding: 15px 30px;
	}
	.map-bottom .agencies {
		border-bottom: 1px solid #e4e4e5;
		border-right: none;
		float: none;
		padding: 40px 30px;
		width: auto;
		height: auto!important;
		min-height: 0px;
	}
	.map-bottom .agencies .wrp {
	    height: auto;
	    overflow: visible;
	    padding: 0;
	}
	.map-bottom .agencies .section .section-list {
	    font-size: 16px;
	    line-height: 16px;
	}
	.map-bottom .map-active-agency {
	    float: none;
	    width: auto;
	    max-width: 700px;
	    margin: auto;
	    height: auto!important;
	    min-height: 0px;
	}
	.map-bottom .map-active-agency-details .wrp {
	    height: auto;
	    overflow: visible;
	    padding: 0;
	}
	.map-bottom .map-active-agency-details {
	    padding: 20px;
	}
	.map-bottom .map-active-agency-details h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.map-bottom .map-active-agency-details h3 {
	    font-size: 15px;
	    line-height: 15px;
	}
	.map-bottom .map-active-agency-details .share {
	    padding: 0 10px;
	    margin-left: -10px;
	}
	.map-bottom .share .share-items {
	    top: calc(100% + 20px);
	}
	.map-bottom .map-active-agency-details .wysiwyg {
	   margin-bottom: 22px;
	}
	.map-bottom .map-active-agency-details .view a {
	    width: 30px;
	    height: 22px;
	    background-size: auto 22px;
	}
	.map-bottom .map-active-agency-details .view {
	    margin-left: 15px;
	    position: relative;
	    text-indent: -9999px;
	}
	.map-bottom .map-active-agency-details .share .share-items {
	    top: calc(100% + 20px);
	}

	/* donate */
	.gform_wrapper .top-section {
	    margin-left: -30px!important;
	    margin-right: -30px!important;
	    padding-left: 30px!important;
	    padding-right: 30px!important;
	}
	.donate-register .donate-register-top ul li.show-donate {
	    padding: 0 30px!important;
	}
	.donate-register .donate-register-top ul li.show-register {
	    padding: 0 30px!important;
	}
	.donate-register .donate-register-top ul li .selectize-control {
	    margin-left: 30px;
	}
	.donate-register .donate-register-top ul li h2 {
	    font-size: 25px;
	    line-height: 25px;
	}
	.register-ct .event.has-image .event-content {
	    padding-right: 250px;
	}
	.register-ct .event .event-content h4 {
	    margin-right: 20px;
	}
	.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li {
	    margin: 10px;
	}
	.gform_wrapper .top-section .top-section-ct li:nth-of-type(1) {
	    margin-right: 0%;
	    width: 100%;
	}
	.gform_wrapper .top-section .top-section-ct li:nth-of-type(2) {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.gform_wrapper .top-section {
	    padding-bottom: 75px;
	}
	.gform_wrapper .top-section::after {
	    right: auto;
	    left: 30px;
	}
	.ginput_complex span.name_first {
		width: 100%;
		margin-right:0;
	}
	.ginput_complex span.name_last {
		width: 100%;
	}
	.ginput_complex span.ginput_full {
		width: 100%;
	}
	.ginput_complex span.address_city {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_state {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_zip {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_country {
		width: 100%;
		margin-bottom: 0;
	}
	.ginput_complex span.ginput_cardinfo_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ginput_complex span.ginput_cardinfo_right {
		width: 100%;
		margin-bottom: 0;
	}
	.gform_wrapper .section {
	    margin-bottom: 30px;
	    padding: 30px;
	    margin-left: -30px;
	    margin-right: -30px;
	}
	.gform_footer {
		text-align: center;
	}
	.gform_footer {
	    padding-top: 10px;
	}

	/* sidebar */
	.site-main-sidebar {
	    width: auto;
	    float: none;
	    max-width: 280px;
	    margin: auto;
	}
	.site-main-sidebar div:last-child {
	    margin-bottom: 0px;
	}
	.sidebar-links {
	    margin-bottom: 40px;
	}

	/* Home Styles */

	/* rotator */
	.main-rotator .slides {
	    min-height: 420px;
	}
	.main-rotator .slides .slide {
	    min-height: 420px;
	}
	.main-rotator .slides .slide .caption h2 {
	    font-size: 65px;
	    line-height: 65px;
	}
	.main-rotator .controls .rotator-scroll-bottom {
	    bottom: 15px;
	    height: 37px;
	    margin-left: -25px;
	    width: 50px;
	}
	.main-rotator .controls .rotator-scroll-bottom:before {
		right: calc(100% + 20px);
		bottom: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	.main-rotator .controls .rotator-scroll-bottom:after {
		left: calc(100% + 20px);
		bottom: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	.main-rotator .slides .slide .caption {
	    top: 52px;
	}

	/* introduction */
	.introduction {
	    font-size: 16px;
	    line-height: 22px;
	    padding: 40px 0;
	}

	/* gifts */
	.gifts .gifts-ct {
		padding: 150px 0;
	}
	.gifts .gifts-ct .stats {
		top: calc(100% - 115px);
	}
	.gifts .gifts-ct h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-top {
		padding: 20px 0 15px;
		font-size: 30px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-top::before {
		height: 5px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-bottom {
		font-size: 13px;
		line-height: 16px;
		padding: 20px;
	}

	/* map */
	.home-map {
	    padding: 160px 0 60px 0;
	    width: 100%;
	    overflow: hidden;
	}
	.home-map-ct {
		font-size: 14px;
		height: 172px;
		line-height: 14px;
		margin-left: calc(50% - 90px - 160px);
		padding-left: 90px;
		width: 428px;
	}
	.home-map-ct h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.home-map-ct h2 img {
	    margin: 0 5px;
	    width: 30px;
	}
	.home-map-ct .more {
	    font-size: 15px;
	    line-height: 19px;
	    margin-top: 15px;
	    padding: 7px 10px 6px;
	    text-align: right;
	    width: 140px;
	}
	.home-map-ct .more img {
	    width: 17px;
	    margin-left: 5px;
	}
	.map-holder .map-canvas .infoBox {
		width: 180px;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct {
		display: block;
		cursor: pointer;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct img {
		display: block;
		width: 100%;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct .title {
		display: block;
		padding: 15px 15px 12px;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		text-transform: uppercase;
		font-family: 'TradeGothicLTPro-BdCn20';
	}
	.map-holder .map .map-zoom {
	    left: 10px!important;
	    top: 10px!important;
	}

	/* features */
	.features {
	    height: auto;
	    padding: 40px 0;
	}
	.features ul {
		width: auto;
	}
	.features ul li {
	    float: none;
	    width: auto;
	    margin-bottom: 30px;
	}
	.features ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.features .left-bg {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 240px 205px 0 0;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.features .left-bg:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 232px 197px 0 0;
		border-color: #f0f0f0 transparent transparent transparent;
		content: "";
		position: absolute;
		left: 0px;
		top: -240px;
	}
	.features .right-bg {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 240px 205px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		right: 0px;
		bottom: 0px;
		top: auto;
	}
	.features .right-bg:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 232px 197px;
		border-color: transparent transparent #f0f0f0 transparent;
		content: "";
		position: absolute;
		right: 0px;
		top: 8px;
	}
	.features .feature {
	    height: 260px;
	    width: 260px;
	}
	.features .feature .feature-front h3 {
	    font-size: 33px;
	    line-height: 33px;
	    padding: 8px 5px 5px;
	}
	.features .feature .feature-back h3 {
  		font-size: 26px;
	    line-height: 26px;
	    padding: 8px 5px 5px;
	    margin-bottom: 7px;
	}
	.features .feature .feature-back .more {
	    font-size: 17px;
	    height: 50px;
	    line-height: 50px;
	}
	.features .feature .feature-back {
	    transform: translate3d(0px, 0px, -260px) rotate3d(1, 0, 0, 90deg);
		padding-bottom: 50px;
		font-size: 13px;
		line-height: 14px;
	}

	/* news / updates */
	.news-updates {
	    padding: 40px 0;
	}
	.news-updates .nu-item {
	    float: none;
	    width: auto;
	    max-width: 306px;
	    margin: auto;
	    margin-bottom: 40px;
	}
	.news-updates .nu-item:last-of-type {
	    margin-bottom: 0px;
	}
	.news-updates .nu-title {
	    border-bottom: none;
	    padding: 0!important;
	    margin-bottom: 40px;
	}
	.news-updates .nu-title h2 {
	    font-size: 25px;
	    line-height: 25px;
	    margin: 0;
	}
	.news-updates .nu-content {
	    border: none!important;
	    margin: 0!important;
	    padding: 0 30px;
	}
	.news-updates .nu-content .controls .nu-prev {
  		width: 30px;
  		height: 60px;
  		top: 40px;
  		background-size: 11px 15px;
	}
	.news-updates .nu-content .controls .nu-next {
  		width: 30px;
  		height: 60px;
  		top: 40px;
  		background-size: 11px 15px;
	}
	.news-updates .nu-content .entry-nu .entry-nu-img img {
	    margin-bottom: 20px;
	}
	.news-updates .nu-content .entry-nu .date {
	    font-size: 16px;
	    line-height: 16px;
	    margin-bottom: 5px;
	    text-align: left;
	}
	.news-updates .nu-content .entry-nu h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
		text-align: left;
	}
	.news-updates .nu-content .entry-nu p {
	    margin-bottom: 20px;
	    text-align: left;
	}
	.news-updates .nu-content .entry-nu {
	    text-align: center;
	}
	.news-updates .nu-content .nu-bottom {
	    padding-top: 20px;
	    text-align: center;
	}
	.news-updates .nu-content .nu-bottom ul li {
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.news-updates .nu-content .nu-bottom ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.news-updates .nu-content .nu-bottom ul li a {
	    display: inline-block!important;
	    vertical-align: top!important;
	}
	.home-social {
	    padding: 40px 0;
	}
	.home-social .home-social-top {
	    max-width: 306px;
	    position: relative;
	    margin: auto;
	    margin-bottom: 40px;
	}
	.home-social .home-social-top h2 {
	    font-size: 35px;
	    line-height: 35px;
	    padding: 8px 30px 5px;
	    display: block;
	}
	.home-social .container {
	    width: auto;
	}
	.home-social .home-social-content {
	    max-width: 600px;
	    margin: auto;
	    margin-bottom: 40px;
	}
	.home-social .home-social-content .entry-social {
		width: 46%;
	    margin: 0 2%;
		margin-bottom: 30px;
	}
	.home-social .home-social-content .grid-sizer {
		width: 46%;
	    margin: 0 2%;
	}

	/* tagline-banner */
	.tagline-banner img {
	    width: 100%;
	    display: block;
	    position: relative;
	}

	/* programs */
	.programs {
	    padding: 40px 0;
	}
	.programs .container {
	    width: auto;
	}
	.programs .programs-top {
	    margin-bottom: 40px;
	}
	.programs .programs-top h2 {
	    font-size: 35px;
	    line-height: 35px;
	    padding: 8px 10px 5px;
	}
	.programs .programs-top .wysiwyg {
	    margin-top: 25px;
	}
	.programs .programs-content {
	    margin-bottom: 40px;
	}
	.programs .programs-content ul {
	    display: block;
	    max-width: 266px;
	    margin: auto;
	}
	.programs .programs-content ul li {
	    width: auto;
	    float: none;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.programs .programs-content ul li:last-of-type {
	    margin-bottom: 0px;
	}

	/* footer */
	.site-footer {
	    display: block;
	    text-align: center;
	}
	.site-footer .table {
	    display: block;
	}
	.site-footer .table-cell {
	    display: block;
	}
	.site-footer .footer-info .table {
	    display: table;
	}
	.site-footer .footer-info .table-cell {
	    display: table-cell;
	}
	.site-footer .footer-right {
	    margin-left: 0;
	}
	.site-footer .footer-top {
	    display: block;
	    padding: 40px 30px;
	}
	.site-footer .footer-logo {
	    margin-right: auto;
	    margin-left: auto;
	    margin-bottom: 40px;
	}
	.site-footer .footer-info {
		display: inline-block;
		vertical-align: top;
		max-width: 280px;
		text-align: left;
		margin-bottom: 40px;
	}
	.site-footer .copyright {
	    padding-left: 0;
	    margin-bottom: 0px;
	}
	.site-footer .footer-menu {
	    margin-right: 0px;
	    margin-top: 0px;
	    text-align: center;
	}
	.site-footer .social {
	    text-align: center;
	    margin-bottom: 30px;
	}
	.site-footer .awards {
	    margin-right: 0px;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.site-footer .developer {
	    right: 30px;
	}

	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: none!important;
	}
	.visible-tablet {
		display: block!important;
	}
	.hidden-tablet {
		display: none!important;
	}
	.visible-phone {
		display: none!important;
	}

}

/* ----------------------------------- */
/* --------- Phones styles ---------- */
/* ----------------------------------- */

@media (max-width: 659px) {

	.container {
		width: 100%;
		margin: auto;
		padding: 0 20px;
	}

	/* menu */
	.main-menu {
	    height: calc(100% - 57px);
	    top: 57px;
	    border-right: solid 6px #ffffff;
	    border-bottom: solid 6px #ffffff;
	}
	.main-menu .menu-column {
	    float: none;
	    height: auto;
	    width: auto;
	}
	.main-menu .menu-column .menu-item {
	    border-bottom: solid 6px #ffffff!important;
	}
	.main-menu .menu-column .menu-item .submenu {
	    display: none;
	}
	.main-menu .menu-column .menu-item .menu-item-title {
	    padding: 20px;
	    cursor: pointer;
	}
	.main-menu .menu-column .menu-item h3 {
	    font-size: 25px;
	    line-height: 25px;
	    padding: 10px 0 8px;
	    border-top-color: transparent;
	    border-bottom-color: transparent;
	    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	}
	.main-menu .menu-column .menu-item .menu-item-title:hover h3,
	.main-menu .menu-column .menu-item .menu-item-title.active h3 {
	    border-top-color: #ffffff;
	    border-bottom-color: #ffffff;
	}
	.main-menu .menu-column .menu-item .single-link {
	    height: auto;
	    min-height: 1px;
	    padding: 20px;
	}
	.main-menu .menu-column .menu-item .single-link span,
	.main-menu .menu-column .menu-item .single-link.active span {
	    font-size: 25px;
	    line-height: 25px;
	    padding: 10px 0 8px;
	    border-top-color: transparent;
	    border-bottom-color: transparent;
	    -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
	}
	.main-menu .menu-column .menu-item .single-link:hover span {
	    border-top-color: #ffffff;
	    border-bottom-color: #ffffff;
	    color: #ffffff;
	}
	.main-menu .mobile-social {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
		padding: 40px 0;
	}
	.main-menu .mobile-social ul {
		display: block;
	}
	.main-menu .mobile-social ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.main-menu .mobile-social ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.main-menu .mobile-social ul li:last-of-type {
		margin-right: 0;
	}
	.main-menu .mobile-social ul li a {
		display: block;
		color: #ffffff;
	}
	.main-menu .mobile-social ul li a:hover {
		color: #ff9600;
	}
	.main-menu .menu-column .table .table-row .table-cell {
	    border: none;
	}
	.mobile-menu-top {
		position: absolute;
		right: 0px;
		top: 0px;
		left: 46px;
		padding-left: 6px;
		background: #ffffff;
		height: 46px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		-webkit-transform: translate3d(100%, 0, 0);
	    -moz-transform: translate3d(100%, 0, 0);
	    -o-transform: translate3d(100%, 0, 0);
	    -ms-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	    opacity: 0;
	}
	.mobile-menu-top.active {
		-webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    opacity: 1;
	}
	.site-header .hotline {
	    height: 46px;
	    margin-right: 5px;
	}
	.site-header .mobile-menu-top .top-menu {
	    margin-right: 5px;
	}
	.search-form .show-search {
	    height: 46px;
	    width: 46px;
	}
	.search-form .field {
	    height: 46px;
	    padding: 0 15px;
	    width: 190px;
	    font-size: 12px;
	    letter-spacing: 1px;
	}

	/* header */
	.site-header {
	    height: 46px;
	}
	.toggle-main-menu .text {
	    display: none;
	}
	.toggle-main-menu {
	    height: 46px;
	    width: 46px;
	    padding: 0;
	}
	.toggle-main-menu .icon {
	    height: 21px;
	    width: 26px;
	}
	.toggle-main-menu .icon .bar {
		width: 26px;
		height: 3px;
		border-radius: 1px;
	}
	.toggle-main-menu .icon .top-bar {
		top: 0px;
	}
	.toggle-main-menu .icon .top-bar.middle {
		top: 9px;
	}
	.toggle-main-menu .icon .top-bar.rotate {
		-webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.toggle-main-menu .icon .middle-bar {
		top: 9px
	}
	.toggle-main-menu .icon .bottom-bar {
		top: 18px;
	}
	.toggle-main-menu .icon .bottom-bar.middle {
		top: 9px;
	}
	.site-header .logo {
	    height: 46px;
	    margin-left: 52px;
	    width: 187px;
	}
	.site-header .top-menu {
	    font-size: 14px;
	    line-height: 46px;
	    margin-right: 0;
	}
	.site-header .top-menu ul li a {
	    padding: 0 5px;
	}

	/* interior banner */
	.interior-banner {
		height: 220px;
		margin-bottom: 0px;
	}
	.section-title {
	    right: 0px;
	    max-width: 100%;
	    padding: 10px 20px 8px;
	}
	.section-title h2 {
	    font-size: 30px;
	    line-height: 30px;
	    margin-bottom: 0px;
	}
	.section-title h3 {
	    font-size: 14px;
	    line-height: 14px;
	}

	/* site-main */
	.site-main {
	    padding-bottom: 40px;
	}
	.site-main-content {
	    width: auto;
	    float: none;
	    margin-bottom: 40px;
	}
	.full-width .site-main-content {
	    margin-bottom: 0px;
	}
	.page-top-bar {
	    padding-right: 0;
	    margin-left: -20px;
	    margin-right: -20px;
	    height: 36px;
	    margin-bottom: 30px;
	    position: relative;
	}
	.top-bar-right {
	    float: left;
	    max-width: 100%;
	}
	.share {
	    float: left;
	    height: 36px;
	    padding: 0 20px;
	}
	.share .show-share-items {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.subscribe-link {
	    float: left;
	    height: 36px;
	    margin-left: 20px;
	}
	.subscribe-link a {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.upload-link {
	    float: left;
	    height: 36px;
	    margin-left: 20px;
	}
	.upload-link a {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		position: relative;
		text-indent: -9999px;
		padding-left: 0px;
	}
	.member-upload .member-upload-form li {
	    float: none!important;
	    margin-right: 0!important;
	    width: auto!important;
	    margin-bottom: 20px!important;
	}
	.member-upload .gform_footer {
		bottom: auto;
		padding-top: 20px;
		position: relative;
		right: auto;
		width: auto;
		top: auto;
	}
	.member-upload .member-upload-form .form-row.last {
	    padding-right: 0;
	}
	.member-upload .member-upload-form::after {
	    left: 30px;
	}
	.member-upload .member-upload-top {
	    padding: 120px 0 40px;
	}
	.member-upload .member-upload-top h3 {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 15px;
	}
	.member-upload .member-upload-top .close {
	    width: 40px;
	    height: 40px;
	    background-size: 20px 20px;
	    position: absolute;
	    top: 40px;
	    margin-top: 0px;
	}
	.member-upload .gform_footer input[type="submit"] {
	    float: none;
	}
	.archive-link {
	    float: left;
	    height: 36px;
	    margin-left: 10px;
	}
	.archive-link a {
		padding-left: 0;
		width: 21px;
		text-indent: -9999px;
	}

	/* mobile-related-items */
	.mobile-related-items {
		float: right;
	}
	.mobile-related-items .show-mobile-related-items {
		cursor: pointer;
		height: 36px;
		font-size: 13px;
		line-height: 13px;
		color: #bbbbbb;
		font-family: 'TradeGothicLTPro-BdCn20';
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative;
		z-index: 1900;
	}
	.mobile-related-items .show-mobile-related-items .icon-holder {
		width: 40px;
		height: 36px;
		background: #bbbbbb;
		position: relative;
		margin-left: 10px;
	}
	.mobile-related-items .show-mobile-related-items .icon {
		width: 22px;
		height: 19px;
		position: absolute;
		top: 8px;
		left: 9px;
	}
	.mobile-related-items .show-mobile-related-items .icon .bar {
		position: absolute;
		width: 23px;
		height: 3px;
		background: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0px;
		right: 0px;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.mobile-related-items .show-mobile-related-items .icon .top-bar {
		top: 0px;
	}
	.mobile-related-items .show-mobile-related-items .icon .top-bar.middle {
		top: 8px;
	}
	.mobile-related-items .show-mobile-related-items .top-bar.rotate {
		-webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.mobile-related-items .show-mobile-related-items .middle-bar {
		top: 8px
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar {
		top: 16px;
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar.middle {
		top: 8px;
	}
	.mobile-related-items .show-mobile-related-items .bottom-bar.rotate {
		-webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.mobile-related-items .mobile-related-items-ct {
		z-index: 1800;
		position: absolute;
		right: 0;
		top: 36px;
		width: 100%;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
		-webkit-transform: translate3d(0, -100%, 0);
	    -moz-transform: translate3d(0, -100%, 0);
	    -o-transform: translate3d(0, -100%, 0);
	    -ms-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	    opacity: 0;
	    overflow: hidden;
	    background: #bbbbbb;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.mobile-related-items .mobile-related-items-ct.active {
		-webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    opacity: 1;
	}
	.sub-navigation {
	    max-width: 280px;
	    margin: auto;
	}
	.mobile-related-items .related-items-title {
		font-family: 'TradeGothicLTPro-BdCn20';
		font-size: 18px;
		line-height: 18px;
		color: #ffffff;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: solid 1px #ffffff;
		letter-spacing: 2px;
	}
	.mobile-related-items .sort-date {
	    margin-bottom: 0;
	    margin-top: 10px;
	}

	/* entry */
	.entry {
	    padding-right: 0;
	}
	.wysiwyg .alignleft {
		float: none;
		margin-left: auto!important;
		margin-right: auto!important;
		display: block;
	}
	.wysiwyg .alignright {
		float: none;
		margin-left: auto!important;
		margin-right: auto!important;
		display: block;
	}
	.wysiwyg img.aligncenter,
	.wysiwyg .wp-caption.aligncenter {
		clear: both;
		margin-top: 30px;
	    margin-bottom: 30px;
	    margin-left:auto!important;
	    margin-right: auto!important;
	}
	.wysiwyg .table-holder {
		width: 100%;
		overflow: scroll;
		height: auto;
		position: relative;
		padding-bottom: 7px;
	}
	.wysiwyg blockquote {
	    margin: 30px -20px;
	    padding: 30px 20px;
	}
	.wysiwyg h1 {
		font-size: 25px;
		line-height: 25px;
	}
	.wysiwyg h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.wysiwyg h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.wysiwyg h4 {
		font-size: 16px;
		line-height: 16px;
	}
	.wysiwyg ul {
		margin: 0 25px;
		margin-bottom: 22px;
	}
	.wysiwyg ol {
		margin: 0 25px;
		margin-bottom: 22px;
	}
	.wysiwyg .featured-element {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.archive-info .date {
	    display: block;
	    margin-right: 0;
	}
	.archive-info .info-list {
	    display: block;
	}

	/* archives */
	.archives {
	    padding-right: 0;
	}
	.archives .entry-blog .table {
	    display: block;
	}
	.archives .entry-blog .table-cell {
	    display: block;
	    width: auto!important;
	    padding-right: 0!important
	}
	.archives .entry-blog .overlay .table {
	    display: table;
	}
	.archives .entry-blog .overlay .table-cell {
	    display: table-cell;
	}
	.archives .entry-blog img {
	    margin: auto;
	    margin-bottom: 20px;
	    max-width: 100%;
	}
	.archives .entry-blog:before {
		display: none;
	}

	/* mashup */
	.wysiwyg h1.social-mashup-title {
		font-size: 35px;
		line-height: 35px;
	}
	.mashup .mashup-filter ul li a {
	    padding: 0 10px;
	}
	.site-main.full-width::after {
	    display: none;
	}
	.mashup .mashup-ct {
	    padding: 40px 20px;
	}
	.mashup .mashup-ct .container {
	    max-width: 280px;
	    padding: 0px;
	}
	.mashup .grid-sizer {
		width: 47%;
		margin: 0 1.5%;
	}
	.entry-social {
		width: 100%;
		margin: 0;
		margin-bottom: 25px;
	}
	.entry-social .entry-social-bottom .actions {
	    font-size: 12px;
	}
	.mashup .mashup-nav {
	    padding-top: 40px;
	}

	/* staff styles */
	.staff .staff-ct {
	    max-width: 280px;
	    margin: auto;
	    padding-bottom: 40px;
	}
	.staff .entry-staff {
	    padding: 20px;
	    width: auto;
	    float: none;
	}
	.staff .entry-staff .entry-staff-content .close {
	    right: 14px;
	}
	.staff .entry-staff .entry-staff-content .content-info {
	    width: 180px;
	    float: none;
	    margin: auto;
	    margin-bottom: 30px;
	}
	.staff .entry-staff .entry-staff-content .content-details {
	    padding-left: 0px;
	}
	.staff .entry-staff .entry-staff-content .member-top .member-top-ct .table {
	    display: block;
	}
	.staff .entry-staff .entry-staff-content .member-top .member-top-ct .table-cell {
	    display: block;
	}
	.staff .entry-staff .entry-staff-content .member-top {
	    text-align: center;
	}
	.staff .entry-staff .entry-staff-content .member-top h3 {
	    margin-left: 0;
	}
	.staff .entry-staff .entry-staff-content .mail .table {
	    display: block;
	}
	.staff .entry-staff .entry-staff-content .mail .table-cell {
	    display: block;
	}
	.staff .entry-staff .entry-staff-content .mail a {
	    word-wrap: break-word;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.staff .entry-staff .entry-staff-content .mail a img {
	    margin: auto;
	    margin-bottom: 5px;
	}
	.staff .staff-title {
	    font-size: 25px;
	    line-height: 25px;
	}
	.staff .entry-staff.small {
	    border: none!important;
	    margin: 0!important;
	}

	/* map */
  	.map-holder {
	    padding: 0;
	    min-height: 400px;
	    background: #f0f0f0;
	}
	.map-holder .map {
	    height: 400px;
	}
  	.map-sidebar {
	    float: none;
	    max-width: 280px;
	    width: 100%;
	    margin: auto;
	}
	.search-map {
	    left: 0px;
	    z-index: 1900;
	}
	.search-map .field {
	    width: 100%;
	    height: 36px;
	    padding-left: 56px;
	}
	.search-map .submit {
	    width: 36px;
	    height: 36px;
	    background-size: 15px auto;
	}
	.map-sidebar .map-active-content-details {
	    padding: 20px;
	}
	.map-sidebar .map-active-content-details h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.map-sidebar .map-active-content-details h3 {
	    font-size: 15px;
	    line-height: 15px;
	}
	.map-sidebar .map-active-content-details .share {
	    padding: 0 10px;
	    margin-left: -10px;
	}
	.map-sidebar .share .share-items {
	    top: calc(100% + 20px);
	}
	.map-sidebar .map-active-content-details .wysiwyg {
	   margin-bottom: 22px;
	}
	.map-holder .map .map-zoom {
		left: 10px;
		position: absolute;
		top: 10px;
		z-index: 1900;
	}
	.map-holder .map .map-zoom ul li {
	    margin-bottom: 3px;
	}
	.map-holder .map .map-zoom ul li a {
	    height: 24px;
	    width: 24px;
	}
	.map-holder .map .map-zoom ul li a img {
	    max-width: 75%;
	}
	.map-holder .map .map-filter ul li a img {
	    margin-right: 0;
	    max-width: 20px;
	}
	.map-holder .map .map-filter {
	    left: 50px;
	    top: 10px;
	}
	.map-holder .map .map-filter ul li a {
	    height: 38px;
	    padding: 0 10px;
	    font-size: 16px;
	}
	.map-holder .map .map-filter ul li {
	    margin-right: 6px;
	}
	.map-holder .map-canvas .infoBox {
		width: 180px;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct {
		display: block;
		cursor: pointer;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct img {
		display: block;
		width: 100%;
	}
	.map-holder .map-canvas .infoBox .infoBox-ct .title {
		display: block;
		padding: 15px 15px 12px;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		text-transform: uppercase;
		font-family: 'TradeGothicLTPro-BdCn20';
	}
	.map-holder .map .map-zoom {
	    left: 10px!important;
	    top: 10px!important;
	}
	.map-holder .map .map-zoom div a {
	    width: 35px;
	    height: 38px;
	}
	.map-bottom .map-bottom-title {
	    font-size: 30px;
	    line-height: 30px;
	    padding: 15px 20px;
	}
	.map-bottom .agencies {
		border-bottom: 1px solid #e4e4e5;
		border-right: none;
		float: none;
		padding: 40px 20px;
		width: auto;
	    height: auto!important;
		min-height: 0px;
	}
	.map-bottom .agencies .wrp {
	    height: auto;
	    overflow: visible;
	    padding: 0;
	}
	.map-bottom .agencies .section .section-list {
	    font-size: 16px;
	    line-height: 16px;
	}
	.map-bottom .map-active-agency {
	    float: none;
	    width: auto;
	    max-width: 700px;
	    margin: auto;
	    height: auto!important;
		min-height: 0px;
	}
	.map-bottom .map-active-agency .wrp {
	    height: auto;
	    overflow: visible;
	    padding: 0;
	}
	.map-bottom .map-active-agency-details {
	    padding: 20px;
	}
	.map-bottom .map-active-agency-details h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.map-bottom .map-active-agency-details h3 {
	    font-size: 15px;
	    line-height: 15px;
	}
	.map-bottom .map-active-agency-details .share {
	    padding: 0 10px;
	    margin-left: -10px;
	}
	.map-bottom .share .share-items {
	    top: calc(100% + 20px);
	}
	.map-bottom .map-active-agency-details .wysiwyg {
	   margin-bottom: 22px;
	}
	.map-bottom .map-active-agency-details .view a {
	    width: 30px;
	    height: 22px;
	    background-size: auto 22px;
	}
	.map-bottom .map-active-agency-details .view {
	    margin-left: 15px;
	    position: relative;
	    text-indent: -9999px;
	}
	.map-bottom .map-active-agency-details .share .share-items {
	    top: calc(100% + 20px);
	}

	/* donate */
	.gform_wrapper .top-section {
	    margin-left: -20px!important;
	    margin-right: -20px!important;
	    padding-left: 20px!important;
	    padding-right: 20px!important;
	    margin-bottom: 20px;
	}
	.donate-register .donate-register-top ul li {
	    height: 55px;
	    width: 50%;
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.donate-register .donate-register-top ul li.show-donate {
	    padding: 0 20px!important;
	    text-align: center;
	}
	.donate-register .donate-register-top ul li.show-register {
  		padding: 0 20px!important;
  		text-align: center;
	}
	.donate-register .donate-register-top ul li h2 {
	    font-size: 20px;
	    line-height: 20px;
	}
	.donate-register .donate-register-content .donate-ct .donate-ct-top h3 {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 15px;
	}
	.register-ct {
	    padding: 30px 0;
	}
	.donate-register .donate-register-content .donate-ct .donate-ct-top {
	    padding: 30px 0;
	}
	.register-ct .event .event-thumbnail {
	    display: none;
	}
	.register-ct .event.has-image .event-content {
	    padding-right: 0px;
	}
	.register-ct .event .event-content h4 {
	    font-size: 18px;
	    line-height: 18px;
	    margin-right: 20px;
	}
	.donate-register .donate-register-top ul li .selectize-control {
	    display: none;
	}
	.donate-register .donate-register-content .donate-ct .donate-ct-top .standard-donations li {
	    margin: 10px;
	}
	.donate-register .donate-register-content .donate-ct .donate-instructions li {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.gform_wrapper .top-section .top-section-ct li:nth-of-type(1) {
	    margin-right: 0%;
	    width: 100%;
	}
	.gform_wrapper .top-section .top-section-ct li:nth-of-type(2) {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.gform_wrapper h2.gsection_title {
	    font-size: 28px;
	    line-height: 28px;
	}
	.gform_wrapper .top-section {
	    padding-bottom: 55px;
	}
	.gform_wrapper .top-section::after {
	    right: auto;
	    left: 20px;
	    bottom: 20px;
	}
	.ginput_complex span.name_first {
		width: 100%;
		margin-right:0;
	}
	.ginput_complex span.name_last {
		width: 100%;
	}
	.ginput_complex span.ginput_full {
		width: 100%;
	}
	.ginput_complex span.address_city {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_state {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_zip {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.ginput_complex span.address_country {
		width: 100%;
		margin-bottom: 0;
	}
	.ginput_complex span.ginput_cardinfo_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ginput_complex span.ginput_cardinfo_right {
		width: 100%;
		margin-bottom: 0;
	}
	.gform_wrapper .section {
	    margin-bottom: 20px;
	    padding: 20px;
	    margin-left: -20px;
	    margin-right: -20px;
	}
	.gform_footer {
		text-align: center;
	}
	.gform_footer input[type="submit"] {
	    font-size: 20px;
	    line-height: 20px;
	  	padding: 12px 15px 10px;
	}

	/* Home Styles */

	/* rotator */
	.main-rotator .slides {
	    min-height: 420px;
	}
	.main-rotator .slides .slide {
	    min-height: 420px;
	}
	.main-rotator .slides .slide .caption h2 {
	    font-size: 45px;
	    line-height: 45px;
	}
	.main-rotator .controls .rotator-scroll-bottom {
	    bottom: 15px;
	    height: 37px;
	    margin-left: -25px;
	    width: 50px;
	}
	.main-rotator .controls .rotator-scroll-bottom:before {
		right: calc(100% + 20px);
		bottom: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	.main-rotator .controls .rotator-scroll-bottom:after {
		left: calc(100% + 20px);
		bottom: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	.main-rotator .slides .slide .caption {
	    top: 52px;
	}

	/* introduction */
	.introduction {
	    font-size: 16px;
	    line-height: 22px;
	    padding: 40px 0;
	}
	.introduction .introduction-logo {
	    width: 68px;
	}
	.introduction h1 {
	    font-size: 32px;
	    line-height: 32px;
	}

	/* gifts */
	.gifts .gifts-ct {
		padding: 50px 0;
	}
	.gifts .gifts-ct .stats {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		position: relative;
		display: block;
	}
	.gifts .gifts-ct .stats .stats-item {
		padding: 0;
		margin-bottom: 25px;
		width: auto;
	}
	.gifts .gifts-ct .stats .stats-item:last-of-type {
		margin-bottom: 0px;
	}
	.gifts .gifts-ct h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-top {
		padding: 20px 0 15px;
		font-size: 30px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-top::before {
		height: 5px;
	}
	.gifts .gifts-ct .stats .stats-item .stats-item-bottom {
		font-size: 13px;
		line-height: 16px;
		padding: 20px;
	}

	/* map */
	.home-map {
	    padding: 60px 0;
	    width: 100%;
	    overflow: hidden;
	}
	.home-map-ct {
		font-size: 14px;
		height: 172px;
		line-height: 14px;
		margin-left: calc(50% - 90px - 160px);
		padding-left: 90px;
		width: 428px;
	}
	.home-map-ct h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.home-map-ct h2 img {
	    margin: 0 5px;
	    width: 30px;
	}
	.home-map-ct .more {
	    font-size: 15px;
	    line-height: 19px;
	    margin-top: 15px;
	    padding: 7px 10px 6px;
	    text-align: right;
	    width: 140px;
	}
	.home-map-ct .more img {
	    width: 17px;
	    margin-left: 5px;
	}

	/* features */
	.features {
	    height: auto;
	    padding: 40px 0;
	}
	.features ul {
		width: auto;
	}
	.features ul li {
	    float: none;
	    width: auto;
	    margin-bottom: 30px;
	}
	.features ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.features .left-bg {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 240px 205px 0 0;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.features .left-bg:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 232px 197px 0 0;
		border-color: #f0f0f0 transparent transparent transparent;
		content: "";
		position: absolute;
		left: 0px;
		top: -240px;
	}
	.features .right-bg {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 240px 205px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		right: 0px;
		bottom: 0px;
		top: auto;
	}
	.features .right-bg:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 232px 197px;
		border-color: transparent transparent #f0f0f0 transparent;
		content: "";
		position: absolute;
		right: 0px;
		top: 8px;
	}
	.features .feature {
	    height: 260px;
	    width: 260px;
	}
	.features .feature .feature-front h3 {
	    font-size: 33px;
	    line-height: 33px;
	    padding: 8px 5px 5px;
	}
	.features .feature .feature-back h3 {
  		font-size: 26px;
	    line-height: 26px;
	    padding: 8px 5px 5px;
	    margin-bottom: 7px;
	}
	.features .feature .feature-back .more {
	    font-size: 17px;
	    height: 50px;
	    line-height: 50px;
	}
	.features .feature .feature-back {
	    transform: translate3d(0px, 0px, -260px) rotate3d(1, 0, 0, 90deg);
		padding-bottom: 50px;
		font-size: 13px;
		line-height: 14px;
	}

	/* news / updates */
	.news-updates {
	    padding: 40px 0;
	}
	.news-updates .nu-item {
	    float: none;
	    width: auto;
	    max-width: 306px;
	    margin: auto;
	    margin-bottom: 60px;
	}
	.news-updates .nu-item:nth-of-type(2) {
	    margin-bottom: 0px;
	}
	.news-updates .nu-title {
	    border-bottom: none;
	    padding: 0!important;
	    margin-bottom: 40px;
	}
	.news-updates .nu-title h2 {
	    font-size: 25px;
	    line-height: 25px;
	    margin: 0;
	}
	.news-updates .nu-content {
	    border: none!important;
	    margin: 0!important;
	    padding: 0 30px;
	}
	.news-updates .nu-content .controls .nu-prev {
  		width: 30px;
  		height: 60px;
  		top: 40px;
  		background-size: 11px 15px;
	}
	.news-updates .nu-content .controls .nu-next {
  		width: 30px;
  		height: 60px;
  		top: 40px;
  		background-size: 11px 15px;
	}
	.news-updates .nu-content .entry-nu .entry-nu-img img {
	    margin-bottom: 20px;
	}
	.news-updates .nu-content .entry-nu .date {
	    font-size: 16px;
	    line-height: 16px;
	    margin-bottom: 5px;
	    text-align: left;
	}
	.news-updates .nu-content .entry-nu h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
		text-align: left;
	}
	.news-updates .nu-content .entry-nu p {
	    margin-bottom: 20px;
	    text-align: left;
	}
	.news-updates .nu-content .entry-nu {
	    text-align: center;
	}
	.news-updates .nu-content .nu-bottom {
	    padding-top: 20px;
	    text-align: center;
	}
	.news-updates .nu-content .nu-bottom ul li {
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.news-updates .nu-content .nu-bottom ul li:last-of-type {
	    margin-bottom: 0px;
	}
	.news-updates .nu-content .nu-bottom ul li a {
	    display: inline-block!important;
	    vertical-align: top!important;
	}
	.home-social {
	    padding: 40px 0;
	}
	.home-social .home-social-top {
	    max-width: 306px;
	    position: relative;
	    margin: auto;
	    margin-bottom: 40px;
	}
	.home-social .home-social-top h2 {
	    font-size: 35px;
	    line-height: 35px;
	    padding: 8px 30px 5px;
	    display: block;
	}
	.home-social .container {
	    width: auto;
	}
	.home-social .home-social-content {
	    max-width: 280px;
	    margin: auto;
	    margin-bottom: 40px;
	}
	.home-social .home-social-content .entry-social {
		width: 100%;
	    margin: 0;
		margin-bottom: 30px;
	}
	.home-social .home-social-content .grid-sizer {
		width: 100%;
	    margin: 0;
	}

	/* tagline banner */
	.tagline-banner::before {
	    top: 50%;
	    width: 100%;
	}
	/* tagline-banner */
	.tagline-banner img {
	    width: 100%;
	    display: block;
	    position: relative;
	}

	/* programs */
	.programs {
	    padding: 40px 0;
	}
	.programs .container {
	    width: auto;
	}
	.programs .programs-top {
	    margin-bottom: 40px;
	}
	.programs .programs-top h2 {
	    font-size: 35px;
	    line-height: 35px;
	    padding: 8px 10px 5px;
	}
	.programs .programs-top .wysiwyg {
	    margin-top: 25px;
	}
	.programs .programs-content {
	    margin-bottom: 40px;
	}
	.programs .programs-content ul {
	    display: block;
	    max-width: 266px;
	    margin: auto;
	}
	.programs .programs-content ul li {
	    width: auto;
	    float: none;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.programs .programs-content ul li:last-of-type {
	    margin-bottom: 0px;
	}

	/* sidebar */
	.site-main-sidebar {
	    width: auto;
	    float: none;
	    max-width: 280px;
	    margin: auto;
	}
	.site-main-sidebar div:last-child {
	    margin-bottom: 0px;
	}
	.sidebar-links {
	    margin-bottom: 40px;
	}

	/* footer */
	.site-footer {
	    display: block;
	    text-align: center;
	}
	.site-footer .table {
	    display: block;
	}
	.site-footer .table-cell {
	    display: block;
	}
	.site-footer .footer-info .table {
	    display: table;
	}
	.site-footer .footer-info .table-cell {
	    display: table-cell;
	}
	.site-footer .footer-right {
	    margin-left: 0;
	}
	.site-footer .footer-top {
	    display: block;
	    padding: 40px 20px;
	}
	.site-footer .footer-logo {
	    margin-right: auto;
	    margin-left: auto;
	    margin-bottom: 40px;
	}
	.site-footer .footer-info {
		display: inline-block;
		vertical-align: top;
		max-width: 280px;
		text-align: left;
		margin-bottom: 40px;
	}
	.site-footer .copyright {
	    padding-left: 0;
	    margin-bottom: 0px;
	}
	.site-footer .footer-menu {
	    margin-right: 0px;
	    margin-top: 0px;
	    text-align: center;
	}
	.site-footer .social {
	    text-align: center;
	    margin-bottom: 30px;
	}
	.site-footer .awards {
	    margin-right: 0px;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.site-footer .developer {
	    right: 20px;
	}

	/* ----------- Visibility ------------ */

	.visible-desktop {
		display: none!important;
	}
	.visible-tablet {
		display: none!important;
	}
	.visible-phone {
		display: block!important;
	}
	.hidden-phone {
		display: none!important;
	}

}

.page-id-1347 .sidebar-links {display:none;}
