/* Mon Mar 01 2021 16:55:44 GMT-0500 (Eastern Standard Time) */

#ups-headerWrap {
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
	height: 115px;
	z-index: 100;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #757575;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

@media (max-width: 767px) {
	.touch #ups-headerWrap {
		position: relative;
		top: auto
	}
}

#ups-headerWrap.ups-header_light {
	height: 110px
}

@media (max-width: 991px) {
	#ups-headerWrap.ups-header_light .ups-topNav {
		display: none
	}
}

#ups-headerWrap.ups-header_light .ups-topNav .ups-utilities_menu {
	padding-top: 40px
}

.ups-touchDemo #ups-headerWrap {
	position: relative
}

.ups-headFixed #ups-headerWrap,
#ups-headerWrap.ups-header_light {
	top: 0;
	right: 0%;
	width: 100%
}

.ups-headFixed #ups-headerWrap {
	position: fixed
}

#ups-headerWrap~#ups-main,
#ups-headerWrap~.container-fluid.iw_section:nth-child(2) {
	margin-top: -40px
}

@media (max-width: 991px) {
	#ups-headerWrap~#ups-main,
	#ups-headerWrap~.container-fluid.iw_section:nth-child(2) {
		margin-top: -32px
	}
}

#ups-headerWrap .ups-utilities_menu {
	display: inline-block;
	padding: 30px 0px 0px 0px;
	width: 100%;
	z-index: 2
}

#ups-headerWrap .ups-wrap_header .ups-wrap_inner {
	position: static
}

#ups-headerWrap .ups-header_profile {
	display: inline-block;
	padding-top: 5px;
	width: 35%;
	text-align: right
}

@media (max-width: 991px) {
	#ups-headerWrap .ups-header_profile {
		display: block;
		position: absolute;
		right: 100px;
		padding-top: 46px;
		width: 100%;
		padding-right: 29px;
		z-index: 1
	}
}

@media (max-width: 767px) {
	#ups-headerWrap .ups-header_profile {
		display: none
	}
}

#ups-headerWrap .ups-container-customer-service,
#ups-headerWrap .ups-container-search-track {
	list-style: none;
	margin: 0;
	position: relative
}

#ups-headerWrap .ups-width_expand {
	width: 97%
}

#ups-headerWrap .ups-hide_nav {
	display: none
}

@media (min-width: 992px) and (max-width: 1200px) {
	#ups-headerWrap .ups-unset_maxwidth {
		max-width: none
	}
}

#ups-headerWrap .ups-topNav.ups-width_expand {
	width: 93.9%;
	padding-left: 0
}

@media (min-width: 992px) and (max-width: 1200px) {
	#ups-headerWrap .ups-topNav.ups-width_expand {
		width: 92%
	}
}

#ups-headerWrap .ups-topNav {
	float: right;
	display: flex;
	height: 70px
}

@media (max-width: 991px) {
	#ups-headerWrap .ups-topNav {
		height: auto;
		display: none
	}
}

#ups-headerWrap .ups-expand_search_input {
	border: 1px solid #d7d7d7;
	padding: 0 20px
}

#ups-mainNav_close_search {
	position: absolute;
	padding-left: 33px;
	background: none;
	border: none;
	cursor: pointer;
	color: #242424;
	font-size: 14px;
	z-index: 2
}

#ups-header {
	*zoom: 1;
	position: relative
}

#ups-header:after {
	content: "";
	display: table;
	clear: both
}

.ups-touchDemo #ups-header:before {
	content: '';
	position: fixed;
	display: block;
	width: 1024px;
	height: 690px;
	top: 0;
	left: 50%;
	margin-left: -512px;
	border: 2px dashed #c91a13;
	z-index: 1
}

#ups-header #ups-headerTools .ups-toolToggle {
	color: #242424
}

#ups-skipNav {
	position: absolute;
	width: 140px;
	background: #FFD100;
	padding: 5px;
	text-align: center;
	color: #300;
	top: -100px;
	left: 50%;
	margin-left: -70px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	max-height: 40px;
	z-index: 101;
	-moz-transition-property: top;
	-o-transition-property: top;
	-webkit-transition-property: top;
	transition-property: top;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#ups-skipNav:focus {
	z-index: 1001;
	top: 0
}

.ups-header_light {
	border-bottom: 1px solid #d9d9d6
}

.ups-header_light #ups-skipNav:focus {
	top: 32px
}

.ups-header_light:not(.ups-header_ls_down) #ups-skipNav {
	display: none
}

@media (max-width: 991px) {
	.ups-header_light .ups-topNav {
		display: none
	}
}

.ups-header_light .ups-site_name {
	top: 50%
}

@media (max-width: 991px) {
	.ups-header_light .ups-site_name {
		display: none
	}
}

#ups-header_logo {
	display: inline-block;
	margin-top: 10px;
	z-index: 2;
	transition: 0.3s;
	width: 65px;
	height: 77px;
	overflow: hidden;
	position: relative
}

#ups-header_logo img {
	width: 100%
}

.ups-site_name {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	z-index: 1;
	position: absolute;
	top: 25%;
	transform: translateY(-50%)
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-site_name {
		max-width: 120px;
		top: 30%
	}
}

@media (max-width: 991px) {
	.ups-site_name {
		top: 45%
	}
}

@media (max-width: 767px) {
	.ups-site_name {
		position: absolute;
		left: 60px;
		font-size: 16px;
		line-height: 19px;
		max-width: 120px
	}
}

#ups-account-panel {
	left: -111px
}

#ups-account-panel:before {
	left: 170px
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-site_name~.ups-topNav .ups-header_utils li {
		padding-left: 15px
	}
	.ups-site_name~.ups-topNav .ups-header_utils li:first-child {
		padding-left: 0
	}
	.ups-site_name~.ups-topNav .ups-header_utils li a {
		max-width: 90px;
		word-break: break-word
	}
}

.ups-header_mob_utils>.ups-menu {
	position: relative
}

.ups-header_mob_utils .ups-menu_list {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	min-width: 280px;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 5;
	margin-top: 15px;
	border: 1px solid #757575
}

@media (max-width: 767px) {
	.ups-header_mob_utils .ups-menu_list {
		min-width: 180px
	}
}

.ups-header_mob_utils .ups-menu_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #757575;
	padding: 12px 22px 0
}

.ups-header_mob_utils .ups-menu_list ul:first-of-type {
	margin: 0;
	padding-top: 12px;
	border: none
}

.ups-header_mob_utils .ups-menu_list ul.ups-profile_links>li:first-child {
	border-top: 0px solid #d9d9d6 !important
}

.ups-header_mob_utils .ups-menu_list ul.ups-profile_links>li:nth-child(5n+1) {
	border-top: 1px solid #757575
}

.ups-header_mob_utils .ups-menu_list li {
	font-size: 12px;
	float: none;
	border: none;
	padding: 10px 0;
	display: block
}

.ups-header_mob_utils .ups-menu_list li a {
	color: #404040
}

.ups-header_mob_utils .ups-menu_list li a:before {
	display: none
}

.no-touch .ups-header_mob_utils .ups-menu_list li a:hover,
.no-touch .ups-header_mob_utils .ups-menu_list li a:focus {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-header_mob_utils .ups-menu_list .ups-more {
	margin-top: 8px;
	padding: 8px 22px;
	font-weight: 700;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-header_mob_utils .ups-menu_list .ups-more a {
	font-size: 1.1em;
	display: block;
	padding: 12px 0;
	color: #300
}

.no-touch .ups-header_mob_utils .ups-menu_list .ups-more a:hover,
.no-touch .ups-header_mob_utils .ups-menu_list .ups-more a:focus {
	color: #300;
	text-decoration: underline
}

.ups-header_mob_utils .ups-menu_list .ups-account_profile {
	display: none
}

@media (max-width: 991px) {
	.ups-header_mob_utils .ups-menu_list:not(#ups-account-panel-mobile) {
		position: static;
		left: auto;
		padding: 0;
		margin: 0;
		width: 100%;
		border: 0;
		background: transparent
	}
	.ups-header_mob_utils .ups-menu_list:not(#ups-account-panel-mobile) ul {
		padding: 0
	}
	.ups-header_mob_utils .ups-menu_list:not(#ups-account-panel-mobile) .ups-more {
		padding: 0 10px
	}
}

.ups-header_mob_utils .ups-account .ups-menu_list ul {
	padding-left: 0;
	padding-right: 0
}

.ups-header_mob_utils .ups-account .ups-menu_list {
	padding: 0 22px
}

.ups-header_mob_utils .ups-account .ups-menu_list:before {
	content: "";
	top: -8px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #757575;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #757575;
	position: absolute;
	transform: rotate(135deg);
	background: #fff
}

@media (max-width: 991px) {
	.ups-header_mob_utils .ups-account .ups-menu_list#ups-account-panel-mobile {
		margin-left: -85px
	}
}

@media (max-width: 767px) {
	.ups-header_mob_utils .ups-account .ups-menu_list#ups-account-panel-mobile {
		left: 50%;
		margin-left: -128px
	}
}

.ups-header_mob_utils .ups-account .ups-menu_list#ups-account-panel-mobile:before {
	left: 148px
}

@media (max-width: 767px) {
	.ups-header_mob_utils .ups-account .ups-menu_list#ups-account-panel-mobile:before {
		left: 50%;
		margin-left: 31px
	}
}

.ups-header_utils {
	list-style: none;
	margin: 0;
	padding: 0
}

.ups-header_utils .ups-siteName {
	padding-left: 0
}

.ups-header_utils li {
	display: inline-block;
	font-size: 12px;
	padding-left: 25px;
	color: #fff
}

.ups-header_utils li:first-child {
	padding-left: 0
}

@media (max-width: 991px) {
	.ups-header_utils li {
		padding: 0px
	}
}

.ups-header_utils li .icon {
	display: inline-block;
	color: #242424;
	vertical-align: top
}

.ups-header_utils li .icon:before {
	margin-right: 5px;
	font-size: 14px;
	line-height: 0;
	position: relative
}

.ups-header_utils li a {
	color: #242424;
	display: inline-block;
	vertical-align: top
}

.ups-header_utils li a:hover,
.ups-header_utils li a:focus {
	text-decoration: underline
}

.ups-header_utils li a:hover .icon,
.ups-header_utils li a:focus .icon {
	position: relative;
	display: inline-block
}

.ups-header_utils li a .icon.ups-icon-chevrondown {
	margin-top: 0
}

@media (max-width: 991px) {
	.ups-header_utils li a.ups-menu_toggle .icon.ups-icon-chevrondown {
		float: right
	}
}

.ups-header_utils li a.ups-menu_toggle .icon.ups-icon-chevrondown:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e626";
	padding-left: 5px;
	font-size: 0.8em;
	line-height: 0;
	position: relative;
	top: 0px
}

.ups-header_utils li.ups-account.ups-active .ups-icon-user:before,
.ups-header_utils li.ups-account.ups-active .ups-icon-user-solid:before {
	color: #00857D
}

.ups-header_utils li.ups-account .ups-menu_toggle .ups-account_user {
	display: block;
	float: left;
	position: relative;
	top: -6px;
	height: 24px;
	margin-right: 10px;
	border: 1px solid #fff
}

.ups-header_utils li.ups-account .ups-menu_toggle .ups-account_user[src=''] {
	display: none
}

.ups-header_utils li.ups-account .ups-cta {
	margin-bottom: 12px;
	display: block;
	color: #fff
}

.no-touch .ups-header_utils li.ups-account .ups-cta:hover,
.no-touch .ups-header_utils li.ups-account .ups-cta:focus {
	color: #fff
}

.ups-header_utils li.ups-language {
	min-width: 130px
}

.ups-header_utils li.ups-language .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	margin-right: 5px;
	line-height: 0
}

.ups-header_utils li.ups-language.ups-no-language .ups-more {
	margin-top: 0;
	padding-top: 0;
	border-top: none
}

.ups-header_utils li.ups-language #ups-language-toggle .ups-language-text {
	min-width: 120px
}

.ups-header_utils li.ups-language #ups-language-toggle .ups-language-text.make-fluid {
	min-width: 0;
	display: inline
}

.ups-header_utils li.ups-customerService .ups-icon-questioncircle:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative
}

.ups-header_utils li.ups-locations .ups-icon-locationsemifull:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e67f';
	position: relative;
	top: 2px;
	line-height: 0
}

.ups-header_utils li.ups-loginsignup .ups-icon-user:before,
.ups-header_utils li.ups-loginsignup .ups-icon-user-solid:before,
.ups-header_utils li.ups-account .ups-icon-user:before,
.ups-header_utils li.ups-account .ups-icon-user-solid:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 0;
	line-height: 0
}

.ups-header_utils li.ups-alerts_link span:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e639';
	position: relative;
	line-height: 0
}

.ups-header_utils li:last-child {
	padding-right: 0
}

.ups-header_utils li .ups-icon-search:before {
	color: #242424
}

.ups-header_utils .ups-menu {
	position: relative;
	border: 0
}

.ups-header_utils .ups-menu.ups-active .ups-menu_toggle .icon.ups-icon-chevrondown:before {
	content: "\e62b";
	top: 0
}

.ups-header_utils .ups-menu.ups-active:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	bottom: -15px
}

.ups-header_utils #ups-language-panel {
	left: -30px
}

.ups-header_utils #ups-language-panel li {
	padding-left: 0
}

.ups-header_utils .ups-menu_list {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	min-width: 280px;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;
	margin-top: 15px;
	border: 1px solid #757575
}

.ups-header_utils .ups-menu_list:before {
	content: "";
	top: -8px;
	left: 75px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #757575;
	border-right: 0px solid transparent;
	border-bottom: 1px solid #757575;
	position: absolute;
	transform: rotate(135deg);
	background: #fff
}

@media (max-width: 991px) {
	.ups-header_utils .ups-menu_list:before {
		display: none
	}
}

.ups-header_utils .ups-menu_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #757575;
	padding: 12px 22px 0
}

.ups-header_utils .ups-menu_list ul:first-of-type {
	margin: 0;
	padding-top: 12px;
	border: none
}

.ups-header_utils .ups-menu_list ul.ups-profile_links>li:first-child {
	border-top: 0px solid #d9d9d6 !important
}

.ups-header_utils .ups-menu_list ul.ups-profile_links>li:nth-child(5n+1) {
	border-top: 1px solid #757575
}

.ups-header_utils .ups-menu_list li {
	font-size: 12px;
	float: none;
	border: none;
	padding: 10px 0;
	display: block
}

.ups-header_utils .ups-menu_list li a {
	color: #404040
}

.ups-header_utils .ups-menu_list li a:before {
	display: none
}

.no-touch .ups-header_utils .ups-menu_list li a:hover,
.no-touch .ups-header_utils .ups-menu_list li a:focus {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-header_utils .ups-menu_list .ups-more {
	margin-top: 8px;
	padding: 8px 22px;
	font-weight: 700;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-header_utils .ups-menu_list .ups-more a {
	font-size: 1.1em;
	display: block;
	padding: 12px 0;
	color: #300
}

.no-touch .ups-header_utils .ups-menu_list .ups-more a:hover,
.no-touch .ups-header_utils .ups-menu_list .ups-more a:focus {
	color: #300;
	text-decoration: underline
}

.ups-header_utils .ups-menu_list .ups-account_profile {
	display: none
}

@media (max-width: 991px) {
	.ups-header_utils .ups-menu_list:not(#ups-account-panel-mobile) {
		position: static;
		left: auto;
		padding: 0;
		margin: 0;
		width: 100%;
		border: 0;
		background: transparent
	}
	.ups-header_utils .ups-menu_list:not(#ups-account-panel-mobile) ul {
		padding: 0
	}
	.ups-header_utils .ups-menu_list:not(#ups-account-panel-mobile) .ups-more {
		padding: 0 10px
	}
}

@media (max-width: 767px) {
	.ups-header_utils .ups-menu_list:not(#ups-account-panel-mobile) ul.ups-menu_list_child {
		padding: 12px 15px 0 0
	}
}

.ups-header_utils .ups-account .ups-menu_list ul {
	padding-left: 0;
	padding-right: 0
}

.ups-header_utils .ups-account .ups-menu_list {
	padding: 0 22px
}

@media (max-width: 991px) {
	.ups-header_utils .ups-account .ups-menu_list#ups-account-panel-mobile {
		margin-left: -16px
	}
}

@media (max-width: 767px) {
	.ups-header_utils .ups-account .ups-menu_list#ups-account-panel-mobile {
		left: 50%;
		margin-left: -100px
	}
}

.ups-header_utils .ups-account .ups-menu_list#ups-account-panel-mobile:before {
	left: 16px
}

@media (max-width: 767px) {
	.ups-header_utils .ups-account .ups-menu_list#ups-account-panel-mobile:before {
		left: 50%;
		margin-left: -7.5px
	}
}

#ups-search-toggle {
	text-align: start !important;
	width: 225px !important;
	height: 40px !important;
	display: flex
}

#ups-search-toggle i {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%
}

#ups-search-toggle span {
	flex: 1;
	margin-left: 9px;
	float: right
}

#ups-header_search {
	height: 28px;
	position: relative;
	display: inline-block
}

#ups-header_search #ups-mainNav_search_submit {
	right: 45px;
	border: none;
	border-radius: 0 4px 4px 0;
	top: 2px;
	height: 36px
}

#ups-header_search #ups-mainNav-search {
	border-radius: 4px 0 0 4px
}

#ups-header_search #ups-header_search-close {
	color: #242424;
	border: none
}

#ups-header_search input {
	display: block;
	height: 40px;
	width: 92%;
	border: none;
	line-height: 28px;
	font-size: 1em;
	text-align: left;
	color: #242424
}

#ups-header_search input:-moz-placeholder {
	color: #242424
}

#ups-header_search input::-moz-placeholder {
	color: #242424
}

#ups-header_search input:-ms-input-placeholder {
	color: #242424
}

#ups-header_search input::-webkit-input-placeholder {
	color: #242424
}

#ups-header_search input:focus,
#ups-header_search input.ups-active {
	background: #fff;
	color: #300
}

#ups-header_search input:focus:-moz-placeholder,
#ups-header_search input.ups-active:-moz-placeholder {
	color: #242424
}

#ups-header_search input:focus::-moz-placeholder,
#ups-header_search input.ups-active::-moz-placeholder {
	color: #242424
}

#ups-header_search input:focus:-ms-input-placeholder,
#ups-header_search input.ups-active:-ms-input-placeholder {
	color: #242424
}

#ups-header_search input:focus::-webkit-input-placeholder,
#ups-header_search input.ups-active::-webkit-input-placeholder {
	color: #242424
}

#ups-header_search .ups-header_search_track {
	background: none;
	border: none;
	color: #242424;
	padding: 0
}

#ups-header_search .ups-header_search_track:hover {
	text-decoration: underline
}

#ups-header_search button .ups-headerTool_widgetAlert {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e668";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 26px
}

#ups-header_search button .ups-headerTool_widgetAlert:before {
	line-height: 21px
}

#ups-header_search .ups-header_search_submit,
#ups-header_search .ups-header_search_close {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 40px;
	top: 0;
	right: 0;
	width: 35px;
	padding: 24px 0 0;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #fff;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

#ups-header_search .ups-header_search_submit i:before,
#ups-header_search .ups-header_search_close i:before {
	top: 50%;
	left: 5px;
	position: absolute;
	-ms-tranform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #242424
}

.ie9 #ups-header_search .ups-header_search_submit i:before,
.ie9 #ups-header_search .ups-header_search_close i:before {
	top: 25%
}

#ups-header_search .ups-hide_nav {
	display: none
}

#ups-header_custServ,
#ups-header-search {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 65px;
	padding: 0;
	z-index: 1;
	width: 535px
}

@media (max-width: 991px) {
	#ups-header_custServ,
	#ups-header-search {
		bottom: 0;
		right: 0;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%
	}
}

#ups-header_custServ.ups-active .ups-menu_toggle:after,
#ups-header-search.ups-active .ups-menu_toggle:after {
	height: 12px
}

#ups-header_custServ.ups-active .ups-header_custServ_list,
#ups-header-search.ups-active .ups-header_custServ_list {
	top: 47px
}

#ups-header_custServ #ups-custServe-toggle,
#ups-header_custServ #ups-search-toggle,
#ups-header-search #ups-custServe-toggle,
#ups-header-search #ups-search-toggle {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	padding: 1px 15px;
	border-radius: 30px;
	float: right;
	margin: 0;
	color: #fff;
	background: #00857D;
	font: 0.9em/35px Tahoma, helvetica, arial, sans-serif;
	height: 35px;
	width: 200px;
	padding-top: 1px;
	position: relative;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center
}

@media (max-width: 991px) {
	#ups-header_custServ #ups-custServe-toggle,
	#ups-header_custServ #ups-search-toggle,
	#ups-header-search #ups-custServe-toggle,
	#ups-header-search #ups-search-toggle {
		width: 100%;
		font-weight: bold;
		padding-top: 10px
	}
}

#ups-header_custServ #ups-custServe-toggle .icon:before,
#ups-header_custServ #ups-search-toggle .icon:before,
#ups-header-search #ups-custServe-toggle .icon:before,
#ups-header-search #ups-search-toggle .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e660";
	font-size: 1.4em;
	position: relative;
	top: 2px;
	padding-right: 8px;
	line-height: 0
}

#ups-header_custServ #ups-custServe-toggle:after,
#ups-header_custServ #ups-search-toggle:after,
#ups-header-search #ups-custServe-toggle:after,
#ups-header-search #ups-search-toggle:after {
	content: '';
	position: absolute;
	display: block;
	height: 0;
	width: 100%;
	top: 100%;
	left: 0
}

.no-touch #ups-header_custServ #ups-custServe-toggle:hover,
.no-touch #ups-header_custServ #ups-search-toggle:hover,
.no-touch #ups-header-search #ups-custServe-toggle:hover,
.no-touch #ups-header-search #ups-search-toggle:hover {
	outline: none;
	background: #006c65
}

.no-touch #ups-header_custServ #ups-custServe-toggle:focus,
.no-touch #ups-header_custServ #ups-search-toggle:focus,
.no-touch #ups-header-search #ups-custServe-toggle:focus,
.no-touch #ups-header-search #ups-search-toggle:focus {
	outline: 1px auto #ffb500;
	background: #006c65
}

#ups-header_custServ .ups-search-button,
#ups-header-search .ups-search-button {
	background: none !important;
	color: #d7d7d7 !important;
	border: 1px solid !important;
	border-radius: 4px !important
}

#ups-header_custServ .ups-search-button i,
#ups-header_custServ .ups-search-button span,
#ups-header-search .ups-search-button i,
#ups-header-search .ups-search-button span {
	color: #242424 !important
}

#ups-header_custServ.ups-active .ups-menu_toggle,
.no-touch #ups-header_custServ.ups-active .ups-menu_toggle:hover,
.no-touch #ups-header_custServ.ups-active .ups-menu_toggle:focus,
#ups-header-search.ups-active .ups-menu_toggle,
.no-touch #ups-header-search.ups-active .ups-menu_toggle:hover,
.no-touch #ups-header-search.ups-active .ups-menu_toggle:focus {
	background: #006c65
}

.ups-header_custServ_list {
	position: absolute;
	display: none;
	top: 35px;
	right: 0;
	width: 400px;
	margin-top: -2px;
	padding: 10px 0;
	color: #300;
	background: #fff;
	border: 1px solid #d9d9d6;
	border-top: 2px solid #40c1ac;
	border-bottom: 5px solid #00857D;
	z-index: 1
}

.ups-header_custServ_list.ups-header_custServ_list-hasSupport {
	width: 600px
}

.ups-header_custServ_list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	background: #e8e8e6;
	border-left: 1px solid #d9d9d6
}

.ups-header_custServ_list ul {
	float: right;
	list-style: none;
	margin: 0
}

.ups-header_custServ_list ul a {
	display: inline-block;
	padding: 15px 0;
	color: #300
}

.ups-header_custServ_list .ups-header_custServ_contact {
	padding: 0
}

.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-conversation:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-email:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-phone:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-locator:before {
	content: ''
}

.ups-header_custServ_list .ups-header_custServ_contact li.ups-email a .icon:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-email a .icon:before {
	content: "\e637"
}

.ups-header_custServ_list .ups-header_custServ_contact li.ups-phone a .icon:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-phone a .icon:before {
	content: "\e658"
}

.ups-header_custServ_list .ups-header_custServ_contact li.ups-conversation a .icon:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-conversation a .icon:before {
	content: "\e62f"
}

.ups-header_custServ_list .ups-header_custServ_contact li.ups-locator a .icon:before,
.ups-header_custServ_list .ups-header_custServ_contact li.ups-icon-locator a .icon:before {
	content: "\e62d"
}

.ups-header_custServ_list .ups-header_custServ_contact li a .icon.ups-link_newwindow:before {
	position: static;
	content: "\e656";
	font-size: 11px
}

.ups-header_custServ_list .ups-header_custServ_contact li a:hover .icon {
	text-decoration: none
}

.ups-header_custServ_list .ups-header_custServ_contact a {
	padding-left: 48px;
	position: relative
}

.ups-header_custServ_list .ups-header_custServ_contact a:hover,
.ups-header_custServ_list .ups-header_custServ_contact a:focus {
	text-decoration: none
}

.ups-header_custServ_list .ups-header_custServ_contact a:hover span,
.ups-header_custServ_list .ups-header_custServ_contact a:focus span {
	text-decoration: underline
}

.ups-header_custServ_list .ups-header_custServ_contact a .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00857D;
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 1.3em
}

@media (max-width: 991px) {
	.ups-header_custServ_list .ups-header_custServ_contact a .icon:before {
		top: 19px;
		left: 3px
	}
}

.ups-header_custServ_list .ups-header_custServ_support {
	float: right
}

.ups-header_custServ_list .ups-header_custServ_support h3 {
	margin: 0 0 10px;
	padding-top: 12px;
	font-size: 1.2em;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-header_custServ_list .ups-header_custServ_support a {
	padding: 0;
	text-decoration: underline
}

.ups-header_custServ_list .ups-header_custServ_support ul {
	padding: 0;
	float: none
}

.ups-header_custServ_list .ups-header_custServ_support li {
	padding: 10px 0
}

.ups-header_custServ_list .ups-header_custServ_support li span {
	display: block;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-header_custServ_list .ups-header_custServ_support li span .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

@media (max-width: 991px) {
	.ups-header_custServ_list .ups-header_custServ_support {
		float: none
	}
}

#ups-navItems {
	display: block;
	width: 100%;
	bottom: 18px
}

@media (min-width: 992px) {
	#ups-navItems {
		position: absolute;
		height: 90px;
		z-index: 1;
		right: 75px;
		left: 75px;
		width: auto
	}
}

#ups-navItems .ups-menuBack {
	display: none
}

#ups-navItems .ups-wrap {
	padding: 0
}

@media (max-width: 767px),
(max-width: 991px) {
	#ups-navItems {
		display: none
	}
}

.ups-navItems_primary {
	width: 83%;
	max-width: 1240px;
	padding-left: 0;
	margin-top: 60px
}

.no-flexbox .ups-navItems_primary {
	display: block
}

@media (max-width: 767px),
(max-width: 991px) {
	.ups-navItems_primary {
		width: 100%
	}
}

.ups-navItems_primary li.ups-navMenu {
	padding-left: 40px;
	padding-top: 2px
}

@media (max-width: 1150px) {
	.ups-navItems_primary li.ups-navMenu {
		padding-left: 25px
	}
}

.ups-navItems_primary li.ups-navMenu:first-child {
	padding-left: 0
}

.ups-navItems_primary .ups-navItems_mainUL {
	width: 100%;
	display: flex;
	padding: 0
}

@media (max-width: 991px) {
	.ups-navItems_primary .ups-navItems_mainUL {
		display: block;
		position: relative;
		z-index: 1
	}
}

@media (max-width: 1150px) {
	.ups-navItems_primary .ups-menu-flexible-width li#ups-headerTools a.ups-menu_toggle,
	.ups-navItems_primary .ups-menu-flexible-width li.ups-navMenu a.ups-menu_toggle {
		max-width: 123px
	}
}

@media (max-width: 991px) {
	.ups-navItems_primary .ups-menu-flexible-width li#ups-headerTools a.ups-menu_toggle,
	.ups-navItems_primary .ups-menu-flexible-width li.ups-navMenu a.ups-menu_toggle {
		max-width: unset
	}
}

.ups-navMenu {
	list-style-type: none
}

.no-flexbox .ups-navMenu {
	width: 33.33%
}

.ups-navMenu .ups-menu_toggle,
.ups-navMenu .ups-mega_menu_link {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	display: block;
	margin: 0;
	color: #242424;
	font: 1.1em/1 Tahoma, helvetica, arial, sans-serif;
	padding: 10px 0px 0px 0px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	outline: none;
	max-height: 48px;
	height: 48px;
	max-width: unset;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

@media (min-width: 992px) {
	.ups-navMenu .ups-menu_toggle .icon,
	.ups-navMenu .ups-mega_menu_link .icon {
		display: none
	}
}

.ups-navMenu .ups-menu_toggle .ups-rtl,
.ups-navMenu .ups-mega_menu_link .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

@media (max-width: 1150px) {
	.ups-navMenu .ups-menu_toggle,
	.ups-navMenu .ups-mega_menu_link {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

@media (max-width: 991px) {
	.ups-navMenu .ups-menu_toggle,
	.ups-navMenu .ups-mega_menu_link {
		max-width: unset;
		text-align: left;
		padding-top: 15px
	}
}

.no-flexbox .ups-navMenu .ups-menu_toggle,
.no-flexbox .ups-navMenu .ups-mega_menu_link {
	width: 100%;
	overflow: hidden
}

.ie9[lang="de"] .ups-navMenu .ups-menu_toggle,
.ie9[lang="de"] .ups-navMenu .ups-mega_menu_link {
	font-size: 0.85em
}

.no-touch .ups-navMenu .ups-menu_toggle:hover,
.no-touch .ups-navMenu .ups-mega_menu_link:hover {
	outline: none;
	text-decoration: underline;
	color: #242424
}

@media (max-width: 991px) {
	.no-touch .ups-navMenu .ups-menu_toggle:hover .icon,
	.no-touch .ups-navMenu .ups-mega_menu_link:hover .icon {
		display: inline-block
	}
}

.ups-navMenu .ups-menu_toggle:focus,
.ups-navMenu .ups-mega_menu_link:focus {
	outline: 1px auto #FFD100;
	outline-offset: -1px
}

.ie8 .ups-navMenu .ups-menu_toggle:focus,
.ie9 .ups-navMenu .ups-menu_toggle:focus,
.ie10 .ups-navMenu .ups-menu_toggle:focus,
.ie11 .ups-navMenu .ups-menu_toggle:focus,
.ieHigh .ups-navMenu .ups-menu_toggle:focus,
.ie8 .ups-navMenu .ups-mega_menu_link:focus,
.ie9 .ups-navMenu .ups-mega_menu_link:focus,
.ie10 .ups-navMenu .ups-mega_menu_link:focus,
.ie11 .ups-navMenu .ups-mega_menu_link:focus,
.ieHigh .ups-navMenu .ups-mega_menu_link:focus {
	outline: 1px solid #FFD100
}

.no-touch .ups-navMenu .ups-menu_toggle:focus,
.no-touch .ups-navMenu .ups-mega_menu_link:focus {
	text-decoration: none;
	color: #242424;
	position: relative
}

.ups-navMenu.ups-active .ups-menu_toggle {
	color: #242424;
	position: relative
}

.ups-navMenu.ups-active .ups-menu_toggle:before {
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	bottom: 2px;
	color: #D49D64;
	width: 100%;
	background: #FFB500
}

@media (max-width: 991px) {
	.ups-navMenu.ups-active .ups-menu_toggle {
		color: #fff
	}
	.ups-navMenu.ups-active .ups-menu_toggle:before {
		display: none
	}
}

.ups-navMenu .ups-menu_list {
	position: absolute;
	display: none;
	z-index: 1;
	right: 0;
	left: 0;
	top: 108px;
	margin-top: 0px;
	padding: 26px 0;
	background: #fff;
	border: 1px solid #d9d9d6;
	max-height: calc(var(--ups-viewport-height)*100 - 160px);
	overflow-y: auto
}

.ups-navMenu .ups-menu_list.ups-cols-2,
.ups-navMenu .ups-menu_list.ups-cols-1 {
	left: 24%
}

.ups-navMenu .ups-menu_list.ups-cols-2:before,
.ups-navMenu .ups-menu_list.ups-cols-2 .ups-menu_mktg,
.ups-navMenu .ups-menu_list.ups-cols-1:before,
.ups-navMenu .ups-menu_list.ups-cols-1 .ups-menu_mktg {
	width: 33.33%;
	z-index: 100
}

.ups-navMenu .ups-menu_list.ups-cols-2 .ups-menu_column,
.ups-navMenu .ups-menu_list.ups-cols-1 .ups-menu_column {
	width: 50%
}

.ups-navMenu .ups-menu_list.ups-cols-2 .ups-menu_cta,
.ups-navMenu .ups-menu_list.ups-cols-1 .ups-menu_cta {
	right: 33.33%;
	color: #404040;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-navMenu .ups-menu_list.ups-cols-3 {
	left: 0
}

.ups-navMenu .ups-menu_list.ups-cols-3 .ups-menu_column {
	width: 33.3%
}

.ups-navMenu .ups-menu_list .ups-menu_listCols .ups-menu_cta {
	position: absolute;
	bottom: 0;
	padding-right: 30px;
	background: #F7F6F5;
	width: 75%;
	text-align: left;
	color: #404040;
	left: 0;
	margin-right: 0
}

.ups-navMenu .ups-menu_list .ups-menu_column {
	float: left;
	padding: 0 55px 0 25px;
	width: 33.33%
}

.ups-navMenu .ups-menu_list .ups-menu_column:last-child {
	padding-right: 25px
}

@media (max-width: 1150px) {
	.ups-navMenu .ups-menu_list .ups-menu_column {
		padding: 0 25px 0 25px
	}
}

.ups-navMenu .ups-menu_list .ups-menu_column a.ups-description-button {
	margin-top: 25px
}

@media (max-width: 991px) {
	.ups-navMenu .ups-menu_list .ups-menu_column a.ups-description-button {
		width: 100%;
		margin-top: 15px
	}
}

.ups-navMenu .ups-menu_list .ups-menu_column h3.ups-menu_subheading {
	font-weight: bold;
	border-bottom: 1px solid #757575;
	padding-bottom: 20px;
	margin: 0;
	font-size: 14px
}

@media (max-width: 991px) {
	.ups-navMenu .ups-menu_list .ups-menu_column h3.ups-menu_subheading {
		padding-top: 20px;
		display: block
	}
}

.ups-navMenu .ups-menu_list h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 15px;
	padding-bottom: 8px;
	font-size: 26px
}

@media (max-width: 991px) {
	.ups-navMenu .ups-menu_list h3 {
		display: none
	}
}

.ups-navMenu .ups-menu_list h3 .ups-more {
	float: right;
	font: 0.8em/1.5 Tahoma, helvetica, arial, sans-serif;
	text-transform: none;
	text-decoration: underline;
	color: #300;
	letter-spacing: 0
}

.ups-navMenu .ups-menu_list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ups-navMenu .ups-menu_list ul a {
	display: block;
	color: #242424;
	padding: 20px 13px 20px 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-navMenu .ups-menu_list ul a.ups-more {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}

.ups-rtl .ups-navMenu .ups-menu_list ul a.ups-more {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-navMenu .ups-menu_list ul a:hover {
	color: #6e6e6e
}

.ups-navMenu .ups-menu_list ul li {
	border-bottom: 1px solid #757575;
	position: relative;
	min-height: 50px
}

.ups-navMenu .ups-menu_list ul li:hover:after {
	right: 10px
}

.ups-navMenu .ups-menu_list ul li:after {
	content: "\e629";
	position: absolute;
	right: 0;
	bottom: 20px;
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.ups-navMenu .ups-menu_list .ups-menu_cta {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 30px;
	position: absolute;
	right: 25%;
	bottom: 20px;
	margin-right: 30px;
	padding-right: 15px
}

.ups-navMenu .ups-menu_list .ups-menu_cta .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e629";
	position: relative;
	margin-left: 4px;
	font-size: 0.8em;
	line-height: 0;
	position: absolute;
	top: 27px
}

@media (max-width: 767px),
(max-width: 991px) {
	.ups-navMenu .ups-menu_list .ups-menu_cta .icon:before {
		position: static
	}
}

.ups-rtl .ups-navMenu .ups-menu_list .ups-menu_cta:after {
	content: "\e201"
}

.ups-navMenu .ups-menu_list .ups-menu_cta:hover,
.ups-navMenu .ups-menu_list .ups-menu_cta:focus {
	color: #6e6e6e
}

.ups-navMenu .ups-menu_list .ups-menu_cta:hover:after,
.ups-navMenu .ups-menu_list .ups-menu_cta:focus:after {
	text-decoration: none
}

.ups-navMenu .ups-menu_list .ups-menu_mktg {
	float: right;
	position: relative;
	width: 25%;
	padding: 0 15px 24px
}

.ups-navMenu .ups-menu_list .ups-menu_mktg img {
	cursor: pointer;
	width: 100%;
	display: block;
	margin-bottom: 30px
}

.ups-navMenu .ups-menu_list .ups-menu_mktg h3 {
	text-transform: none;
	border: none;
	font: 1em Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	padding: 0
}

.ups-navMenu .ups-menu_list .ups-menu_mktg .ups-cta_link {
	color: #404040;
	text-decoration: underline
}

.no-touch .ups-navMenu .ups-menu_list .ups-menu_mktg .ups-cta_link:hover,
.no-touch .ups-navMenu .ups-menu_list .ups-menu_mktg .ups-cta_link:focus {
	color: #6e6e6e
}

.ups-navMenu .ups-menu_list .ups-menu_mktg .ups-menu_mktgLinks {
	padding-bottom: 15px;
	margin-bottom: 22px;
	position: relative
}

.ups-navMenu .ups-menu_list .ups-menu_mktg .ups-menu_mktgLinks:after {
	content: '';
	height: 2px;
	position: absolute;
	bottom: 1px;
	left: -15px;
	right: -15px;
	background: rgba(190, 190, 190, 0.3)
}

.ups-navMenu .ups-menu_list .ups-menu_mktg .ups-menu_mktgLinks h3 {
	margin: 0 0 15px;
	padding-bottom: 8px;
	font: 1.2em Tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}

@media (max-width: 991px) {
	.ups-navMenu .ups-menu_list {
		position: static;
		width: auto;
		background-color: transparent;
		padding: 0;
		border: 0
	}
	.ups-navMenu .ups-menu_list ul {
		padding: 0;
		margin: 0
	}
}

#ups-header_search-mob .hide {
	display: none
}

#ups-header_search-mob .show {
	display: block
}

@media (max-width: 991px) {
	#ups-header {
		height: 108px
	}
	.no-flexbox .ups-navMenu {
		width: auto
	}
	.ups-touchNav-hide {
		display: none
	}
	#ups-touchNav {
		position: absolute;
		top: 0;
		padding: 25px 60px;
		right: 0
	}
	#ups-touchNav .ups-mob_links {
		list-style: none;
		margin: 0;
		padding: 0
	}
	#ups-touchNav .ups-mob_links>li {
		float: left;
		margin-left: 25px
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons {
		border: 1px transparent solid;
		background: none;
		color: #242424;
		padding: 0;
		width: auto;
		display: inline-block;
		height: 35px;
		text-align: center;
		line-height: 33px;
		border-radius: 35px
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons.ups-profileBtn .icon.ups-icon-chevrondown,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons.ups-profileBtn .icon.ups-icon-chevrondown {
		margin-left: 5px
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons.ups-active,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons.ups-active {
		color: #00857D
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons.ups-mobmenu-close,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons.ups-mobmenu-close {
		display: none
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons .ups-icon_text,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons .ups-icon_text {
		font-size: 12px
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons .ups-icon_text:hover,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons .ups-icon_text:hover {
		text-decoration: underline
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons span,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons span {
		font-size: 12px
	}
	#ups-touchNav .ups-mob_links>li .ups-searchBtn span {
		margin-right: 5px
	}
	#ups-touchNav .ups-mob_links .ups-account.ups-active .ups-icon-user:before,
	#ups-touchNav .ups-mob_links .ups-account.ups-active .ups-icon-user-solid:before {
		color: #00857D
	}
	#ups-touchNav .ups-iconAlone {
		font-size: 16px
	}
	#ups-touchNav .ups-icon-search,
	#ups-touchNav .ups-icon-user,
	#ups-touchNav .ups-icon-user-solid {
		padding-right: 5px
	}
	#ups-header_search-mob {
		position: absolute;
		top: 22%;
		left: 165px;
		right: 84px;
		margin: 0 auto;
		padding: 0;
		z-index: 1
	}
	#ups-header_search-mob .ups-input_wrap {
		position: relative
	}
	#ups-header_search-mob input[type="text"],
	#ups-header_search-mob input[type="search"] {
		border: 1px solid #d7d7d7;
		border-radius: 4px 0 0 4px;
		display: block;
		width: 100%;
		padding: 0 15px;
		height: 40px;
		line-height: 35px;
		padding-right: 32px;
		background: #fff
	}
	#ups-header_search-mob input[type="text"]:-moz-placeholder,
	#ups-header_search-mob input[type="search"]:-moz-placeholder {
		color: #242424;
		font-size: 12px
	}
	#ups-header_search-mob input[type="text"]::-moz-placeholder,
	#ups-header_search-mob input[type="search"]::-moz-placeholder {
		color: #242424;
		font-size: 12px
	}
	#ups-header_search-mob input[type="text"]:-ms-input-placeholder,
	#ups-header_search-mob input[type="search"]:-ms-input-placeholder {
		color: #242424;
		font-size: 12px
	}
	#ups-header_search-mob input[type="text"]::-webkit-input-placeholder,
	#ups-header_search-mob input[type="search"]::-webkit-input-placeholder {
		color: #242424;
		font-size: 12px
	}
	#ups-header_search-mob button {
		display: block;
		position: absolute;
		overflow: hidden;
		height: 0;
		top: 3px;
		border-radius: 0 4px 4px 0;
		right: 1px;
		width: 33px;
		padding: 33px 0 0;
		color: #242424;
		background: #fff
	}
	.no-touch #ups-header_search-mob button:hover,
	.no-touch #ups-header_search-mob button:focus {
		color: #40c1ac
	}
	#ups-header_search-mob button .icon:before {
		font-family: "upsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e668";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		line-height: 35px;
		font-size: 12px;
		color: #242424
	}
	.ups-rtl #ups-header_search-mob button:before {
		content: "\e201"
	}
	#ups-header_search-mob button.close {
		right: -40px;
		border: 0 none;
		color: #242424
	}
	#ups-header_search-mob button.close .icon {
		color: inherit
	}
	#ups-header_search-mob button.close .icon::before {
		content: "\e67b";
		color: inherit
	}
	#ups-header_search-mob.ups-active {
		display: block !important
	}
	.ups-header_light #ups-touchNav {
		padding-right: 0
	}
}

@media (max-width: 767px) {
	#ups-headerWrap {
		height: auto
	}
	#ups-header {
		height: auto;
		padding-top: 70px;
		z-index: 1000
	}
	#ups-header_logo,
	.ups-headFixed #ups-header_logo {
		top: 0;
		position: absolute;
		width: 43px;
		height: 51px
	}
	#ups-touchNav {
		padding: 19px 12px
	}
	#ups-touchNav .ups-mob_links>li .ups-touchNav-buttons.ups-profileBtn .icon.ups-icon-chevrondown,
	#ups-touchNav .ups-mob_links>li .ups-toucNav-buttons.ups-profileBtn .icon.ups-icon-chevrondown {
		display: none
	}
	#ups-touchNav .ups-icon-search,
	#ups-touchNav .ups-icon-user,
	#ups-touchNav .ups-icon-user-solid {
		padding-right: 0
	}
	#ups-touchNav .ups-icon_text {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		padding: 0 !important;
		border: 0 !important;
		height: 1px !important;
		width: 1px !important;
		overflow: hidden
	}
	.ups-mob_small-hide {
		display: none
	}
	#ups-header_search-mob {
		top: 100%;
		width: auto;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0 22px
	}
	#ups-header_search-mob button.close {
		display: none
	}
}

@media (min-width: 841px) and (max-width: 992px) {
	.touch .ups-hasAlerts.ups-offCanvas.ups-navOpen #ups-headerWrap {
		margin-top: -30px !important
	}
}

li.ups-alert_msg.slick-slide.slick-current.slick-active:focus {
	outline-color: #000
}

#ups-alertsWrap {
	background: #FFD100;
	padding: 0 60px;
	max-height: 0;
	position: relative;
	width: 100%;
	z-index: 110;
	overflow: hidden;
	-moz-transition-property: max-height;
	-o-transition-property: max-height;
	-webkit-transition-property: max-height;
	transition-property: max-height;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

@media (max-width: 767px) {
	#ups-alertsWrap {
		padding-left: 22px;
		padding-right: 22px
	}
}

.ups-hasAlerts #ups-alertsWrap {
	max-height: 42px
}

@media (max-width: 991px) {
	.touch .ups-headFixed #ups-alertsWrap~#ups-headerWrap {
		height: 115px;
		padding-top: 0
	}
}

@media (max-width: 991px) {
	.touch #ups-alertsWrap~#ups-headerWrap {
		z-index: 1000;
		padding-top: 0
	}
}

#ups-alerts {
	height: 42px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto
}

#ups-alerts .ups-icon-exclamationcircle {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	left: 160px;
	top: 50%;
	margin-top: -12px;
	border-radius: 20px
}

#ups-alerts .ups-icon-exclamationcircle:before {
	content: "\e6cb"
}

#ups-alerts .ups-alerts_list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 200px;
	margin-right: 80px
}

#ups-alerts .ups-alerts_list .ups-alert_msg {
	font-size: 14px;
	line-height: 42px
}

#ups-alerts .ups-alerts_list .ups-alert_msg span {
	display: block;
	height: 42px;
	overflow: hidden;
	float: left;
	max-width: 85%;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}

#ups-alerts .ups-alerts_list .ups-alert_msg span .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

#ups-alerts .ups-alerts_list .ups-alert_msg .ups-alerts_link {
	float: left;
	color: #300;
	text-decoration: underline;
	margin-left: 6px
}

@media (max-width: 991px) {
	#ups-alerts .ups-alerts_list {
		margin-left: 115px;
		margin-right: 40px;
		padding-left: 20px
	}
}

#ups-alerts .ups-alerts_controls {
	position: absolute;
	top: 0;
	margin-left: 0px;
	height: 42px;
	line-height: 42px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.1em;
	z-index: 1
}

#ups-alerts .ups-alerts_controls .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

#ups-alerts .ups-alerts_controls .slick-prev,
#ups-alerts .ups-alerts_controls .slick-next {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	width: 50px;
	height: 0;
	padding: 42px 0 0;
	position: relative;
	overflow: hidden;
	font-size: 14px
}

@media (max-width: 991px) {
	#ups-alerts .ups-alerts_controls .slick-prev,
	#ups-alerts .ups-alerts_controls .slick-next {
		width: 25px
	}
}

#ups-alerts .ups-alerts_controls .slick-prev .icon:before,
#ups-alerts .ups-alerts_controls .slick-next .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
	top: 3px;
	left: 0;
	color: #300;
	font-size: 16px;
	line-height: 38px
}

#ups-alerts .ups-alerts_controls .slick-prev.slick-disabled:before,
#ups-alerts .ups-alerts_controls .slick-next.slick-disabled:before {
	color: #cca700
}

#ups-alerts .ups-alerts_controls .slick-next {
	float: right
}

#ups-alerts .ups-alerts_controls .slick-next .icon:before {
	content: '\e629';
	left: 20px
}

@media (max-width: 991px) {
	#ups-alerts .ups-alerts_controls .slick-next .icon:before {
		left: 0px
	}
}

.ups-rtl #ups-alerts .ups-alerts_controls .slick-next .icon:before {
	content: '\e627'
}

#ups-alerts .ups-alerts_controls .slick-prev {
	float: left
}

#ups-alerts .ups-alerts_controls .slick-prev .icon:before {
	content: '\e627';
	left: -20px
}

@media (max-width: 991px) {
	#ups-alerts .ups-alerts_controls .slick-prev .icon:before {
		left: 0px
	}
}

.ups-rtl #ups-alerts .ups-alerts_controls .slick-prev .icon:before {
	content: '\e629'
}

#ups-alerts .ups-alerts_close {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	width: 40px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0
}

#ups-alerts .ups-alerts_close i {
	font-size: 14px;
	display: block;
	color: #300
}

.ie9 #ups-alerts .ups-alerts_close i:before {
	position: relative;
	top: -4px
}

#ups-alerts a:focus,
#ups-alerts button:focus {
	outline-color: #242424;
	z-index: 20
}

#ups-alerts button:focus i:before,
#ups-alerts button:hover i:before {
	content: "\e67b"
}

body.ups-hasAlerts #ups-skipNav {
	display: inline-block
}

@media (max-width: 767px) {
	body.ups-hasAlerts #ups-skipNav {
		position: relative;
		top: -500px;
		z-index: 105
	}
}

body.ups-hasAlerts #ups-skipNav:focus {
	top: 42px
}

@media (max-width: 991px) {
	body.ups-hasAlerts #ups-skipNav:focus {
		top: 0 !important;
		z-index: 1001
	}
}

@media (max-width: 767px) {
	body.ups-hasAlerts.ups-native #ups-skipNav {
		position: absolute
	}
}

@media (max-width: 991px) {
	#ups-alertsWrap {
		position: fixed;
		top: 0;
		max-height: 0;
		overflow: hidden;
		-moz-transition-property: max-height;
		-o-transition-property: max-height;
		-webkit-transition-property: max-height;
		transition-property: max-height;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s
	}
	.ups-hasAlerts #ups-alertsWrap {
		max-height: 500px;
		z-index: 101
	}
	#ups-alertsWrap #ups-alerts {
		height: auto
	}
	#ups-alertsWrap #ups-alerts .ups-icon-exclamationcircle {
		top: 8px;
		margin: 0;
		left: 95px
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_list .ups-alert_msg {
		height: auto;
		line-height: 1.25;
		padding: 10px 0 10px
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_list .ups-alert_msg span {
		display: inline-block;
		height: auto;
		float: none;
		white-space: nowrap;
		vertical-align: middle
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_list .ups-alert_msg .ups-alerts_link {
		float: none
	}
	#ups-alertsWrap~#ups-headerWrap {
		z-index: 1000
	}
	#ups-alertsWrap .ups-alerts_controls {
		margin-left: -6px
	}
}

@media (max-width: 767px) {
	#ups-alertsWrap {
		padding: 0 20px;
		position: relative
	}
	#ups-alertsWrap .ups-alerts_close {
		margin-right: -12px
	}
	#ups-alertsWrap #ups-alerts {
		padding: 30px 0 5px;
		overflow: visible
	}
	#ups-alertsWrap #ups-alerts .ups-icon-exclamationcircle {
		top: 42px;
		margin: 0;
		left: 0
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_list {
		margin: 0;
		padding-left: 30px;
		padding-right: 20px
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_list .ups-alert_msg span {
		display: inline;
		white-space: normal
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_close {
		top: 0px
	}
	#ups-alertsWrap #ups-alerts .ups-alerts_controls {
		top: 0px;
		margin-left: -6px;
		right: auto
	}
}

.ups-header-campusShip#ups-headerWrap {
	height: 166px
}

@media (max-width: 991px) {
	.ups-header-campusShip#ups-headerWrap {
		height: 100px
	}
}

@media (max-width: 767px) {
	.ups-header-campusShip#ups-headerWrap {
		height: auto
	}
}

.ups-header-campusShip#ups-headerWrap .ups-toolsToggle {
	padding-top: 21px
}

.ups-header-campusShip#ups-headerWrap .ups-headerTools_list {
	top: 117%
}

@media (min-width: 993px) {
	.ups-header-campusShip#ups-headerWrap .ups-navMenu .ups-menu_list {
		top: 106%
	}
}

.ups-header-campusShip#ups-headerWrap #ups-header_custServ {
	padding-top: 5px
}

.ups-header-campusShip#ups-headerWrap #ups-header_custServ.ups-active .ups-header_custServ_list {
	top: 55px
}

.ups-header-campusShip #ups-header {
	height: 158px
}

@media (max-width: 991px) {
	.ups-header-campusShip #ups-header {
		height: 93px
	}
}

@media (max-width: 767px) {
	.ups-header-campusShip #ups-header {
		height: auto
	}
}

.ups-header-campusShip #ups-header_logo {
	bottom: 35px
}

@media (max-width: 991px) {
	.ups-header-campusShip #ups-header_logo {
		bottom: 20px
	}
}

.ups-header-campusShip .ups-header_utils li.ups-account .ups-menu_toggle .ups-account_user {
	height: 50px
}

@media (max-width: 991px) {
	.ups-header-campusShip .ups-header_utils li.ups-account .ups-menu_toggle .ups-account_user {
		top: -16px
	}
}

.ups-header-campusShip #ups-header_search {
	top: 70px
}

.ups-header-campusShip .ups-navItems_primary {
	padding-top: 119px
}

.ups-header-campusShip .ups-campusShip_head {
	position: absolute;
	display: block;
	left: 88px;
	top: 70px;
	color: #fff;
	font: 1.5em/1 Tahoma, helvetica, arial, sans-serif;
	display: block
}

.ups-header-campusShip .ups-campusShip_head .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

@media (max-width: 991px) {
	.ups-header-campusShip .ups-campusShip_head {
		top: 28px;
		font-size: 1.3em;
		left: 65px
	}
}

@media (max-width: 767px) {
	.ups-header-campusShip .ups-campusShip_head {
		top: 22px;
		font-size: 1.2em;
		left: 60px
	}
}

.ups-headFixed .ups-header-campusShip#ups-headerWrap {
	top: -66px
}

.ups-headFixed .ups-header-campusShip#ups-headerWrap #ups-header_logo {
	bottom: 5px
}

.ups-headFixed .ups-header-campusShip#ups-headerWrap .ups-campusShip_head {
	bottom: 54px;
	top: 90px
}

@media (max-width: 991px) {
	.ups-headFixed .ups-header-campusShip#ups-headerWrap {
		top: 0
	}
	.ups-headFixed .ups-header-campusShip#ups-headerWrap #ups-header_logo {
		bottom: 20px
	}
	.ups-headFixed .ups-header-campusShip#ups-headerWrap .ups-campusShip_head {
		bottom: 48px;
		left: 65px;
		top: 28px
	}
}

@media (max-width: 767px) {
	.ups-headFixed .ups-header-campusShip#ups-headerWrap .ups-campusShip_head {
		bottom: 38px;
		left: 60px
	}
}

.ups-header_custServ_list.single_box {
	width: 200px
}

.ups-header_custServ_list.single_box:before {
	position: static
}

.ups-header_custServ_list.single_box ul.ups-headerCust_links.col-md-6 {
	width: 100%
}

.ups-langSelect_map {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 55%
}

#ups-langSelect {
	margin-bottom: 60px
}

@media (max-width: 991px) {
	#ups-langSelect {
		margin: 30px 0
	}
}

#ups-langSelect h1 {
	margin: 0 0 20px;
	padding-bottom: 6px;
	font-size: 1.2em;
	position: relative
}

#ups-langSelect h1:before {
	content: '';
	height: 1px;
	width: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFD100
}

@media (max-width: 991px) {
	#ups-langSelect h1 {
		text-transform: none;
		font-size: 2em;
		margin-bottom: 30px
	}
}

#ups-langSelect .ups-langSelect_back {
	display: none;
	position: relative;
	margin-bottom: 24px;
	padding-left: 18px;
	line-height: 15px;
	color: #404040
}

#ups-langSelect .ups-langSelect_back.ups-active {
	display: inline-block
}

#ups-langSelect .ups-langSelect_back span {
	border-bottom: 1px solid #404040;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

#ups-langSelect .ups-langSelect_back:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e627';
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none
}

.ups-rtl #ups-langSelect .ups-langSelect_back:before {
	content: '\e629'
}

#ups-langSelect .ups-langSelect_back:hover,
#ups-langSelect .ups-langSelect_back:focus {
	text-decoration: none
}

#ups-langSelect .ups-langSelect_back:hover span,
#ups-langSelect .ups-langSelect_back:focus span {
	border-color: #6e6e6e;
	color: #6e6e6e
}

#ups-langSelect #ups-svg-countries {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

#ups-langSelect #ups-svg-countries g * {
	fill: #90867f;
	cursor: pointer
}

#ups-langSelect #ups-svg-countries g.ups-svg_disabled *,
#ups-langSelect #ups-svg-countries g.ups-svg_disabled:hover * {
	fill: #ebebeb;
	cursor: default
}

#ups-langSelect #ups-svg-countries g:hover *,
#ups-langSelect #ups-svg-countries g.ups-mousein * {
	fill: #939F54
}

#ups-langSelect #ups-svg-countries g.ups-active * {
	fill: #6E7E1B
}

#ups-langSelect #ups-svg-countries g.ups-active:hover * {
	fill: #939F54
}

#ups-langSelect .ups-langSelect_accordion {
	border: none;
	padding: 0 15px
}

@media (max-width: 767px) {
	#ups-langSelect .ups-langSelect_accordion {
		padding: 0;
		margin: 0 -5px
	}
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_content {
	border: 1px solid #757575
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_item {
	border-top: 1px solid #757575
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_item:first-child {
	border: none
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_item.ups-active .ups-accordion_expand {
	max-height: 260px;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 767px) {
	#ups-langSelect .ups-langSelect_accordion .ups-accordion_item.ups-active .ups-accordion_expand {
		padding: 15px
	}
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_item.ups-active .ups-accordion_expand li {
	list-style: none
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_toggle:first-child {
	border: none
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_expand {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-moz-transition-property: max-height, margin;
	-o-transition-property: max-height, margin;
	-webkit-transition-property: max-height, margin;
	transition-property: max-height, margin;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_expand::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 18px;
	background: #d9d9d6;
	border: 4px solid #d9d9d6
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_expand::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 0
}

#ups-langSelect .ups-langSelect_accordion .ups-accordion_expand::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	border-radius: 0;
	background: #300
}

#ups-langSelect .ups-sub-regions {
	margin: 0;
	padding-left: 20px
}

@media (max-width: 991px) {
	#ups-pageWrap {
		position: relative;
		right: 0%;
		-moz-transition-property: right;
		-o-transition-property: right;
		-webkit-transition-property: right;
		transition-property: right;
		-moz-transition-duration: .15s;
		-o-transition-duration: .15s;
		-webkit-transition-duration: .15s;
		transition-duration: .15s
	}
	#ups-headerWrap,
	.ups-headFixed #ups-headerWrap {
		position: fixed;
		top: 0;
		width: 100%;
		padding-top: 0;
		height: 115px;
		right: 0%;
		-moz-transition-duration: .15s;
		-o-transition-duration: .15s;
		-webkit-transition-duration: .15s;
		transition-duration: .15s
	}
	#ups-headerWrap:before,
	.ups-headFixed #ups-headerWrap:before {
		display: none
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	#ups-headerWrap,
	.ups-headFixed #ups-headerWrap {
		position: relative
	}
}

@media (max-width: 991px) {
	#ups-navItems {
		visibility: hidden;
		display: block;
		position: fixed;
		width: 100%;
		min-width: 320px;
		left: 100%;
		-moz-transition-property: left;
		-o-transition-property: left;
		-webkit-transition-property: left;
		transition-property: left;
		-moz-transition-duration: .15s;
		-o-transition-duration: .15s;
		-webkit-transition-duration: .15s;
		transition-duration: .15s
	}
	#ups-navItems:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: none;
		z-index: 0
	}
	#ups-navItems .ups-menuClose {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		color: #fff;
		background: #300;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		font-size: 22px;
		width: 0;
		z-index: 1;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 0 10px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 0 10px;
		box-shadow: rgba(0, 0, 0, 0.5) 5px 0 10px;
		-moz-transition-property: left;
		-o-transition-property: left;
		-webkit-transition-property: left;
		transition-property: left;
		-moz-transition-duration: .15s;
		-o-transition-duration: .15s;
		-webkit-transition-duration: .15s;
		transition-duration: .15s
	}
	.ups-rtl #ups-navItems .ups-menuClose {
		-moz-box-shadow: rgba(0, 0, 0, 0.5) -5px 0 25px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) -5px 0 25px;
		box-shadow: rgba(0, 0, 0, 0.5) -5px 0 25px
	}
	#ups-navItems .ups-menuClose .ups-icon-x {
		position: absolute;
		top: 24px;
		left: 50%;
		margin-left: -11px
	}
	#ups-navItems .ups-menuClose .ups-mobmenu-close {
		width: 50px;
		height: 50px;
		margin-left: 7px;
		margin-top: 10px;
		background: none;
		border: none
	}
	#ups-navItems .ups-navItems_primary {
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
		position: relative
	}
	#ups-navItems .ups-navMenu {
		float: none;
		padding: 0
	}
	#ups-navItems .ups-navMenu .ups-menu_toggle {
		width: 100%;
		padding: 12px 0px;
		height: auto;
		text-align: left;
		background: #fff;
		border-bottom: 1px solid #fff;
		position: relative
	}
	#ups-navItems .ups-navMenu .ups-menu_toggle .ups-icon-plus:before {
		padding-left: 10px;
		font-size: 16px;
		position: absolute;
		top: 50%;
		margin-top: 0px;
		line-height: 0;
		right: 0px
	}
	.ups-rtl #ups-navItems .ups-navMenu .ups-menu_toggle .ups-icon-plus:before {
		content: ""
	}
	#ups-navItems .ups-navMenu .ups-menu_toggle .ups-icon-minus {
		display: none
	}
	#ups-navItems .ups-navMenu .ups-menu_toggle:focus {
		outline: 1px auto #FFD100;
		z-index: 10;
		border: 0;
		outline-offset: -3px
	}
	.ie9 #ups-navItems .ups-navMenu .ups-menu_toggle:focus,
	.ie10 #ups-navItems .ups-navMenu .ups-menu_toggle:focus,
	.ie11 #ups-navItems .ups-navMenu .ups-menu_toggle:focus,
	.ieHigh #ups-navItems .ups-navMenu .ups-menu_toggle:focus {
		outline: 1px solid #FFD100
	}
	#ups-navItems .ups-navMenu.ups-active .ups-menu_toggle {
		background: #f2f2f2;
		color: #242424
	}
	#ups-navItems .ups-navMenu.ups-active .ups-menu_toggle .ups-icon-plus {
		display: none
	}
	#ups-navItems .ups-navMenu.ups-active .ups-menu_toggle .ups-icon-minus {
		display: block
	}
	#ups-navItems .ups-navMenu.ups-active .ups-menu_toggle .ups-icon-minus:before {
		padding-left: 10px;
		font-size: 18px;
		position: absolute;
		top: 50%;
		margin-top: 0px;
		line-height: 0;
		right: 0px
	}
	.ups-rtl #ups-navItems .ups-navMenu.ups-active .ups-menu_toggle .ups-icon-minus:before {
		content: ""
	}
	#ups-navItems .ups-navMenu .ups-menu_cta {
		position: static;
		display: block;
		padding: 20px 0;
		color: #fff;
		font-family: Tahoma, helvetica, arial, sans-serif;
		background: inherit
	}
	#ups-navItems .ups-navMenu .ups-menu_cta .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	#ups-navItems .ups-navMenu .ups-menu_cta:after {
		display: none
	}
	#ups-navItems .ups-menu_list {
		width: 100%;
		top: 66px;
		left: 0;
		right: 0;
		bottom: 0;
		position: static;
		z-index: -1;
		padding: 0 0 20px 0;
		padding-left: 0;
		margin: 0;
		border: none;
		background: #fff !important
	}
	#ups-navItems .ups-menu_list:before {
		display: none
	}
	#ups-navItems .ups-menu_list h2 {
		padding: 12px 24px;
		color: #242424;
		font: 1.15em/1 Tahoma, helvetica, arial, sans-serif;
		letter-spacing: 0;
		margin: 0
	}
	#ups-navItems .ups-menu_list h2 .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	#ups-navItems .ups-menu_list .ups-menu_listCols {
		width: 100%
	}
	#ups-navItems .ups-menu_list .ups-account_profile {
		display: block
	}
	#ups-navItems .ups-menuBack {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		display: block;
		visibility: hidden;
		width: 100%;
		padding: 24px;
		padding-left: 24px;
		height: auto;
		text-align: left;
		background: #300;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		font-size: 1.2em;
		color: #fff;
		position: fixed;
		top: 0;
		left: 100%;
		-moz-transition-property: left;
		-o-transition-property: left;
		-webkit-transition-property: left;
		transition-property: left;
		-moz-transition-duration: .15s;
		-o-transition-duration: .15s;
		-webkit-transition-duration: .15s;
		transition-duration: .15s
	}
	#ups-navItems .ups-menuBack:before {
		font-size: 1.2em;
		line-height: 0;
		position: relative;
		top: 2px;
		margin-right: 8px
	}
	.ups-rtl #ups-navItems .ups-menuBack:before {
		content: '\e629';
		float: right;
		margin: 3px -6px 0 8px
	}
	#ups-navItems .ups-menuBack .ups-menuBack-button {
		background: none;
		border: 0
	}
	#ups-navItems .ups-menu_column {
		float: none;
		width: 100%;
		padding: 0
	}
	#ups-navItems .ups-menu_column a {
		color: #242424;
		padding: 18px 0;
		padding-right: 16px
	}
	#ups-navItems .ups-menu_column a.ups-description-button {
		color: #fff;
		padding: 10px 30px 10px
	}
	#ups-navItems .ups-menu_column .ups-col_description {
		display: none
	}
	#ups-navItems #ups-header_custServ {
		position: static;
		height: auto
	}
	#ups-navItems #ups-header_custServ.ups-active {
		border-bottom: none
	}
	#ups-navItems #ups-header_custServ.ups-active .ups-toolsToggle {
		height: auto;
		padding-bottom: 24px
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_list {
		top: 66px
	}
	#ups-navItems #ups-header_custServ .ups-menu_toggle {
		float: none;
		height: auto;
		width: 100%;
		padding: 24px;
		padding-right: 60px;
		text-align: left;
		line-height: 1.2em;
		font-size: 1em;
		border-bottom: 1px solid #fff;
		position: relative
	}
	#ups-navItems #ups-header_custServ .ups-menu_toggle:before {
		font-size: 1.8em;
		top: 8px;
		padding-right: 12px
	}
	#ups-navItems #ups-header_custServ .ups-menu_toggle .ups-icon-plus:before {
		padding-left: 10px;
		font-size: 18px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		line-height: 0;
		right: 20px
	}
	.ups-rtl #ups-navItems #ups-header_custServ .ups-menu_toggle .ups-icon-plus:before {
		content: ""
	}
	.no-touch #ups-navItems #ups-header_custServ .ups-menu_toggle:hover,
	.no-touch #ups-navItems #ups-header_custServ .ups-menu_toggle:focus {
		height: auto;
		padding-bottom: 24px
	}
	#ups-navItems #ups-header_custServ .ups-headerCust_links,
	#ups-navItems #ups-header_custServ .ups-header_custServ_contact {
		float: none;
		width: 100%;
		padding: 0;
		padding-left: 35px;
		padding-right: 24px;
		padding-top: 12px;
		margin: 12px 0 0;
		border-top: rgba(190, 190, 190, 0.3) solid 2px
	}
	#ups-navItems #ups-header_custServ .ups-headerCust_links li,
	#ups-navItems #ups-header_custServ .ups-header_custServ_contact li {
		border: none
	}
	#ups-navItems #ups-header_custServ .ups-headerCust_links a,
	#ups-navItems #ups-header_custServ .ups-header_custServ_contact a {
		color: #fff;
		padding: 20px 0;
		border: none
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_contact a {
		padding-left: 35px
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_contact a:before {
		left: 0;
		top: 50%;
		line-height: 0;
		margin-top: -2px;
		color: #FFD100
	}
	.no-touch #ups-navItems #ups-header_custServ .ups-header_custServ_contact a:hover,
	.no-touch #ups-navItems #ups-header_custServ .ups-header_custServ_contact a:focus {
		background: none;
		text-decoration: underline
	}
	.no-touch #ups-navItems #ups-header_custServ .ups-header_custServ_contact a:hover:before,
	.no-touch #ups-navItems #ups-header_custServ .ups-header_custServ_contact a:focus:before {
		text-decoration: none
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_support {
		color: #fff;
		border: none;
		padding: 12px;
		margin: 12px 0 0;
		border-top: rgba(190, 190, 190, 0.3) solid 2px
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_support h3 {
		color: #fff;
		font: 1.4em/1 Tahoma, helvetica, arial, sans-serif;
		letter-spacing: 0;
		margin: 0;
		padding: 12px
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_support ul {
		padding: 0 23px
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_support li {
		padding: 12px 0
	}
	#ups-navItems #ups-header_custServ .ups-header_custServ_support a {
		color: #fff
	}
	#ups-navItems .ups-header_utils {
		position: relative;
		top: 0;
		background: #404040
	}
	#ups-navItems .ups-header_utils li {
		float: none;
		font-size: 1em;
		padding: 0;
		border-bottom: 1px solid #fff
	}
	#ups-navItems .ups-header_utils li.ups-active:before {
		display: none
	}
	#ups-navItems .ups-header_utils li a {
		display: block;
		padding: 24px;
		padding-right: 60px
	}
	#ups-navItems .ups-header_utils li a .ups-icon-chevrondown {
		display: none
	}
	.no-touch #ups-navItems .ups-header_utils li a:hover,
	.no-touch #ups-navItems .ups-header_utils li a:focus {
		color: #fff
	}
	#ups-navItems .ups-header_utils li .ups-menu_list ul {
		padding: 0 24px
	}
	#ups-navItems .ups-header_utils li .ups-menu_list li {
		border: none
	}
	#ups-navItems .ups-header_utils li .ups-menu_list a {
		padding: 16px 0;
		color: #fff
	}
	#ups-navItems .ups-header_utils li .ups-more {
		padding: 12px 24px;
		border-color: rgba(190, 190, 190, 0.3);
		background: inherit
	}
	#ups-navItems .ups-header_utils li.ups-account {
		padding-right: 0;
		border-bottom: 1px solid #fff
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-account_profile {
		margin-top: -15px;
		padding: 22px 24px;
		overflow: hidden
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-account_profile h3 {
		font-family: Tahoma, helvetica, arial, sans-serif;
		color: #fff;
		margin: 0
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-account_profile h3 .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-account_profile img {
		float: left;
		margin: -22px 15px;
		margin-left: -24px;
		height: 60px
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-menu_toggle img {
		height: 65px;
		top: -24px;
		margin-right: 16px;
		margin-left: -25px
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-menu_toggle.ups-user:before {
		font-family: "upsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e675';
		padding-right: 10px;
		font-size: 1.3em;
		line-height: 0;
		position: relative;
		top: 3px
	}
	#ups-navItems .ups-header_utils li.ups-account .ups-cta {
		margin: 12px 24px 24px;
		width: auto
	}
	#ups-navItems .ups-header_utils li.ups-account ul {
		border: none;
		margin: 0
	}
	#ups-navItems .ups-header_utils li.ups-account ul:first-of-type {
		margin-top: 0;
		padding-top: 0;
		border: none
	}
	#ups-navItems .ups-header_utils .ups-alerts_link a {
		position: relative
	}
	#ups-navItems .ups-header_utils .ups-alerts_link a:before {
		font-family: "upsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e639';
		position: relative;
		line-height: 0;
		font-size: 1.8em;
		top: 8px;
		padding-right: 12px
	}
	#ups-navItems .ups-header_utils .ups-alerts_link a:after {
		font-family: "upsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e629';
		padding-left: 10px;
		font-size: 18px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		line-height: 0;
		right: 20px
	}
	.ups-rtl #ups-navItems .ups-header_utils .ups-alerts_link a:after {
		content: ""
	}
	#ups-navItems .ups-header_utils li a:focus {
		z-index: 10;
		border: 0
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-offCanvas {
		overflow: hidden
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-pageWrap {
		right: 100%
	}
	.ups-offCanvas #ups-headerWrap .ups-wrap_header {
		background-color: unset
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.ups-offCanvas #ups-headerWrap .ups-wrap_header {
		display: block
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-headerWrap .ups-utilities_menu {
		order: 3;
		padding: 0;
		position: relative
	}
	.ups-offCanvas #ups-headerWrap .ups-utilities_menu .ups-header_utils li {
		padding: 10px;
		margin-bottom: 2px;
		width: 100%;
		background: #f2f2f2
	}
	.ups-offCanvas #ups-headerWrap .ups-utilities_menu .ups-header_utils .ups-loginsignup {
		display: none
	}
	.ups-offCanvas #ups-headerWrap .ups-utilities_menu .ups-header_utils .ups-searchbar {
		display: none
	}
	.ups-offCanvas #ups-headerWrap .ups-utilities_menu .ups-header_utils .ups-account {
		display: none
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-offCanvas #ups-headerWrap .ups-header_profile {
		display: none
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-headerWrap .ups-container-customer-service,
	.ups-offCanvas #ups-headerWrap .ups-container-search-track {
		display: block;
		order: 1;
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
		padding-bottom: 40px
	}
	.ups-offCanvas #ups-headerWrap .ups-container-customer-service .ups-menu-customer-service .ups-cta-customer-service,
	.ups-offCanvas #ups-headerWrap .ups-container-search-track .ups-menu-customer-service .ups-cta-customer-service {
		min-height: 40px;
		width: 100%;
		font-weight: bold
	}
	.ups-offCanvas #ups-headerWrap .ups-topNav {
		display: flex;
		padding-left: 0;
		flex-direction: column;
		position: absolute;
		width: 100%;
		top: 100px;
		max-width: 580px;
		left: 50%;
		margin-left: -290px;
		padding: 22px;
		height: calc(var(--ups-viewport-height)*100 - 70px);
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-offCanvas #ups-headerWrap .ups-topNav {
		top: 70px;
		left: 20px;
		width: calc(100% - 40px);
		border-left: 1px solid #757575;
		border-right: 1px solid #757575;
		margin: 0;
		max-width: none;
		padding-bottom: 120px
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-headerWrap .ups-topNav #ups-navItems {
		position: relative;
		min-width: 0;
		margin: 15px 0 15px 0;
		order: 2;
		bottom: 0
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-offCanvas #ups-headerWrap .ups-topNav-searchbox {
		top: 0
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-touchNav .ups-profileBtn .ups-icon-user::before,
	.ups-offCanvas #ups-touchNav .ups-icon-user-solid::before {
		top: 8px
	}
	.ups-offCanvas #ups-touchNav .ups-searchBtn .ups-icon-search::before {
		top: 7px
	}
	.ups-offCanvas #ups-navItems {
		z-index: 0;
		visibility: visible
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.ups-offCanvas #ups-navItems {
		z-index: 2
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-navItems,
	.ups-offCanvas #ups-navItems .ups-menuClose {
		left: 0%
	}
	.ups-offCanvas #ups-mobSearch_btn,
	.ups-offCanvas #ups-headerTools #ups-quickStartMenu.ups-toolsToggle,
	.ups-offCanvas #ups-header_logo,
	.ups-offCanvas #ups-skipNav,
	.ups-offCanvas #ups-touchNav .ups-menuToggle {
		display: inline-block;
		max-width: none
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-offCanvas #ups-mobSearch_btn,
	.ups-offCanvas #ups-headerTools #ups-quickStartMenu.ups-toolsToggle,
	.ups-offCanvas #ups-header_logo,
	.ups-offCanvas #ups-skipNav,
	.ups-offCanvas #ups-touchNav .ups-menuToggle {
		display: block
	}
}

@media (max-width: 991px) {
	.ups-offCanvas #ups-touchNav .ups-menuToggle {
		display: none !important
	}
	.ups-offCanvas #ups-touchNav .ups-mobmenu-close {
		display: block !important
	}
	.ups-offCanvas .ups-menuBack,
	.ups-offCanvas #ups-skipNav {
		visibility: hidden
	}
	.ups-offCanvas .container-fluid.iw_section:nth-child(1) {
		visibility: visible
	}
	.ups-offCanvas .ups-headerTools_list {
		position: static
	}
	.ups-offCanvas-subnav #ups-navItems {
		left: 0;
		overflow: visible
	}
	.ups-offCanvas-subnav #ups-navItems .ups-menuBack {
		visibility: visible;
		left: 0
	}
	.ups-offCanvas-subnav .ups-header_utils .ups-more a {
		visibility: visible
	}
	.ups-offCanvas-subnav .ups-menu_list ul>li a {
		visibility: visible
	}
	#ups-header_custServ .ups-menu_toggle .ups-icon-plus:before,
	#ups-navItems .ups-header_utils li a.ups-menu_toggle .ups-icon-plus:before {
		padding-left: 10px;
		font-size: 18px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		line-height: 0;
		right: 20px
	}
	.ups-rtl #ups-header_custServ .ups-menu_toggle .ups-icon-plus:before,
	.ups-rtl #ups-navItems .ups-header_utils li a.ups-menu_toggle .ups-icon-plus:before {
		content: ""
	}
	#ups-navItems .ups-navMenu .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile {
		float: left;
		display: block;
		width: 76%;
		padding: 0;
		margin-top: 15px
	}
	#ups-navItems .ups-navMenu .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_links,
	#ups-navItems .ups-navMenu .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_cta {
		padding-left: 35px;
		padding-right: 24px
	}
	#ups-navItems .ups-navMenu .ups-menu_list .ups-knowledge_mobile+.ups-menu_cta.ups-med_hide {
		display: block !important;
		margin-left: 35px;
		float: left;
		padding-top: 15px;
		width: 72%;
		margin-right: 0
	}
}

@media (max-width: 767px) {
	#ups-headerWrap,
	.ups-headFixed #ups-headerWrap {
		position: relative;
		height: 70px
	}
	#ups-headerWrap.ups-header_light,
	.ups-headFixed #ups-headerWrap.ups-header_light {
		height: 75px
	}
}

@media (max-width: 991px) {
	.ups-hasAlerts.ups-offCanvas #ups-headerWrap .ups-topNav {
		height: calc(var(--ups-viewport-height)*100 - 139px)
	}
}

@media (max-width: 768px) {
	.ups-hasAlerts.ups-offCanvas #ups-headerWrap .ups-topNav {
		height: calc(var(--ups-viewport-height)*100 - 164px)
	}
}

#ups-headerTools {
	position: absolute;
	padding-top: 0;
	z-index: 1
}

@media (min-width: 992px) {
	#ups-headerTools {
		position: relative
	}
}

#ups-headerTools .ups-toolCont .ups-quickstart-iconLink {
	padding-right: 38px
}

#ups-headerTools .ups-toolCont.ups-deliveries .ups-quickstart-iconLink {
	padding-right: 60px
}

#ups-headerTools .ups-toolsToggle {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: relative;
	margin: 0;
	color: #242424;
	font: 1.1em/1 Tahoma, helvetica, arial, sans-serif;
	padding: 12px 0px 0px 10px;
	padding-left: 0;
	text-align: left;
	font-weight: bold;
	display: inline-block;
	max-height: 48px;
	height: 48px
}

@media (max-width: 1150px) {
	#ups-headerTools .ups-toolsToggle {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

#ups-headerTools .ups-toolsToggle .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

#ups-headerTools .ups-toolsToggle .icon {
	display: none
}

@media (max-width: 991px) {
	#ups-headerTools .ups-toolsToggle .icon {
		display: block
	}
}

#ups-headerTools .ups-toolsToggle .icon:after {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e626";
	font-size: 0.8em;
	color: #D49D64;
	position: static;
	margin-left: 10px
}

.no-touch #ups-headerTools .ups-toolsToggle:hover {
	outline: none;
	color: #242424;
	text-decoration: underline
}

.no-touch #ups-headerTools .ups-toolsToggle:focus {
	color: #242424
}

@media (max-width: 991px) {
	.no-touch #ups-headerTools .ups-toolsToggle:focus:before {
		display: none
	}
}

#ups-headerTools .ups-toolsToggle:focus {
	outline: 1px auto #FFD100;
	outline-offset: -1px
}

#ups-headerTools.ups-active .ups-toolsToggle .icon:after {
	content: "\e62b"
}

#ups-headerTools.ups-active .ups-toolsToggle:before {
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	bottom: 0px;
	width: 100%;
	background: #FFB500
}

@media (max-width: 767px) {
	#ups-headerTools.ups-active .ups-toolsToggle:before {
		bottom: -10px
	}
}

#ups-headerTools .ups-package-notification {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	position: absolute;
	right: 15px;
	background: #D49D64;
	color: #242424;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 21px;
	font-size: 14px;
	padding: 0;
	margin: 0;
	top: 50%;
	font-weight: bold;
	margin-top: -10px
}

.ups-headerTools_list {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	color: #fff;
	border: 1px solid #d9d9d6;
	background: #fff;
	min-width: 350px;
	width: 100%
}

.ups-headerTools_list .ups-headerTools_widgets>li>a,
.ups-headerTools_list .ups-headerTools_links>li>a {
	outline-offset: -2px
}

.ups-headerTools_list .ups-headerTools_widgets>li>a:hover,
.ups-headerTools_list .ups-headerTools_links>li>a:hover {
	text-decoration: underline
}

@media (max-width: 767px) {
	.ups-headerTools_list {
		min-width: auto
	}
}

.ups-headerTools_msg {
	padding: 15px 20px
}

.ups-headerTools_msg h3 {
	margin: 0;
	font: 1.1em/1.5 Tahoma, helvetica, arial, sans-serif;
	color: #242424 !important;
	font-weight: bold
}

.ups-headerTools_msg a {
	color: #242424;
	text-decoration: underline;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-headerTools_widgets {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 1.1em/1.5 Tahoma, helvetica, arial, sans-serif
}

.ups-headerTools_widgets li {
	border-top: 1px solid #d9d9d6
}

.ups-headerTools_widgets li .ups-toolWrap {
	overflow: hidden;
	height: 0
}

.ups-headerTools_widgets li .ups-tool {
	visibility: hidden;
	position: relative;
	right: 100%;
	-moz-transition-property: right;
	-o-transition-property: right;
	-webkit-transition-property: right;
	transition-property: right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-headerTools_widgets li .ups-reqMsg {
	margin: 0 20px 10px
}

.ups-headerTools_widgets li.ups-active {
	background: #fff
}

.ups-headerTools_widgets li.ups-active .ups-headerTools_widgetToggle {
	color: #300;
	background: #F7F6F5;
	position: relative;
	z-index: 1;
	border-left: 10px solid #D49D64
}

.no-touch .ups-headerTools_widgets li.ups-active .ups-headerTools_widgetToggle:hover,
.no-touch .ups-headerTools_widgets li.ups-active .ups-headerTools_widgetToggle:focus {
	background: #F7F6F5
}

@media (max-width: 767px) {
	.no-touch .ups-headerTools_widgets li.ups-active .ups-headerTools_widgetToggle:hover,
	.no-touch .ups-headerTools_widgets li.ups-active .ups-headerTools_widgetToggle:focus {
		background: rgba(51, 0, 0, 0.9)
	}
}

.ups-headerTools_widgets li.ups-active .ups-toolWrap {
	height: auto;
	position: absolute;
	top: 0;
	left: 100%;
	width: 300%;
	max-width: 640px
}

.ups-headerTools_widgets li.ups-active .ups-toolWrap:focus {
	outline: 5px auto #FFD100
}

.ie9 .ups-headerTools_widgets li.ups-active .ups-toolWrap:focus,
.ie10 .ups-headerTools_widgets li.ups-active .ups-toolWrap:focus,
.ie11 .ups-headerTools_widgets li.ups-active .ups-toolWrap:focus,
.ieHigh .ups-headerTools_widgets li.ups-active .ups-toolWrap:focus {
	outline: 1px solid #FFD100
}

.ups-headerTools_widgets li.ups-active .ups-tool {
	visibility: visible;
	right: 0;
	border: 1px solid #d9d9d6;
	color: #300;
	padding: 10px 32px 25px;
	background: #F7F6F5;
	position: relative
}

.ups-headerTools_widgets li.ups-active .ups-tool:focus {
	outline: 1px solid #ffb500;
	outline-offset: -4px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel {
	border: none;
	padding: 0;
	background: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel .ups-widgetStructure {
	margin-bottom: 5px;
	display: inline
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel .ups-widgetStructure .ups-form_requiredNoAlert.ups-active {
	display: inline-block;
	vertical-align: bottom;
	float: none;
	width: 49%
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel .ups-widgetStructure .ups-form_requiredNoAlert.ups-inactive {
	display: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel .ups-widgetStructure .ups-quote_residential.ups-inactive {
	margin-top: 5px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-widget_panel .ups-widgetStructure .ups-form_input {
	margin-bottom: 0px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note {
	margin: 0 24px 15px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note a {
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #300
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note a .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group {
	margin: 5px 0px;
	width: 49%;
	display: inline-block;
	max-width: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	vertical-align: bottom
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group.ups-locFinder_input {
	width: 65%
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group:nth-of-type(odd) {
	clear: both
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group label {
	margin-bottom: 3px;
	float: left;
	font-weight: 400;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group label .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group label.ups-hasLink {
	max-width: 39%
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-form_link {
	margin-bottom: 4px;
	float: right;
	max-width: 60%;
	text-align: right;
	position: static
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-dropdown_wrapper,
.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-text_wrapper {
	margin: 0;
	clear: both
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-checkbox-custom+.ups-checkbox-custom-label,
.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-radio-custom+.ups-radio-custom-label {
	line-height: 24px;
	height: auto;
	padding-left: 32px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-checkbox-custom+.ups-checkbox-custom-label:before,
.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group .ups-radio-custom+.ups-radio-custom-label:before {
	width: 20px;
	height: 20px;
	border-width: 1px
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note {
	margin: 0 20px 15px;
	width: 90%;
	border: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note a {
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #300
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_note a .ups-rtl {
	font-weight: bold
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_ctaGroup {
	clear: both;
	padding: 5px 20px 0;
	text-align: center
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_ctaGroup .ups-form_button {
	width: auto;
	max-width: 40%;
	margin-left: 30px;
	margin-right: 0;
	display: inline-block
}

.ups-headerTools_widgets li .ups-headerTools_widgetClose {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	padding: 15px 0;
	padding-right: 28px;
	margin-right: 15px;
	float: right;
	position: relative;
	font: 1.1em/1 Tahoma, helvetica, arial, sans-serif;
	right: -28px
}

.ups-headerTools_widgets li .ups-headerTools_widgetClose .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li .ups-headerTools_widgetClose .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e67b";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 20px
}

.ups-headerTools_widgets li .ups-headerTools_widgetToggle {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	padding: 15px 20px;
	padding-left: 50px;
	color: #242424;
	font: 1.04em/1 Tahoma, helvetica, arial, sans-serif;
	width: 100%;
	text-align: left
}

.ups-headerTools_widgets li .ups-headerTools_widgetToggle .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.no-touch .ups-headerTools_widgets li .ups-headerTools_widgetToggle:hover,
.no-touch .ups-headerTools_widgets li .ups-headerTools_widgetToggle:focus {
	text-decoration: underline
}

.ups-headerTools_widgets li .ups-headerTools_widgetToggle .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 10px;
	left: 17px;
	width: 20px;
	margin-right: 10px;
	font-size: 1.3em
}

.ups-headerTools_widgets li.ups-track .ups-headerTools_widgetToggle .icon:before {
	content: "\e070"
}

.ups-headerTools_widgets li.ups-qs_customNode .ups-headerTools_widgetToggle .icon:before {
	content: "\e6c7";
	top: 14px
}

.ups-headerTools_widgets li.ups-ship .ups-headerTools_widgetToggle .icon:before {
	content: "\e6ca";
	font-size: 1.5em;
	top: 9px;
	left: 15px
}

.ups-headerTools_widgets li.ups-ship .ups-tool .ups-form_ctaGroup {
	float: right;
	clear: none
}

.ups-headerTools_widgets li.ups-ship .ups-tool .ups-form_ctaGroup .ups-form_button {
	max-width: none;
	min-width: 0
}

.ups-headerTools_widgets li.ups-ship .ups-tool .ups-text_wrapper .ups-input_unit.ups-dropdown_wrapper {
	right: 34px
}

.ups-headerTools_widgets li.ups-quote .ups-headerTools_widgetToggle .icon:before {
	content: "\e6c6"
}

.ups-headerTools_widgets li.ups-locations .ups-headerTools_widgetToggle .icon:before {
	content: "\e6c8"
}

.ups-headerTools_widgets li.ups-deliveries .ups-headerTools_widgetToggle .icon:before {
	content: "\e644 "
}

.ups-headerTools_widgets li.ups-homedel .ups-headerTools_widgetToggle .icon:before {
	content: "\e0001"
}

.ups-headerTools_widgets li.ups-myChoice_business .ups-headerTools_widgetToggle .icon:before {
	content: "\e6ce";
	top: 13px
}

.ups-headerTools_widgets li.ups-billing .ups-headerTools_widgetToggle .icon:before {
	content: "\e6c9"
}

.ups-headerTools_widgets li.ups-resources .ups-headerTools_widgetToggle .icon:before {
	content: "\e631"
}

.ups-headerTools_widgets li.ups-ecsadmin .ups-headerTools_widgetToggle .icon:before {
	content: "\e62e"
}

.ups-headerTools_widgets li .ups-campusShip {
	padding: 0 15px
}

.ups-headerTools_widgets li .ups-campusShip .ups-widget_panel h2 {
	display: none
}

.ups-headerTools_widgets li .ups-campusShip .ups-widget_panel a {
	padding: 0;
	margin-bottom: 30px
}

.ups-headerTools_widgets li.ups-billing .ups-headerTools_widgetToggle {
	padding-right: 40px
}

.ups-headerTools_widgets li.ups-billing .ups-headerTools_widgetToggle .ups-headerTool_widgetAlert {
	font-family: Tahoma, helvetica, arial, sans-serif;
	content: '';
	font-weight: 700;
	position: absolute;
	right: 15px;
	background: #D49D64;
	color: #242424;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 14px;
	padding: 2px 0;
	margin: 0;
	top: 50%;
	margin-top: -10px
}

.ups-headerTools_widgets li.ups-billing .ups-headerTools_widgetToggle .ups-headerTool_widgetAlert:before {
	line-height: 21px
}

.ups-headerTools_widgets li .ups-count {
	background: #FFD100;
	position: absolute;
	height: 18px;
	min-width: 18px;
	text-align: center;
	border-radius: 18px;
	color: #300;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	top: 18px;
	left: 18px
}

.ups-headerTools_widgets li .ups-wrap {
	padding: 0;
	margin: 0
}

.ups-headerTools_widgets li .ups-loaderImg {
	background: url(/assets/resources/images/ajax-loader.gif) no-repeat 50%;
	width: 100%;
	height: 100px
}

.ups-headerTools_widgets li .ups-widget {
	margin: 0
}

.ups-headerTools_widgets li .ups-widget .ups-widget_header {
	display: none;
	padding: 0;
	background: none
}

.ups-headerTools_widgets li .ups-widget .ups-widget_header .ups-help_button {
	display: none
}

.ups-headerTools_widgets li .ups-widget p a {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 400
}

.ups-headerTools_widgets li .ups-widget p a .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li .ups-widget .ups-dropdown_wrapper:before {
	height: 35px;
	font-size: 0.8em;
	width: 30px;
	line-height: 35px
}

.ups-headerTools_widgets li .ups-widget .ups-dropdown_wrapper .ups-dropdown {
	height: 35px;
	padding: 5px 10px;
	padding-right: 40px;
	margin-bottom: 0
}

.ups-headerTools_widgets li .ups-widget .ups-input_wrapper {
	height: auto
}

.ups-headerTools_widgets li .ups-widget .ups-form_input {
	height: 35px
}

.ups-headerTools_widgets li .ups-widget .ups-form_group {
	margin-bottom: 15px
}

.ups-headerTools_widgets li .weight_input {
	padding: 0
}

.ups-headerTools_widgets li .weight_input input[type="text"],
.ups-headerTools_widgets li .weight_input input[type="number"] {
	width: 80px
}

.ups-headerTools_widgets li .weight_input .ups-input_unit {
	right: auto;
	left: 90px
}

.ups-headerTools_widgets li .ups-form_shortInput .ups-form_input {
	width: 80px
}

.ups-headerTools_widgets li.ups-headerTools_track {
	padding: 20px;
	background: #DDD7D0
}

.ups-headerTools_widgets li.ups-headerTools_track form {
	margin: 0
}

.ups-headerTools_widgets li.ups-headerTools_track h2 {
	color: #242424 !important;
	font: 1.1em/1 Tahoma, helvetica, arial, sans-serif;
	text-transform: none;
	margin-bottom: 15px;
	font-weight: bold
}

.ups-headerTools_widgets li.ups-headerTools_track h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li.ups-headerTools_track h2 .icon {
	display: inline
}

.ups-headerTools_widgets li.ups-headerTools_track h2 .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e6c5";
	position: relative;
	width: 20px;
	line-height: 0;
	margin-right: 12px;
	top: 6px;
	font-size: 1.5em
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-widget .ups-widget_header {
	padding: 0;
	background: none;
	display: block;
	margin: 0
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-widget .ups-widget_header a.ups-help_link {
	display: none
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-widget_panel {
	background: none;
	padding: 0;
	border: none;
	border: 1px solid #d9d9d6;
	position: relative;
	margin: 0
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_input_wrap {
	width: 100%;
	padding-right: 28px
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_input {
	display: block;
	height: 28px;
	min-height: 28px;
	width: 100%;
	padding: 0 10px;
	border: none;
	line-height: 28px;
	font-size: 1em;
	font-weight: 400;
	float: none;
	max-width: none;
	margin: 0;
	border-radius: 0;
	color: #300
}

@media (max-width: 767px) {
	.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_input {
		height: 36px;
		line-height: 36px
	}
	.touch .ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_input {
		font-size: 16px
	}
}

.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_btn {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	top: 0;
	right: 0;
	width: 28px;
	padding: 0 2px;
	border: none;
	background: #00857D;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

@media (max-width: 767px) {
	.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_btn {
		width: 36px
	}
	.ups-headerTools_widgets li.ups-headerTools_track .ups-simpleTrack_btn:before {
		line-height: 36px
	}
}

.ups-headerTools_widgets li.ups-quote .ups-tool .ups-checkbox-custom-label {
	margin: 0
}

.ups-headerTools_widgets li.ups-quote .ups-tool .ups-quote_residential {
	float: left
}

.ups-headerTools_widgets li.ups-quote .ups-tool .ups-form_ctaGroup {
	clear: none
}

.ups-headerTools_widgets li.ups-quote .ups-tool .ups-form_ctaGroup .ups-form_button {
	max-width: none;
	min-width: 0
}

.ups-headerTools_widgets li.ups-deliveries .ups-widget {
	padding: 0 15px
}

.ups-headerTools_widgets li.ups-billing .ups-widget_panel .ups-form_ctaGroup .ups-cta_payAccount {
	float: right
}

.ups-headerTools_widgets li.ups-billing .ups-widget_panel .ups-form_ctaGroup .ups-cta_changeAccount {
	margin-left: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-widget_header {
	display: block
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-widget_header h2 {
	font-weight: bold;
	color: inherit
}

@media (max-width: 840px) {
	.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_wrap.ups-wrap {
		padding: 0
	}
}

@media (min-width: 768px) {
	.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_wrap.ups-wrap .ups-widget_header {
		max-width: 60%
	}
	.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_wrap.ups-wrap .ups-locFinder_current {
		max-width: 40%
	}
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool h2 {
	background: #d9d9d6;
	margin: 45px 15px 20px;
	padding: 12px 15px 10px;
	font: 1em Tahoma, helvetica, arial, sans-serif;
	text-transform: none
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_alert h3 {
	margin: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_mapWrap,
.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_info {
	float: left;
	width: 50%;
	padding: 0 15px
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_map {
	margin: 0;
	padding: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-form_ctaGroup .ups-locFinder_link {
	padding: 12px 15px 10px;
	margin: 15px
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_cta {
	padding: 10px 15px;
	max-width: 50%;
	margin-top: 15px
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_link {
	clear: none;
	float: none;
	margin-top: 10px
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_link,
.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_dirLink {
	padding: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_link:after,
.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_dirLink:after {
	display: none
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_dirLink {
	margin-top: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool address {
	margin: 0
}

.ups-headerTools_widgets li.ups-locations-quickstart .ups-tool .ups-locFinder_hoursTog span:after {
	display: none
}

.ups-headerTools_links {
	list-style: none;
	margin: 0;
	padding: 0
}

.ups-headerTools_links a {
	display: block;
	color: #242424;
	padding: 15px 20px;
	border-top: 1px solid #d9d9d6;
	text-decoration: none;
	font-size: 1.15em
}

#ups-tools_track {
	position: relative;
	border: 1px solid #d9d9d6;
	height: 28px
}

#ups-tools_track input {
	display: block;
	height: 26px;
	width: 100%;
	padding: 0 10px;
	padding-right: 38px;
	border: none;
	line-height: 28px;
	font-size: 0.9em;
	font-style: normal;
	background: #fff
}

#ups-tools_track button {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 0;
	top: 0;
	right: 0;
	width: 28px;
	padding: 26px 0 0;
	border: none;
	background: #00857D;
	color: #fff
}

#ups-tools_track button:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e629";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 26px
}

.ups-rtl #ups-tools_track button:before {
	content: "\e627"
}

@media (max-width: 991px) {
	#ups-headerTools {
		position: static;
		width: auto
	}
	#ups-headerTools .ups-toolsToggle {
		display: block;
		padding: 21px 0 12px 0;
		text-transform: capitalize
	}
	#ups-headerTools .ups-toolsToggle .icon {
		float: right
	}
	#ups-headerTools .ups-toolsToggle .icon::after {
		content: "\e65b";
		color: #242424;
		font-size: 16px
	}
	#ups-headerTools.ups-active .ups-toolsToggle>.icon::after {
		content: "\e653" !important
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#ups-headerTools .ups-toolsToggle {
		padding: 22px 0;
		left: 65px;
		min-width: 150px;
		position: static;
		display: block !important
	}
}

@media (max-width: 840px) {
	.iw_columns.col-lg-12 .ups-headerTools_widgets .ups-widget.ups-wrap,
	.iw_columns.col-lg-12 .ups-headerTools_widgets .ups-simpleTrack_wrap.ups-wrap {
		padding: 0
	}
}

#ups-quickStartBillingPanel .ups-tool {
	padding: 10px 0 0
}

#ups-quickStartBillingPanel .ups-headerTools_widgetClose {
	margin-right: 42px
}

#ups-quickStartBillingPanel .ups-wrap_inner {
	position: unset
}

#ups-quickStartBillingPanel .ups-widget_panel {
	min-height: 215px;
	padding: 10px 32px 0
}

#ups-quickStartBillingPanel .ups-form_ctaGroup {
	margin-bottom: 0px;
	bottom: 0
}

#ups-quickStartBillingPanel .ups-form_ctaGroup .ups-preBal-label {
	display: table-cell;
	text-align: right;
	width: 100%;
	vertical-align: top
}

#ups-quickStartBillingPanel .ups-form_ctaGroup p {
	display: table
}

#ups-quickStartBillingPanel .ups-form_ctaGroup p span {
	display: table-cell
}

#ups-header_search.ups-active {
	width: 200px
}

#ups-header_search.ups-active input {
	display: block
}

#ups-header_search.ups-active input:focus,
#ups-header_search.ups-active input.ups-active {
	background: #fff;
	color: #300
}

#ups-header_search.ups-active input:focus:-moz-placeholder,
#ups-header_search.ups-active input.ups-active:-moz-placeholder {
	color: #bebebe
}

#ups-header_search.ups-active input:focus::-moz-placeholder,
#ups-header_search.ups-active input.ups-active::-moz-placeholder {
	color: #bebebe
}

#ups-header_search.ups-active input:focus:-ms-input-placeholder,
#ups-header_search.ups-active input.ups-active:-ms-input-placeholder {
	color: #bebebe
}

#ups-header_search.ups-active input:focus::-webkit-input-placeholder,
#ups-header_search.ups-active input.ups-active::-webkit-input-placeholder {
	color: #bebebe
}

#ups-header_search.ups-active #ups-search-expand {
	display: none
}

#ups-header_search.ups-inactive {
	width: 0;
	border: 0
}

#ups-header_search.ups-inactive input,
#ups-header_search.ups-inactive .ups-header_search_submit {
	display: none
}

#ups-header_search.ups-inactive .ups-search-expand {
	display: block
}

#ups-header_search #ups-search-expand {
	border-radius: 15px
}

#ups-header_search #ups-search-expand i:before {
	top: 50%;
	left: 0;
	position: absolute;
	-ms-tranform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: white
}

#ups-footerWrap {
	background: #f2f2f2;
	overflow: hidden;
	padding: 0 60px
}

#ups-footerWrap .ups-footer_icpimage img {
	position: relative;
	float: right
}

#ups-footer {
	color: #242424;
	padding: 24px 0 48px;
	*zoom: 1
}

#ups-footer:after {
	content: "";
	display: table;
	clear: both
}

#ups-footer .ups-footer_colsCont {
	position: relative;
	*zoom: 1
}

#ups-footer .ups-footer_colsCont:after {
	content: "";
	display: table;
	clear: both
}

#ups-footer .ups-footer_colsCont:before {
	content: '';
	position: absolute;
	height: 300%;
	width: 200%;
	top: -100%;
	right: 75%;
	background: #f2f2f2
}

#ups-footer .ups-footer_contact {
	margin-top: 30px;
	position: relative;
	border-top: 1px solid #757575
}

#ups-footer .ups-footer_contact li {
	border-bottom: 1px solid #757575
}

@media (max-width: 991px) {
	#ups-footer .ups-footer_contact li {
		border-bottom: 0
	}
}

#ups-footer .ups-footer_contact a {
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	padding: 14px 0;
	padding-left: 40px
}

#ups-footer .ups-footer_contact a .icon:before {
	position: absolute;
	left: 0;
	font-size: 1.3em;
	line-height: 1;
	top: 50%;
	margin-top: -11px;
	text-decoration: none
}

#ups-footer .ups-footer_contact a .ups-icon-email {
	position: static
}

#ups-footer .ups-footer_contact a:hover:before {
	text-decoration: none;
	display: inline-block
}

#ups-footer .ups-footer_contact li a span.icon.ups-link_newwindow:before {
	position: relative;
	margin-left: 5px;
	font-size: 11.2px
}

#ups-footer .ups-footer_contact li a span.ups-icon-locator:before {
	content: "\e62d"
}

#ups-footer h2,
#ups-footer .h2_eqivalent {
	font-family: Tahoma, helvetica, arial, sans-serif !important;
	font-size: 1.2em;
	padding-bottom: 7px;
	margin: 20px 0 15px;
	font-weight: bold
}

#ups-footer h2 span,
#ups-footer .h2_eqivalent span {
	font-family: Tahoma, helvetica, arial, sans-serif !important
}

#ups-footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#ups-footer ul a {
	display: block;
	line-height: 1.5;
	color: #242424;
	padding: 10px 0
}

#ups-footer ul a.ups-more {
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-rtl #ups-footer ul a.ups-more {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}

#ups-footer ul a[class^="ups-footer_social-"],
#ups-footer ul a[class*=" ups-footer_social-"] {
	padding-left: 28px;
	position: relative
}

#ups-footer ul a[class^="ups-footer_social-"]:before,
#ups-footer ul a[class*=" ups-footer_social-"]:before {
	content: '';
	background-image: url('/assets/resources/images/social.jpg');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#ups-footer ul a[class^="ups-footer_social-"]:before,
	#ups-footer ul a[class*=" ups-footer_social-"]:before {
		background-image: url('/assets/resources/images/social_2x.jpg');
		background-size: 20px 120px
	}
}

#ups-footer ul a.ups-footer_social-facebook:before {
	background-position: 0 0
}

#ups-footer ul a.ups-footer_social-twitter:before {
	background-position: 0 -20px
}

#ups-footer ul a.ups-footer_social-linkedin:before {
	background-position: 0 -40px
}

#ups-footer ul a.ups-footer_social-youtube:before {
	background-position: 0 -60px
}

#ups-footer .ups-footer_legal {
	clear: both;
	width: 100%;
	float: right;
	padding: 0;
	padding-right: 18px;
	font-size: 0.85em
}

#ups-footer .ups-footer_legal .ups-footer_links {
	margin-top: 40px;
	overflow: hidden;
	padding-top: 15px
}

#ups-footer .ups-footer_legal .ups-footer_links ul {
	margin-left: -20px;
	position: relative
}

#ups-footer .ups-footer_legal .ups-footer_links ul::before {
	width: 100%;
	content: "";
	position: absolute;
	border-top: 1px solid #757575;
	top: -15px
}

#ups-footer .ups-footer_legal .ups-footer_links li {
	padding: 0;
	padding-left: 20px;
	margin: -2px 0 4px;
	white-space: nowrap;
	line-height: 17px;
	position: relative;
	display: inline-block
}

#ups-footer .ups-footer_legal .ups-footer_links li:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #757575;
	position: absolute;
	bottom: 0;
	left: 10px
}

@media (max-width: 991px) {
	#ups-footer .ups-footer_legal .ups-footer_links li:before {
		display: none
	}
}

#ups-footer .ups-footer_legal .ups-footer_links li a {
	display: inline;
	padding: 0
}

#ups-footer .ups-footer_legal .ups-footer_links .ups-footer_disclaimer {
	position: relative
}

#ups-footer.ups-footer_light .ups-footer_links ul {
	float: right;
	margin: 0;
	max-width: 55%
}

#ups-footer.ups-footer_light .ups-footer_links ul {
	margin-left: 0;
	margin-right: -20px
}

#ups-footer.ups-footer_light .ups-footer_links li {
	padding-left: 0;
	padding-right: 20px
}

#ups-footer.ups-footer_light .ups-footer_links li:before {
	left: auto;
	right: 10px
}

@media (max-width: 991px) {
	#ups-footer.ups-footer_light .ups-footer_links li:before {
		display: none
	}
}

#ups-footer.ups-footer_light .ups-footer_disclaimer {
	float: left;
	max-width: 40%
}

@media (max-width: 991px) {
	#ups-footerWrap {
		background: #f2f2f2
	}
	#ups-footer {
		padding: 0
	}
	#ups-footer .ups-footer_colsCont:before {
		display: none
	}
	#ups-footer .ups-footer_contact {
		border: 0px;
		margin: 0;
		padding-left: 45px
	}
	#ups-footer .ups-footer_contact a {
		padding-left: 0
	}
	#ups-footer .ups-footer_contact a:after {
		display: none
	}
	#ups-footer .ups-footer_contact a .icon:before {
		-ms-transform: translateX(-100%) translateY(-50%);
		-moz-transform: translateX(-100%) translateY(-50%);
		-webkit-transform: translateX(-100%) translateY(-50%);
		transform: translateX(-100%) translateY(-50%);
		top: 50%;
		margin: 0 -13px
	}
	#ups-footer .ups-footer_contact:before {
		display: none
	}
	#ups-footer h2,
	#ups-footer .h2_eqivalent {
		font-family: Tahoma, helvetica, arial, sans-serif !important;
		text-transform: none;
		border-bottom: 1px solid #757575;
		margin: 0 -60px;
		padding: 22px 60px;
		position: relative
	}
	#ups-footer h2 span,
	#ups-footer .h2_eqivalent span {
		font-family: Tahoma, helvetica, arial, sans-serif !important
	}
	#ups-footer h2.ups-active .ups-iconAlone:before,
	#ups-footer .h2_eqivalent.ups-active .ups-iconAlone:before {
		content: "\e653"
	}
	#ups-footer h2 button,
	#ups-footer .h2_eqivalent button {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		position: absolute;
		right: 60px;
		top: 50%;
		width: 44px;
		height: 44px;
		line-height: 54px;
		font-size: 1.1em;
		margin: -22px 0 0;
		margin-right: -10px;
		text-align: center;
		overflow: hidden
	}
	#ups-footer .ups-footer_custserv .h2_eqivalent,
	#ups-footer .ups-footer_custserv h2 {
		background: none
	}
	#ups-footer .ups-footer_custserv .h2_eqivalent .icon:before,
	#ups-footer .ups-footer_custserv h2 .icon:before {
		font-family: "upsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e660";
		line-height: 0;
		font-size: 1.3em;
		position: relative;
		top: 5px;
		margin-right: 9px
	}
	#ups-footer #ups-footer_custServe .ups-footer_col {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column
	}
	#ups-footer .ups-footer_legal {
		clear: both;
		width: 100%;
		float: none;
		padding: 0;
		font-size: 1em
	}
	#ups-footer .ups-footer_legal .ups-footer_links {
		margin: 0;
		overflow: visible;
		padding-top: 0
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul {
		display: block;
		float: none;
		max-width: none;
		margin: 0
	}
	#ups-footer .ups-footer_legal .ups-footer_links li {
		padding: 0;
		margin: 0;
		white-space: normal;
		line-height: 1;
		display: block
	}
	#ups-footer .ups-footer_legal .ups-footer_links li:after {
		display: none
	}
	#ups-footer .ups-footer_legal .ups-footer_links li a {
		display: block
	}
	#ups-footer .ups-footer_legal .ups-footer_disclaimer {
		display: block;
		padding: 24px 0;
		max-width: none
	}
	#ups-footer .ups-footer_legal .ups-feedback_link {
		display: block;
		padding: 24px 60px;
		margin: 0 -60px;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #fff;
		font-size: 1.2em
	}
	#ups-footer .ups-footer_legal .ups-feedback_link:before {
		color: #FFD100;
		position: relative;
		font-size: 1.8em;
		line-height: 0;
		margin-right: 8px;
		top: 10px
	}
	.no-touch #ups-footer .ups-footer_legal .ups-feedback_link:hover,
	.no-touch #ups-footer .ups-footer_legal .ups-feedback_link:focus {
		text-decoration: none
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul,
	#ups-footer ul {
		display: none;
		margin: 0 -60px;
		padding: 0 60px 0 76px;
		max-height: 0;
		overflow: hidden;
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul.ups-active,
	#ups-footer ul.ups-active {
		display: block;
		max-height: 1000px;
		border-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 22px;
		position: static
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul.ups-active li,
	#ups-footer ul.ups-active li {
		border-bottom: 0
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul.ups-active.ups-footer_expand:not(.ups-footer_contact),
	#ups-footer ul.ups-active.ups-footer_expand:not(.ups-footer_contact) {
		border-bottom: 1px solid #757575
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a,
	#ups-footer ul a {
		line-height: 1;
		padding: 22px 0
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"],
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"],
	#ups-footer ul a[class^="ups-footer_social-"],
	#ups-footer ul a[class*=" ups-footer_social-"] {
		padding-left: 36px;
		position: relative
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"]:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"]:before,
	#ups-footer ul a[class^="ups-footer_social-"]:before,
	#ups-footer ul a[class*=" ups-footer_social-"]:before {
		content: '';
		background-image: url('/assets/resources/images/social.jpg');
		width: 21px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -14px;
		background-size: 21px 129px
	}
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 991px) and (min-resolution: 192dpi) {
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"]:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"]:before,
	#ups-footer ul a[class^="ups-footer_social-"]:before,
	#ups-footer ul a[class*=" ups-footer_social-"]:before {
		background-image: url('/assets/resources/images/social_2x.jpg');
		background-size: 21px 128px
	}
}

@media (max-width: 991px) {
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"].ups-footer_social-facebook:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"].ups-footer_social-facebook:before,
	#ups-footer ul a[class^="ups-footer_social-"].ups-footer_social-facebook:before,
	#ups-footer ul a[class*=" ups-footer_social-"].ups-footer_social-facebook:before {
		background-position: 0 0
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"].ups-footer_social-twitter:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"].ups-footer_social-twitter:before,
	#ups-footer ul a[class^="ups-footer_social-"].ups-footer_social-twitter:before,
	#ups-footer ul a[class*=" ups-footer_social-"].ups-footer_social-twitter:before {
		background-position: 0 -22px
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"].ups-footer_social-linkedin:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"].ups-footer_social-linkedin:before,
	#ups-footer ul a[class^="ups-footer_social-"].ups-footer_social-linkedin:before,
	#ups-footer ul a[class*=" ups-footer_social-"].ups-footer_social-linkedin:before {
		background-position: 0 -43px
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class^="ups-footer_social-"].ups-footer_social-youtube:before,
	#ups-footer .ups-footer_legal .ups-footer_links ul a[class*=" ups-footer_social-"].ups-footer_social-youtube:before,
	#ups-footer ul a[class^="ups-footer_social-"].ups-footer_social-youtube:before,
	#ups-footer ul a[class*=" ups-footer_social-"].ups-footer_social-youtube:before {
		background-position: 0 -65px
	}
	#ups-footer .ups-footer_legal .ups-footer_links ul a:focus,
	#ups-footer ul a:focus {
		outline-offset: -1px
	}
	#ups-footer .ups-footer_custserv .ups-footer_expand {
		border-bottom: 0px !important;
		padding-bottom: 0
	}
	#ups-footer .ups-footer_custserv .ups-footer_contact.ups-footer_expand li:last-child {
		margin-bottom: 22px
	}
	#ups-footer .ups-footer_custserv .ups-footer_contact.ups-footer_expand:after {
		position: absolute;
		content: "";
		border-bottom: 1px solid #757575;
		width: 1000%;
		right: 0;
		bottom: 0;
		left: -20%
	}
}

@media (max-width: 767px) {
	#ups-footerWrap {
		padding: 0 20px
	}
	#ups-footer h2,
	#ups-footer .h2_eqivalent {
		margin: 0 -20px;
		padding: 22px 20px
	}
	#ups-footer h2 button,
	#ups-footer .h2_eqivalent button {
		right: 20px
	}
	#ups-footer ul {
		margin: 0 -20px;
		padding: 0 20px 0 36px
	}
	#ups-footer .ups-footer_legal .ups-feedback_link {
		padding: 24px 20px;
		margin: 0 -20px
	}
}

#ups-footer.ups-footer_light .ups-footer_legal {
	width: auto;
	float: none;
	padding: 0
}

#ups-footer.ups-footer_light .ups-footer_legal .ups-footer_links {
	margin-top: 0
}

#ups-footer.ups-footer_light .ups-footer_legal .ups-footer_links .ups-footer_expand:before {
	border-top: 0px
}

#ups-footer.ups-footer_light .ups-footer_legal .ups-footer_links .ups-footer_expand li:last-child:after {
	display: none
}

#ups-footer.ups-footer_light .ups-footer_legal .ups-footer_disclaimer {
	display: block
}

@media (max-width: 991px) {
	#ups-footer.ups-footer_light {
		padding: 0
	}
}

.ups-banner {
	display: block;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	width: 100%
}

.ups-banner .ups-banner_container {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden
}

.ups-banner h2 {
	margin: 0
}

.ups-banner p {
	margin-top: 10px
}

.ups-banner p:last-child {
	margin-bottom: 0
}

.ups-banner:hover,
.ups-banner:active,
.ups-banner:focus {
	text-decoration: none
}

.ups-banner.banner_dark {
	background: #404040;
	color: #fff
}

.ups-banner.banner_dark:hover,
.ups-banner.banner_dark:active,
.ups-banner.banner_dark:focus {
	color: #fff
}

.ups-banner.banner_light {
	color: #404040;
	background: #fff
}

.ups-banner.banner_light:hover,
.ups-banner.banner_light:active,
.ups-banner.banner_light:focus {
	color: #404040
}

.ups-banner.banner_black_s4 {
	background: #EBE8E3;
	color: #242424
}

.ups-banner.banner_black_s4:hover,
.ups-banner.banner_black_s4:active,
.ups-banner.banner_black_s4:focus {
	color: #242424
}

.ups-banner.banner_black_s3 {
	background: #404040;
	color: #fff
}

.ups-banner.banner_black_s3:hover,
.ups-banner.banner_black_s3:active,
.ups-banner.banner_black_s3:focus {
	color: #fff
}

.ups-banner.banner_black_s1 {
	background: #6e6e6e;
	color: #fff
}

.ups-banner.banner_black_s1:hover,
.ups-banner.banner_black_s1:active,
.ups-banner.banner_black_s1:focus {
	color: #fff
}

.ups-banner.banner_white {
	background: #fff;
	color: #242424;
	border: 1px solid #757575
}

.ups-banner.banner_white:hover,
.ups-banner.banner_white:active,
.ups-banner.banner_white:focus {
	color: #000
}

.ups-banner.banner_stone_60 {
	background: #e8e8e6;
	color: #242424
}

.ups-banner.banner_stone_60:hover,
.ups-banner.banner_stone_60:active,
.ups-banner.banner_stone_60:focus {
	color: #000
}

.ups-banner.banner_sand_60 {
	background: #E4CFB7;
	color: #242424
}

.ups-banner.banner_sand_60:hover,
.ups-banner.banner_sand_60:active,
.ups-banner.banner_sand_60:focus {
	color: #000
}

.ups-banner.banner_grass_60 {
	background: #D0D6B6;
	color: #242424
}

.ups-banner.banner_grass_60:hover,
.ups-banner.banner_grass_60:active,
.ups-banner.banner_grass_60:focus {
	color: #000
}

.ups-banner.banner_water_60 {
	background: #B2D7D4;
	color: #242424
}

.ups-banner.banner_water_60:hover,
.ups-banner.banner_water_60:active,
.ups-banner.banner_water_60:focus {
	color: #000
}

.ups-banner.banner_sky_60 {
	background: #cdd7E4;
	color: #242424
}

.ups-banner.banner_sky_60:hover,
.ups-banner.banner_sky_60:active,
.ups-banner.banner_sky_60:focus {
	color: #000
}

.ups-banner.banner_sun_60 {
	background: #f4b966;
	color: #242424
}

.ups-banner.banner_sun_60:hover,
.ups-banner.banner_sun_60:active,
.ups-banner.banner_sun_60:focus {
	color: #000
}

.ups-banner .ups-banner_main {
	display: table;
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ups-banner .ups-banner_main .text-container {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px
}

.ups-banner .ups-banner_main .text-container.ups-icon-play:before,
.ups-banner .ups-banner_main .text-container.ups-icon-document:before {
	position: absolute;
	left: -70px;
	font-size: 60px;
	top: -3px
}

@media (max-width: 767px) {
	.ups-banner .ups-banner_main .text-container.ups-icon-play:before,
	.ups-banner .ups-banner_main .text-container.ups-icon-document:before {
		position: relative;
		top: auto;
		left: auto;
		font-size: 40px
	}
}

.ups-banner .ups-banner_main .text-container.ups-icon-document {
	content: "";
	background: url("../images/icons/document-icon.svg") no-repeat
}

.ups-banner .ups-banner_main .text-container img {
	position: relative
}

@media (max-width: 840px) {
	.ups-banner .ups-banner_main .text-container img {
		position: relative
	}
}

.ups-banner .ups-banner_main .text-container img+h2 {
	padding-left: 70px
}

@media (max-width: 840px) {
	.ups-banner .ups-banner_main .text-container img+h2 {
		padding-top: 10px;
		padding-left: 0
	}
}

.ups-banner .ups-banner_main .text-container img+h2+p {
	padding-left: 70px
}

@media (max-width: 840px) {
	.ups-banner .ups-banner_main .text-container img+h2+p {
		padding-left: 0
	}
}

.ups-banner .ups-banner_main .ups-cta {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 36px 10px
}

.ups-banner .ups-imgFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width: 767px) {
	.ups-banner .ups-banner_main {
		display: block;
		float: none;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.ups-banner .ups-banner_main .text-container {
		display: block;
		text-align: center;
		padding-right: 0;
		padding-bottom: 30px
	}
	.ups-banner .ups-banner_main .ups-cta {
		display: inline-block;
		margin: 0 auto;
		vertical-align: top
	}
	.ups-banner .ups-banner_main .ups-banner-image {
		display: block;
		padding: 0
	}
	.ups-banner .ups-banner_main .ups-content {
		display: block;
		text-align: center;
		padding: 10px 0 30px 0
	}
	.ups-banner .ups-banner_main .ups-cta-styling {
		display: inline-block;
		vertical-align: top
	}
	.ups-banner .ups-banner_container {
		padding-left: 20px;
		padding-right: 20px
	}
}

.ups-banner.ups-lightdesat-geo,
.ups-banner.ups-light-geo {
	display: table;
	background-repeat: repeat;
	background-size: auto
}

.ups-banner.ups-lightdesat-geo .ups-banner_container,
.ups-banner.ups-light-geo .ups-banner_container {
	display: table-cell;
	vertical-align: middle;
	color: #242424
}

.ups-banner.ups-lightdesat-geo .ups-banner_container .text-container h2,
.ups-banner.ups-lightdesat-geo .ups-banner_container .text-container p,
.ups-banner.ups-light-geo .ups-banner_container .text-container h2,
.ups-banner.ups-light-geo .ups-banner_container .text-container p {
	color: #242424
}

.ups-banner.ups-light-geo {
	background: #F7F6F5
}

.ups-banner.ups-lightdesat-geo {
	background: #EBE8E3
}

.subsection_main .ups-banner:before {
	content: '';
	position: absolute;
	width: 6000px;
	height: 100%;
	top: 0;
	left: -3000px;
	background: inherit
}

.subsection_main .ups-banner picture {
	left: -60px
}

@media (max-width: 840px) {
	.subsection_main .ups-banner picture {
		left: 0
	}
}

.subsection_aside .ups-banner,
.iw_columns.col-lg-4 .ups-banner {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-banner:first-child,
.iw_columns.col-lg-4 .ups-banner:first-child {
	margin-top: 0
}

.subsection_aside .ups-banner:last-child,
.iw_columns.col-lg-4 .ups-banner:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-banner .ups-banner_main,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main {
	display: block;
	float: none;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.subsection_aside .ups-banner .ups-banner_main .text-container,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main .text-container {
	display: block;
	text-align: center;
	padding-right: 0;
	padding-bottom: 30px
}

.subsection_aside .ups-banner .ups-banner_main .ups-cta,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-cta {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top
}

.subsection_aside .ups-banner .ups-banner_main .ups-banner-image,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-banner-image {
	display: block;
	padding: 0
}

.subsection_aside .ups-banner .ups-banner_main .ups-content,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-content {
	display: block;
	text-align: center;
	padding: 10px 0 30px 0
}

.subsection_aside .ups-banner .ups-banner_main .ups-cta-styling,
.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-cta-styling {
	display: inline-block;
	vertical-align: top
}

.subsection_aside .ups-banner .ups-banner_container,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container {
	padding-left: 20px;
	padding-right: 20px
}

@media (max-width: 840px) {
	.subsection_aside .ups-banner .ups-banner_container,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_container {
		display: block;
		width: 100%
	}
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img {
	position: relative;
	padding-bottom: 10px
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2 {
	padding-left: 0
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2+p,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2+p {
	padding-left: 0
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img {
		position: relative
	}
	.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2 {
		padding-left: 75px
	}
	.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2+p,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container img+h2+p {
		padding-left: 75px
	}
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-banner-image,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-banner-image {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-content,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-content {
	display: block;
	text-align: center;
	padding: 10px 10px 30px 10px;
	width: 100%
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-cta-styling,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-cta-styling {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center
}

.subsection_aside .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-cta-styling span.ups-cta,
.iw_columns.col-lg-4 .ups-banner .ups-banner_container .ups-banner_main .text-container .ups-cta-styling span.ups-cta {
	width: auto
}

@media (max-width: 840px) {
	.subsection_aside .ups-banner,
	.iw_columns.col-lg-4 .ups-banner {
		margin-left: -60px;
		margin-right: -60px
	}
	.subsection_aside .ups-banner .ups-banner_main,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main {
		display: table;
		float: left;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.subsection_aside .ups-banner .ups-banner_main .text-container,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .text-container {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-right: 30px;
		padding-bottom: 0
	}
	.subsection_aside .ups-banner .ups-banner_main .ups-cta,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-cta {
		width: auto;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.subsection_aside .ups-banner,
	.iw_columns.col-lg-4 .ups-banner {
		margin-left: -20px;
		margin-right: -20px
	}
	.subsection_aside .ups-banner .ups-banner_main,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main {
		display: block;
		float: none;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.subsection_aside .ups-banner .ups-banner_main .text-container,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .text-container {
		display: block;
		text-align: center;
		padding-right: 0;
		padding-bottom: 30px
	}
	.subsection_aside .ups-banner .ups-banner_main .ups-cta,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-cta {
		display: inline-block;
		margin: 0 auto;
		vertical-align: top
	}
	.subsection_aside .ups-banner .ups-banner_main .ups-banner-image,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-banner-image {
		display: block;
		padding: 0
	}
	.subsection_aside .ups-banner .ups-banner_main .ups-content,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-content {
		display: block;
		text-align: center;
		padding: 10px 0 30px 0
	}
	.subsection_aside .ups-banner .ups-banner_main .ups-cta-styling,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_main .ups-cta-styling {
		display: inline-block;
		vertical-align: top
	}
	.subsection_aside .ups-banner .ups-banner_container,
	.iw_columns.col-lg-4 .ups-banner .ups-banner_container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width: 840px) {
	.subsection_aside .ups-banner,
	.iw_columns.col-lg-4 .ups-banner {
		margin: 0
	}
}

.ups-banner-image {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle
}

.ups-content {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px
}

.ups-cta-styling {
	display: table-cell;
	vertical-align: middle
}

.ups-banner {
	cursor: pointer
}

.ups-banner:focus {
	outline: 5px auto #FFD100
}

.ie9 .ups-banner:focus,
.ie10 .ups-banner:focus,
.ie11 .ups-banner:focus,
.ieHigh .ups-banner:focus {
	outline: 2px solid #FFD100
}

.container-fluid.iw_section:nth-child(3) .ups-banner {
	margin-bottom: 45px
}

.ups-msg-full {
	background: #e8e8e6;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center
}

.ups-msg-full h2 {
	margin-top: 0;
	font-size: 30px
}

.ups-msg-full p {
	font-size: 20px
}

.ups-msg-full h2,
.ups-msg-full p,
.ups-msg-full .ups-cta,
.ups-msg-full img {
	margin-bottom: 30px
}

.ups-msg-full h2:last-child,
.ups-msg-full p:last-child,
.ups-msg-full .ups-cta:last-child,
.ups-msg-full img:last-child {
	margin-bottom: 0
}

.ups-simplemsg_subnote {
	background: #404040;
	color: #fff;
	padding: 30px
}

.ups-simplemsg_subnote h3 {
	font-size: 20px;
	margin-top: 0
}

.ups-simplemsg_subnote img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	max-width: 60px
}

.ups-simplemsg_subnote .list-detail {
	position: relative;
	padding-right: 75px
}

.ups-simplemsg {
	padding-top: 60px;
	padding-bottom: 60px
}

.ups-carousel {
	position: relative;
	overflow: hidden
}

.ups-carousel .ups-carousel_list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 1400px;
	margin: 0 auto
}

.ups-carousel .slick-initialized .ups-carousel_item {
	display: block
}

.ups-carousel .ups-carousel_item {
	position: relative;
	display: none
}

.ups-carousel .ups-carousel_item:focus {
	outline: none
}

.ups-carousel .ups-carousel_item:first-child {
	display: block
}

.ups-carousel .ups-carousel_item .ups-carousel_contentWrap {
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-navOpen .col-lg-12>.iw_placeholder .ups-carousel .ups-carousel_item .ups-carousel_contentWrap,
.ups-navOpen .col-lg-12>.iw_component .ups-carousel .ups-carousel_item .ups-carousel_contentWrap {
	opacity: 0
}

@media (max-width: 767px) {
	.ups-navOpen .col-lg-12>.iw_placeholder .ups-carousel .ups-carousel_item .ups-carousel_contentWrap,
	.ups-navOpen .col-lg-12>.iw_component .ups-carousel .ups-carousel_item .ups-carousel_contentWrap {
		opacity: 1
	}
}

.ups-carousel .ups-carousel_item .ups-carousel_content {
	top: 26px;
	position: absolute;
	width: 50%;
	overflow: hidden;
	right: 60px;
	z-index: 1
}

.ups-carousel .ups-carousel_item .ups-carousel_msg {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	float: right;
	max-width: 460px
}

.ups-carousel .ups-carousel_item .ups-carousel_msg h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0;
	font-size: 2.3em
}

.ups-carousel .ups-carousel_item .ups-carousel_msg p {
	margin: 5px 0 0;
	font-size: 1.2em
}

.ups-carousel .ups-carousel_item .ups-carousel_msg .ups-carousel_stitcher {
	display: block;
	float: left;
	margin-top: 20px
}

.ups-carousel .ups-carousel_item .ups-carousel_msg .ups-carousel_stitcher+.ups-carousel_stitcher {
	margin-left: 10px
}

.ups-carousel .ups-carousel_item .ups-carousel_ctas {
	clear: both;
	float: right;
	margin-top: 15px
}

.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta {
	padding: 10px 30px 10px
}

.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta:not(:first-child) {
	margin-left: 20px
}

.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta:focus {
	outline-offset: -2px
}

.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-link {
	margin: 20px;
	color: #fff
}

@media (max-width: 991px) {
	.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-link {
		color: #426DA9
	}
}

@media (max-width: 767px) {
	.ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta+.ups-cta-secondary {
		margin-top: 10px;
		margin-left: 0
	}
}

.ups-carousel .ups-carousel_item .ups-imgFrame {
	display: block;
	height: 275px;
	background-position: center
}

.ups-carousel .ups-carousel_item img {
	display: block;
	width: 100%
}

.ups-carousel .ups-carousel_item:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQwNDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(64, 64, 64, 0)), color-stop(100%, rgba(64, 64, 64, 0.6)));
	background-image: -moz-linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
	background-image: -webkit-linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
	background-image: linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
	border: none
}

@media (max-width: 767px) {
	.ups-carousel .ups-carousel_item:after {
		display: none
	}
}

.ups-carousel .slick-next,
.ups-carousel .slick-prev {
	display: block;
	position: absolute;
	bottom: 25px;
	z-index: 1;
	height: 54px;
	padding: 54px 0 0;
	margin-top: 12px;
	width: 60px;
	border: none;
	background: none
}

.ups-carousel .slick-next .icon:before,
.ups-carousel .slick-prev .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	display: block;
	height: 54px;
	width: 50px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 68px
}

.ups-carousel .slick-next.slick-disabled,
.ups-carousel .slick-prev.slick-disabled {
	opacity: 0.5;
	cursor: default
}

.ups-carousel .slick-next {
	right: 0
}

.ups-carousel .slick-next .icon:before {
	content: '\e62a'
}

.ups-rtl .ups-carousel .slick-next .icon:before {
	content: '\e628'
}

.ups-carousel .slick-prev {
	left: 0
}

.ups-carousel .slick-prev .icon:before {
	content: '\e628'
}

.ups-rtl .ups-carousel .slick-prev .icon:before {
	content: '\e62a'
}

.ups-carousel .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 35px;
	z-index: 1;
	width: 50%;
	left: 25%;
	right: 25%;
	text-align: center
}

.ups-carousel .slick-dots li {
	display: inline;
	position: relative
}

.ups-carousel .slick-dots li.slick-active button {
	background: #00857D;
	color: #FFD100
}

.ups-carousel .slick-dots button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	border: 3px solid #fff;
	background: #fff;
	color: #fff;
	font-size: 0.5em;
	margin: 0 15px;
	overflow: hidden;
	text-indent: -999px
}

@media (max-width: 991px) {
	.ups-carousel .ups-carousel_item .ups-carousel_msg {
		padding: 15px
	}
	.ups-carousel .ups-carousel_item .ups-carousel_msg h2 {
		margin: 0;
		font-size: 2em
	}
	.ups-carousel .ups-carousel_item .ups-carousel_msg p {
		font-size: 1em
	}
}

@media (max-width: 767px) {
	.ups-carousel {
		background: none
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-imgFrame {
		padding-top: 50%;
		height: 0
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-paraFrame:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQwNDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(64, 64, 64, 0)), color-stop(100%, rgba(64, 64, 64, 0.6)));
		background-image: -moz-linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
		background-image: -webkit-linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
		background-image: linear-gradient(rgba(64, 64, 64, 0), rgba(64, 64, 64, 0.6));
		border: none
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-carousel_content {
		position: static;
		width: auto;
		padding: 20px
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-carousel_msg {
		float: none;
		background: none;
		padding: 0;
		max-width: none
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-carousel_ctas {
		text-align: center;
		float: none
	}
	.ups-carousel .ups-carousel_item.ups-carousel_exists .ups-carousel_ctas .ups-cta {
		margin: 0
	}
	.ups-carousel .slick-next,
	.ups-carousel .slick-prev {
		bottom: auto;
		margin-top: -60px;
		width: 50px;
		height: 50px;
		line-height: 50px
	}
	.ups-carousel .slick-next .icon:before,
	.ups-carousel .slick-prev .icon:before {
		font-size: 32px
	}
	.ups-carousel .slick-next {
		right: 10px
	}
	.ups-carousel .slick-next .icon:before {
		content: '\e629'
	}
	.ups-rtl .ups-carousel .slick-next .icon:before {
		content: '\e627'
	}
	.ups-carousel .slick-prev {
		left: 10px
	}
	.ups-carousel .slick-prev .icon:before {
		content: '\e627'
	}
	.ups-rtl .ups-carousel .slick-prev .icon:before {
		content: '\e629'
	}
	.ups-carousel .slick-dots {
		bottom: auto;
		margin-top: -45px
	}
	.ups-carousel .slick-dots button {
		height: 12px;
		width: 12px;
		border-radius: 12px;
		border-width: 2px;
		margin: 0 10px
	}
}

.iw_columns.col-lg-12 .ups-carousel {
	margin-bottom: 45px
}

.iw_columns.col-lg-12 .ups-carousel div.ups-carousel_list:not(.ups-carousel-hasThumbs) .ups-carousel-navbuttons .ups-slider-center {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 35px;
	z-index: 1;
	width: 40%;
	left: 30%;
	right: 30%;
	text-align: center;
	padding: 10px
}

@media (max-width: 767px) {
	.iw_columns.col-lg-12 .ups-carousel div.ups-carousel_list:not(.ups-carousel-hasThumbs) .ups-carousel-navbuttons .ups-slider-center {
		width: 70%;
		left: 15%;
		right: 15%
	}
}

.iw_columns.col-lg-12 .ups-carousel div.ups-carousel_list:not(.ups-carousel-hasThumbs) .ups-carousel-navbuttons .ups-slider-center .slick-dots {
	position: static;
	width: auto;
	left: auto;
	right: auto;
	display: inline !important
}

.iw_columns.col-lg-12 .ups-carousel div.ups-carousel_list:not(.ups-carousel-hasThumbs) .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control {
	height: 34px;
	display: inline-block;
	color: white;
	background: transparent;
	border: none;
	vertical-align: middle
}

.iw_columns.col-lg-12 .ups-carousel div.ups-carousel_list:not(.ups-carousel-hasThumbs) .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control span.ups-icon {
	font-size: 28px;
	color: white
}

.subsection_aside .ups-carousel,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel {
	background: #fff;
	border: 1px solid #6e6e6e
}

.subsection_aside .ups-carousel .ups-carousel_item:after,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item:after {
	content: none
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-imgFrame,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-imgFrame {
	padding-top: 50%;
	height: 0
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_content,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_content {
	position: static;
	width: auto;
	padding: 20px
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg {
	float: none;
	background: none;
	max-width: none;
	color: #242424;
	text-align: left;
	padding: 0
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg p,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg p {
	margin: 5px 0 0;
	font-size: 1.2em
}

@media (max-width: 767px) {
	.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg p,
	.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg p {
		font-size: 1.15em
	}
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg h2,
.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg h3,
.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg h4,
.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg h5,
.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_msg h6,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg h2,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg h3,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg h4,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg h5,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_msg h6 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas {
	text-align: center;
	float: none
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-link,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-link {
	color: #242424;
	display: inline-block
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta {
	margin: 0
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary {
	background: none;
	color: #300;
	font-weight: normal;
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: underline
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary .ups-rtl,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.no-touch .subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:hover,
.no-touch .subsection_aside .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:focus,
.no-touch .iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:hover,
.no-touch .iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:focus {
	background: none;
	color: #600
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-paraFrame,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-paraFrame {
	height: 0;
	padding-top: 50%
}

.subsection_aside .ups-carousel .ups-carousel_item .ups-paraFrame picture,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .ups-carousel_item .ups-paraFrame picture {
	top: 0
}

.subsection_aside .ups-carousel .slick-next,
.subsection_aside .ups-carousel .slick-prev,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-next,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-prev {
	width: 50px;
	height: 50px;
	line-height: 50px
}

.subsection_aside .ups-carousel .slick-next .icon:before,
.subsection_aside .ups-carousel .slick-prev .icon:before,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-next .icon:before,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-prev .icon:before {
	font-size: 32px
}

.subsection_aside .ups-carousel .slick-next,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-next {
	right: 10px;
	margin-top: -45px
}

.subsection_aside .ups-carousel .slick-next .icon:before,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-next .icon:before {
	content: '\e629'
}

.ups-rtl .subsection_aside .ups-carousel .slick-next .icon:before,
.ups-rtl .iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-next .icon:before {
	content: '\e627'
}

.subsection_aside .ups-carousel .slick-prev,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-prev {
	left: 10px;
	margin-top: -45px
}

.subsection_aside .ups-carousel .slick-prev .icon:before,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-prev .icon:before {
	content: '\e627'
}

.ups-rtl .subsection_aside .ups-carousel .slick-prev .icon:before,
.ups-rtl .iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-prev .icon:before {
	content: '\e629'
}

.subsection_aside .ups-carousel .slick-dots,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-dots {
	bottom: auto;
	margin-top: -28px
}

.subsection_aside .ups-carousel .slick-dots button,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel .slick-dots button {
	height: 12px;
	width: 12px;
	border-radius: 12px;
	border-width: 2px;
	margin: 0 10px
}

.subsection_aside .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center {
	padding: 5px;
	width: 54%;
	left: 23%;
	right: 23%;
	top: 120px;
	bottom: auto
}

.subsection_aside .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control {
	height: 20px
}

.subsection_aside .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control span.ups-icon,
.iw_columns.col-lg-12 .col-lg-4 .ups-carousel div.ups-carousel_list .ups-carousel-navbuttons .ups-slider-center .ups-carousel-control span.ups-icon {
	font-size: 22px
}

.ups-appPage .col-lg-4 .ups-carousel {
	max-width: 320px
}

.ups-carousel_sm .slick-dots li button,
.ups-carousel .slick-dots li button {
	overflow: hidden;
	text-indent: -999px
}

.ups-carousel-gradient.ups-carousel-gradientLeft .ups-carousel_content {
	left: 65px
}

.ups-carousel-gradient.ups-carousel-gradientRight .ups-carousel_content {
	right: 65px
}

.ups-carousel-gradient.ups-carousel-gradientCenter .ups-carousel_content {
	text-align: center;
	width: 91%;
	left: unset;
	right: unset;
	max-width: 1400px
}

.ups-carousel-gradient.ups-carousel-gradientCenter .ups-carousel_content .ups-carousel_msg {
	width: 100%;
	max-width: none
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
	background: none;
	float: none
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
	float: none;
	background: transparent;
	color: #fff;
	padding: 20px 0px;
	max-width: 375px
}

@media (max-width: 991px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
		color: #242424
	}
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2 {
	font-size: 32px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2.ups-title_fsxl {
	font-size: 62px
}

@media (max-width: 991px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2.ups-title_fsxl {
		font-size: 32px
	}
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2.ups-title_fsl {
	font-size: 48px
}

@media (max-width: 991px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2.ups-title_fsl {
		font-size: 32px
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2 {
		font-size: 32px
	}
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h6 {
	font-size: 16px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h5 {
	font-size: 21px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h4 {
	font-size: 26px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h3 {
	font-size: 28px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

@media (max-width: 767px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg p {
		font-size: 1.15em
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
		max-width: none;
		width: 100%
	}
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_ctas {
	float: none;
	clear: both;
	margin-top: 15px
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_ctas .ups-cta.ups-cta-secondary {
	padding: 8px 30px 8px
}

.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_ctas .ups-cta:not(:first-child) {
	margin-left: 20px
}

@media (max-width: 767px) {
	.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_ctas .ups-cta:not(:first-child) {
		margin-left: 0
	}
}

@media (max-width: 991px) {
	.ups-carousel_exst .ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
		color: #fff
	}
}

@media (max-width: 767px) {
	.ups-carousel_exst .ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
		color: #242424;
		margin-bottom: 20px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel_list {
	max-width: 1400px
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) {
	background: #fff
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists).ups-carousel-gradientCenter .ups-carousel_contentWrap {
	margin: 0 auto
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel-navbuttons .slick-next,
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel-navbuttons .slick-prev,
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel-navbuttons .ups-slider-center {
		margin-top: -60px !important
	}
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel-navbuttons .slick-next .icon:before {
		content: '\e629'
	}
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel-navbuttons .slick-prev .icon:before {
		content: '\e627'
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap {
	position: relative;
	max-width: 1400px;
	width: 100%
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap {
		background: #EBE8E3;
		margin: 0;
		padding-bottom: 30px;
		text-align: center
	}
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap {
		margin: 0
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_content {
	width: 100%;
	bottom: 50px
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_content {
		text-align: left;
		bottom: 90px;
		position: static;
		padding: 0 60px
	}
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_content {
		padding: 0 20px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_ctas {
	float: none;
	clear: both;
	margin-top: 15px
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_ctas .ups-cta.ups-cta-secondary {
	padding: 10px 30px 10px
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_contentWrap .ups-carousel_ctas .ups-cta {
		margin-bottom: 20px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-paraFrame {
	background: #bebebe
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg {
	float: left;
	background: transparent;
	color: #fff;
	padding: 20px 0px;
	max-width: 436px
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2 {
	font-size: 32px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2.ups-title_fsxl {
	font-size: 62px
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2.ups-title_fsxl {
		font-size: 32px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2.ups-title_fsl {
	font-size: 48px
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2.ups-title_fsl {
		font-size: 32px
	}
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h2 {
		font-size: 32px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h6 {
	font-size: 16px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h5 {
	font-size: 21px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h4 {
	font-size: 26px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg h3 {
	font-size: 28px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-weight: bold
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg p {
		font-size: 1.15em
	}
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel-gradient:not(.ups-carousel_exists) .ups-carousel_item .ups-carousel_msg {
		max-width: none;
		width: 100%;
		color: #242424
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent {
	padding: 50px 0;
	background: #fff
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock {
	padding-inline-start: 0;
	margin-inline-start: 0;
	margin-inline-end: 0
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_twoCntnr .ups-carousel_contentList {
	width: 45%
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_twoCntnr .ups-carousel_contentList:nth-child(2) {
	margin-left: 2%
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_twoCntnr .ups-carousel_contentList:nth-child(2) {
		margin: 0%
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_cntnr .ups-carousel_contentList {
	width: 85%
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_cntnr .ups-carousel_contentList>* {
	float: left;
	width: 50%
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_cntnr .ups-carousel_contentList .ups-carousel_img .icon {
	top: 35%;
	left: 45%
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock.ups-carousel_cntnr .ups-carousel_contentList .ups-carousel_content {
		width: 100%
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList {
	list-style: none;
	background: #F7F6F5;
	display: inline-block;
	width: 29%;
	vertical-align: top;
	min-height: 215px
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList {
		width: 85% !important;
		margin-bottom: 3%;
		min-height: 175px
	}
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList {
		min-height: 150px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList:nth-child(2) {
	margin: 0 2%
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList:nth-child(2) {
		margin-bottom: 3%
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList .ups-carousel_content {
	padding: 30px;
	text-align: left
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList .ups-carousel_content {
		padding: 30px 15px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList .ups-carousel_content h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_contentList .ups-carousel_content .ups-form_cta a {
	font-size: 16px
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_img {
	position: relative;
	max-height: 215px;
	width: 100%;
	overflow: hidden
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_img .icon {
	position: absolute;
	top: 30%;
	left: 40%;
	color: #fff;
	font-size: 64px;
	z-index: 10
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_img {
		display: none
	}
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_img img {
	max-width: 100%
}

.ups-carousel.ups-carousel-homeHero .ups-wrap_inner.ups-carosel_restContent .ups-carousel_contentBlock .ups-carousel_img picture.ups-imgFrame {
	position: absolute;
	height: 100% !important;
	width: 100%;
	top: 0;
	left: 0
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item {
	background: #f2f2f2
}

@media (max-width: 1150px) {
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item {
		padding: 0px
	}
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item:after {
	content: none
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame {
	height: auto
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame iframe {
	width: 100%;
	min-height: 450px;
	max-height: 550px
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .video-js {
	width: 100%;
	height: 100%;
	max-height: 550px
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .video-js video {
	position: relative
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .vjs-big-play-button {
	left: 45% !important;
	top: 40% !important
}

@media (max-width: 767px) {
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .vjs-big-play-button {
		width: 75px;
		height: 60px;
		border-radius: 10px;
		left: 40%
	}
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .vjs-big-play-button:before {
		margin: 14px auto
	}
}

@media (max-width: 500px) {
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_item .ups-video_frame .vjs-big-play-button {
		left: 35% !important
	}
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient.ups-carousel-gradientLeft .ups-carousel_contentWrap {
	text-align: left
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient.ups-carousel-gradientRight .ups-carousel_contentWrap {
	text-align: right
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap {
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	max-width: 1400px
}

@media (max-width: 767px) {
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap {
		text-align: center !important
	}
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg {
	max-width: none;
	color: inherit
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg h2 {
	margin-top: 0;
	font-size: 32px;
	font-weight: bold
}

@media (max-width: 767px) {
	.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg .ups-carousel_ctas .ups-cta {
		margin-bottom: 15px
	}
}

.ups-carousel-homeHero.ups-carousel-video.ups-carousel-gradient .ups-carousel_contentWrap .ups-carousel_msg .ups-carousel_ctas .ups-link {
	margin: 10px
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientLeft.ups-carousel_item.ups-carousel_exists:after {
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-image: #000;
		background-image: -moz-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -webkit-gradient(right top, left top, color-stop(1%, transparent), color-stop(15%, rgba(0, 0, 0, 0.2)), color-stop(42%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.8)));
		background-image: -webkit-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -o-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -ms-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
		content: ''
	}
}

.ups-carousel-gradient.ups-carousel-gradientLeft.ups-carousel_item:after {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-image: #000;
	background-image: -moz-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -webkit-gradient(right top, left top, color-stop(1%, transparent), color-stop(42%, rgba(0, 0, 0, 0.2)), color-stop(69%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background-image: -webkit-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -o-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -ms-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1)
}

@media (max-width: 1400px) {
	.ups-carousel-gradient.ups-carousel-gradientLeft.ups-carousel_item:after {
		background-image: -moz-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -webkit-gradient(right top, left top, color-stop(1%, transparent), color-stop(24%, rgba(0, 0, 0, 0.2)), color-stop(56%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.8)));
		background-image: -webkit-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -o-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background-image: -ms-linear-gradient(right, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1)
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientLeft.ups-carousel_item:after {
		background: none;
		content: none
	}
}

.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item .ups-carousel_content {
	text-align: right
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item .ups-carousel_content {
		text-align: left
	}
}

.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item .ups-carousel_content .ups-carousel_msg {
	float: right
}

@media (max-width: 767px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item .ups-carousel_content .ups-carousel_msg {
		float: left
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item.ups-carousel_exists .ups-carousel_content {
		text-align: right
	}
}

@media (max-width: 767px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item.ups-carousel_exists .ups-carousel_content {
		text-align: left
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item.ups-carousel_exists::after {
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-image: #000;
		background: -moz-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background: -webkit-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
		content: ''
	}
}

.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item:after {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-image: #000;
	background: -moz-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1)
}

@media (max-width: 1400px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item:after {
		background: -moz-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background: -webkit-linear-gradient(left, transparent 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1)
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientRight.ups-carousel_item:after {
		background: none;
		content: none
	}
}

.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item .ups-carousel_content {
	text-align: center;
	width: 100%
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item .ups-carousel_content {
		text-align: left
	}
}

.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item .ups-carousel_content .ups-carousel_msg {
	float: none;
	clear: both;
	width: 100%;
	max-width: none
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item.ups-carousel_exists .ups-carousel_content {
		text-align: center
	}
}

@media (max-width: 767px) {
	.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item.ups-carousel_exists .ups-carousel_content {
		text-align: left
	}
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item.ups-carousel_exists:after {
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-image: #000;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.6) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.6) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.55) 31%, rgba(0, 0, 0, 0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
		content: ''
	}
}

.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item:after {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-image: #000;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0) 4%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0)
}

@media (max-width: 991px) {
	.ups-carousel-gradient.ups-carousel-gradientCenter.ups-carousel_item:after {
		background: none;
		content: none
	}
}

.ups-carousel {
	position: relative;
	overflow: hidden
}

.ups-carousel.ups-carousel-homeHero {
	margin-bottom: 0
}

.ups-carousel.ups-carousel-homeHero .ups-imgFrame {
	height: 0;
	padding-top: 37.5%
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-imgFrame {
		padding-top: 56.25%
	}
}

.ups-carousel.ups-carousel-homeHero .ups-carousel_contentWrap {
	position: relative;
	max-width: 1520px;
	margin: 0 auto
}

.ups-carousel.ups-carousel-homeHero .ups-carousel_content {
	bottom: 90px;
	top: auto
}

@media (max-width: 840px) {
	.ups-carousel.ups-carousel-homeHero .ups-carousel_content {
		bottom: 93px
	}
}

.ups-carousel.ups-cme_pageLoad-carousel {
	margin-bottom: 0
}

.ups-carousel.ups-cme_pageLoad-carousel .ups-imgFrame {
	height: 0;
	padding-top: 37.5%
}

@media (max-width: 767px) {
	.ups-carousel.ups-cme_pageLoad-carousel .ups-imgFrame {
		padding-top: 56.25%
	}
}

.ups-carousel.ups-cme_pageLoad-carousel .ups-carousel_contentWrap {
	position: relative;
	max-width: 1520px;
	margin: 0 auto
}

.ups-carousel.ups-cme_pageLoad-carousel .ups-carousel_content {
	bottom: 90px;
	top: auto
}

@media (max-width: 840px) {
	.ups-carousel.ups-cme_pageLoad-carousel .ups-carousel_content {
		bottom: 93px
	}
}

.ups-carousel_item .ups-carousel_msg a,
.ups-carousel_item .ups-carousel_msg .ups-link {
	color: white;
	text-decoration: underline
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 60px;
	width: 100%;
	background: #404040;
	background: rgba(64, 64, 64, 0.9);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots li.slick-active button {
	color: #300
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots li.slick-active button img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots button {
	float: left;
	width: 33.3333%;
	margin: 0;
	border-radius: 0;
	border: 0;
	background: none;
	height: 84px;
	position: relative;
	text-align: left;
	border-right: 1px solid #fff;
	padding: 10px 100px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots button:first-child {
	border-left: 1px solid #fff
}

.ups-carousel .ups-carousel-hasThumbs .slick-dots button img {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #fff;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

@media (max-width: 767px) {
	.ups-carousel .ups-carousel-hasThumbs .slick-dots {
		border: none;
		background: none;
		text-align: center;
		bottom: auto;
		width: 50%;
		left: 25%;
		right: 25%;
		padding: 0
	}
	.ups-carousel .ups-carousel-hasThumbs .slick-dots li.slick-active button {
		color: #FFD100
	}
	.ups-carousel .ups-carousel-hasThumbs .slick-dots button {
		height: 12px;
		width: 12px;
		border-radius: 12px;
		border: 2px solid #fff;
		margin: 0 10px;
		padding: 0;
		line-height: 1;
		font-size: 0.5em;
		text-align: center;
		background: #fff;
		color: #fff;
		float: none;
		display: inline-block
	}
}

.ups-carousel .ups-carousel_item .ups-paraFrame {
	overflow: hidden;
	position: relative;
	height: 275px
}

.ups-carousel .ups-carousel_item .ups-paraFrame picture {
	display: block;
	position: absolute;
	height: 475px;
	width: 100%;
	top: -100px;
	left: 0;
	-moz-transition-property: top;
	-o-transition-property: top;
	-webkit-transition-property: top;
	transition-property: top;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

@media (max-width: 767px) {
	.ups-carousel .ups-carousel_item .ups-paraFrame {
		padding-top: 50%;
		height: 0
	}
	.ups-carousel .ups-carousel_item .ups-paraFrame picture {
		padding-top: 50%;
		height: 0;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none
	}
}

.ups-carousel.ups-carousel-homeHero .ups-paraFrame,
.ups-carousel.ups-cme_pageLoad-carousel .ups-paraFrame {
	padding-top: 37.5%
}

@media (min-width: 1427px) {
	.ups-carousel.ups-carousel-homeHero .ups-paraFrame,
	.ups-carousel.ups-cme_pageLoad-carousel .ups-paraFrame {
		padding-top: 550px
	}
}

.ups-carousel.ups-carousel-homeHero .ups-paraFrame .ups-imgFrame,
.ups-carousel.ups-cme_pageLoad-carousel .ups-paraFrame .ups-imgFrame {
	padding-top: 62.5%
}

@media (max-width: 991px) {
	.ups-carousel.ups-carousel-homeHero .ups-paraFrame,
	.ups-carousel.ups-cme_pageLoad-carousel .ups-paraFrame {
		padding-top: 42%
	}
}

@media (max-width: 767px) {
	.ups-carousel.ups-carousel-homeHero .ups-paraFrame,
	.ups-carousel.ups-cme_pageLoad-carousel .ups-paraFrame {
		padding-top: 50%
	}
}

.ups-carousel.ups-carousel-sidebar {
	background: none;
	border: 1px solid #6e6e6e
}

.ups-carousel.ups-carousel-sidebar .ups-skipNav_carousel {
	display: none
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item:after {
	content: none
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-imgFrame {
	padding-top: 50%;
	height: 0
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_content {
	position: static;
	width: auto;
	padding: 20px
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_msg {
	float: none;
	background: none;
	padding: 0;
	max-width: none
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas {
	text-align: center;
	float: none
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas a.ups-cta.ups-cta-secondary {
	background: none !important;
	color: #300 !important
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas .ups-cta {
	margin: 0
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary {
	background: none;
	color: #300;
	font-weight: normal;
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: underline
}

.ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.no-touch .ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:hover,
.no-touch .ups-carousel.ups-carousel-sidebar .ups-carousel_item .ups-carousel_ctas .ups-cta.ups-cta-secondary:focus {
	background: none;
	color: #600
}

.ups-carousel.ups-carousel-sidebar .slick-next,
.ups-carousel.ups-carousel-sidebar .slick-prev {
	width: 50px;
	height: 50px;
	line-height: 50px
}

.ups-carousel.ups-carousel-sidebar .slick-next .icon:before,
.ups-carousel.ups-carousel-sidebar .slick-prev .icon:before {
	font-size: 32px
}

.ups-carousel.ups-carousel-sidebar .slick-next {
	right: 10px;
	margin-top: -45px
}

.ups-carousel.ups-carousel-sidebar .slick-next .icon:before {
	content: '\e629'
}

.ups-rtl .ups-carousel.ups-carousel-sidebar .slick-next .icon:before {
	content: '\e627'
}

.ups-carousel.ups-carousel-sidebar .slick-prev {
	left: 10px;
	margin-top: -45px
}

.ups-carousel.ups-carousel-sidebar .slick-prev .icon:before {
	content: '\e627'
}

.ups-rtl .ups-carousel.ups-carousel-sidebar .slick-prev .icon:before {
	content: '\e629'
}

.ups-carousel.ups-carousel-sidebar .slick-dots {
	bottom: auto;
	margin-top: -28px
}

.ups-carousel.ups-carousel-sidebar .slick-dots button {
	height: 12px;
	width: 12px;
	border-radius: 12px;
	border-width: 2px;
	margin: 0 10px
}

.col-lg-4 .ups-carousel .ups-carousel_ctas .ups-cta {
	display: inline-block
}

.col-lg-4 .ups-carousel .ups-carousel_ctas a.ups-cta.ups-cta-secondary {
	margin-top: 10px
}

.col-lg-4 .ups-carousel .ups-imgFrame {
	background-position: 0 0
}

#ups-main:focus {
	outline: 2px solid #FFD100
}

.ups-breadcrumb {
	font-size: 14px;
	color: #404040;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0
}

.ups-breadcrumb .ups-breadcrumb-item {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	display: block
}

.ups-breadcrumb .ups-link {
	font-weight: normal;
	font-family: Tahoma, helvetica, arial, sans-serif;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-breadcrumb .ups-link:hover {
	color: #6e6e6e
}

@media only screen and (max-width: 767px) {
	.ups-breadcrumb {
		display: none
	}
}

.ups-page-title {
	color: #300;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative
}

.ups-page-title h1 {
	margin: 0;
	font-size: 2.286em;
	margin-right: 30px;
	padding-bottom: 5px
}

.ups-page-title h1:focus {
	outline: 2px solid #FFD100
}

.ups-page-title .ups-page-title_table {
	display: table;
	width: 100%
}

.ups-page-title .ups-page-title_cell {
	display: table-cell;
	vertical-align: top
}

@media (max-width: 767px) {
	.ups-page-title .ups-page-title_cell {
		display: block
	}
	.ups-page-title h1 {
		font-size: 1.7em
	}
}

.ups-page-share {
	height: 44px;
	overflow: visible;
	display: inline-block;
	white-space: nowrap;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center
}

.ups-page-share button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	line-height: 26px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-top: 3px;
	padding-left: 0;
	position: relative;
	z-index: 0
}

.ups-page-share button:active,
.ups-page-share button:focus {
	z-index: 25
}

.ups-page-share a {
	width: 34px;
	height: 34px;
	display: table-cell;
	padding: 0 15px;
	position: relative
}

.ups-page-share a[class^="ups-share_social-"],
.ups-page-share a[class*=" ups-share_social-"] {
	position: relative
}

.ups-page-share a[class^="ups-share_social-"]:before,
.ups-page-share a[class*=" ups-share_social-"]:before {
	content: '';
	background-image: url('/assets/resources/images/../images/social_spritesheet.png');
	border-radius: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 7px;
	top: 7px;
	background-size: 40px 40px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.ups-page-share a[class^="ups-share_social-"]:before,
	.ups-page-share a[class*=" ups-share_social-"]:before {
		background-image: url('/assets/resources/images/../images/social_spritesheet_retina.png')
	}
}

.ups-page-share a[class^="ups-icon-"],
.ups-page-share a[class*=" ups-icon-"] {
	position: relative;
	color: #404040
}

.ups-page-share a[class^="ups-icon-"]:before,
.ups-page-share a[class*=" ups-icon-"]:before {
	font-size: 18px;
	position: absolute;
	margin-top: -1px
}

.ups-page-share a[class^="ups-icon-"]:hover,
.ups-page-share a[class*=" ups-icon-"]:hover {
	text-decoration: none
}

.ups-page-share a .ups-icon-email {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 19px;
	color: #404040
}

.ups-page-share a.ups-share_social-facebook:before {
	background-position: 0 0
}

.ups-page-share a.ups-share_social-twitter:before {
	background-position: 0 -20px
}

.ups-page-share a.ups-share_social-linkedin:before {
	background-position: 20px 0px
}

.ups-page-share a.ups-share_social-youtube:before {
	background-position: 20px -20px
}

.ups-page-share .ups-share-container {
	width: auto;
	float: right
}

.ups-page-share .ups-share-btn-container {
	width: auto;
	display: inline-block;
	vertical-align: top
}

.ups-page-share .ups-share_open {
	width: auto;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	margin-right: 4px;
	margin-top: 3px;
	padding-right: 23px
}

.ups-page-share .ups-share_open .icon:before {
	font-size: 20px;
	color: #00857D;
	line-height: 30px;
	position: absolute;
	right: 0
}

.ups-page-share .ups-share_list {
	display: inline-block
}

.ups-page-share .ups-share_list ul {
	list-style-type: none;
	padding: 0
}

.ups-page-share .ups-share_list ul.ups-shareicon-list {
	display: inline-block
}

.ups-page-share .ups-share_list ul li {
	display: inline-block
}

.ups-page-share .ups-share_close {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0;
	font-size: 19px;
	margin-top: 5px
}

@media (max-width: 767px) {
	.ups-page-share {
		display: block;
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
		float: right
	}
	.ups-page-share .ups-share_list {
		margin-top: 5px;
		padding: 0;
		padding-left: 15px
	}
	.ups-page-share .ups-share-btn-container {
		margin-top: 5px
	}
	.ups-page-share .ups-share_close {
		padding-top: 0
	}
}

.ups-page-title h1:focus {
	outline: none
}

.ups-page-title h1>span {
	transition: border-bottom .7s;
	border-bottom: 3px solid transparent
}

.ups-page-title h1:focus>span {
	border-bottom: 3px solid #FFD100
}

.ups-subsection .subsection_main .ups-wrap.ups-tab-headers:before,
.iw_columns.col-lg-8 .ups-tab-headers.ups-wrap:before {
	height: 150% !important;
	transform: translateY(-50%);
	top: 16px !important;
	border-bottom: 1px solid #d6d6d6
}

.subsection_main .ups-tabs .ups-wrap {
	padding-right: 0
}

.ups-tabs,
.ups-legacy-tabs {
	background-color: #fff
}

.ups-tabs .ups-tab-headers,
.ups-legacy-tabs .ups-tab-headers {
	margin-bottom: 60px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 0
}

.ups-tabs .ups-tab-headers .ups-wrap_inner::before,
.ups-tabs .ups-tab-headers .ups-wrap_inner::after,
.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner::before,
.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner::after {
	content: "";
	display: table
}

.ups-tabs .ups-tab-headers .ups-wrap_inner::after,
.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner::after {
	clear: both
}

.ups-tabs .ups-tab-headers a,
.ups-legacy-tabs .ups-tab-headers a {
	visibility: hidden
}

.ups-tabs .ups-tab-headers .tab-header,
.ups-legacy-tabs .ups-tab-headers .tab-header {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	display: inline-block;
	width: 25%;
	height: 50px;
	padding: 10px;
	text-align: center;
	float: left;
	list-style: none;
	background: #f2f2f2;
	position: relative;
	cursor: pointer;
	border-top: 5px solid #90867f !important;
	visibility: visible
}

.ups-tabs .ups-tab-headers .tab-header:first-child,
.ups-tabs .ups-tab-headers .tab-header[data-open="true"],
.ups-legacy-tabs .ups-tab-headers .tab-header:first-child,
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] {
	border-left: 1px solid #d6d6d6
}

.ups-tabs .ups-tab-headers .tab-header:last-child,
.ups-tabs .ups-tab-headers .tab-header[data-open="true"],
.ups-legacy-tabs .ups-tab-headers .tab-header:last-child,
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] {
	border-right: 1px solid #d6d6d6
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(5):nth-child(1),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(5):nth-child(1) {
	width: 20%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(4):nth-child(2),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(4):nth-child(2) {
	width: 20%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(3):nth-child(3),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(3):nth-child(3) {
	width: 20%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(2):nth-child(4),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(2):nth-child(4) {
	width: 20%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(1):nth-child(5),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(1):nth-child(5) {
	width: 20%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(6):nth-child(1),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(6):nth-child(1) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(5):nth-child(2),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(5):nth-child(2) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(4):nth-child(3),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(4):nth-child(3) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(3):nth-child(4),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(3):nth-child(4) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(2):nth-child(5),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(2):nth-child(5) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header:nth-last-child(1):nth-child(6),
.ups-legacy-tabs .ups-tab-headers .tab-header:nth-last-child(1):nth-child(6) {
	width: 16.6666%
}

.ups-tabs .ups-tab-headers .tab-header.ups-inactive,
.ups-legacy-tabs .ups-tab-headers .tab-header.ups-inactive {
	display: none
}

.ups-tabs .ups-tab-headers .tab-header[data-open="false"],
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="false"] {
	margin-top: 15px
}

.ups-tabs .ups-tab-headers .tab-header[data-open="true"],
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] {
	background: #fff;
	border-top: 5px solid #fff;
	padding-bottom: 5px;
	z-index: 25;
	height: 65px;
	border-top-color: #00857D !important;
	bottom: -1px
}

.ups-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-border,
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-border {
	display: none
}

.ups-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-title,
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-title {
	margin-top: 8px
}

.ups-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-sub-title,
.ups-legacy-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-sub-title {
	display: block;
	margin-top: 22px
}

.ups-tabs .ups-tab-headers .tab-header:focus,
.ups-legacy-tabs .ups-tab-headers .tab-header:focus {
	outline-offset: -2px
}

.ups-tabs .ups-tab-headers .tab-title,
.ups-legacy-tabs .ups-tab-headers .tab-title {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	padding: 10px 30px
}

.ups-tabs .ups-tab-headers .tab-sub-title,
.ups-legacy-tabs .ups-tab-headers .tab-sub-title {
	display: block;
	margin-top: 27px
}

.ups-tabs .ups-tab-headers .tab-border,
.ups-legacy-tabs .ups-tab-headers .tab-border {
	width: 1px;
	height: 40%;
	background: #90867f;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0
}

.ups-tabs .ups-tab-headers a,
.ups-legacy-tabs .ups-tab-headers a {
	text-decoration: none;
	color: #404040
}

.ups-tabs a .tab-header,
.ups-legacy-tabs a .tab-header {
	text-decoration: none;
	color: #404040
}

.ups-tabs .tab-header,
.ups-legacy-tabs .tab-header {
	padding: 17px 20px;
	padding-right: 60px;
	border-bottom: 1px solid #6e6e6e;
	position: relative;
	display: none
}

.ups-tabs .tab-header.ups-inactive,
.ups-legacy-tabs .tab-header.ups-inactive {
	display: none
}

.ups-tabs .tab-header button,
.ups-legacy-tabs .tab-header button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 44px;
	height: 44px;
	line-height: 54px;
	font-size: 1.1em;
	margin: -22px 0 0;
	z-index: 50;
	margin-right: -10px;
	text-align: center
}

.ups-tabs .tab-header .icon,
.ups-legacy-tabs .tab-header .icon {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 44px;
	height: 44px;
	line-height: 54px;
	font-size: 1.1em;
	margin: -22px 0 0;
	z-index: 50;
	margin-right: -10px;
	text-align: center
}

.ups-tabs .ups-tab-content,
.ups-legacy-tabs .ups-tab-content {
	background: #fff;
	display: none
}

.ups-tabs .ups-tab-content:focus,
.ups-legacy-tabs .ups-tab-content:focus {
	outline: 5px auto #FFD100
}

.ups-tabs .ups-tab-content:focus .ie9,
.ups-tabs .ups-tab-content:focus .ie10,
.ie11 .ups-tabs .ups-tab-content:focus,
.ups-legacy-tabs .ups-tab-content:focus .ie9,
.ups-legacy-tabs .ups-tab-content:focus .ie10,
.ie11 .ups-legacy-tabs .ups-tab-content:focus {
	outline: 1px solid #FFD100
}

@-moz-document url-prefix() {
	.ups-tabs .ups-tab-content:focus,
	.ups-legacy-tabs .ups-tab-content:focus {
		outline: 1px auto #FFD100
	}
}

.ups-tabs .ups-tab-content.ups-inactive,
.ups-legacy-tabs .ups-tab-content.ups-inactive {
	display: none
}

.ups-tabs .ups-tab-content .sub-detail-container,
.ups-legacy-tabs .ups-tab-content .sub-detail-container {
	display: none;
	max-height: 0;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.ups-tabs .ups-tab-content[data-content-selected="true"],
.ups-legacy-tabs .ups-tab-content[data-content-selected="true"] {
	display: block
}

@media (max-width: 767px) {
	.ups-tabs .ups-tab-content[data-content-selected="true"][data-open="false"],
	.ups-legacy-tabs .ups-tab-content[data-content-selected="true"][data-open="false"] {
		display: none
	}
}

@media (max-width: 767px) {
	.ups-tabs .ups-tab-content[data-content-selected="false"][data-open="false"],
	.ups-legacy-tabs .ups-tab-content[data-content-selected="false"][data-open="false"] {
		display: none
	}
}

.ups-tabs .ups-tab-content[data-open="true"] .tab-header,
.ups-legacy-tabs .ups-tab-content[data-open="true"] .tab-header {
	border-top: 5px solid #fff;
	padding-top: 22px
}

.ups-tabs .ups-tab-content[data-open="true"] .tab-title,
.ups-legacy-tabs .ups-tab-content[data-open="true"] .tab-title {
	top: 0px;
	font-size: 16px;
	font-weight: bold
}

.ups-tabs .ups-tab-content[data-open="true"] .sub-detail-container,
.ups-legacy-tabs .ups-tab-content[data-open="true"] .sub-detail-container {
	display: block;
	max-height: 5000px;
	top: 0;
	z-index: 0
}

.ups-tabs .ups-tab-content[data-open="true"] .sub-detail-container:focus,
.ups-legacy-tabs .ups-tab-content[data-open="true"] .sub-detail-container:focus {
	outline: none
}

.ups-tabs .ups-tab-content[data-open="false"] .tab-header,
.ups-legacy-tabs .ups-tab-content[data-open="false"] .tab-header {
	border-top: none
}

.ups-tabs .ups-tab-content[data-open="false"].top-tab .tab-header,
.ups-legacy-tabs .ups-tab-content[data-open="false"].top-tab .tab-header {
	border-top: 1px solid #6e6e6e !important
}

.ups-tabs .ups-tab-content[data-open="false"] .tab-title,
.ups-legacy-tabs .ups-tab-content[data-open="false"] .tab-title {
	top: 3px;
	font-size: 16px;
	font-weight: bold
}

.ups-tabs .ups-tab-content[data-prev-active*="true"][data-open*="false"] .tab-header,
.ups-legacy-tabs .ups-tab-content[data-prev-active*="true"][data-open*="false"] .tab-header {
	border-top: 1px solid #6e6e6e !important
}

.ups-tabs .ups-tab-content[data-stick="true"] .tab-header,
.ups-legacy-tabs .ups-tab-content[data-stick="true"] .tab-header {
	display: none
}

.ups-tabs .ups-tab-content[data-stick="true"] .sub-detail-container,
.ups-legacy-tabs .ups-tab-content[data-stick="true"] .sub-detail-container {
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	max-height: 2000px;
	top: 0;
	margin: 0
}

@media (max-width: 767px) {
	.ups-tabs,
	.ups-legacy-tabs {
		border-bottom: 1px solid #757575
	}
	.ups-tabs.legacy-tabs_appended .ups-tab-content:first-child,
	.ups-legacy-tabs.legacy-tabs_appended .ups-tab-content:first-child {
		border-top: 1px solid #757575
	}
	.ups-tabs .ups-tab-headers,
	.ups-legacy-tabs .ups-tab-headers {
		display: none
	}
	.ups-tabs .ups-acc-headcont [data-open=true],
	.ups-legacy-tabs .ups-acc-headcont [data-open=true] {
		border-top: 1px solid #F7F6F5
	}
	.ups-tabs .ups-acc-headcont [data-open=false],
	.ups-legacy-tabs .ups-acc-headcont [data-open=false] {
		border-top: 1px solid #757575
	}
	.ups-tabs .ups-acc-headcont .tab-header,
	.ups-legacy-tabs .ups-acc-headcont .tab-header {
		font-weight: bold;
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 16px
	}
	.ups-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus,
	.ups-legacy-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus {
		border-top-color: #FFD100 !important
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.ups-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus,
	.ups-legacy-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus {
		border-top-color: #C67D30 !important
	}
}

@media (max-width: 767px) {
	.ups-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus[data-open=true],
	.ups-legacy-tabs .ups-acc-headcont .tab-header.ups-accordion-tab:focus[data-open=true] {
		background: #DDD7D0
	}
	.ups-tabs .tab-header,
	.ups-legacy-tabs .tab-header {
		display: block;
		color: #404040;
		text-transform: none;
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 15px;
		border-bottom: none
	}
	.ups-tabs .tab-header[data-open="true"],
	.ups-legacy-tabs .tab-header[data-open="true"] {
		background-color: #DDD7D0
	}
	.ups-tabs .tab-header[data-open="true"] .icon:before,
	.ups-legacy-tabs .tab-header[data-open="true"] .icon:before {
		content: "\e653"
	}
	.ups-tabs .tab-header.ups-inactive,
	.ups-legacy-tabs .tab-header.ups-inactive {
		display: none
	}
	.ups-tabs .tab-header:focus,
	.ups-legacy-tabs .tab-header:focus {
		outline: 2px solid #C67D30 !important;
		outline-offset: 0px
	}
	.ups-tabs .ups-tab-content,
	.ups-legacy-tabs .ups-tab-content {
		display: block
	}
	.ups-tabs .ups-tab-content[data-open="true"] .sub-detail-container,
	.ups-legacy-tabs .ups-tab-content[data-open="true"] .sub-detail-container {
		visibility: visible
	}
	.ups-tabs .ups-tab-content[data-open="false"] .sub-detail-container,
	.ups-legacy-tabs .ups-tab-content[data-open="false"] .sub-detail-container {
		visibility: hidden
	}
	.ups-tabs .ups-tab-content[data-stick="true"] .sub-detail-container,
	.ups-legacy-tabs .ups-tab-content[data-stick="true"] .sub-detail-container {
		visibility: visible
	}
	.ups-tabs .ups-list,
	.ups-legacy-tabs .ups-list {
		padding-top: 0;
		padding-bottom: 0
	}
	.ups-tabs .ups-list .ups-article-header,
	.ups-legacy-tabs .ups-list .ups-article-header {
		margin-top: 20px
	}
	.ups-tabs .ups-list .ups-list_explanatory,
	.ups-legacy-tabs .ups-list .ups-list_explanatory {
		margin-bottom: 20px
	}
}

.ups-legacy-tabs .ups-tab-headers .tab-header[data-open=false] {
	margin-top: 0px
}

.ups-tabs .tab-header.hide-tab-border .tab-border,
.ups-tabs .tab-header:last-child .tab-border {
	display: none
}

.ups-legacy-tabs .ups-tab-headers a .hide-tab-border .tab-border,
.ups-legacy-tabs .ups-tab-headers a:last-child .tab-border {
	display: none
}

.ups-legacy-tabs .tab-header button {
	height: 30px
}

.ups-legacy-tabs .tab-header .ups-iconAlone {
	margin-top: 6px
}

.ups-legacy-tabs span.tab-header:focus {
	outline: 1px auto #FFD100;
	outline-offset: -2px
}

.ie9 .ups-legacy-tabs span.tab-header:focus,
.ie10 .ups-legacy-tabs span.tab-header:focus,
.ie11 .ups-legacy-tabs span.tab-header:focus {
	outline: 1px solid #FFD100
}

.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner>span.tab-header,
.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner>a {
	width: 25%
}

.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner>a {
	float: left;
	visibility: visible;
	background: #f2f2f2;
	margin-top: 15px
}

.ups-legacy-tabs .ups-tab-headers .ups-wrap_inner>a>span.tab-header {
	width: 100%;
	background: none
}

@media (max-width: 767px) {
	.ups-legacy-tabs .ups-tab-content a:focus {
		outline-color: #C67D30
	}
	.ups-legacy-tabs .ups-tab-content .tab-header>.ups-med_show {
		position: absolute;
		top: 12px;
		right: 15px;
		width: 30px
	}
}

.ups-legacy-tabs a.ups-tab-move:focus {
	outline: 1px auto #FFD100;
	outline-offset: -2px
}

.ie9 .ups-legacy-tabs a.ups-tab-move:focus,
.ie10 .ups-legacy-tabs a.ups-tab-move:focus,
.ie11 .ups-legacy-tabs a.ups-tab-move:focus {
	outline: 1px solid #FFD100
}

@media (max-width: 767px) {
	.ups-legacy-tabs {
		border-bottom: none
	}
	.ups-legacy-tabs .ups-tab-content[data-open="true"] {
		border-bottom: none
	}
	.ups-legacy-tabs .ups-tab-content[data-open="true"] .tab-header {
		border-bottom: none
	}
	.ups-legacy-tabs .tab-header {
		border-bottom: 1px solid #757575
	}
	.ups-legacy-tabs .ups-tab-content[data-open="false"].top-tab .tab-header {
		border-top: none !important
	}
}

.ups-secondaryNav {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper {
	border: 1px solid #757575;
	padding: 0;
	margin: 0
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_title {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	background: #5E544B;
	color: #fff;
	cursor: pointer;
	padding: 12px 20px;
	line-height: 1.5;
	position: relative;
	width: 100%;
	text-align: left;
	padding-right: 50px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_title .icon {
	position: absolute;
	height: 16px;
	top: 50%;
	line-height: 16px;
	margin-top: -8px;
	right: 25px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secnav-head {
	font-size: 14px;
	margin: 0;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secnav-head button:focus {
	outline-offset: -5px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_allLinks {
	display: none;
	overflow: hidden;
	-webkit-transition: height .5s ease-out;
	-moz-transition: height .5s ease-out;
	-o-transition: height .5s ease-out
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_allLinks.fullHeight {
	display: block;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-o-transition: height .5s ease-in
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext {
	padding: 15px 30px;
	border: none;
	border-top: 1px solid #757575;
	width: 100%;
	background-color: #F7F6F5;
	float: left;
	text-align: left;
	font-weight: bold
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext:hover {
	text-decoration: underline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.active .ups-showtext {
	display: inline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.active .ups-hidetext {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.active .ups-moretext {
	display: inline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.inactive .ups-showtext {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.inactive .ups-hidetext {
	display: inline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext.inactive .ups-moretext {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-secNavAccordion_showhidetext .icon {
	font-size: 60%;
	padding-right: 5px;
	display: inline-block
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content {
	padding: 0;
	list-style: none;
	margin: 0;
	border-bottom: 0
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item {
	min-height: 45px;
	margin-top: 0px;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_prev {
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	display: block;
	background: #fff;
	padding: 12px 20px 12px 20px;
	line-height: 1.5;
	cursor: pointer;
	color: #404040;
	font-size: 14px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_prev .icon {
	text-decoration: none;
	position: absolute;
	height: 16px;
	top: 50%;
	margin-top: -9px;
	left: 3px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_prev:hover {
	color: #6e6e6e
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
	border: none;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 12px 20px;
	line-height: 1.5;
	padding-right: 50px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .icon {
	position: absolute;
	height: 16px;
	top: 50%;
	line-height: 16px;
	margin-top: -8px;
	right: 25px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle.current_page {
	padding: 12px 20px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	background: white;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding-left: 30px
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a {
	display: block;
	padding: 15px 5px 15px 0;
	color: #404040
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_allLinks {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .5s ease-out;
	-moz-transition: height .5s ease-out;
	-o-transition: height .5s ease-out
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_allLinks.fullHeight {
	height: auto;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-o-transition: height .5s ease-in
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_showhidetext {
	font-weight: bold
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_showhidetext.active .ups-showtex1t {
	display: inline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_showhidetext.active .ups-hidetext {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_showhidetext.inactive .ups-showtext {
	display: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-accordion_showhidetext.inactive .ups-hidetext {
	display: inline
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active {
	max-height: none
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	background: #DDD7D0
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle .icon:before {
	content: "\e653"
}

.ups-secondaryNav .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand {
	max-height: none
}

.ups-secondaryNav .ups-accordion_sub .ups-accordion_content {
	display: none;
	overflow: hidden;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.ups-secondaryNav .ups-accordion_sub.ups-active .ups-accordion_title .icon:before {
	content: "\e653"
}

.ups-secondaryNav .ups-accordion_sub.ups-active .ups-accordion_content {
	display: block
}

@media (max-width: 767px) {
	.ups-secondaryNav {
		display: block
	}
}

.ups-secondaryNav .ups-secondarynav-extn {
	margin-top: 30px;
	display: inline-block;
	width: 100%
}

.ups-secondaryNav .ups-secondarynav-extn h2 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #404040;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold
}

@media (max-width: 840px) {
	.ups-secondaryNav .ups-secondarynav-extn h2 {
		padding-left: 20px
	}
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links {
	margin: 0;
	padding: 0
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li {
	color: #404040;
	width: 100%;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #757575;
	position: relative;
	list-style: none;
	border: 1px solid #757575;
	border-bottom: none
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li a {
	color: #404040;
	display: inline-block;
	padding: 15px 30px;
	width: 100%
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li a:hover {
	text-decoration: none;
	background-color: #DDD7D0
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li .icon:after {
	content: '\e629';
	font-size: 14px;
	color: #404040;
	position: relative;
	font-family: "UPSicons" !important
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li:last-child {
	border-bottom: 1px solid
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li .icon.ups-link_newwindow {
	position: static;
	display: inline;
	-ms-transform: translateY(0px)
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secnavExtn-links li .icon.ups-link_newwindow:after {
	content: ''
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_allLinks {
	display: none;
	overflow: hidden;
	-webkit-transition: height .5s ease-out;
	-moz-transition: height .5s ease-out;
	-o-transition: height .5s ease-out
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_allLinks.fullHeight {
	display: block;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-o-transition: height .5s ease-in
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_allLinks .ups-secnavExtn-links li:first-child {
	border-top: 0
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext {
	padding: 15px 30px;
	border: 1px solid #757575;
	border-top: 0;
	width: 100%;
	background-color: #F7F6F5;
	float: left;
	text-align: left;
	font-weight: bold
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext:hover {
	text-decoration: underline
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.active .ups-showtext {
	display: inline
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.active .ups-hidetext {
	display: none
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.active .ups-moretext {
	display: inline
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.inactive .ups-showtext {
	display: none
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.inactive .ups-hidetext {
	display: inline
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext.inactive .ups-moretext {
	display: none
}

.ups-secondaryNav .ups-secondarynav-extn .ups-secNav_showhidetext .icon {
	font-size: 60%;
	padding-right: 5px;
	display: inline-block
}

.ups-secondaryNav .ups-secNav_showhidetext {
	color: #404040
}

.subsection_aside .ups-secondaryNav {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-secondaryNav:first-child {
	margin-top: 0
}

.subsection_aside .ups-secondaryNav:last-child {
	margin-bottom: 0
}

@media (max-width: 840px) {
	.subsection_aside .ups-secondaryNav {
		display: block
	}
}

@media (max-width: 767px) {
	.subsection_aside .ups-secondaryNav {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width: 840px) {
	.iw_columns.col-lg-4 .ups-secondaryNav {
		display: block
	}
}

.ups-article {
	margin-bottom: 60px
}

.ups-article .ups-article-header {
	padding: 0;
	font-size: 2em
}

.ups-article .ups-article-header:after {
	content: none
}

.ups-article .ups-article_tags ul {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.ups-article .ups-article-header {
		font-size: 2em
	}
	.ups-article .ups-article_author {
		width: 100%
	}
	.ups-article .ups-article_source {
		width: 100%;
		float: left;
		text-align: left;
		margin-top: 5px
	}
	.ups-article .ups-article_source .ups-article_sourceImg img {
		float: left
	}
	.ups-article .ups-article_source .ups-article_sourceImg p {
		margin: 0px 0px 6px 0px;
		margin-left: 10px
	}
	.ups-article .ups-article_index {
		max-width: 1000px;
		padding: 45px 30px 0
	}
	.ups-article .ups-article_index ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		font-family: Tahoma, helvetica, arial, sans-serif;
		margin-bottom: 45px
	}
	.ups-article .ups-article_index ul .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	.ups-article .ups-article_wrap blockquote {
		max-width: 100%;
		margin: 10px 0 30px
	}
	.ups-article .ups-article_wrap ul {
		padding: 0 15px
	}
	.ups-article .ups-article_wrap ul li {
		padding: 5px 0
	}
	.ups-article .ups-article_wrap a {
		margin: 30px 0
	}
	.ups-article .ups-article_readMore a {
		margin: 0
	}
}

.subsection_aside .ups-article .ups-article-header,
.iw_columns.col-lg-4 .ups-article .ups-article-header {
	font-size: 2em
}

.subsection_aside .ups-article .ups-article_author,
.iw_columns.col-lg-4 .ups-article .ups-article_author {
	width: 100%
}

.subsection_aside .ups-article .ups-article_source,
.iw_columns.col-lg-4 .ups-article .ups-article_source {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 5px
}

.subsection_aside .ups-article .ups-article_source .ups-article_sourceImg img,
.iw_columns.col-lg-4 .ups-article .ups-article_source .ups-article_sourceImg img {
	float: left
}

.subsection_aside .ups-article .ups-article_source .ups-article_sourceImg p,
.iw_columns.col-lg-4 .ups-article .ups-article_source .ups-article_sourceImg p {
	margin: 0px 0px 6px 0px;
	margin-left: 10px
}

.subsection_aside .ups-article .ups-article_index,
.iw_columns.col-lg-4 .ups-article .ups-article_index {
	max-width: 1000px;
	padding: 45px 30px 0
}

.subsection_aside .ups-article .ups-article_index ul,
.iw_columns.col-lg-4 .ups-article .ups-article_index ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 45px
}

.subsection_aside .ups-article .ups-article_index ul .ups-rtl,
.iw_columns.col-lg-4 .ups-article .ups-article_index ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.subsection_aside .ups-article .ups-article_wrap blockquote,
.iw_columns.col-lg-4 .ups-article .ups-article_wrap blockquote {
	max-width: 100%;
	margin: 10px 0 30px
}

.subsection_aside .ups-article .ups-article_wrap ul,
.iw_columns.col-lg-4 .ups-article .ups-article_wrap ul {
	padding: 0 15px
}

.subsection_aside .ups-article .ups-article_wrap ul li,
.iw_columns.col-lg-4 .ups-article .ups-article_wrap ul li {
	padding: 5px 0
}

.subsection_aside .ups-article .ups-article_wrap a,
.iw_columns.col-lg-4 .ups-article .ups-article_wrap a {
	margin: 30px 0
}

.subsection_aside .ups-article .ups-article_readMore a,
.iw_columns.col-lg-4 .ups-article .ups-article_readMore a {
	margin: 0
}

.ups-article_index {
	background: #e5f5f8;
	border-top: 1px solid #009cbd;
	border-bottom: 1px solid #009cbd;
	padding: 40px 40px 25px;
	margin: 30px 0;
	width: 100%;
	float: left
}

.ups-article_index p {
	font-size: 1.25em
}

.ups-article_index p:last-child {
	margin-bottom: 0
}

.ups-article_index ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	*zoom: 1
}

.ups-article_index ul:after {
	content: "";
	display: table;
	clear: both
}

.ups-article_index ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-article_index ul li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0
}

.ups-article_index ul li a {
	color: #300;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

@media (min-width: 768px) {
	.ups-article_index ul li {
		width: 50%
	}
	.ups-article_index ul li:nth-child(odd) {
		padding-right: 15px
	}
	.ups-article_index ul li:nth-child(even) {
		float: right;
		clear: right;
		padding-left: 15px
	}
	.ups-article_index ul li:nth-child(1):nth-last-child(1),
	.ups-article_index ul li:nth-child(1):nth-last-child(1)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(2),
	.ups-article_index ul li:nth-child(1):nth-last-child(2)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(3),
	.ups-article_index ul li:nth-child(1):nth-last-child(3)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(4),
	.ups-article_index ul li:nth-child(1):nth-last-child(4)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(5),
	.ups-article_index ul li:nth-child(1):nth-last-child(5)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(6),
	.ups-article_index ul li:nth-child(1):nth-last-child(6)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(7),
	.ups-article_index ul li:nth-child(1):nth-last-child(7)~li,
	.ups-article_index ul li:nth-child(1):nth-last-child(8),
	.ups-article_index ul li:nth-child(1):nth-last-child(8)~li {
		width: 100%;
		float: left;
		padding: 0
	}
}

.ups-article_author {
	width: 70%;
	float: left;
	text-align: left
}

.ups-article_author .ups-article_authorImg {
	display: inline-block
}

.ups-article_author .ups-article_authorImg img {
	vertical-align: text-bottom
}

.ups-article_author .ups-article_authorName {
	display: inline-block;
	margin-left: 5px
}

.ups-article_author .ups-article_authorName h2 {
	color: #300;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.3em;
	margin: 0 0 6px
}

.ups-article_author .ups-article_authorName h2 a {
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #300
}

.ups-article_author .ups-article_authorName h2 a:hover {
	color: #404040
}

.ups-article_source {
	width: 30%;
	float: right;
	text-align: right
}

.ups-article_source .ups-article_sourceImg {
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #300
}

.ups-article_source .ups-article_sourceImg img {
	display: inline-block
}

.ups-article_source .ups-article_sourceImg p {
	margin: 0px 5px 6px 0px;
	display: inline-block;
	text-decoration: underline
}

.ups-article_source .ups-article_sourceImg p:hover {
	color: #404040
}

.ups-article_source .ups-article_sourceImg:hover {
	text-decoration: none
}

.ups-article_wrap {
	float: left;
	width: 100%;
	padding: 0
}

.ups-article_wrap h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.7em;
	margin: 30px 0 5px;
	line-height: 1.3em
}

.ups-article_wrap h3:first-child {
	margin-top: 0
}

.ups-article_wrap a.ups-cta {
	margin-bottom: 30px
}

.ups-article_wrap .ups-content_readMore {
	display: none
}

.ups-article_wrap .ups-content_readMore.ups-active {
	display: block
}

.ups-article_wrap .ups-article_readMore {
	display: inline-block
}

.ups-article_wrap figure {
	margin: 0 0 30px 0px;
	margin-right: 30px
}

.ups-article_wrap figure a {
	padding: 0;
	text-decoration: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0
}

.ups-article_wrap figure figcaption {
	border-bottom: 1px solid #e8e8e6
}

.ups-article_wrap figure figcaption p {
	margin: 10px 0
}

@media (max-width: 767px) {
	.ups-article_wrap figure {
		margin: 0 0 15px
	}
}

.ups-article_wrap blockquote {
	font-family: georgia;
	line-height: 1.6em;
	position: relative;
	max-width: 300px;
	width: 100%;
	font-size: 1.9em;
	color: #e45321;
	margin: 30px 0px;
	padding: 0 0 18px;
	border: 0;
	float: right;
	margin-left: 30px
}

.ups-article_wrap blockquote:after {
	content: '';
	width: 112px;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #ffb500;
	left: 0
}

.ups-article_wrap ul {
	padding: 15px 30px;
	overflow: hidden
}

.ups-article_wrap p {
	margin: 0px 0 15px
}

.ups-article_wrap a:not(.ups-cta) {
	display: block;
	padding: 0;
	color: #300;
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-left: 30px;
	margin-bottom: 30px
}

.ups-article_wrap a:not(.ups-cta) .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-article_readMore {
	background-color: #e8e8e6;
	border-bottom: 1px solid #6e6e6e;
	width: 100%;
	text-align: center
}

.ups-article_readMore a {
	padding: 10px 10px 6px !important;
	text-decoration: none !important;
	margin: 0 !important
}

.ups-article_tags {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #d9d9d6;
	display: table
}

.ups-article_tags .ups-article_tags_label {
	font-weight: 600;
	float: left;
	margin-top: 15px;
	display: table-cell;
	vertical-align: top
}

.ups-article_tags .ups-article_tagsArray {
	display: table-cell;
	vertical-align: top;
	float: left;
	padding-left: 50px
}

.ups-article_tags .ups-article_tag {
	float: left;
	padding: 15px;
	background: #d9d9d6;
	color: #000;
	margin: 0 0 15px;
	margin-right: 15px
}

.ups-article_tags a {
	text-decoration: none;
	color: #000
}

.ups-feedBased_blog {
	margin-bottom: 60px
}

.ups-feedBased_blog .ups-wrap {
	margin-top: 60px
}

@media (max-width: 767px) {
	.ups-feedBased_blog .ups-content_wrap .ups-article {
		margin-top: 0;
		margin-bottom: 0
	}
	.ups-feedBased_blog .ups-content_wrap:first-child .ups-article {
		margin-top: 60px
	}
}

.subsection_aside .ups-feedBased_blog .ups-content_wrap .ups-article,
.iw_columns.col-lg-4 .ups-feedBased_blog .ups-content_wrap .ups-article {
	margin-top: 0;
	margin-bottom: 0
}

.subsection_aside .ups-feedBased_blog .ups-content_wrap:first-child .ups-article,
.iw_columns.col-lg-4 .ups-feedBased_blog .ups-content_wrap:first-child .ups-article {
	margin-top: 60px
}

.ups-feedBased_blog-wrapper .ups-content_wrap {
	padding-bottom: 60px;
	border-bottom: 10px solid #bebebe;
	float: left
}

.ups-feedBased_blog-wrapper .ups-content_wrap:first-child .ups-article {
	margin-top: 0
}

.ups-feedBased_blog-wrapper .ups-content_wrap:last-child {
	margin-bottom: 60px
}

@media (max-width: 767px) {
	.ups-feedBased_blog-wrapper .ups-content_wrap {
		margin-bottom: 30px;
		padding-bottom: 30px
	}
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article {
	padding: 0 !important;
	margin-bottom: 0
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner {
	padding: 0;
	border: 0
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article-header {
	cursor: pointer;
	line-height: 40px;
	float: left;
	width: 100%;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

@media (max-width: 767px) {
	.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article-header {
		margin-bottom: 30px
	}
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article-header:hover {
	text-decoration: underline;
	color: #404040
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article_author {
	clear: left;
	margin-bottom: 5px
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article_wrap {
	padding: 10px 0 0
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-article .ups-wrap_inner .ups-article_wrap ul {
	padding: 0 30px
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-feedBased_blog-link {
	display: block;
	margin-top: 10px;
	color: #300;
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	float: left
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-feedBased_blog-link:hover {
	color: #404040
}

.ups-feedBased_blog-wrapper .ups-content_wrap .ups-feedBased_blog-link .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-list {
	margin-bottom: 60px
}

.ups-list .ups-list_introductory ul,
.ups-list .ups-list_introductory ol {
	padding-left: 15px
}

.ups-list .ups-list_introductory ul li,
.ups-list .ups-list_introductory ol li {
	padding: 4px 0
}

.ups-list .ups-list_introductory ul li {
	list-style-type: disc
}

.ups-list .ups-list_introductory p:first-child sup {
	top: -0.35em
}

.ups-list select option[default] {
	color: pink
}

.ups-list.bg-gray {
	background: #e8e8e6;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-bottom: 60px
}

.ups-list.bg-gray .ups-wrap_inner:before {
	content: '';
	position: absolute;
	top: -45px;
	left: -3000px;
	width: 6000px;
	height: 45px;
	background: #e8e8e6
}

.ups-list.bg-gray .ups-wrap_inner:after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -3000px;
	width: 6000px;
	height: 60px;
	background: #e8e8e6
}

.ups-list .ups-list_detail {
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 32%;
	display: inline-block;
	vertical-align: text-top;
	table-layout: auto
}

.ups-list .ups-list_detail.active {
	display: block
}

.ups-list .list-filter {
	background: #d9d9d6;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 15px 20px
}

.ups-list .list-filter .filter-container {
	height: 45px
}

.ups-list .list-filter .ups-form_label {
	float: left;
	padding-right: 30px;
	color: #404040;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ups-list .list-filter .ups-dropdown_wrapper {
	float: left
}

.ups-list .ups-list-image_container {
	position: relative
}

.ups-list .ups-list-image_container.ups-list-imgleft {
	float: left;
	padding-right: 15px;
	padding-left: 0;
	max-width: 42.5%
}

.ups-list .ups-list-image_container.ups-list-imgcenter {
	max-width: none;
	margin-bottom: 15px;
	text-align: center
}

@media (max-width: 991px) {
	.ups-list .ups-list-image_container.ups-list-imgcenter {
		padding-right: 0
	}
}

.ups-list .ups-list-image_container.ups-list-imgright {
	float: right;
	padding-right: 0;
	padding-left: 15px;
	max-width: 42.5%
}

.ups-list .ups-list-image_container img {
	max-width: 100%
}

.ups-list .ups-list-image_container .ups-icon-document:hover,
.ups-list .ups-list-image_container .ups-icon-play:hover {
	text-decoration: none
}

.ups-list .ups-list-image_container .ups-icon-document:before,
.ups-list .ups-list-image_container .ups-icon-play:before {
	position: absolute;
	top: 30%;
	right: 37%;
	color: white;
	font-size: 54px;
	z-index: 2
}

@media (max-width: 767px) {
	.ups-list .ups-list-image_container .ups-icon-document:before,
	.ups-list .ups-list-image_container .ups-icon-play:before {
		top: 23%;
		right: 31%
	}
}

.ups-list .ups-list-image_container .ups-icon-play:after {
	content: '';
	border-radius: 50%;
	line-height: 40px;
	position: absolute;
	height: 48px;
	width: 48px;
	right: 38%;
	top: 30%;
	margin-left: -20px;
	background-color: rgba(0, 0, 0, 0.3);
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1
}

@media (max-width: 767px) {
	.ups-list .ups-list-image_container .ups-icon-play:after {
		top: 26%;
		right: 36%
	}
}

.ups-list .ups-list-image_container .ups-icon-document:before {
	width: 39px;
	height: 48px;
	background-size: 40px;
	right: 40%;
	content: "";
	background: url("../images/icons/document-icon.svg") no-repeat
}

@media (max-width: 767px) {
	.ups-list .ups-list-image_container .ups-icon-document:before {
		width: 35px;
		height: 43px;
		background-size: 35px;
		right: 42%;
		top: 27%
	}
}

.ups-list .ups-list-text_container.ups-list-txtleft {
	display: table-cell;
	vertical-align: top;
	text-align: left
}

.ups-list .ups-list-text_container.ups-list-txtcenter {
	text-align: center;
	float: none;
	margin: 0 auto;
	max-width: none
}

@media (max-width: 991px) {
	.ups-list .ups-list-text_container.ups-list-txtcenter {
		padding-left: 0
	}
}

@media (max-width: 767px) {
	.ups-list .ups-list-text_container.ups-list-txtcenter {
		padding-left: 15px
	}
}

.ups-list .ups-list-text_container.ups-list-txtright {
	display: table-cell;
	vertical-align: top;
	text-align: right
}

.ups-list .ups-list-text_container h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 5px
}

.ups-list .ups-list-text_container h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-list .ups-list-text_container h2 span {
	text-decoration: underline
}

.ups-list .ups-list-text_container h2 span.symbol {
	text-decoration: none
}

.ups-list .ups-list-text_container h2 ul.ups-list_disc {
	padding-left: 0;
	margin-left: 16px
}

.ups-list .ups-list-text_container h2 ul.ups-list_decimal {
	padding-left: 0;
	margin-left: 23px
}

.ups-list .ups-list-text_container p {
	margin-bottom: 5px
}

.ups-list .ups-list-text_container p:last-child {
	margin-bottom: 0
}

.ups-list .ups-list-text_container a {
	color: #300;
	text-decoration: none
}

.ups-list .ups-list-text_container a:hover {
	text-decoration: underline;
	color: #6e6e6e
}

.ups-list ul {
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none
}

.ups-list ul.ups-list_disc {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside
}

.ups-list ul.ups-list_decimal {
	padding-left: 18px;
	list-style-type: decimal
}

.ups-list ul.ups-list_row {
	width: auto
}

.ups-list .ups-link-list {
	margin-top: 15px;
	text-decoration: underline
}

.ups-list .ups-link-list ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	*zoom: 1
}

.ups-list .ups-link-list ul:after {
	content: "";
	display: table;
	clear: both
}

.ups-list .ups-link-list ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-list .ups-link-list ul li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0
}

.ups-list .ups-link-list ul li a {
	color: #300;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

@media (min-width: 768px) {
	.ups-list .ups-link-list ul li {
		width: 50%
	}
	.ups-list .ups-link-list ul li:nth-child(odd) {
		padding-right: 15px
	}
	.ups-list .ups-link-list ul li:nth-child(even) {
		float: right;
		clear: right;
		padding-left: 15px
	}
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(1),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(1)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(2),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(2)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(3),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(3)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(4),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(4)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(5),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(5)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(6),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(6)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(7),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(7)~li,
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(8),
	.ups-list .ups-link-list ul li:nth-child(1):nth-last-child(8)~li {
		width: 100%;
		float: left;
		padding: 0
	}
}

.ups-list .ups-link-list ul li a {
	color: #426DA9
}

.ups-list .ups-link-list ul li a:visited {
	color: #4A5B7F
}

.ups-list .ups-imageblock_image {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	min-width: 32%;
	min-height: 270px
}

.ups-list .ups-imageblock_image img {
	width: 100%
}

.ups-list .ups-imageblock_image:hover .ups-imageblock_text,
.ups-list .ups-imageblock_image:focus .ups-imageblock_text {
	text-decoration: underline;
	color: #6e6e6e
}

@media only screen and (max-width: 1300px) {
	.ups-list .ups-imageblock_image {
		min-height: 200px
	}
}

@media (max-width: 767px) {
	.ups-list .ups-imageblock_image {
		min-height: 240px
	}
}

.ups-list .ups-imageblock_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	padding-right: 50px;
	background: rgba(255, 255, 255, 0.85);
	color: #404040;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-list .ups-imageblock_text h3 {
	margin: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700
}

.ups-list .ups-imageblock_text h3.ups-desc-title {
	margin-bottom: 5px
}

.ups-list .ups-imageblock_text .icon.ups-imageblock-arrow:after {
	content: '\e629';
	font-size: 28px;
	color: #6e6e6e;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 12px;
	font-family: "UPSicons" !important
}

.ups-list .ups-list_introductory {
	margin-bottom: 30px;
	font-size: 1.143em;
	line-height: 24px
}

.ups-list .ups-list_introductory p :last-child {
	margin: 0
}

.ups-list .ups-list_introductory:last-child {
	margin-bottom: 0
}

.ups-list .ups-list_explanatory {
	margin-bottom: 30px;
	font-size: 16px
}

.ups-list .ups-list_explanatory p:last-child {
	margin: 0
}

.ups-list .ups-list_explanatory:last-child {
	margin-bottom: 0
}

@media (max-width: 991px) {
	.ups-list .ups-list_detail {
		width: 45%
	}
}

@media (max-width: 767px) {
	.ups-list .ups-list_introductory,
	.ups-list .ups-list_explanatory {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.ups-list .list-filter {
		margin: 30px -20px
	}
	.ups-list .ups-list_single .ups-list_row,
	.ups-list .ups-list_multi .ups-list_row {
		margin-left: 0;
		margin-right: 0
	}
	.ups-list .ups-list_single .ups-list_detail,
	.ups-list .ups-list_multi .ups-list_detail {
		padding: 0 0 30px;
		border-bottom: 1px solid #bebebe
	}
	.ups-list .ups-list_single .ups-list_row:first-child .ups-list_detail.filter:first-child,
	.ups-list .ups-list_multi .ups-list_row:first-child .ups-list_detail.filter:first-child {
		padding-top: 0
	}
	.ups-list .ups-list_single .ups-list_row:last-child .ups-list_detail:last-child,
	.ups-list .ups-list_multi .ups-list_row:last-child .ups-list_detail:last-child {
		padding-bottom: 30px
	}
	.ups-list .ups-list_single .ups-list_row:last-child .ups-list_detail:last-child.ups-detail_imageblock,
	.ups-list .ups-list_multi .ups-list_row:last-child .ups-list_detail:last-child.ups-detail_imageblock {
		border-bottom: none;
		padding-bottom: 0
	}
	.ups-list .ups-list_detail.ups-detail_imageblock {
		border: none
	}
	.ups-list .ups-list-image_container.ups-list-imgcenter {
		float: left;
		padding-left: 0;
		margin-bottom: 0
	}
	.ups-list .ups-list-image_container img {
		width: auto;
		max-width: 150px
	}
}

@media (max-width: 767px) and (max-width: 500px) {
	.ups-list .ups-list-image_container img {
		max-width: 85px
	}
}

@media (max-width: 767px) {
	.ups-list .ups-list-text_container {
		display: table-cell;
		vertical-align: top
	}
	.ups-list .ups-list-text_container.ups-list-txtcenter {
		text-align: left
	}
	.ups-list .ups-list-col_bullets .ups-list_detail {
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-list .ups-list_detail {
		width: 100%
	}
	.ups-list .list-filter .filter-container {
		height: auto
	}
	.ups-list .list-filter .ups-form_label {
		float: none;
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.ups-list .list-filter .ups-dropdown_wrapper {
		margin-top: 15px;
		float: none;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.subsection_aside .ups-list .ups-link-list ul li,
.iw_columns.col-lg-4 .ups-list .ups-link-list ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.subsection_aside .ups-list .ups-list_row,
.iw_columns.col-lg-4 .ups-list .ups-list_row {
	margin: 0
}

.subsection_aside .ups-list_detail.ups-detail_imageblock,
.iw_columns.col-lg-4 .ups-list_detail.ups-detail_imageblock {
	padding: 0
}

@media (min-width: 768px) and (max-width: 840px) {
	.subsection_aside .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-4 .ups-list_detail.ups-detail_imageblock {
		padding: 0 20px
	}
}

.subsection_aside .iw_component .ups-list.bg-gray,
.iw_columns.col-lg-4 .iw_component .ups-list.bg-gray {
	background: transparent;
	padding: 0
}

.subsection_aside .iw_component .ups-list.bg-gray .ups-wrap_inner:after,
.subsection_aside .iw_component .ups-list.bg-gray .ups-wrap_inner:before,
.iw_columns.col-lg-4 .iw_component .ups-list.bg-gray .ups-wrap_inner:after,
.iw_columns.col-lg-4 .iw_component .ups-list.bg-gray .ups-wrap_inner:before {
	display: none
}

.ups-subsection .ups-list .list-filter .filter-container,
.iw_columns.col-lg-8 .ups-list .list-filter .filter-container {
	height: auto
}

.ups-subsection .ups-list .list-filter .ups-form_label,
.iw_columns.col-lg-8 .ups-list .list-filter .ups-form_label {
	float: none;
	position: relative;
	width: 100%;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.ups-subsection .ups-list .list-filter .ups-dropdown_wrapper,
.iw_columns.col-lg-8 .ups-list .list-filter .ups-dropdown_wrapper {
	margin-top: 15px;
	float: none;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

@media (max-width: 991px) {
	.ups-subsection .ups-list .ups-list_detail,
	.iw_columns.col-lg-8 .ups-list .ups-list_detail {
		width: 100%
	}
}

@media (max-width: 840px) {
	.ups-subsection .ups-list .ups-list_detail,
	.iw_columns.col-lg-8 .ups-list .ups-list_detail {
		width: 49%
	}
}

@media (max-width: 767px) {
	.ups-subsection .ups-list .ups-list_detail,
	.iw_columns.col-lg-8 .ups-list .ups-list_detail {
		width: 100%
	}
}

.ups-subsection .ups-list .ups-list_multi .ups-list_detail,
.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail {
	width: 49%
}

@media (max-width: 991px) {
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail {
		width: 100%
	}
}

.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock,
.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock {
	width: 49%
}

@media (min-width: 992px) and (max-width: 1280px) {
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text {
		max-height: 120px;
		overflow: hidden
	}
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div,
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div p,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div p {
		max-height: 50px;
		overflow: hidden;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text p,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock .ups-imageblock_text p {
		margin: 0
	}
}

@media (max-width: 991px) {
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock {
		width: 100%
	}
}

@media (max-width: 840px) {
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock {
		width: 49%
	}
}

@media (max-width: 767px) {
	.ups-subsection .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-8 .ups-list .ups-list_multi .ups-list_detail.ups-detail_imageblock {
		width: 100%
	}
}

.ups-subsection .ups-list .ups-list-col_bullets .ups-list_detail,
.iw_columns.col-lg-8 .ups-list .ups-list-col_bullets .ups-list_detail {
	width: 100%
}

.ups-subsection .ups-list .ups-list_alt ul.ups-multicolumn_6,
.ups-subsection .ups-list .ups-list_alt ul.ups-multicolumn_5,
.ups-subsection .ups-list .ups-list_alt ul.ups-multicolumn_4,
.ups-subsection .ups-list .ups-list_alt ul.ups-multicolumn_3,
.ups-subsection .ups-list .ups-list_alt ul.ups-multicolumn_2,
.iw_columns.col-lg-8 .ups-list .ups-list_alt ul.ups-multicolumn_6,
.iw_columns.col-lg-8 .ups-list .ups-list_alt ul.ups-multicolumn_5,
.iw_columns.col-lg-8 .ups-list .ups-list_alt ul.ups-multicolumn_4,
.iw_columns.col-lg-8 .ups-list .ups-list_alt ul.ups-multicolumn_3,
.iw_columns.col-lg-8 .ups-list .ups-list_alt ul.ups-multicolumn_2 {
	columns: 1
}

.ups-subsection .subsection_aside .ups-list,
.iw_columns.col-lg-4 .ups-list {
	margin-top: 0;
	margin-bottom: 60px;
	padding-top: 0;
	padding-bottom: 0
}

.ups-subsection .subsection_aside .ups-list:first-child,
.iw_columns.col-lg-4 .ups-list:first-child {
	margin-top: 0
}

.ups-subsection .subsection_aside .ups-list:last-child,
.iw_columns.col-lg-4 .ups-list:last-child {
	margin-bottom: 0
}

.ups-subsection .subsection_aside .ups-list.bg-gray,
.iw_columns.col-lg-4 .ups-list.bg-gray {
	padding-top: 60px;
	padding-bottom: 60px
}

.ups-subsection .subsection_aside .ups-list .ups-list_detail,
.iw_columns.col-lg-4 .ups-list .ups-list_detail {
	width: 100%
}

@media (max-width: 840px) {
	.ups-subsection .subsection_aside .ups-list .ups-list_detail,
	.iw_columns.col-lg-4 .ups-list .ups-list_detail {
		width: 49%
	}
}

@media (max-width: 767px) {
	.ups-subsection .subsection_aside .ups-list .ups-list_detail,
	.iw_columns.col-lg-4 .ups-list .ups-list_detail {
		width: 100%
	}
}

.ups-subsection .subsection_aside .ups-list .ups-list_single .ups-list_link .ups-list_detail,
.ups-subsection .subsection_aside .ups-list .ups-list-col_bullets .ups-list_link .ups-list_detail,
.iw_columns.col-lg-4 .ups-list .ups-list_single .ups-list_link .ups-list_detail,
.iw_columns.col-lg-4 .ups-list .ups-list-col_bullets .ups-list_link .ups-list_detail {
	width: 100%
}

.iw_columns.col-lg-8 .ups-list .ups-list_single .ups-list_detail,
.iw_columns.col-lg-12 .ups-list .ups-list_single .ups-list_detail {
	width: 100%
}

.iw_columns.col-lg-8 .ups-list .ups-list_single .ups-list_row:last-child,
.iw_columns.col-lg-12 .ups-list .ups-list_single .ups-list_row:last-child {
	margin-bottom: 0
}

.row.iw_row .iw_columns.col-lg-12 .iw_columns.col-lg-8 .ups-list .ups-list_single .ups-list_row .ups-list_detail:last-child,
.row.iw_row .iw_columns.col-lg-12 .iw_columns.col-lg-4 .ups-list .ups-list_single .ups-list_row .ups-list_detail:last-child {
	margin-bottom: 0
}

.row.iw_row .iw_columns.col-lg-12 .iw_columns.col-lg-8 .ups-list .ups-list_component+.ups-list_explanatory,
.row.iw_row .iw_columns.col-lg-12 .iw_columns.col-lg-4 .ups-list .ups-list_component+.ups-list_explanatory {
	margin-top: 45px
}

.ups-list .ups-list-col_links {
	background: #e8e8e6;
	padding: 30px
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-list .ups-list-col_links {
		padding-left: 45px;
		padding-right: 45px
	}
}

@media (max-width: 991px) {
	.ups-list .ups-list-col_links {
		padding-left: 26px;
		padding-right: 26px
	}
}

@media (max-width: 767px) {
	.ups-list .ups-list-col_links {
		padding-left: 20px;
		padding-right: 20px
	}
}

.ups-list .ups-list-col_links .ups-list_introductory {
	padding: 15px 15px 0
}

.ups-list .ups-list-col_links .ups-list_row {
	margin: 0
}

.ups-list .ups-list-col_links .ups-list_row dt {
	padding-top: 15px
}

.ups-list .ups-list-col_links .ups-list_row dt a {
	font-size: 1.5em;
	color: #300;
	margin-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-list .ups-list-col_links .ups-list_row dt a:hover {
	color: #6e6e6e
}

.ups-list .ups-list-col_links .ups-list_row dt:first-child {
	padding-top: 0
}

.ups-list .ups-list-col_links .ups-list_row dt .icon.ups-icon-chevronright:before {
	content: '\e629';
	position: relative;
	display: inline-block;
	margin-left: 10px
}

.ups-list .ups-list-col_links .ups-list_row dt+dd {
	padding-bottom: 15px;
	font-size: 1.143em;
	line-height: 24px
}

.ups-list .ups-list-col_links .ups-list_row dt+dd:last-child {
	padding-bottom: 0
}

.ups-list .ups-list-col_links .ups-list_row dt+dt {
	padding-top: 15px
}

.ups-list .ups-list-col_bullets {
	background: #e8e8e6;
	padding: 25px 20px
}

.ups-list .ups-list-col_bullets h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #404040;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-list .ups-list-col_bullets h3 {
	width: 100%;
	margin: 0;
	color: #404040;
	text-decoration: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-list .ups-list-col_bullets h3:hover {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-list .ups-list-col_bullets .ups-list_link {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	float: left
}

.ups-list .ups-list-col_bullets .ups-list_link:last-child .ups-list_detail {
	border-bottom: none
}

.ups-list .ups-list-col_bullets .ups-list_link:focus {
	z-index: 10
}

.ups-list .ups-list-col_bullets .ups-list_link:hover .icon.ups-listbullet-arrow {
	right: 30px
}

.ups-list .ups-list-col_bullets .ups-list_row {
	margin: 0
}

.ups-list .ups-list-col_bullets .ups-list_detail {
	color: #404040;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 15px 15px;
	padding-right: 40px;
	border-bottom: 1px solid #e8e8e6;
	position: relative;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-list .ups-list-col_bullets .ups-list_detail .icon {
	display: block;
	position: absolute;
	top: 32%;
	right: 20px
}

.ups-list .ups-list-col_bullets .ups-list_detail .icon.ups-listbullet-arrow:after {
	content: '\e629';
	font-size: 14px;
	color: #404040;
	right: 20px;
	font-family: "UPSicons" !important
}

.ups-list .ups-list-col_bullets .ups-list_detail:hover {
	color: #6e6e6e
}

.ups-list .ups-list-col_bullets .ups-list-text_container {
	width: 100%;
	position: relative;
	display: block
}

.ups-list_black .ups-listblack-subtitle {
	margin-top: 0
}

.ups-list_black h2 {
	margin-bottom: 5px
}

.ups-list_black .ups-list-black_detail {
	color: #fff;
	background: #404040;
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #e8e8e6;
	width: 100%
}

.ups-list_black .ups-list-black_detail .ups-list-black_text {
	min-height: 30px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-right: 75px
}

.ups-list_black .ups-list-black_detail:last-child {
	border-bottom: none
}

.ups-list_help {
	list-style: none;
	padding: 0
}

.ups-list_help h2 {
	margin-top: 0
}

.ups-list_help ul {
	padding: 0;
	list-style-type: none
}

.ups-list_help li a {
	position: relative;
	display: block;
	background: #fff;
	padding: 15px 22px 15px 20px;
	border: 1px solid #6e6e6e;
	border-bottom: 0;
	cursor: pointer;
	color: #404040
}

.ups-list_help li a .icon:before {
	content: '\e629';
	font-family: "UPSicons" !important;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	text-decoration: none;
	overflow: hidden;
	right: 10px
}

.ups-list_help li a:hover .icon:before {
	color: #6e6e6e;
	text-decoration: none;
	display: inline-block
}

.ups-list_help li a.email,
.ups-list_help li a.chat,
.ups-list_help li a.phone,
.ups-list_help li a.ups-icon-email,
.ups-list_help li a.ups-icon-conversation,
.ups-list_help li a.ups-icon-phone {
	padding: 15px 20px 15px 50px
}

.ups-list_help li a.email:hover,
.ups-list_help li a.chat:hover,
.ups-list_help li a.phone:hover,
.ups-list_help li a.ups-icon-email:hover,
.ups-list_help li a.ups-icon-conversation:hover,
.ups-list_help li a.ups-icon-phone:hover {
	text-decoration: underline
}

.ups-list_help li a.email .icon:before,
.ups-list_help li a.chat .icon:before,
.ups-list_help li a.phone .icon:before,
.ups-list_help li a.ups-icon-email .icon:before,
.ups-list_help li a.ups-icon-conversation .icon:before,
.ups-list_help li a.ups-icon-phone .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
	text-decoration: none;
	left: 15px
}

.ups-list_help li a.ups-icon-conversation:before,
.ups-list_help li a.ups-icon-email:before,
.ups-list_help li a.ups-icon-phone:before {
	content: ''
}

.ups-list_help li a.email .icon:before,
.ups-list_help li a.ups-icon-email .icon:before {
	content: '\e637'
}

.ups-list_help li a.chat .icon:before,
.ups-list_help li a.ups-icon-conversation .icon:before {
	content: '\e62f'
}

.ups-list_help li a.phone .icon:before,
.ups-list_help li a.ups-icon-phone .icon:before {
	content: '\e658'
}

.ups-list_help li:last-child {
	border-bottom: 1px solid #6e6e6e
}

.ups-list_alt .ups-list-alt_detail {
	padding-left: 10px;
	font-size: 18px
}

.ups-list_alt .ups-list-alt_detail ul {
	font-family: Tahoma, helvetica, arial, sans-serif;
	position: relative;
	line-height: 1;
	padding-left: 15px;
	margin-left: 10px
}

.ups-list_alt .ups-list-alt_detail ul li {
	margin-bottom: 30px;
	padding-right: 10px;
	word-break: break-all
}

.ups-list_alt .ups-list-alt_detail ul li:first-child {
	margin-top: 0
}

@media (min-width: 992px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6 li.ups-list_item {
		flex: 0 0 14.2%;
		max-width: 14.2%
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6 li.ups-list_item:nth-child(6n+1) {
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5 li.ups-list_item {
		flex: 0 0 18%;
		max-width: 18%
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5 li.ups-list_item {
		flex: 0 0 17.6%;
		max-width: 17.6%
	}
}

@media (min-width: 992px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5 li.ups-list_item:nth-child(5n+1) {
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4 li.ups-list_item {
		flex: 0 0 23%;
		max-width: 23%
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4 li.ups-list_item {
		flex: 0 0 22%;
		max-width: 22%
	}
}

@media (min-width: 992px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4 li.ups-list_item:nth-child(4n+1) {
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3 li.ups-list_item {
		flex: 0 0 31.7%;
		max-width: 31.7%
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3 li.ups-list_item {
		flex: 0 0 31%;
		max-width: 31%
	}
}

@media (min-width: 992px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3 li.ups-list_item:nth-child(3n+1) {
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 li.ups-list_item {
		flex: 0 0 47%;
		max-width: 47%
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 li.ups-list_item:nth-child(2n+1) {
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_1 {
		display: flex;
		flex-direction: column
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_1 li {
		margin-left: 0
	}
}

.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 {
	display: flex;
	flex-flow: row wrap
}

.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6 li.ups-list_item,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5 li.ups-list_item,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4 li.ups-list_item,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3 li.ups-list_item,
.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 li.ups-list_item {
	margin-left: 25px
}

@media (max-width: 991px) {
	.ups-list_alt .ups-list-alt_detail ul li.ups-list_item {
		flex: 0 0 45%;
		max-width: 45%
	}
}

@media (max-width: 767px) {
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 {
		flex-direction: column
	}
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_6 li.ups-list_item,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_5 li.ups-list_item,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_4 li.ups-list_item,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_3 li.ups-list_item,
	.ups-list_alt .ups-list-alt_detail ul.ups-multicolumn_2 li.ups-list_item {
		padding-left: 0;
		margin-left: 0
	}
	.ups-list_alt .ups-list-alt_detail ul li.ups-list_item {
		max-width: none
	}
}

.ups-list_alt .ups-list-alt_detail ul.ups-list_lower_alpha,
.ups-list_alt .ups-list-alt_detail ul .ups-list_lower_alpha {
	list-style-type: lower-alpha
}

.ups-list_alt .ups-list-alt_detail ul.ups-list_decimal,
.ups-list_alt .ups-list-alt_detail ul .ups-list_decimal {
	list-style-type: decimal
}

.ups-list_alt .ups-list-alt_detail ul.ups-list_disc,
.ups-list_alt .ups-list-alt_detail ul .ups-list_decimal {
	list-style-type: disc
}

.ups-list_alt .ups-list-alt_detail ul.ups-list_line_height {
	line-height: 1.5
}

.ups-list_alt .ups-list-alt_detail ul ul.ups-list_sublist {
	padding-left: 40px;
	padding-top: 30px
}

.ups-list_alt .ups-list-alt_detail ul ul.ups-list_sublist li:last-child {
	margin-bottom: 0
}

.ups-list_alt .ups-list-alt_detail.ups_inactive_bg {
	padding-top: 30px;
	background-color: #EDEDED
}

.ups-list_detail.ups-detail_imageblock {
	width: 33%
}

.ups-list_detail.ups-detail_imageblock a {
	position: relative;
	display: block;
	width: 100%
}

.ups-list_detail.ups-detail_imageblock a .ups-icon-play:before {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	color: white;
	font-size: 50px
}

@media (max-width: 767px) {
	.ups-list_detail.ups-detail_imageblock a .ups-icon-play:before {
		font-size: 45px
	}
}

.ups-list_detail.ups-detail_imageblock a .ups-icon-play:after {
	content: '';
	border-radius: 50%;
	line-height: 40px;
	position: absolute;
	height: 42px;
	width: 46px;
	top: 12px;
	right: 12px;
	margin-left: -20px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 3
}

@media (max-width: 767px) {
	.ups-list_detail.ups-detail_imageblock a .ups-icon-play:after {
		height: 44px;
		width: 38px;
		top: 9px;
		right: 13px
	}
}

.ups-list_detail.ups-detail_imageblock a .ups-icon-document:before {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	height: 49px;
	width: 39px;
	content: "";
	background: url("../images/icons/document-icon.svg") no-repeat
}

.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock,
.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock {
	width: 33%
}

@media (min-width: 768px) and (max-width: 1280px) {
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text {
		max-height: 120px;
		overflow: hidden
	}
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div,
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div p,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text h3+div p {
		max-height: 50px;
		overflow: hidden;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text p,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock .ups-imageblock_text p {
		margin: 0
	}
}

@media (max-width: 991px) {
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock {
		width: 49%
	}
}

@media (max-width: 767px) {
	.iw_columns.col-lg-12>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock,
	.iw_columns.col-lg-12>.iw_placeholder>.iw_component .ups-list .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock {
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-tabs .ups-list {
		margin-top: 0;
		margin-bottom: 0
	}
	.ups-tabs .ups-list .ups-list_row {
		margin-bottom: 0;
		margin-left: -20px;
		margin-right: -20px
	}
	.ups-tabs .ups-list .ups-list_detail {
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-tabs .ups-list .ups-list_detail:first-child {
		border-top: none;
		padding-top: 30px
	}
	.ups-tabs .ups-list .ups-list_detail:last-child {
		border-bottom: none
	}
}

.ups-list_multi.list_multi_centered .ups-list_detail {
	margin-bottom: 30px
}

.ups-list_multi.list_multi_centered .ups-list_detail .ups-list-text_container.ups-list-txtcenter .ups-link-list li {
	text-align: center
}

@media (max-width: 767px) {
	.ups-list_multi.list_multi_centered .ups-list_detail .ups-list-text_container.ups-list-txtcenter .ups-link-list li {
		text-align: left
	}
}

.ups-list_multi.list_multi_centered .ups-list_detail .ups-link-list ul li {
	text-align: center
}

.ups-list_multi.list_multi_centered .ups-list-image_container .ups-icon-play:before {
	position: absolute;
	top: 29%;
	right: 0;
	left: 0;
	color: white;
	font-size: 56px
}

.ups-list_multi.list_multi_centered .ups-list-image_container .ups-icon-play:after {
	position: absolute;
	right: 0;
	left: 0;
	margin-left: 0;
	margin: 0 auto
}

.ups-list_multi.list_multi_centered .ups-list-image_container .ups-icon-document:before {
	position: absolute;
	top: 29%;
	right: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	background: url("../images/icons/document-icon.svg") no-repeat
}

.ups-font-style_bold {
	font-weight: bold
}

.ups-font-style_normal {
	font-style: normal
}

.ups-background_stretch {
	margin-bottom: 20px;
	position: relative
}

.ups-background_stretch:before {
	content: '';
	position: absolute;
	width: 6000px;
	height: 100%;
	top: 0;
	left: -3000px;
	background: inherit;
	pointer-events: none
}

.ups-list_grid {
	margin-bottom: 60px
}

.ups-list_grid[class$="_bg"] {
	padding-top: 30px;
	padding-bottom: 30px
}

.ups-list_grid[class$="_bg"] .ups-list_multi_grid_imageblock .ups-list_row {
	background: none
}

.ups-list_grid[class$="_bg"] .ups-list_multi_grid_imageblock .ups-list_row .ups-list_detail {
	margin-bottom: 30px
}

.ups-list_grid[class$="_bg"] .ups-list_introductory {
	margin-bottom: 20px
}

.ups-list_grid.ups-background_stretch .ups-list_component .ups-list_multi .ups-list_detail {
	margin-bottom: 0
}

.ups-list_grid.ups-background_stretch .ups-list_component .ups-list_multi .ups-list_detail.ups-detail_imageblock {
	margin-bottom: 30px
}

.ups-list_grid .ups-list_introductory ul,
.ups-list_grid .ups-list_introductory ol {
	padding-left: 15px
}

.ups-list_grid .ups-list_introductory ul li,
.ups-list_grid .ups-list_introductory ol li {
	padding: 4px 0
}

.ups-list_grid .ups-list_introductory ul li {
	list-style-type: disc
}

.ups-list_grid .ups-list_introductory p:first-child sup {
	top: -0.35em
}

.ups-list_grid select option[default] {
	color: pink
}

.ups-list_grid.bg-gray {
	background: #e8e8e6;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-bottom: 60px
}

.ups-list_grid.bg-gray .ups-wrap_inner:before {
	content: '';
	position: absolute;
	top: -45px;
	left: -3000px;
	width: 6000px;
	height: 45px;
	background: #e8e8e6
}

.ups-list_grid.bg-gray .ups-wrap_inner:after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -3000px;
	width: 6000px;
	height: 60px;
	background: #e8e8e6
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail {
	position: relative;
	padding: 40px 30px;
	margin-right: 30px;
	max-width: 33%;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: text-top;
	table-layout: auto
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail:last-child {
	margin-right: 0
}

@media (max-width: 767px) {
	.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail:after {
		border-right: 0
	}
}

@media (max-width: 1200px) {
	.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail {
		margin-right: 20px
	}
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail {
		padding: 30px;
		max-width: 46.5%
	}
	.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail:nth-child(2n) {
		margin-right: 0
	}
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail.active {
	display: block
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail.ups-detail_imageblock {
	padding: 0;
	margin-right: 40px
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail[class$="_bg"] {
	border-radius: 5px;
	transition: 0.5s ease
}

.ups-list_grid .ups-list_multi .ups-list_row .ups-list_detail[class$="_bg"]:hover {
	transform: scale(1.055)
}

@media (min-width: 992px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 li.ups-list_detail {
		flex: 0 0 14.6%;
		max-width: 14.6%;
		padding: 40px 20px;
		margin-right: 20px
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 li.ups-list_detail:nth-child(6n) {
		margin-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 li.ups-list_detail {
		flex: 0 0 31%;
		max-width: 31%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 li.ups-list_detail:nth-child(3n) {
		margin-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 li.ups-list_detail {
		flex: 0 0 22%;
		max-width: 22%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 li.ups-list_detail:nth-child(4n) {
		margin-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 li.ups-list_detail {
		flex: 0 0 48%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 li.ups-list_detail:nth-child(2n) {
		margin-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 {
		flex-direction: column;
		align-items: center
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 li.ups-list_detail {
		margin-right: 0
	}
}

.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail {
	margin-right: 0
}

.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail:not(:last-child):after {
	border-right: 1px solid #757575;
	position: absolute;
	content: "";
	right: 0;
	top: 40px;
	bottom: 40px
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail:not(:last-child):after {
		bottom: 30px;
		top: 30px
	}
}

@media (max-width: 767px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail:not(:last-child):after {
		border-right: 0
	}
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail:nth-child(2n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line li.ups-list_detail:nth-last-child(2):after {
		bottom: 30px
	}
}

@media (min-width: 992px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_6 li.ups-list_detail {
		flex: 0 0 16.6%;
		max-width: 16.6%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_6 li.ups-list_detail:nth-child(6n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_4 li.ups-list_detail {
		flex: 0 0 25%;
		max-width: 25%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_4 li.ups-list_detail:nth-child(4n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_3 li.ups-list_detail {
		flex: 0 0 33.3%;
		max-width: 33.3%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_3 li.ups-list_detail:nth-child(3n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_2 li.ups-list_detail {
		flex: 0 0 50%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_2 li.ups-list_detail:nth-child(2n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_1 li.ups-list_detail {
		margin-bottom: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-list_separator_line.ups-flex_col_1 li.ups-list_detail:after {
		border-right: 0
	}
}

.ups-list_grid .ups-list_multi .ups-list_row .icon.ups-icon-chevronright:before {
	content: "\e629";
	display: inline-block;
	position: relative;
	margin-left: 10px
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 li.ups-list_detail {
		flex: 0 0 48%;
		max-width: 46.5%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6:nth-child(2n):after,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4:nth-child(2n):after,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3:nth-child(2n):after,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2:nth-child(2n):after {
		border-right: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 {
		flex-direction: column;
		align-items: center
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 li.ups-list_detail {
		margin-right: 0;
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 {
		flex-direction: column
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 li.ups-list_detail,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 li.ups-list_detail {
		margin-right: 0;
		max-width: none;
		flex-basis: auto;
		width: 100%
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 li.ups-list_detail:last-child,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 li.ups-list_detail:last-child,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 li.ups-list_detail:last-child,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 li.ups-list_detail:last-child,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 li.ups-list_detail:last-child {
		margin-bottom: 0
	}
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-link-list li,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-link-list li,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-link-list li,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-link-list li,
	.ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-link-list li {
		margin-bottom: 0
	}
}

.ups-list_grid .ups-list_multi.ups-background_stretch .ups-list_separator_line:after,
.ups-list_grid .ups-list_multi[class*="ups-"][class$="_bg"] .ups-list_separator_line:after {
	bottom: 0
}

.ups-list_grid .ups-list_multi.ups-background_stretch .ups-list_detail,
.ups-list_grid .ups-list_multi[class*="ups-"][class$="_bg"] .ups-list_detail {
	margin-right: 0;
	margin-bottom: 0
}

.ups-list_grid .ups-list_multi.ups-background_stretch .ups-list_detail.ups-detail_imageblock,
.ups-list_grid .ups-list_multi[class*="ups-"][class$="_bg"] .ups-list_detail.ups-detail_imageblock {
	margin-right: 40px;
	margin-bottom: 30px
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-white_bg li.ups-detail_imageblock {
	background-color: #fff
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-white_bg li.ups-detail_imageblock .ups-imageblock_text {
	padding: 20px
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-inactive_bg {
	background-color: transparent
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-inactive_bg li.ups-detail_imageblock {
	background-color: #EDEDED
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-inactive_bg li.ups-detail_imageblock .ups-imageblock_text {
	padding: 20px
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row li.ups-detail_imageblock>a {
	text-decoration: none
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row li.ups-detail_imageblock .ups-links_container {
	padding-top: 20px
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row li.ups-detail_imageblock .ups-links_container p.ups-link {
	color: #242424
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_4 li.ups-list_detail {
	flex: 0 0 22%;
	max-width: 22%
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_4 li.ups-list_detail {
		max-width: 21%
	}
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_3 li.ups-list_detail {
	flex: 0 0 30%;
	max-width: 30%
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_4 li.ups-list_detail,
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_3 li.ups-list_detail,
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_2 li.ups-list_detail,
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_1 li.ups-list_detail {
		flex: 0 0 46.5%;
		max-width: 46.5%
	}
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_4 li.ups-list_detail:nth-child(2n),
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_3 li.ups-list_detail:nth-child(2n),
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_2 li.ups-list_detail:nth-child(2n),
	.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock .ups-list_row.ups-flex_col_1 li.ups-list_detail:nth-child(2n) {
		margin-right: 0
	}
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock[class*="ups-"][class$="_bg"] {
	padding: 30px 30px 0 30px
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock[class*="ups-"][class$="_bg"] .ups-list_row {
	background: none
}

.ups-list_grid .ups-list_multi.ups-list_multi_grid_imageblock[class*="ups-"][class$="_bg"] .ups-list_row li.ups-detail_imageblock {
	margin-bottom: 30px
}

.ups-list_grid .ups-list_multi[class$="_bg"] {
	margin-bottom: 20px
}

.ups-list_grid .ups-list_multi[class$="_bg"] .ups-list_detail {
	margin-bottom: 0
}

.ups-list_grid .list-filter {
	background: #d9d9d6;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 15px 20px
}

.ups-list_grid .list-filter .filter-container {
	height: 45px
}

.ups-list_grid .list-filter .ups-form_label {
	float: left;
	padding-right: 30px;
	color: #404040;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ups-list_grid .list-filter .ups-dropdown_wrapper {
	float: left
}

.ups-list_grid .ups-list-image_container {
	position: relative
}

.ups-list_grid .ups-list-image_container.ups-list-imgleft {
	width: 42.5%;
	display: block;
	float: left;
	max-width: 100%;
	width: auto;
	margin-right: 15px;
	margin-bottom: 5px
}

.ups-list_grid .ups-list-image_container.ups-list-imgcenter {
	max-width: none;
	text-align: center;
	margin-bottom: 15px
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list-image_container.ups-list-imgcenter {
		padding-right: 0
	}
}

.ups-list_grid .ups-list-image_container.ups-list-imgright {
	float: right;
	margin-bottom: 5px
}

.ups-list_grid .ups-list-image_container h2 {
	font-weight: bold
}

.ups-list_grid .ups-list-image_container h2.ups-font-style_regular {
	font-weight: normal
}

.ups-list_grid .ups-list-image_container img {
	max-height: 100%;
	max-width: 100%
}

.ups-list_grid .ups-list-image_container .ups-icon-document:hover,
.ups-list_grid .ups-list-image_container .ups-icon-play:hover {
	text-decoration: none
}

.ups-list_grid .ups-list-image_container .ups-icon-document:before,
.ups-list_grid .ups-list-image_container .ups-icon-play:before {
	position: absolute;
	top: 30px;
	left: 30px;
	color: white;
	font-size: 3em;
	z-index: 2
}

.ups-list_grid .ups-list-image_container .ups-icon-play:after {
	content: '';
	border-radius: 50%;
	line-height: 40px;
	position: absolute;
	height: 40px;
	width: 40px;
	left: 50px;
	top: 30px;
	margin-left: -20px;
	background-color: rgba(0, 0, 0, 0.3);
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 1
}

.ups-list_grid .ups-list-image_container .ups-icon-document:before {
	width: 48px;
	height: 48px;
	background-size: 40px;
	top: 30px;
	left: 35px;
	content: "";
	background: url("../images/icons/document-icon.svg") no-repeat
}

.ups-list_grid .ups-list-text_container {
	display: inline-block;
	word-break: break-all
}

.ups-list_grid .ups-list-text_container.text-right .ups-link-list {
	float: right
}

.ups-list_grid .ups-list-text_container.text-center .ups-list-desc_container {
	word-break: normal
}

.ups-list_grid .ups-list-text_container.text-center .ups-link-list ul li {
	text-align: center
}

.ups-list_grid .ups-list-text_container.text-left .ups-link-list ul li {
	text-align: left
}

.ups-list_grid .ups-list-text_container.ups-font_color_white a.ups-link {
	color: #fff
}

.ups-list_grid .ups-list-text_container h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 15px
}

.ups-list_grid .ups-list-text_container h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-list_grid .ups-list-text_container h2 span.symbol {
	text-decoration: none
}

.ups-list_grid .ups-list-text_container h2 ul.ups-list_disc {
	padding-left: 0;
	margin-left: 16px
}

.ups-list_grid .ups-list-text_container h2 ul.ups-list_decimal {
	padding-left: 0;
	margin-left: 23px
}

.ups-list_grid .ups-list-text_container p {
	margin-bottom: 5px;
	font-size: 16px
}

.ups-list_grid .ups-list-text_container p:last-child {
	margin-bottom: 0
}

.ups-list_grid .ups-list-text_container a {
	text-decoration: none;
	position: relative
}

.ups-list_grid .ups-list-text_container a.ups-title_text_bold {
	font-weight: bold
}

.ups-list_grid .ups-list-text_container a:hover {
	text-decoration: underline
}

.ups-list_grid ul {
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none
}

.ups-list_grid ul.ups-list_disc {
	padding-left: 15px;
	list-style-type: disc
}

.ups-list_grid ul.ups-list_multicolumn {
	columns: 5
}

.ups-list_grid ul.ups-list_multicolumn li:first-child {
	margin-top: 0
}

@media (max-width: 991px) {
	.ups-list_grid ul.ups-list_multicolumn {
		columns: 3
	}
}

@media (max-width: 767px) {
	.ups-list_grid ul.ups-list_multicolumn {
		columns: 1
	}
}

.ups-list_grid ul.ups-list_decimal {
	padding-left: 18px;
	list-style-type: decimal
}

.ups-list_grid ul.ups-list_subnav {
	font-weight: normal;
	font-size: 18px;
	margin: 30px
}

.ups-list_grid ul.ups-list_row {
	display: flex;
	margin: 0;
	justify-content: center;
	flex-flow: row wrap
}

.ups-list_grid .ups-link-list {
	margin-top: 20px;
	text-decoration: underline;
	font-size: 16px
}

.ups-list_grid .ups-link-list ul {
	margin: 0
}

.ups-list_grid .ups-link-list ul li a {
	text-decoration: underline;
	padding: 0;
	white-space: nowrap
}

.ups-list_grid .ups-imageblock_image {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	min-width: 32%
}

.ups-list_grid .ups-imageblock_image img {
	width: 100%
}

.ups-list_grid .ups-imageblock_text {
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	color: #242424;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-list_grid .ups-imageblock_text h3 {
	margin: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-list_grid .ups-imageblock_text h3.ups-desc-title {
	margin-bottom: 15px
}

.ups-list_grid .ups-imageblock_text h3.ups-desc-title.ups-font-style_regular {
	font-weight: normal
}

.ups-list_grid .ups-imageblock_text h3:hover,
.ups-list_grid .ups-imageblock_text h3:focus {
	text-decoration: underline
}

.ups-list_grid .ups-imageblock_text .icon.ups-imageblock-arrow:after {
	content: '\e629';
	font-size: 28px;
	color: #6e6e6e;
	bottom: 20%;
	position: absolute;
	right: 12px;
	font-family: "UPSicons" !important
}

@media (max-width: 991px) {
	.ups-list_grid .ups-imageblock_text .icon.ups-imageblock-arrow:after {
		bottom: 12%
	}
}

.ups-list_grid .ups-imageblock_text.ups-imageblock_text_center {
	text-align: center
}

.ups-list_grid .ups-list_introductory {
	margin-bottom: 50px;
	font-size: 1.143em;
	line-height: 24px
}

.ups-list_grid .ups-list_introductory p :last-child {
	margin: 0
}

.ups-list_grid .ups-list_introductory:last-child {
	margin-bottom: 0
}

.ups-list_grid .ups-list_explanatory {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px
}

.ups-list_grid .ups-list_explanatory p:last-child {
	margin: 0
}

.ups-list_grid .ups-list_explanatory:last-child {
	margin-bottom: 0
}

@media (max-width: 991px) {
	.ups-list_grid .ups-list_detail {
		max-width: 100%;
		flex: 0 0 48%
	}
}

@media (max-width: 767px) {
	.ups-list_grid .ups-list_introductory,
	.ups-list_grid .ups-list_explanatory {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.ups-list_grid .list-filter {
		margin: 30px -20px
	}
	.ups-list_grid .ups-list_single .ups-list_row,
	.ups-list_grid .ups-list_multi .ups-list_row {
		margin-left: 0;
		margin-right: 0
	}
	.ups-list_grid .ups-list_single .ups-list_row:first-child .ups-list_detail.filter:first-child,
	.ups-list_grid .ups-list_multi .ups-list_row:first-child .ups-list_detail.filter:first-child {
		padding-top: 0
	}
	.ups-list_grid .ups-list_single .ups-list_row:last-child .ups-list_detail:last-child.ups-detail_imageblock,
	.ups-list_grid .ups-list_multi .ups-list_row:last-child .ups-list_detail:last-child.ups-detail_imageblock {
		border-bottom: none;
		padding-bottom: 0
	}
	.ups-list_grid .ups-list_detail.ups-detail_imageblock {
		border: none
	}
	.ups-list_grid .ups-list-image_container.ups-list-imgcenter {
		padding-left: 0
	}
	.ups-list_grid .ups-list_detail {
		max-width: 100%;
		flex: 0 0 100%;
		margin-left: 0
	}
	.ups-list_grid .list-filter .filter-container {
		height: auto
	}
	.ups-list_grid .list-filter .ups-form_label {
		float: none;
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.ups-list_grid .list-filter .ups-dropdown_wrapper {
		margin-top: 15px;
		float: none;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

a,
.ups-link {
	color: #242424
}

.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 {
	display: flex;
	flex-flow: row wrap;
	align-items: normal
}

.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail {
	flex: 0 0 45.6%;
	max-width: 45.6%;
	margin-right: 25px;
	padding: 0
}

.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail:nth-child(2n),
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail:nth-child(2n),
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail:nth-child(2n),
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail:nth-child(2n),
.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail:nth-child(2n) {
	margin-right: 0
}

@media (max-width: 767px) {
	.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-8 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail {
		flex-basis: auto;
		max-width: none;
		margin-right: 0
	}
}

.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 {
	flex-direction: column
}

.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail,
.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail {
	width: 100%;
	max-width: none;
	padding: 0
}

@media (max-width: 991px) {
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail {
		max-width: 45.6%
	}
}

@media (max-width: 767px) {
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_1 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_2 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_3 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_4 .ups-list_detail,
	.row.iw_row .iw_columns.col-lg-4 .ups-list_grid .ups-list_multi .ups-list_row.ups-flex_col_6 .ups-list_detail {
		max-width: none
	}
}

.ups-list_grid .ups-list_multi.list_multi_centered .ups-list_row .ups-list_detail:last-child {
	margin-right: 0
}

.ups-list_grid .ups-list_multi.list_multi_centered .ups-list_row .ups-list_detail .ups-list-text_container {
	font-size: 16px
}

.ups-list_grid .ups-list_multi.list_multi_centered .ups-list-image_container .ups-icon-play:before {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	color: white;
	font-size: 4rem
}

.ups-list_grid .ups-list_multi.list_multi_centered .ups-list-image_container .ups-icon-document:before {
	top: 30px;
	height: 48px;
	width: 48px
}

@media (min-width: 992px) {
	.ups-article-header.col-md-8 {
		margin-left: 16.67%
	}
	.ups-article-header.col-md-10 {
		margin-left: 8.33%
	}
	.ups-list_introductory.col-md-8,
	.ups-list_introductory.col-md-10 {
		float: none
	}
}

.ups-formConfirmation_wrap {
	display: none
}

.ups-form_wrap {
	margin-bottom: 60px
}

.ups-form_wrap .ups-form_ctaGroup .ups-cta.ups-cta_secondary:focus {
	box-shadow: 0 0 0
}

.ups-form_wrap .ups-form_group {
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-bottom: 15px;
	clear: both
}

.ups-form_wrap .ups-form_group a {
	color: #426DA9
}

.ups-form_wrap .ups-form_group a:visited,
.ups-form_wrap .ups-form_group a:hover {
	color: #4A5B7F
}

.ups-form_wrap .ups-form_group .ups-required_indicator:after {
	content: "*"
}

.ups-form_wrap .ups-form_group.ups-help_wrapper.ups-help_textWrapper .ups-help_link {
	right: 0%
}

.ups-form_wrap .ups-form_group .ups-formError {
	display: none
}

.ups-form_wrap .ups-form_group.ups-error .ups-form_required:before {
	content: '[ ! ]';
	color: #c91a13;
	font-weight: normal;
	margin-right: 5px
}

.ups-form_wrap .ups-form_group.ups-error .ups-formError {
	display: block;
	color: #c91a13
}

.ups-form_wrap .ups-form_group.ups-error input,
.ups-form_wrap .ups-form_group.ups-error textarea {
	border-color: #c91a13
}

.ups-form_wrap .introductory {
	margin-bottom: 30px
}

.ups-form_wrap .ups-reqMsg {
	clear: both;
	margin-bottom: 30px
}

.ups-form_wrap .ups-form_label {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #242424;
	margin: 0 0 5px;
	display: inline-block;
	width: 100%;
	border: none;
	font-size: 1em
}

.ups-form_wrap .ups-form_label .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-form_wrap label.ups-form_label {
	font-weight: 700
}

.ups-form_wrap .ups-form_subheader {
	font-style: normal;
	margin-bottom: 5px
}

.ups-form_wrap .ups-help {
	z-index: 11;
	float: right;
	text-align: right
}

.ups-form_wrap .ups-help .ups-help_link {
	color: #426DA9;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0
}

.ups-form_wrap .ups-help .ups-help_link .ups-icon-questioncircle {
	display: inline
}

.ups-form_wrap .ups-help .ups-help_link:hover {
	color: #4A5B7F;
	text-decoration: underline
}

.ups-form_wrap .ups-help .ups-help_link .icon:before {
	line-height: 1.1;
	top: -1px;
	position: relative;
	float: right;
	margin-left: 5px
}

.ups-form_wrap .ups-help .ups-help_tooltip {
	display: none;
	position: absolute;
	max-width: 350px;
	width: 100%;
	bottom: 100%;
	margin-bottom: 50px;
	background: #d9d9d6;
	border: 2px solid #bebebe;
	padding: 30px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-left: -8px;
	text-align: left
}

.ups-form_wrap .ups-help .ups-help_tooltip:before {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 50px solid #bebebe;
	margin-left: -2px;
	left: 0%;
	border-right: 50px solid transparent
}

.ups-form_wrap .ups-help .ups-help_tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 45px solid #d9d9d6;
	left: 0%;
	border-right: 45px solid transparent
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomright {
	top: 87px;
	bottom: auto;
	margin-top: -25px;
	margin-bottom: 0
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomright:before {
	top: auto;
	bottom: 100%;
	border-top: 0;
	border-bottom: 50px solid #bebebe
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomright:after {
	top: auto;
	bottom: 100%;
	border-top: 0;
	border-bottom: 45px solid #d9d9d6
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomleft {
	right: 6px;
	left: auto;
	top: 87px;
	bottom: auto;
	margin-top: -25px;
	margin-bottom: 0
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomleft:before {
	left: auto;
	right: 0;
	top: auto;
	margin-right: -2px;
	bottom: 100%;
	border-top: 0;
	border-right: 0;
	border-bottom: 50px solid #bebebe;
	border-left: 50px solid transparent
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_bottomleft:after {
	left: auto;
	right: 0;
	top: auto;
	bottom: 100%;
	border-top: 0;
	border-right: 0;
	border-bottom: 45px solid #d9d9d6;
	border-left: 45px solid transparent
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_topleft {
	right: 6px;
	left: auto
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_topleft:before {
	left: auto;
	right: 0;
	margin-right: -2px;
	border-right: 0;
	border-left: 50px solid transparent
}

.ups-form_wrap .ups-help .ups-help_tooltip.ups-help_tooltip_topleft:after {
	left: auto;
	right: 0;
	border-right: 0;
	border-left: 45px solid transparent
}

.ups-form_wrap .ups-help .ups-help_close {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	cursor: pointer;
	top: 10px;
	font-size: 14px;
	right: 10px
}

.ups-form_wrap .ups-help .ups-help_close:before {
	line-height: 1.1
}

.ups-form_wrap .ups-error_show .ups-error_alert,
.ups-form_wrap .ups-error_show .ups-errorChannel {
	display: block
}

.ups-form_wrap .ups-error_alert {
	display: none;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #c91a13;
	font-size: 14px;
	padding: 0 30px;
	margin: 0 0 15px
}

.ups-form_wrap .ups-error_alert .icon:before {
	font-size: 24px;
	position: absolute;
	top: -5px;
	left: 0
}

.ups-form_wrap .ups-error_alert .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-form_wrap .ups-error_exclaim {
	color: #c91a13;
	margin-right: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-form_wrap .ups-form_errorWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.ups-form_wrap .ups-form_errorWrap .ups-form_errorMsg {
	position: relative
}

.ups-form_wrap .ups-form_errorWrap .ups-form_errorMsg p {
	background: #fff;
	border: 2px solid #c91a13;
	color: #c91a13;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	width: 100%;
	font-family: Tahoma, helvetica, arial, sans-serif;
	line-height: 20px
}

.ups-form_wrap .ups-form_errorWrap .ups-form_errorMsg p:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #c91a13;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 20px
}

.ups-form_wrap .ups-form_link {
	position: absolute;
	top: 0;
	color: #404040;
	text-decoration: underline;
	right: 0
}

.ups-form_wrap .ups-input_wrapper {
	width: 100%;
	padding: 0;
	position: relative
}

.ups-form_wrap .ups-input_wrapper .ups-checkIcon {
	display: none
}

.ups-form_wrap .ups-input_wrapper.ups-noError .ups-checkIcon {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px
}

.ups-form_wrap .ups-input_wrapper.ups-noError .ups-checkIcon .ups-icon-check:before {
	color: #64a70b;
	font-size: 1.4rem
}

.ups-form_wrap .ups-input_wrapper.ups-showError .ups-form_input,
.ups-form_wrap .ups-input_wrapper.ups-showError .ups-textArea {
	border-color: #c91a13;
	padding-right: 25px
}

.ups-form_wrap .ups-input_wrapper.ups-showError .ups-form_input:focus,
.ups-form_wrap .ups-input_wrapper.ups-showError .ups-textArea:focus {
	box-shadow: 0 0 6px #c91a13
}

.ups-form_wrap .ups-input_wrapper.ups-showError .error-list-wrapper {
	display: block
}

.ups-form_wrap .error-list-wrapper {
	display: none
}

.ups-form_wrap .error-list-wrapper .ups-icon-exclamation {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #c91a13
}

.ups-form_wrap .parsley-errors-list {
	-webkit-padding-start: 0px;
	padding: 0px
}

.ups-form_wrap .parsley-errors-list li {
	list-style: none;
	color: #c91a13;
	margin-top: 5px
}

.ups-form_wrap .ups-errorChannel {
	display: none;
	margin-bottom: 20px
}

.ups-form_wrap .ups-errorChannel li {
	list-style: none
}

.ups-form_wrap .ups-errorChannel li a {
	color: #c91a13
}

.ups-form_wrap .ups-cancelText {
	display: none
}

@media (max-width: 767px) {
	.ups-form_wrap .ups-textArea_wrapper {
		width: auto
	}
}

.ups-form_wrap .ups-textArea_wrapper .ups-textArea_characters {
	margin-top: 10px;
	font-style: normal
}

.ups-form_wrap .ups-textArea_wrapper .ups-textArea_characters .ups-contentExceed {
	display: none
}

.ups-form_wrap .ups-textArea_wrapper .ups-textArea_characters.ups-active .ups-contentExceed {
	display: inline-block;
	margin-left: 5px;
	color: #c91a13
}

.ups-form_wrap .ups-checkbox .ups-form_errorWrap {
	display: none;
	margin-left: -30px
}

.ups-form_wrap .ups-checkbox~.error-list-wrapper,
.ups-form_wrap .ups-radio~.error-list-wrapper {
	margin-top: -6px
}

.ups-form_wrap .ups-checkbox~.error-list-wrapper .ups-icon-exclamation,
.ups-form_wrap .ups-radio~.error-list-wrapper .ups-icon-exclamation {
	left: 24px;
	top: 9px
}

.ups-form_wrap .ups-checkbox.ups-showError~.error-list-wrapper,
.ups-form_wrap .ups-radio.ups-showError~.error-list-wrapper {
	display: block
}

.ups-form_wrap .ups-checkbox-custom,
.ups-form_wrap .ups-radio-custom {
	opacity: 0;
	position: absolute
}

.ups-form_wrap .ups-checkbox-custom:focus~label:before,
.ups-form_wrap .ups-radio-custom:focus~label:before {
	background: #FFDC40;
	box-shadow: 0 0 6px #C67D30
}

.ups-form_wrap .ups-checkbox-custom,
.ups-form_wrap .ups-checkbox-custom-label,
.ups-form_wrap .ups-radio-custom,
.ups-form_wrap .ups-radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	cursor: pointer
}

.ups-form_wrap .ups-checkbox-custom-label,
.ups-form_wrap .ups-radio-custom-label {
	position: relative;
	line-height: 25px;
	padding-left: 32px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal
}

.ups-form_wrap .ups-checkbox-custom-label a,
.ups-form_wrap .ups-radio-custom-label a {
	color: #426DA9;
	text-decoration: underline;
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-form_wrap .ups-checkbox-custom-label a:hover,
.ups-form_wrap .ups-radio-custom-label a:hover {
	color: #4A5B7F
}

.ups-form_wrap .ups-checkbox-custom+.ups-checkbox-custom-label:before,
.ups-form_wrap .ups-radio-custom+.ups-radio-custom-label:before {
	content: '';
	background: #fff;
	border: 1px solid #757575;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 2px;
	text-align: center;
	position: absolute;
	border-radius: 5px;
	margin-right: 10px;
	left: 0
}

.ups-form_wrap .ups-error .ups-checkbox-custom-label,
.ups-form_wrap .ups-error .ups-radio-custom-label,
.ups-form_wrap .parsley-error .ups-checkbox-custom-label,
.ups-form_wrap .parsley-error .ups-radio-custom-label {
	padding-left: 40px
}

.ups-form_wrap .ups-error .ups-checkbox-custom-label:before,
.ups-form_wrap .ups-error .ups-radio-custom-label:before,
.ups-form_wrap .parsley-error .ups-checkbox-custom-label:before,
.ups-form_wrap .parsley-error .ups-radio-custom-label:before {
	border-color: #c91a13
}

.ups-form_wrap .ups-radio-custom:checked+.ups-radio-custom-label:after {
	box-shadow: 0 0 6px #C67D30;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 100%;
	margin-right: 10px;
	left: 0;
	top: 0
}

.ups-form_wrap .ups-radio-custom:not(:focus)+.ups-radio-custom-label:after {
	box-shadow: none
}

.ups-form_wrap .ups-checkbox-custom:checked+.ups-checkbox-custom-label:after {
	box-shadow: none;
	content: " ";
	position: absolute;
	left: 10px;
	top: 5px;
	width: 5px;
	height: 12px;
	border-right: 3px solid #00857D;
	border-bottom: 3px solid #00857D;
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0
}

.ups-form_wrap .ups-radio-custom:checked+.ups-radio-custom-label:before {
	background: #00857D;
	box-shadow: inset 0px 0px 0px 4px #fff
}

.ups-form_wrap .ups-radio-custom+.ups-radio-custom-label:before {
	border-radius: 50%
}

.ups-form_wrap .ups-btn_has_icon .icon {
	margin: 0 5px;
	position: relative;
	display: inline-block;
	font-size: 0.8em
}

.ups-form_wrap .ups-radio-custom[disabled]+label,
.ups-form_wrap .ups-radio-custom[disabled="disabled"]+label,
.ups-form_wrap .ups-checkbox-custom[disabled]+label,
.ups-form_wrap .ups-checkbox-custom[disabled="disabled"]+label,
.ups-form_wrap .ups-radio-custom[readonly]+label,
.ups-form_wrap .ups-checkbox-custom[readonly]+label {
	color: #aaa;
	cursor: not-allowed
}

.ups-form_wrap .ups-radio-custom[disabled]+label:before,
.ups-form_wrap .ups-radio-custom[disabled="disabled"]+label:before,
.ups-form_wrap .ups-checkbox-custom[disabled]+label:before,
.ups-form_wrap .ups-checkbox-custom[disabled="disabled"]+label:before,
.ups-form_wrap .ups-radio-custom[readonly]+label:before,
.ups-form_wrap .ups-checkbox-custom[readonly]+label:before {
	background-color: #EDEDED;
	border-color: #757575;
	cursor: not-allowed
}

.ups-form_wrap .ups-radio-custom:checked[disabled]+label:before,
.ups-form_wrap .ups-radio-custom:checked[readonly]+label:before {
	background: #aaa;
	box-shadow: inset 0px 0px 0px 4px #f0f0ef
}

.ups-form_wrap .ups-checkbox-custom:checked[disabled]+.ups-checkbox-custom-label:after,
.ups-form_wrap .ups-checkbox-custom:checked[readonly]+.ups-checkbox-custom-label:after {
	border-right-color: #757575;
	border-bottom-color: #757575
}

.ups-form_wrap input:disabled,
.ups-form_wrap textarea:disabled,
.ups-form_wrap input[readonly],
.ups-form_wrap textarea[readonly] {
	background: #EDEDED;
	color: #aaa;
	cursor: not-allowed
}

.ups-form_wrap .ups-dropdown_wrapper .ups-dropdown:disabled,
.ups-form_wrap .ups-dropdown_wrapper .ups-dropdown[readonly] {
	background: #EDEDED;
	opacity: 0.9;
	color: #aaa;
	cursor: not-allowed
}

.ups-form_wrap .ups-help_wrapper .ups-checkbox-custom-label {
	padding-right: 85px
}

@media (max-width: 767px) {
	.ups-form_wrap .ups-text_wrapper {
		max-width: 100%
	}
	.ups-form_wrap .ups-help_wrapper .ups-input_wrapper {
		overflow: hidden
	}
	.ups-form_wrap .ups-help_wrapper fieldset {
		width: 100%
	}
	.ups-form_wrap .ups-help_wrapper .ups-help {
		width: 100%
	}
	.ups-form_wrap .ups-help_wrapper .ups-help .ups-help_link {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		position: absolute;
		top: 0;
		right: 0
	}
	.ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip {
		position: relative;
		left: 0;
		margin: 15px 0;
		max-width: 100%
	}
	.ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip:before {
		top: initial;
		bottom: 100%;
		left: initial;
		right: 0%;
		margin: 0;
		margin-right: -3px;
		border: 0
	}
	.ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip:after {
		top: initial;
		bottom: 100%;
		left: initial;
		right: 0%;
		border: 0
	}
	.ups-form_wrap .ups-help_wrapper.ups-help_textWrapper .ups-help_link {
		right: 25%
	}
	.ups-form_wrap .ups-checkbox .ups-form_errorWrap {
		margin: 30px 0
	}
	.ups-form_wrap .ups-form_ctaGroup .ups-cta {
		max-width: 100%;
		padding: 10px 30px 10px;
		font-family: Tahoma, helvetica, arial, sans-serif;
		margin: 15px 0 0
	}
	.ups-form_wrap .ups-form_ctaGroup .ups-cta .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	.ups-form_wrap .ups-form_group {
		margin-bottom: 15px;
		clear: both
	}
}

.subsection_aside .ups-form_wrap .ups-text_wrapper {
	max-width: 100%
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-input_wrapper {
	overflow: hidden
}

.subsection_aside .ups-form_wrap .ups-help_wrapper fieldset {
	width: 100%
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-help {
	width: 100%
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-help .ups-help_link {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip {
	position: relative;
	left: 0;
	margin: 15px 0;
	max-width: 100%
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip:before {
	top: initial;
	bottom: 100%;
	left: initial;
	right: 0%;
	margin: 0;
	margin-right: -3px;
	border: 0
}

.subsection_aside .ups-form_wrap .ups-help_wrapper .ups-help .ups-help_tooltip:after {
	top: initial;
	bottom: 100%;
	left: initial;
	right: 0%;
	border: 0
}

.subsection_aside .ups-form_wrap .ups-help_wrapper.ups-help_textWrapper .ups-help_link {
	right: 25%
}

.subsection_aside .ups-form_wrap .ups-checkbox .ups-form_errorWrap {
	margin: 30px 0
}

.subsection_aside .ups-form_wrap .ups-form_ctaGroup .ups-cta {
	max-width: 100%;
	padding: 10px 30px 10px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 15px 0 0
}

.subsection_aside .ups-form_wrap .ups-form_ctaGroup .ups-cta .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.subsection_aside .ups-form_wrap .ups-form_group {
	margin-bottom: 15px;
	clear: both
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-checkbox .ups-form_errorWrap,
.ups-form_wrap.ups-widget .ups-checkbox .ups-form_errorWrap {
	margin: 30px 0
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_group,
.ups-form_wrap.ups-widget .ups-form_group {
	clear: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_requiredNoAlert.ups-inactive,
.ups-form_wrap.ups-widget .ups-form_requiredNoAlert.ups-inactive {
	display: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-form_requiredNoAlert.ups-active,
.ups-form_wrap.ups-widget .ups-form_requiredNoAlert.ups-active {
	display: block
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-notLoggedIn,
.ups-headerTools_widgets li.ups-active .ups-tool .ups-loggedIn,
.ups-form_wrap.ups-widget .ups-notLoggedIn,
.ups-form_wrap.ups-widget .ups-loggedIn {
	display: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-notLoggedIn.ups-active,
.ups-headerTools_widgets li.ups-active .ups-tool .ups-loggedIn.ups-active,
.ups-form_wrap.ups-widget .ups-notLoggedIn.ups-active,
.ups-form_wrap.ups-widget .ups-loggedIn.ups-active {
	display: block
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-quote_freight:not(.ups-quote_type),
.ups-form_wrap.ups-widget .ups-quote_freight:not(.ups-quote_type) {
	display: none
}

.ups-headerTools_widgets li.ups-active .ups-tool .ups-quote_freight:not(.ups-quote_type).ups-active,
.ups-form_wrap.ups-widget .ups-quote_freight:not(.ups-quote_type).ups-active {
	display: block
}

.ups-form_wrap.ups-widget .ups-form_group {
	clear: both
}

.ups-formConfirmation_wrap h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 20px
}

.ups-formConfirmation_wrap h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-formConfirmation_wrap .ups-form_ctaGroup {
	margin-top: 50px
}

.ups-formConfirmation_wrap .ups-form_ctaGroup .ups-cta.ups-cta_secondary:focus {
	box-shadow: 0 0 0
}

.ups-formConfirmation_wrap .ups-form_ctaGroup .ups-cta.ups-cta_secondary {
	color: #426DA9
}

.ups-formConfirmation_wrap .ups-form_ctaGroup .ups-cta.ups-cta_secondary:visited {
	color: #4A5B7F
}

@media (max-width: 767px) {
	.ups-formConfirmation_wrap .ups-form_ctaGroup .ups-cta {
		max-width: 100%;
		margin: 5px 0;
		height: 50px;
		font-family: Tahoma, helvetica, arial, sans-serif
	}
	.ups-formConfirmation_wrap .ups-form_ctaGroup .ups-cta .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
}

.subsection_aside .ups-form_wrap,
.iw_columns.col-lg-4 .ups-form_wrap {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-form_wrap:first-child,
.iw_columns.col-lg-4 .ups-form_wrap:first-child {
	margin-top: 0
}

.subsection_aside .ups-form_wrap:last-child,
.iw_columns.col-lg-4 .ups-form_wrap:last-child {
	margin-bottom: 0
}

.ups-form_note.ups-quote_package.ups-quote_letter.ups-form_group.ups-inactive {
	display: none
}

.ups-form_note.ups-quote_package.ups-quote_letter.ups-form_group.ups-active {
	display: block
}

#captcha_element .error-list-wrapper {
	display: block
}

#captcha_element .error-list-wrapper .ups-icon-exclamation {
	display: none
}

.ups-quote.ups-saw.ups-widget .ups-widget_panel.ups-saw_panel .ups-form.sawFreight {
	margin-top: 20px;
	margin-bottom: 20px
}

.ups-application_wrapper .ups-form_ctaGroup .ups-cta {
	margin-right: 5px
}

.ups-boxed_radio .ups-radio-custom:checked+.ups-radio-custom-label:after,
.ups-radio_card_list_container .ups-card.ups-card_flat .ups-radio-custom:checked+.ups-radio-custom-label:after {
	box-shadow: 0 0 0px #C67D30
}

.ups-toggle_list_checkbox_New>.ups-checkbox-custom-label {
	padding-left: 45px
}

.ups-mplayer {
	margin-bottom: 60px
}

.ups-mplayer .ups-video_frameWrap {
	margin: 0 auto
}

.ups-mplayer .ups-video_frame {
	height: 0;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 30px
}

.ups-mplayer .ups-video_frame .video-js,
.ups-mplayer .ups-video_frame video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.ups-mplayer .ups-video_frame .vjs-big-play-button {
	width: 100px !important;
	height: 80px !important;
	top: 50% !important;
	left: 50% !important;
	position: absolute;
	margin: -50px 0 0 -40px !important
}

.ups-mplayer .ups-video_frame .vjs-big-play-button:before {
	font-size: 30px;
	line-height: 80px;
	margin: 0 auto;
	width: 50px
}

.ups-mplayer .ups-video_frame .vjs-play-control,
.ups-mplayer .ups-video_frame .vjs-volume-menu-button,
.ups-mplayer .ups-video_frame .vjs-fullscreen-control {
	color: #FFD100
}

.ups-mplayer .ups-page-share {
	float: right;
	margin-top: -11px;
	max-width: 232px;
	position: static;
	height: auto;
	width: 60px
}

.ups-mplayer .ups-page-share .share-btn-container {
	width: 68px
}

.ups-mplayer .ups-page-share .share-container {
	width: 237px
}

.ups-mplayer .ups-page-share .share-container .share_list {
	padding-left: 0px
}

.ups-mplayer .ups-page-share .share_open {
	width: 52px;
	height: 26px;
	font-size: 12px;
	line-height: 13px;
	margin-top: 11px;
	padding-right: 25px;
	padding-top: 1px
}

.ups-mplayer .ups-page-share .share_open:before {
	font-size: 20px;
	right: 0;
	top: 0px
}

.ups-mplayer h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	float: left;
	margin: 0 0 15px
}

.ups-mplayer h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-mplayer p {
	clear: both;
	font-size: 1.143em;
	line-height: 24px
}

.ups-mplayer p:last-child {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.ups-mplayer .ups-page-share {
		float: left;
		position: static;
		height: auto;
		margin-top: 0
	}
	.ups-mplayer .ups-page-share .share_open {
		padding: 0;
		padding-left: 25px
	}
	.ups-mplayer .ups-page-share .share_open:before {
		left: 0;
		right: auto
	}
	.ups-mplayer .ups-page-share .share_close {
		padding-top: 7px;
		position: absolute;
		right: 3px
	}
	.ups-mplayer .ups-page-share .share-container {
		position: relative
	}
	.ups-mplayer h2 {
		float: none;
		margin-bottom: 10px
	}
	.ups-mplayer .ups-video_frameWrap {
		margin-left: -20px;
		margin-right: -20px
	}
	.ups-mplayer .ups-video_frame {
		margin-bottom: 20px
	}
}

.ups-popUp_link {
	color: #404040
}

.ups-news {
	padding-bottom: 40px;
	overflow-x: hidden;
	max-width: 100%
}

.ups-subsection .ups-news,
.iw_columns.col-lg-8 .ups-news {
	overflow: hidden
}

.ups-news .ups-news_header {
	padding: 0 0 15px;
	border-bottom: 2px solid #FFD100;
	*zoom: 1
}

.ups-news .ups-news_header:after {
	content: "";
	display: table;
	clear: both
}

.ups-news .ups-news_header h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.75em;
	float: left;
	margin: 0
}

.ups-news .ups-news_header .ups-news_all {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 0.85em;
	font: 0.85em Tahoma, helvetica, arial, sans-serif;
	padding-bottom: 1px;
	border-bottom: 2px solid #426DA9;
	text-decoration: none;
	color: #426DA9;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-news .ups-news_header .ups-news_all .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.no-touch .ups-news .ups-news_header .ups-news_all:hover,
.no-touch .ups-news .ups-news_header .ups-news_all:focus {
	color: #6e6e6e;
	border-color: #6e6e6e
}

.ups-news .ups-news_header .ups-news_all:visited {
	color: #4A5B7F
}

.ups-news .ups-news_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 5000px;
	position: relative;
	padding: 30px 0 15px;
	left: 0;
	-moz-transition-property: left;
	-o-transition-property: left;
	-webkit-transition-property: left;
	transition-property: left;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

.ups-news .ups-news_item {
	float: left;
	min-height: 210px;
	border-right: 3px solid #d9d9d6
}

.ups-news .ups-news_item:last-child {
	border: none
}

.ups-news .ups-news_item:last-child {
	border-right: 0
}

.ups-news .ups-news_item:last-child .ups-news_content {
	padding-right: 20px
}

.ups-news .ups-news_item.ups-news_item-wImage .ups-news_img img {
	float: left;
	margin-left: 20px;
	width: 210px
}

@media (max-width: 767px) {
	.ups-news .ups-news_item.ups-news_item-wImage .ups-news_img img {
		margin-left: 0px
	}
}

.ups-news .ups-news_item.ups-news_item-wImage .ups-news_img~.ups-news_content {
	margin-left: 230px
}

@media (max-width: 767px) {
	.ups-news .ups-news_item.ups-news_item-wImage .ups-news_img~.ups-news_content {
		margin: 0
	}
}

.ups-news .ups-news_item.ups-news_item-wImage:first-child .ups-news_img img {
	margin: 0
}

.ups-news .ups-news_item.ups-news_item-wImage:first-child .ups-news_img~.ups-news_content {
	margin-left: 210px
}

@media (max-width: 767px) {
	.ups-news .ups-news_item.ups-news_item-wImage:first-child .ups-news_img~.ups-news_content {
		margin-left: 0
	}
}

.ups-news .ups-news_content {
	width: 380px;
	padding: 0 20px 15px;
	padding-right: 60px
}

.ups-news .ups-news_content time {
	font-size: 0.85em;
	font-weight: 700;
	display: block;
	margin: 0 0 15px
}

.ups-news .ups-news_content h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 15px;
	font-size: 1.75em
}

.ups-news .ups-news_content .ups-news_source {
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #426DA9;
	text-decoration: underline
}

.ups-news .ups-news_content .ups-news_source .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-news .ups-news_content .ups-news_source img {
	max-width: 20px;
	margin-right: 7px
}

.ups-news .ups-news_content .ups-news_source:hover {
	color: #4A5B7F
}

.ups-news .ups-news_content .ups-news_source:visited {
	color: #4A5B7F
}

.ups-news .ups-news_content .ups-news_source span.icon {
	color: #242424
}

.ups-news .ups-news_content p {
	margin: 15px 0 0;
	line-height: 20px
}

.ups-news .ups-news_content .ups-news_more,
.ups-news .ups-news_content a {
	color: #426DA9;
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: underline
}

.ups-news .ups-news_content .ups-news_more .ups-rtl,
.ups-news .ups-news_content a .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-news .ups-news_content .ups-news_more:hover,
.ups-news .ups-news_content a:hover {
	color: #6e6e6e
}

.ups-news .ups-news_content .ups-news_more:visited,
.ups-news .ups-news_content a:visited {
	color: #4A5B7F
}

.ups-news .ups-news_nav {
	*zoom: 1
}

.ups-news .ups-news_nav:after {
	content: "";
	display: table;
	clear: both
}

.ups-news .ups-news_nav .slick-next,
.ups-news .ups-news_nav .slick-prev {
	display: block;
	position: relative;
	z-index: 1;
	padding: 48px 0 0;
	height: 0;
	width: 48px;
	border: none;
	background: none
}

.ups-news .ups-news_nav .slick-next .icon:before,
.ups-news .ups-news_nav .slick-prev .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 48px;
	color: #6e6e6e;
	font-size: 32px
}

.ups-news .ups-news_nav .slick-next.slick-disabled,
.ups-news .ups-news_nav .slick-prev.slick-disabled {
	cursor: default
}

.ups-news .ups-news_nav .slick-next.slick-disabled:before,
.ups-news .ups-news_nav .slick-prev.slick-disabled:before {
	color: #d9d9d6
}

.ups-news .ups-news_nav .slick-next.slick-disabled .icon:before,
.ups-news .ups-news_nav .slick-prev.slick-disabled .icon:before {
	color: #d9d9d6
}

.ups-news .ups-news_nav .slick-next {
	float: right
}

.ups-news .ups-news_nav .slick-next .icon:before {
	content: '\e629'
}

.ups-rtl .ups-news .ups-news_nav .slick-next .icon:before {
	content: '\e627'
}

.ups-news .ups-news_nav .slick-prev {
	float: left
}

.ups-news .ups-news_nav .slick-prev .icon:before {
	content: '\e627'
}

.ups-rtl .ups-news .ups-news_nav .slick-prev .icon:before {
	content: '\e629'
}

.ups-news .ups-news_slideNav {
	float: right;
	margin: -10px 20px;
	margin-right: -10px
}

.ups-news .ups-news_slideNav .ups-news_next,
.ups-news .ups-news_slideNav .ups-news_prev {
	display: block;
	position: relative;
	z-index: 1;
	padding: 48px 0 0;
	height: 0;
	width: 48px;
	border: none;
	background: none
}

.ups-news .ups-news_slideNav .ups-news_next .icon:before,
.ups-news .ups-news_slideNav .ups-news_prev .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 48px;
	color: #6e6e6e;
	font-size: 24px
}

.ups-news .ups-news_slideNav .ups-news_next.ups-disabled,
.ups-news .ups-news_slideNav .ups-news_prev.ups-disabled {
	cursor: default
}

.ups-news .ups-news_slideNav .ups-news_next.ups-disabled .icon:before,
.ups-news .ups-news_slideNav .ups-news_prev.ups-disabled .icon:before {
	color: #d9d9d6
}

.ups-news .ups-news_slideNav .ups-news_next.ups-disabled .icon:focus,
.ups-news .ups-news_slideNav .ups-news_prev.ups-disabled .icon:focus {
	outline: none
}

.ups-news .ups-news_slideNav .ups-news_next {
	float: right
}

.ups-news .ups-news_slideNav .ups-news_next .icon:before {
	content: '\e629'
}

.ups-rtl .ups-news .ups-news_slideNav .ups-news_next .icon:before {
	content: '\e627'
}

.ups-news .ups-news_slideNav .ups-news_prev {
	float: left
}

.ups-news .ups-news_slideNav .ups-news_prev .icon:before {
	content: '\e627'
}

.ups-rtl .ups-news .ups-news_slideNav .ups-news_prev .icon:before {
	content: '\e629'
}

@media (max-width: 991px) {
	.ups-news .ups-news_content {
		width: 290px;
		word-wrap: break-word
	}
}

@media (max-width: 767px) {
	.ups-news .ups-news_item.ups-news_item-wImage img {
		display: none
	}
	.ups-news .ups-news_item.ups-news_item-wImage .ups-news_content {
		margin: 0
	}
	.ups-news .ups-news_header .ups-news_all {
		float: right
	}
	.ups-news .ups-news_list {
		width: auto;
		padding-bottom: 20px;
		-moz-transition-property: none;
		-o-transition-property: none;
		-webkit-transition-property: none;
		transition-property: none;
		-moz-transition-duration: initial;
		-o-transition-duration: initial;
		-webkit-transition-duration: initial;
		transition-duration: initial
	}
	.ups-news .ups-news_item {
		min-height: 0;
		border: none
	}
	.ups-news .ups-news_content {
		width: auto;
		padding: 0;
		word-wrap: break-word
	}
	.ups-news .ups-news_more {
		display: block;
		margin-top: 20px
	}
	.ups-news .ups-news_nav button {
		margin: 0 -15px;
		font-size: 24px
	}
	.ups-news .ups-news_slideNav {
		display: none
	}
}

.ups-subsection .ups-news .ups-wrap_inner,
.iw_columns.col-lg-8 .ups-news .ups-wrap_inner {
	overflow: hidden
}

.ups-accordion_list {
	margin-bottom: 60px
}

.ups-accordion_list .ups-article-header {
	font-size: 26px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold
}

.ups-accordion_list .ups-article-header:after {
	content: none;
	background: none
}

.ups-accordion_list .ups-accordion_listHead {
	padding: 0
}

.ups-accordion_list .ups-accordion_listHead p {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 24px
}

.subsection_aside .ups-accordion_list,
.iw_columns.col-lg-4 .ups-accordion_list {
	padding-top: 0
}

.ups-accordion_wrapper {
	border: none;
	margin-top: 30px;
	margin-bottom: 0;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-webkit-transition: .2s all;
	transition: .2s all
}

.ups-accordion_wrapper .ups-accordion_content {
	border-bottom: 1px solid #757575;
	padding: 0;
	list-style: none;
	margin: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item {
	margin-top: 1px;
	min-height: 45px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
	display: block;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
	border: none;
	border-top: 1px solid #757575;
	width: 100%;
	margin: 0;
	padding: 12px 30px;
	line-height: 1.5;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	text-align: left;
	padding-right: 50px
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .icon {
	line-height: 16px
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .ups-icon-plus {
	position: absolute;
	height: 16px;
	top: 50%;
	line-height: 16px;
	margin-top: -8px;
	overflow: hidden;
	right: 30px
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle img {
	max-width: 40px;
	max-height: 40px;
	margin-right: 5px
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus {
	outline-offset: -1px;
	outline-color: #C67D30
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	padding: 30px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: none
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a {
	color: #404040;
	display: block;
	padding: 15px 5px 15px 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a.ups-cta:not(.ups-cta_secondary) {
	color: #fff
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a h4 {
	text-decoration: underline
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a:hover {
	color: #6e6e6e
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a.ups-invalid_color,
.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a .ups-invalid_color:hover,
.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a.ups-invalid_color-list {
	color: #c91a13;
	padding: 0;
	display: inline-block
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a .ups-vidThumb {
	display: inline-block
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap a:not(.ups-cta):visited {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap figure a {
	padding: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap figure figcaption a {
	padding: 0;
	color: #426DA9
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap figure figcaption a:visited {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap figure img.align-left {
	margin-right: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap a {
	display: inline;
	padding: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap a.ups-cta {
	padding: 10px 30px;
	display: inline-block
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap a.ups-cta.ups-cta_secondary:hover {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-contentBlock_wrap a.ups-cta.ups-cta_secondary:visited {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock {
	margin: 0;
	padding: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock.ups-wrap {
	margin-top: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock a {
	margin: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock .ups-link-list a {
	padding: 12px 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock .ups-link-list .ups-link {
	color: #426DA9
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock .ups-link-list .ups-link:visited {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active {
	max-height: 5000px
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle {
	background: #DDD7D0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	border-top: 1px solid #F7F6F5
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle .ups-icon-plus:before {
	content: "\e653"
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle:focus {
	outline: 1px solid #C67D30
}

.ups-accordion_wrapper .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand {
	max-height: 5000px;
	display: block
}

@media (max-width: 840px) {
	.ups-accordion_wrapper {
		padding: 0
	}
	.ups-accordion_wrapper h2 {
		margin: 60px 20px 0
	}
}

.ups-faqs .ups-accordion_faq.ups-faq_single .ups-collapsable_content a {
	display: inline
}

@media (max-width: 767px) {
	.ups-accordion_list {
		margin-bottom: 60px
	}
	.ups-accordion_list .ups-cta {
		width: 100%
	}
	.ups-accordion_list .ups-accordion_wrapper {
		padding-top: 0;
		padding-bottom: 0
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
		background: #fff;
		padding: 12px 15px
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .ups-icon-plus {
		right: 15px
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus {
		outline-color: #C67D30
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle.ups-active {
		background-color: #DDD7D0
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
		padding: 15px
	}
	.ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock {
		padding: 0
	}
	.ups-accordion_list .ups-accordion_wrapper.ups-faq_single .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
		padding: 0 20px
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_title,
	.ups-accordion_list.ups-accordion_index h2.ups-accordion_title {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		background: #6e6e6e;
		color: #fff;
		padding: 12px 15px;
		line-height: 1.5;
		position: relative;
		width: 100%;
		text-align: left
	}
	.ups-accordion_list.ups-accordion_index h2.ups-accordion_title {
		margin: 0;
		font-size: 14px;
		font-family: Tahoma, helvetica, arial, sans-serif
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper {
		border: 1px solid #6e6e6e;
		margin: 0
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item {
		margin-top: 1px
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle {
		padding: 12px 35px 12px 15px;
		border: 0
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle.ups-active {
		background: #FFD100
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle:hover {
		background: #FFD100
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_expand {
		padding: 12px 30px
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link {
		text-decoration: none
	}
	.ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link:hover {
		text-decoration: underline
	}
	.ups-accordion_list .ups-accordion_wrapper {
		margin-left: -20px;
		margin-right: -20px
	}
}

.subsection_aside .ups-accordion_list,
.iw_columns.col-lg-4 .ups-accordion_list {
	margin-bottom: 60px
}

.subsection_aside .ups-accordion_list .ups-cta,
.iw_columns.col-lg-4 .ups-accordion_list .ups-cta {
	width: 100%
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper {
	padding-top: 0;
	padding-bottom: 0
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
	background: #fff;
	padding: 12px 15px
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .ups-icon-plus,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .ups-icon-plus {
	right: 15px
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus {
	outline-color: #C67D30
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle.ups-active,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle.ups-active {
	background-color: #DDD7D0
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	padding: 15px
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-contentBlock {
	padding: 0
}

.subsection_aside .ups-accordion_list .ups-accordion_wrapper.ups-faq_single .ups-accordion_content .ups-accordion_item .ups-accordion_expand,
.iw_columns.col-lg-4 .ups-accordion_list .ups-accordion_wrapper.ups-faq_single .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	padding: 0 20px
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_title,
.subsection_aside .ups-accordion_list.ups-accordion_index h2.ups-accordion_title,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_title,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index h2.ups-accordion_title {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	background: #6e6e6e;
	color: #fff;
	padding: 12px 15px;
	line-height: 1.5;
	position: relative;
	width: 100%;
	text-align: left
}

.subsection_aside .ups-accordion_list.ups-accordion_index h2.ups-accordion_title,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index h2.ups-accordion_title {
	margin: 0;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper {
	border: 1px solid #6e6e6e;
	margin: 0
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item {
	margin-top: 1px
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle {
	padding: 12px 35px 12px 15px;
	border: 0
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle.ups-active,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle.ups-active {
	background: #FFD100
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle:hover,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle:hover {
	background: #FFD100
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_expand,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_expand {
	padding: 12px 30px
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link {
	text-decoration: none
}

.subsection_aside .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link:hover,
.iw_columns.col-lg-4 .ups-accordion_list.ups-accordion_index .ups-accordion_wrapper .ups-accordion_item .ups-accordion_link:hover {
	text-decoration: underline
}

.ups-follow-me {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 51;
	width: 180px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition-property: width;
	-o-transition-property: width;
	-webkit-transition-property: width;
	transition-property: width;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.touch .ups-follow-me {
	display: none !important
}

.ups-follow-me h2 {
	color: #fff;
	background: #6e6e6e;
	padding: 12px 20px;
	line-height: 1.5;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 0
}

.ups-follow-me h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-follow-me h3 {
	padding: 12px 20px 8px;
	line-height: 1.5;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #404040;
	margin: 0
}

.ups-follow-me h3:before {
	display: none;
	position: absolute;
	left: 15px
}

.ups-follow-me h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-follow-me p {
	font-size: 0.9em;
	padding: 0 20px;
	margin-top: -8px;
	color: #404040;
	font-family: Tahoma, helvetica, arial, sans-serif;
	overflow: hidden;
	max-height: 0;
	overflow: hidden;
	width: 298px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-follow-me ul {
	padding: 0 0 1px;
	margin: 0
}

.ups-follow-me ul li {
	border: 1px solid #6e6e6e;
	border-top: none;
	list-style: none
}

.ups-follow-me ul li.ups-inactive {
	display: none
}

.ups-follow-me ul a {
	position: relative;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
	display: block
}

.ups-follow-me ul a:hover,
.ups-follow-me ul a:focus {
	background: #FFD100
}

.ups-follow-me.ups-active {
	width: 300px
}

.ups-follow-me.ups-active a h3,
.ups-follow-me.ups-active a p {
	padding-left: 40px;
	display: block
}

.ups-follow-me.ups-active a p {
	max-height: 200px;
	padding: 0 20px 12px
}

.ups-follow-me.ups-active a h3:before {
	display: block
}

.ups-follow-me.ups-active ul li {
	padding-bottom: 1px
}

@media (max-width: 991px) {
	.ups-follow-me {
		display: none
	}
}

@media (max-width: 767px) {
	.ups-follow-me {
		display: none
	}
}

.ups-calendar {
	margin-bottom: 60px
}

.ups-calendar .ups-calendar_nav {
	float: left;
	padding: 0 48px;
	margin-left: -18px;
	margin-bottom: 30px;
	position: relative
}

.ups-calendar .ups-calendar_nav h1 {
	margin: 0
}

.ups-calendar .ups-calendar_nav a {
	display: block;
	position: absolute;
	height: 0;
	width: 48px;
	padding-top: 48px;
	color: transparent;
	text-decoration: none;
	top: 50%;
	margin-top: -24px
}

.ups-calendar .ups-calendar_nav a .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	color: #300;
	font-size: 1.6em
}

.ups-calendar .ups-calendar_nav a.ups-calendar_prev {
	left: 0
}

.ups-calendar .ups-calendar_nav a.ups-calendar_prev .icon:before {
	content: '\e627'
}

.ups-rtl .ups-calendar .ups-calendar_nav a.ups-calendar_prev .icon:before {
	content: '\e629'
}

.ups-calendar .ups-calendar_nav a.ups-calendar_next {
	right: 0
}

.ups-calendar .ups-calendar_nav a.ups-calendar_next .icon:before {
	content: '\e629'
}

.ups-rtl .ups-calendar .ups-calendar_nav a.ups-calendar_next .icon:before {
	content: '\e627'
}

.ups-calendar .ups-calendar_toggle {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 10px;
	margin-right: -10px
}

.ups-calendar .ups-calendar_toggle li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #6e6e6e
}

.ups-calendar .ups-calendar_toggle li:first-child {
	border: none
}

.ups-calendar .ups-calendar_toggle li.ups-active button {
	font: 1.2em Tahoma, helvetica, arial, sans-serif;
	padding-left: 24px
}

.ups-calendar .ups-calendar_toggle button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	padding-left: 20px
}

.ups-calendar .ups-calendar_toggle button .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	text-decoration: none;
	font-size: 0.8em
}

.ups-calendar .ups-calendar_toggle button.ups-calendar_fullBtn .icon:before {
	content: '\e61e'
}

.ups-calendar .ups-calendar_toggle button.ups-calendar_listBtn .icon:before {
	content: '\e648'
}

.ups-calendar .ups-calendar_body {
	clear: both
}

.ups-calendar .ups-calendar_weekdays {
	display: table;
	width: 100%
}

.ups-calendar .ups-calendar_weekdays {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-row;
	background: #404040;
	color: #fff;
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-align: center
}

.ups-calendar .ups-calendar_weekdays .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-calendar .ups-calendar_weekdays li {
	display: table-cell;
	width: 14.2857%;
	padding: 10px 0;
	position: relative;
	line-height: 1.6em
}

.ups-calendar .ups-calendar_weekdays li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 1px;
	background: #6e6e6e
}

.ups-calendar .ups-calendar_weekdays li:first-child:before {
	display: none
}

.ups-calendar .ups-calendar_week {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-row
}

.ups-calendar .ups-calendar_week:nth-child(2) li.ups-calendar_empty {
	border-bottom: 1px solid #bebebe
}

.ups-calendar .ups-calendar_week li {
	display: table-cell;
	vertical-align: top;
	position: relative;
	border: 1px solid #bebebe;
	border-top: none;
	border-left: none;
	width: 14.2857%;
	padding: 30px 10px 10px;
	line-height: 80px
}

.ups-calendar .ups-calendar_week li:first-child {
	border-left: 1px solid #bebebe
}

.ups-calendar .ups-calendar_week li h2 {
	position: absolute;
	top: 10px;
	right: 10px;
	font: 400 1em/1 Tahoma, helvetica, arial, sans-serif;
	margin: 0
}

.ups-calendar .ups-calendar_week li.ups-active {
	background: #e8e8e6;
	line-height: 1.25em
}

.ups-calendar .ups-calendar_week li.ups-calendar_today {
	background: #FFD100
}

.ups-calendar .ups-calendar_week li.ups-calendar_empty {
	border: none
}

.ups-calendar .ups-calendar_week li.ups-calendar_first {
	border-right: 1px solid #bebebe
}

.ups-calendar .ups-calendar_week li a {
	display: block;
	margin-bottom: 15px;
	color: #300;
	text-decoration: underline
}

.ups-calendar .ups-calendar_week li a.ups-calendar_more {
	font-family: Tahoma, helvetica, arial, sans-serif;
	padding-right: 10px;
	text-decoration: none
}

.ups-calendar .ups-calendar_week li a.ups-calendar_more span:not(.icon) {
	text-decoration: underline
}

.ups-calendar .ups-calendar_week li a.ups-calendar_more .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-calendar .ups-calendar_week li a.ups-calendar_more .icon:after {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e629';
	font-size: 0.9em;
	margin-left: 4px;
	position: relative;
	line-height: 0;
	top: 2px
}

.ups-rtl .ups-calendar .ups-calendar_week li a.ups-calendar_more .icon:after {
	content: '\e627'
}

.no-touch .ups-calendar .ups-calendar_week li a:hover,
.no-touch .ups-calendar .ups-calendar_week li a:focus {
	color: #404040
}

.ups-calendar .ups-calendar_count {
	display: none;
	text-align: center;
	padding: 15px;
	margin: 0
}

.ups-calendar .ups-calendar_count span {
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-calendar article {
	overflow: hidden;
	margin-bottom: 30px
}

.ups-calendar article header {
	background: #6e6e6e;
	color: #fff;
	padding: 10px 15px;
	overflow: hidden;
	margin-bottom: 30px
}

.ups-calendar article header .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-calendar article header h2 {
	margin: 0;
	font: 1.2em Tahoma, helvetica, arial, sans-serif
}

.ups-calendar article header p {
	float: right;
	margin: 0;
	margin-left: 15px
}

.ups-calendar article img {
	float: left;
	width: 35%
}

.ups-calendar article .ups-calendar_dayCont {
	float: left;
	width: 60%;
	margin-left: 30px
}

.ups-calendar article .ups-calendar_dayCont p {
	margin: 0 0 15px
}

.ups-calendar article .ups-calendar_dayCont .ups-calendar_more {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	margin: 0 10px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-rtl .ups-calendar article .ups-calendar_dayCont .ups-calendar_more {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-calendar article .ups-calendar_dayCont .ups-calendar_moreTxt {
	display: none
}

.ups-calendar article .ups-calendar_dayCont .ups-calendar_moreTxt.ups-active {
	display: block
}

.ups-calendar article dl {
	overflow: hidden;
	margin-bottom: 30px
}

.ups-calendar article dl dt {
	font-family: Tahoma, helvetica, arial, sans-serif;
	float: left;
	clear: left;
	font-weight: 400;
	margin-top: 15px;
	margin-right: 4px
}

.ups-calendar article dl dt .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-calendar article dl dd {
	margin-top: 15px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	float: left
}

.ups-calendar article dl dd a {
	color: #300;
	text-decoration: underline;
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-calendar article dl dd a:hover {
	color: #404040
}

.ups-calendar article .ups-calendar_dayCtas {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -15px
}

.ups-calendar article .ups-calendar_dayCtas li {
	display: inline;
	margin-right: 30px
}

.ups-calendar article .ups-calendar_dayCtas li .ups-cta {
	margin-top: 15px
}

@media (max-width: 767px) {
	.ups-calendar {
		margin-left: -20px;
		margin-right: -20px
	}
	.ups-calendar .ups-calendar_nav {
		background: #6e6e6e;
		color: #fff;
		float: none;
		margin: 0;
		padding: 0 54px
	}
	.ups-calendar .ups-calendar_nav h1 {
		font: 400 1em/1 Tahoma, helvetica, arial, sans-serif;
		text-align: center;
		padding: 15px 0
	}
	.ups-calendar .ups-calendar_nav h1 .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	.ups-calendar .ups-calendar_nav a.ups-calendar_prev {
		left: 6px
	}
	.ups-calendar .ups-calendar_nav a.ups-calendar_next {
		right: 6px
	}
	.ups-calendar .ups-calendar_nav a .icon:before {
		color: #fff;
		font-size: 1.2em
	}
	.ups-calendar .ups-calendar_toggle {
		display: none
	}
	.ups-calendar .ups-calendar_count {
		display: block
	}
	.ups-calendar article {
		margin-bottom: 30px
	}
	.ups-calendar article header {
		background: #FFD100;
		color: #300;
		padding: 14px 20px;
		overflow: hidden;
		margin-bottom: 0
	}
	.ups-calendar article header h2 {
		margin: 0;
		font: 1.2em Tahoma, helvetica, arial, sans-serif
	}
	.ups-calendar article header h2 .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	.ups-calendar article img {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 30px
	}
	.ups-calendar article .ups-calendar_dayCont {
		float: none;
		width: auto;
		margin: 0 20px
	}
	.ups-calendar article .ups-calendar_dayCtas {
		margin-top: 0
	}
	.ups-calendar article .ups-calendar_dayCtas li {
		display: block;
		margin: 24px 0 0
	}
	.ups-calendar article .ups-calendar_dayCtas li a {
		margin: 0 auto;
		display: block
	}
}

.ups-site-map {
	margin-bottom: 60px
}

.ups-site-map .site-map_section h2 {
	margin-top: 0;
	margin-bottom: 30px;
	text-decoration: none
}

.ups-site-map .site-map_section h3 {
	margin-top: 0;
	margin-bottom: 5px
}

.ups-site-map .site-map_category {
	margin-bottom: 60px
}

.ups-site-map a {
	color: #404040;
	text-decoration: none
}

.ups-site-map a:hover {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-site-map ul {
	list-style-type: none;
	padding: 0
}

.ups-site-map li {
	background: #f0f0ef;
	word-wrap: break-word;
	text-decoration: none;
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-site-map li:hover>a {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-site-map li a {
	padding: 15px;
	display: block
}

.ups-site-map ul ul li {
	background: #e8e8e6
}

.ups-site-map ul ul li a {
	padding-left: 30px
}

.ups-site-map ul ul ul li {
	background: #d9d9d6
}

.ups-site-map ul ul ul li a {
	padding-left: 45px
}

.ups-site-map ul ul ul ul li {
	background: #bebebe
}

.ups-site-map ul ul ul ul li a {
	padding-left: 60px
}

@media (max-width: 767px) {
	.ups-site-map .site-map_section {
		margin-top: 60px
	}
	.ups-site-map .site-map_section h3 {
		margin-bottom: 0
	}
	.ups-site-map .site-map_section:first-child {
		margin-top: 0
	}
	.ups-site-map .site-map_category {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0
	}
	.ups-site-map .site-map_category[data-open="true"] .site-map_links {
		max-height: 5000px;
		margin-top: 0;
		margin-bottom: 0
	}
	.ups-site-map .site-map_category[data-border="true"] .site-map_title,
	.ups-site-map .site-map_category:last-child .site-map_title {
		border-bottom-color: #404040
	}
	.ups-site-map .site-map_title {
		padding: 22px 20px;
		border: 1px solid #404040;
		border-bottom-color: transparent;
		border-left: none;
		border-right: none;
		background: #fff;
		position: relative;
		z-index: 25
	}
	.ups-site-map .site-map_title button {
		-webkit-appearance: none;
		border-radius: 0;
		background: none;
		border: none;
		padding: 0;
		line-height: 1;
		position: absolute;
		right: 20px;
		top: 50%;
		width: 44px;
		height: 44px;
		line-height: 54px;
		font-size: 1.1em;
		margin: -23px 0 0;
		z-index: 25;
		margin-right: -10px;
		text-align: center
	}
	.ups-site-map .site-map_title button:focus {
		z-index: 50
	}
	.ups-site-map li {
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-site-map .site-map_links {
		max-height: 0;
		overflow: hidden;
		margin-bottom: 0;
		position: relative;
		margin-top: -20px;
		margin-bottom: 20px;
		z-index: 0;
		-moz-transition-property: max-height, margin-top, margin-ottom;
		-o-transition-property: max-height, margin-top, margin-ottom;
		-webkit-transition-property: max-height, margin-top, margin-ottom;
		transition-property: max-height, margin-top, margin-ottom;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s
	}
}

.ups-accordion_faq {
	margin-bottom: 60px;
	background: #fff
}

@media (max-width: 767px) {
	.ups-accordion_faq .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .icon {
		right: 20px
	}
}

.ups-accordion_faq .ups-cta_link {
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: underline;
	margin: 30px 0;
	color: #300;
	display: inline-block
}

.ups-accordion_faq .ups-cta_link:hover {
	color: #404040
}

.ups-accordion_faq.ups-faq_single .ups-accordion_content .ups-accordion_toggle {
	display: none
}

.ups-accordion_faq.ups-faq_single .ups-accordion_content .ups-accordion_expand {
	padding: 0
}

.ups-accordion_faq.ups-faq_single .ups-link-list {
	border-top: 0
}

.ups-accordion_faq.ups-faq_noTopic {
	margin-top: 30px
}

.ups-accordion_faq.ups-faq_noTopic .ups-accordion_content .ups-accordion_expand {
	padding: 0 15px
}

.ups-accordion_faq .ups-link-list {
	border-top: 1px solid #757575;
	margin-bottom: 15px;
	*zoom: 1
}

.ups-accordion_faq .ups-link-list ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	*zoom: 1
}

.ups-accordion_faq .ups-link-list ul:after {
	content: "";
	display: table;
	clear: both
}

.ups-accordion_faq .ups-link-list ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-accordion_faq .ups-link-list ul li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0
}

.ups-accordion_faq .ups-link-list ul li a {
	color: #300;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

@media (min-width: 768px) {
	.ups-accordion_faq .ups-link-list ul li {
		width: 50%
	}
	.ups-accordion_faq .ups-link-list ul li:nth-child(odd) {
		padding-right: 15px
	}
	.ups-accordion_faq .ups-link-list ul li:nth-child(even) {
		float: right;
		clear: right;
		padding-left: 15px
	}
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(1),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(1)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(2),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(2)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(3),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(3)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(4),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(4)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(5),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(5)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(6),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(6)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(7),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(7)~li,
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(8),
	.ups-accordion_faq .ups-link-list ul li:nth-child(1):nth-last-child(8)~li {
		width: 100%;
		float: left;
		padding: 0
	}
}

.ups-accordion_faq .ups-link-list ul .ups-link {
	color: #426DA9
}

.ups-accordion_faq .ups-link-list ul .ups-link:visited {
	color: #4A5B7F
}

.ups-accordion_faq .ups-link-list:after {
	content: "";
	display: table;
	clear: both
}

.ups-accordion_faq .ups-accordion_toggle:focus {
	outline-offset: -2px
}

.subsection_aside .ups-faqs,
.iw_columns.col-lg-4 .ups-faqs {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-faqs .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .icon,
.iw_columns.col-lg-4 .ups-faqs .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle .icon {
	right: 20px
}

.subsection_aside .ups-faqs:first-child,
.iw_columns.col-lg-4 .ups-faqs:first-child {
	margin-top: 0
}

.subsection_aside .ups-faqs:last-child,
.iw_columns.col-lg-4 .ups-faqs:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-faqs figure,
.iw_columns.col-lg-4 .ups-faqs figure {
	float: none
}

.subsection_aside .ups-faqs .ups-link-list ul li,
.iw_columns.col-lg-4 .ups-faqs .ups-link-list ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background: #fff;
	padding: 15px 0;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: left
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap a.ups-collapsable_toggle {
	font-family: Tahoma, helvetica, arial, sans-serif;
	position: relative;
	padding: 0px;
	cursor: pointer;
	color: #404040;
	padding-left: 20px
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap a.ups-collapsable_toggle .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content {
	max-height: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 20px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	visibility: hidden
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content em {
	white-space: nowrap
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content p {
	margin-bottom: 15px
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure {
	margin-bottom: 15px;
	margin-right: 30px
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure .ups-vidThumb {
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: static
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure .ups-vidThumb figcaption {
	padding: 15px 0;
	text-decoration: none
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure .ups-vidThumb figcaption p {
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: none !important;
	font-style: normal;
	margin: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure.ups-faq_video {
	max-width: 100%
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure.ups-faq_video figcaption h4 {
	margin-top: -10px
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure figcaption a {
	color: #426DA9
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content figure figcaption a:visited {
	color: #4A5B7F
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content .ups-accordion_link {
	padding: 25px 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content .ups-video-downloads .ups-resource {
	width: auto;
	display: inline-block
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-collapsable_content .ups-video-downloads .ups-resource .img-container img {
	width: auto
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-iconAlone {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	left: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap.ups-active .ups-collapsable_content {
	max-height: none;
	visibility: visible
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads {
	border: 0;
	margin-bottom: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads .ups-iconAlone {
	display: none
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads .img-container:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e65a';
	position: absolute;
	top: 10px;
	color: #fff;
	font-size: 40px;
	right: 10px;
	line-height: 40px;
	z-index: 2
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads .img-container:after {
	content: '';
	border-radius: 50%;
	line-height: 40px;
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 1;
	top: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.3);
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ie9 .ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads .img-container:after {
	background: none
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap .ups-video-downloads .ups-txt-container {
	display: none
}

.ups-accordion_list.ups-faq_single {
	padding-top: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap.ups-faq_single {
	padding-top: 0;
	margin-top: 0
}

.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap.ups-faq_single .ups-collapsable_toggle,
.ups-accordion_wrapper .ups-accordion_content .ups-collapsable_wrap.ups-faq_single .ups-collapsable_content {
	padding-left: 0
}

.ups-authorBio {
	margin: 0 0 60px
}

.ups-authorBio img {
	width: 25%;
	max-width: 200px;
	height: auto;
	display: inline-block;
	float: left
}

.ups-authorBio img+.ups-authorBio_info {
	width: 75%;
	float: right;
	padding-left: 30px
}

@media (max-width: 767px) {
	.ups-authorBio img+.ups-authorBio_info {
		width: 100%;
		float: left;
		padding-left: 0
	}
}

.ups-authorBio .ups-authorBio_info {
	width: 100%;
	height: auto;
	display: inline-block
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_authorTitle {
	margin-top: 0
}

.ups-authorBio .ups-authorBio_info blockquote {
	position: relative;
	width: 100%;
	font-size: 1.7em;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #009cbd;
	margin: 30px 0px;
	padding: 0;
	border: 0
}

.ups-authorBio .ups-authorBio_info h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.3em
}

.ups-authorBio .ups-authorBio_info h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-authorBio .ups-authorBio_info p {
	margin-bottom: 15px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles {
	margin-top: 30px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul {
	list-style: none;
	padding: 0 0px 15px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li {
	padding: 15px 0
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li a {
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #404040;
	text-decoration: underline;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li a .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li a:hover {
	color: #6e6e6e
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social h3 {
	font-size: 1.15em;
	margin: 30px 0 15px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a {
	display: inline-block;
	color: #300;
	font-size: 28px;
	line-height: 49px;
	margin-right: 30px;
	float: left
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i {
	width: 30px;
	height: 30px;
	background-size: 30px 180px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i.icon-social {
	background-image: url('/assets/resources/images/social_2x.jpg')
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i.ups-icon-twitter {
	background-position: 0 -30px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i.ups-icon-linkedin {
	background-position: 0 -60px
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i.ups-icon-email {
	background-image: url('/assets/resources/images/email-icon.png');
	background-size: 100%
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a i.ups-icon-email:before {
	content: none
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social a:hover,
.ups-authorBio .ups-authorBio_info .ups-authorBio_social a:focus {
	text-decoration: none
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social .ups-icon-email {
	display: block
}

.ups-authorBio .ups-authorBio_info .ups-authorBio_social .ups-icon-email:before {
	top: 0
}

@media (max-width: 767px) {
	.ups-authorBio .ups-article-header {
		margin-bottom: 30px
	}
	.ups-authorBio img {
		width: 50%;
		margin-bottom: 30px
	}
	.ups-authorBio .ups-authorBio_info {
		width: 100%;
		clear: both;
		padding: 0
	}
	.ups-authorBio .ups-authorBio_info blockquote {
		font-size: 1.4em;
		margin: 30px 0;
		line-height: 30px
	}
	.ups-authorBio .ups-authorBio_info p {
		margin-bottom: 15px;
		line-height: 18px
	}
	.ups-authorBio .ups-authorBio_info .ups-authorBio_social a {
		display: block;
		text-align: center;
		margin: 15px 30px 15px 0;
		float: left
	}
	.ups-authorBio .ups-authorBio_info .ups-authorBio_social a .icon-social_mob {
		margin: auto
	}
	.ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email {
		font-size: 30px;
		position: relative;
		top: -3px
	}
	.ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email:before {
		line-height: 40px
	}
}

.subsection_aside .ups-authorBio .ups-article-header,
.iw_columns.col-lg-4 .ups-authorBio .ups-article-header {
	margin-bottom: 30px
}

.subsection_aside .ups-authorBio img,
.iw_columns.col-lg-4 .ups-authorBio img {
	width: 50%;
	margin-bottom: 30px
}

.subsection_aside .ups-authorBio .ups-authorBio_info,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info {
	width: 100%;
	clear: both;
	padding: 0
}

.subsection_aside .ups-authorBio .ups-authorBio_info blockquote,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info blockquote {
	font-size: 1.4em;
	margin: 30px 0;
	line-height: 30px
}

.subsection_aside .ups-authorBio .ups-authorBio_info p,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info p {
	margin-bottom: 15px;
	line-height: 18px
}

.subsection_aside .ups-authorBio .ups-authorBio_info .ups-authorBio_social a,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info .ups-authorBio_social a {
	display: block;
	text-align: center;
	margin: 15px 30px 15px 0;
	float: left
}

.subsection_aside .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .icon-social_mob,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .icon-social_mob {
	margin: auto
}

.subsection_aside .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email {
	font-size: 30px;
	position: relative;
	top: -3px
}

.subsection_aside .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email:before,
.iw_columns.col-lg-4 .ups-authorBio .ups-authorBio_info .ups-authorBio_social a .ups-icon-email:before {
	line-height: 40px
}

#ups-pageLevel_notifications {
	background: #e8e8e6;
	padding: 30px 60px;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

#ups-pageLevel_notifications .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

#ups-pageLevel_notifications .ups-notification_label {
	position: absolute;
	top: 50%;
	width: 240px;
	margin-top: -12px;
	left: 60px
}

#ups-pageLevel_notifications .ups-notification_label h3 {
	position: relative;
	padding-left: 42px;
	margin: 0;
	font: 1.7em/24px Tahoma, helvetica, arial, sans-serif
}

#ups-pageLevel_notifications .ups-notification_label h3 span {
	overflow: hidden;
	display: block
}

#ups-pageLevel_notifications .ups-notification_label h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

#ups-pageLevel_notifications .ups-notification_label h3 .icon:before {
	position: absolute;
	top: 50%;
	left: 0px;
	font-size: 30px;
	margin-top: -17px;
	background: #fff;
	display: block;
	border-radius: 50%
}

#ups-pageLevel_notifications .ups-notification_message {
	padding-left: 270px;
	font-size: 1.2em;
	float: left
}

#ups-pageLevel_notifications .ups-notification_message span {
	display: inline;
	line-height: 20px;
	margin-right: 4px
}

#ups-pageLevel_notifications .ups-notification_message .ups-pageLevel_notifications_link {
	display: inline;
	color: #300;
	text-decoration: underline
}

@media (max-width: 767px) {
	#ups-pageLevel_notifications {
		padding: 10px 20px 44px;
		position: relative
	}
	#ups-pageLevel_notifications .ups-notification_label {
		position: relative;
		width: 100%;
		padding: 24px 0;
		height: auto;
		top: initial;
		left: initial;
		margin: 0
	}
	#ups-pageLevel_notifications .ups-notification_label h3 {
		padding: 0
	}
	#ups-pageLevel_notifications .ups-notification_label h3:before {
		display: inline-block;
		position: relative;
		top: 6px;
		margin-right: 8px
	}
	#ups-pageLevel_notifications .ups-notification_message {
		padding: 0
	}
}

.ups-compact_feed h3 {
	margin-top: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px
}

.ups-compact_feed .ups-tabs {
	background: white;
	border: 1px solid #e8e8e6
}

.ups-compact_feed .ups-tabs p {
	padding: 20px;
	margin: 0
}

.ups-compact_feed .ups-tabs .ups-tab-headers {
	background: #f0f0ef;
	border-bottom: 5px solid #6e6e6e;
	padding: 0
}

.ups-compact_feed .ups-tabs .ups-tab-headers span {
	display: block
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	width: 22.5%;
	height: 61px;
	text-align: center;
	float: left;
	position: relative;
	cursor: pointer
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header.ups-inactive {
	display: inline-block
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header[data-open="true"] .tab-iconWrap .tab-icon {
	bottom: 0;
	top: auto
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header[data-open="true"]:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #6e6e6e
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header[data-open="true"]:hover {
	opacity: 1
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header:first-child {
	margin-left: 5%
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-header:hover {
	opacity: .8
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-iconWrap {
	position: relative;
	width: 40px;
	height: 40px;
	margin: auto;
	overflow: hidden
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-iconWrap .tab-icon {
	position: absolute;
	left: 0;
	top: 0
}

.ups-compact_feed .ups-tabs .ups-tab-headers .tab-iconWrap .tab-icon img {
	float: left
}

.ups-compact_feed .ups-tabs .ups-tab-content {
	background: #fff;
	display: none
}

.ups-compact_feed .ups-tabs .ups-tab-content .sub-detail-container {
	position: relative;
	padding: 60px 30px 0;
	min-height: 400px;
	max-height: 600px;
	text-align: center
}

.ups-compact_feed .ups-tabs .ups-tab-content[data-content-selected="true"] {
	display: block
}

@media (max-width: 767px) {
	.ups-compact_feed .ups-tabs .ups-tab-headers {
		display: block
	}
}

.subsection_aside .ups-compact_feed,
.iw_columns.col-lg-4 .ups-compact_feed {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-compact_feed:first-child,
.iw_columns.col-lg-4 .ups-compact_feed:first-child {
	margin-top: 0
}

.subsection_aside .ups-compact_feed:last-child,
.iw_columns.col-lg-4 .ups-compact_feed:last-child {
	margin-bottom: 0
}

.results-header.ups-inactive,
.results-footer.ups-inactive {
	display: none
}

.ups-loaderImg {
	background: url(/assets/resources/images/ajax-loader.gif) no-repeat 50%;
	width: 100%;
	height: 100px
}

.ups-subsection .ups-search_support {
	margin-bottom: 60px
}

.ups-search_support {
	position: relative
}

.ups-search_support .search-magnify {
	width: 50px;
	height: 50px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: -20px;
	background: #e8e8e6;
	border-radius: 50%;
	padding-top: 8px;
	padding-right: 2px;
	z-index: 5;
	display: none
}

.ups-search_support .ups-icon-search {
	font-size: 21px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: 3px
}

.ups-search_support .ups-trackSearch_btn {
	display: none
}

.ups-search_support.ups-search_primary {
	background: #d6d6d6;
	color: #242424;
	margin-bottom: 60px
}

.ups-search_support.ups-search_primary .ups-search_wrap {
	padding-top: 30px;
	padding-bottom: 0;
	background: #d6d6d6;
	margin-top: 0
}

.ups-search_support.ups-search_primary .search-magnify {
	display: block;
	background: #d6d6d6
}

.ups-search_support.ups-search_primary .ups-article-header {
	color: #242424;
	padding: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.85em;
	margin-top: 0;
	min-height: 0;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 32px
}

.ups-search_support.ups-search_primary .ups-article-header .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-search_support.ups-search_primary .ups-article-header:after {
	display: none
}

.ups-search_support.ups-search_primary .ups-search_inputs {
	padding-bottom: 30px
}

.ups-search_support.ups-search_primary .ups-search_resultsbar {
	background: #404040
}

.ups-search_support.ups-search_primary .ups-form_label {
	margin-bottom: 10px
}

.ups-search_support.ups-search_secondary {
	background: #e8e8e6;
	color: #404040;
	padding-bottom: 30px;
	margin-bottom: 60px
}

.ups-search_support.ups-search_secondary .ups-cta.search_btn:disabled {
	background: #bebebe
}

@media (max-width: 767px) {
	.ups-search_support.ups-search_secondary .ups-cta.search_btn:disabled {
		color: transparent
	}
	.ups-search_support.ups-search_secondary .ups-cta.search_btn:disabled:before {
		color: #6e6e6e
	}
}

@media (max-width: 840px) {
	.ups-search_support.ups-search_secondary {
		padding-bottom: 0
	}
}

.ups-search_support.ups-search_secondary~.ups-subsection .ups-tabs,
.ups-search_support.ups-search_secondary~.ups-subsection aside .ups-secondaryNav {
	margin-top: -120px
}

@media (max-width: 840px) {
	.ups-search_support.ups-search_secondary~.ups-subsection .ups-tabs,
	.ups-search_support.ups-search_secondary~.ups-subsection aside .ups-secondaryNav {
		margin-top: 0
	}
}

.ups-search_support.ups-search_secondary~.ups-subsection .subsection_main .ups-wrap.ups-tab-headers:before {
	display: none
}

@media (max-width: 840px) {
	.ups-search_support.ups-search_secondary~.ups-subsection .subsection_main .ups-wrap.ups-tab-headers:before {
		display: block
	}
}

.ups-search_support.ups-search_secondary .ups-search_wrap {
	background: #e8e8e6
}

.ups-search_support.ups-search_secondary .ups-article-header {
	color: #404040;
	margin-bottom: 45px
}

.ups-search_support.ups-search_secondary .ups-search_resultsbar {
	background: #e8e8e6
}

@media (max-width: 767px) {
	.ups-search_support.ups-search_secondary {
		padding-bottom: 30px
	}
	.ups-search_support.ups-search_secondary~.ups-subsection {
		top: 0
	}
}

.ups-search_support .ups-search_wrap {
	padding-top: 30px;
	padding-bottom: 30px
}

.ups-search_support .ups-search_wrap .ups-text_wrapper {
	width: 100%;
	max-width: none;
	padding: 0
}

.ups-search_support .ups-search_wrap .ups-form_input {
	width: 100%;
	margin-bottom: 0px
}

.ups-search_support .ups-search_wrap .ups-form_label {
	margin-bottom: 5px
}

.ups-search_support .ups-search_wrap .ups-dropdown_wrapper {
	background: #fff;
	min-width: 190px
}

.ups-search_support .ups-search_wrap .ups-dropdown {
	margin-bottom: 0
}

.ups-search_support .ups-search_wrap table {
	width: 100%
}

.ups-search_support .ups-search_wrap td {
	vertical-align: bottom;
	padding-left: 30px
}

.ups-search_support .ups-search_wrap td:last-child {
	width: 1%
}

.ups-search_support .ups-search_wrap td:first-child {
	width: 50%;
	padding-left: 0
}

.ups-search_support .ups-search_wrap .ups-cta {
	line-height: 1.1em;
	padding: 10px 5px;
	width: 120px
}

.ups-search_support .ups-search_wrap .ups-cta.search_btn {
	padding: 10px 5px
}

.ups-search_support .ups-search_results {
	overflow: hidden;
	padding-bottom: 0px;
	max-height: 0;
	position: relative;
	visibility: hidden;
	background: transparent
}

.ups-search_support .ups-search_results.ups-active {
	max-height: 2000px;
	-moz-transition-property: max-height, padding-bottom;
	-o-transition-property: max-height, padding-bottom;
	-webkit-transition-property: max-height, padding-bottom;
	transition-property: max-height padding-bottom;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	visibility: visible
}

.ups-search_support .ups-search_results.ups-active .ups-search_wrap {
	padding-top: 30px;
	padding-bottom: 40px;
	-moz-transition-property: padding-top;
	-o-transition-property: padding-top;
	-webkit-transition-property: padding-top;
	transition-property: padding-top;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-search_support .ups-search_results .ups-search_wrap {
	background: #fff;
	padding-top: 0
}

.ups-search_support .ups-search_results .results-header {
	background: #6e6e6e;
	color: #fff;
	padding: 15px
}

.ups-search_support .ups-search_results .results-header h3 {
	float: left;
	margin: 0
}

.ups-search_support .ups-search_results .results-header .results-num-container {
	float: right;
	position: relative;
	top: 2px
}

.ups-search_support .ups-search_results .results-container {
	padding: 0 0 0;
	color: #404040
}

.ups-search_support .ups-search_results .results-container .result {
	min-height: 50px;
	padding: 15px
}

.ups-search_support .ups-search_results .results-container .result:nth-of-type(2n-1) {
	background: #fff
}

.ups-search_support .ups-search_results .results-container .result:nth-of-type(2n) {
	background: #e8e8e6
}

.ups-search_support .ups-search_results .results-container h4 {
	margin-top: 0;
	margin-bottom: 5px;
	text-decoration: underline
}

.ups-search_support .ups-search_results .results-container h4 a {
	color: #242424
}

.ups-search_support .ups-search_results .results-container div {
	padding: 5px 0
}

.ups-search_support .ups-search_results .results-container .did-you-mean {
	margin-top: 0;
	padding: 30px 20px
}

.ups-search_support .ups-search_results .results-container .did-you-mean button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1
}

.ups-search_support .ups-search_results .results-container .help-search {
	font-style: normal
}

.ups-search_support .ups-search_results .results-container .ups-link {
	margin-top: 5px;
	color: #242424
}

.ups-search_support .ups-search_results .results-footer {
	background: #6e6e6e;
	color: #fff;
	padding: 0 15px
}

.ups-search_support .ups-search_results .results-footer.footer-hidden {
	display: none;
	min-height: 44px
}

.ups-search_support .ups-search_results .results-footer.footer-hidden .footer-container {
	display: none
}

.ups-search_support .ups-search_results .results-footer .footer-container {
	margin: 0 auto;
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ups-search_support .ups-search_results .results-footer .footer-container .ups-pageHide {
	display: none
}

.ups-search_support .ups-search_results .results-footer button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	padding: 15px;
	float: left;
	color: #fff;
	text-decoration: underline;
	position: relative
}

.ups-search_support .ups-search_results .results-footer button.prev:before,
.ups-search_support .ups-search_results .results-footer button.last:before {
	content: '';
	height: 50%;
	width: 1px;
	background: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0
}

.ups-search_support .ups-search_results .results-footer .pagination-container {
	float: left
}

.ups-search_support .ups-search_results .results-footer .pagination-container button {
	background: inherit;
	color: inherit;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	-webkit-transition-property: background, color;
	transition-property: background color;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-search_support .ups-search_results .results-footer .pagination-container button:before {
	content: '';
	height: 50%;
	width: 1px;
	background: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0
}

.ups-search_support .ups-search_results .results-footer .pagination-container button:last-child:after {
	content: '';
	height: 50%;
	width: 1px;
	background: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0
}

.ups-search_support .ups-search_results .results-footer .pagination-container button.active {
	background: #fff;
	color: #404040;
	text-decoration: none
}

.ups-search_support .ups-search_results .results-footer .pagination-container button.active:before,
.ups-search_support .ups-search_results .results-footer .pagination-container button.active:after {
	background: transparent
}

.ups-search_support .ups-search_results .results-footer .pagination-container button.ups-inactive {
	display: none
}

.ups-search_support .ups-search_results .results-footer .pagination-container button[data-prev-selected="true"]:before {
	background: transparent
}

.ups-search_support .ups-search_resultsbar {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -40px
}

.ups-search_support .ups-search_resultsbar:before {
	content: '';
	position: absolute;
	top: 0;
	left: -3000px;
	width: 6000px;
	height: 100%;
	background: inherit
}

@media (max-width: 1400px) {
	.ups-search_support~.ups-subsection .pagination-container button {
		display: none
	}
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(1),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(2),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(3),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(4),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(5) {
		display: block
	}
}

@media (max-width: 991px) {
	.ups-search_support .pagination-container button {
		display: none
	}
	.ups-search_support .pagination-container button:nth-child(1),
	.ups-search_support .pagination-container button:nth-child(2),
	.ups-search_support .pagination-container button:nth-child(3),
	.ups-search_support .pagination-container button:nth-child(4),
	.ups-search_support .pagination-container button:nth-child(5) {
		display: block
	}
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(4),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(5) {
		display: none
	}
}

@media (max-width: 920px) {
	.ups-search_support~.ups-subsection .pagination-container button {
		display: none
	}
	.ups-search_support~.ups-subsection .footer-container .first,
	.ups-search_support~.ups-subsection .footer-container .last {
		display: none
	}
}

@media (max-width: 840px) {
	.ups-search_support .pagination-container button:nth-child(1),
	.ups-search_support .pagination-container button:nth-child(2),
	.ups-search_support .pagination-container button:nth-child(3),
	.ups-search_support .pagination-container button:nth-child(4),
	.ups-search_support .pagination-container button:nth-child(5) {
		display: block
	}
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(1),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(2),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(3),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(4),
	.ups-search_support~.ups-subsection .pagination-container button:nth-child(5) {
		display: block
	}
	.ups-search_support~.ups-subsection .footer-container .first,
	.ups-search_support~.ups-subsection .footer-container .last {
		display: block
	}
}

@media (max-width: 767px) {
	.ups-search_support.ups-search_primary {
		margin-bottom: 0
	}
	.ups-search_support .ups-article-header {
		margin-top: 10px
	}
	.ups-search_support .ups-search_wrap {
		padding-top: 30px;
		padding-bottom: 0;
		position: relative;
		z-index: 0
	}
	.ups-search_support .ups-search_wrap .banner-content {
		padding-bottom: 30px
	}
	.ups-search_support .ups-search_wrap .banner-content:last-child {
		padding-bottom: 0
	}
	.ups-search_support .ups-search_wrap .banner-content.ups-sm_show_selection {
		display: inline-block;
		width: 79%
	}
	.ups-search_support .ups-search_wrap .banner-content .ups-dropdown_wrapper {
		max-width: 550px
	}
	.ups-search_support .ups-search_wrap .banner-content.ups-sm_show_submit {
		display: inline-block;
		padding-left: 5px;
		padding-top: 22px;
		width: 21%
	}
	.ups-search_support .ups-search_wrap .ups-cta {
		max-width: 100%;
		overflow: hidden;
		position: relative;
		width: 100%
	}
	.ups-search_support .ups-search_wrap .ups-cta.search_btn:disabled:before {
		color: #6e6e6e
	}
	.ups-search_support .ups-search_results {
		padding-top: 0
	}
	.ups-search_support .ups-search_results.ups-active {
		padding-bottom: 0
	}
	.ups-search_support .ups-search_results .ups-search_wrap {
		padding: 0 !important
	}
	.ups-search_support .ups-search_results .results-header {
		padding: 20px
	}
	.ups-search_support .ups-search_results .results-header h3 {
		width: 100%
	}
	.ups-search_support .ups-search_results .result {
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-search_support .ups-search_results .results-num-container {
		float: left !important;
		margin-top: 20px
	}
	.ups-search_support .ups-search_results .results-container {
		padding: 0
	}
	.ups-search_support .ups-search_results .results-footer button.prev:before,
	.ups-search_support .ups-search_results .results-footer button.last:before {
		content: none
	}
}

.ups-search_support .ups-search_formWrap {
	display: table;
	width: 100%
}

.ups-search_support .ups-search_formWrap .ups-search-tableRow {
	display: table-row;
	width: auto
}

.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_inputWrap,
.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap,
.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
	display: table-cell;
	vertical-align: top
}

@media (max-width: 767px) {
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_inputWrap,
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap,
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
		display: block;
		padding-bottom: 30px
	}
}

.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap,
.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
	padding-left: 30px
}

@media (max-width: 767px) {
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap,
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
		display: inline-block
	}
}

.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
	padding-top: 20px;
	width: 140px
}

@media (max-width: 767px) {
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_buttonWrap {
		width: 100%;
		padding-left: 0;
		padding-top: 0
	}
}

@media (max-width: 767px) {
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap {
		padding: 0;
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px
	}
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap .ups-dropdown_wrapper {
		width: 100%;
		max-width: none
	}
	.ups-search_support .ups-search_formWrap .ups-search-tableRow .ups-search_dropWrap .ups-dropdown_wrapper .ups-dropdown {
		width: 100%
	}
}

.subsection_main .ups-search_resultsbar:before,
.subsection_aside .ups-search_resultsbar:before,
.iw_columns.col-lg-4 .ups-search_resultsbar:before,
.iw_columns.col-lg-4 .ups-search_resultsbar:before {
	display: none
}

.container-fluid.iw_section:nth-child(4) .ups-search_support {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.ups-content_with_anchor {
		word-wrap: break-word
	}
	.ups-content_with_anchor .ups-content_with_anchor_index {
		padding: 45px 30px
	}
	.ups-content_with_anchor .ups-content_with_anchor_index ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		font-family: Tahoma, helvetica, arial, sans-serif
	}
	.ups-content_with_anchor .ups-content_with_anchor_index ul .ups-rtl {
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-weight: 700
	}
	.ups-content_with_anchor .ups-content_with_anchor_index a {
		padding-left: 0
	}
	.ups-content_with_anchor .ups-content_with_anchor_wrap blockquote {
		max-width: 100%;
		margin: 30px 0
	}
	.ups-content_with_anchor .ups-content_with_anchor_wrap ul {
		padding: 0
	}
}

.ups-content_with_anchor .ups-wrap_inner>h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 30px 0 45px 0;
	padding-bottom: 0px;
	position: relative;
	font-size: 30px;
	color: #300;
	min-height: 0
}

.ups-content_with_anchor .ups-wrap_inner>h2:after {
	display: none
}

.ups-content_with_anchor .ups-wrap_inner>h2.center {
	text-align: center
}

.ups-content_with_anchor .ups-wrap_inner>h3 {
	margin: 0 0 15px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.5em
}

.ups-content_with_anchor .ups-wrap_inner>h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-content_with_anchor .ups-wrap_inner>p {
	font-size: 1.143em;
	line-height: 24px
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_index,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_index {
	padding: 45px 30px
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_index ul,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_index ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_index ul .ups-rtl,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_index ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_index a,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_index a {
	padding-left: 0
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_wrap blockquote,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_wrap blockquote {
	max-width: 100%;
	margin: 30px 0
}

.subsection_aside .ups-content_with_anchor .ups-content_with_anchor_wrap ul,
.iw_columns.col-lg-4 .ups-content_with_anchor .ups-content_with_anchor_wrap ul {
	padding: 0
}

.ups-content_with_anchor_copy {
	margin-bottom: 30px
}

.ups-content_with_anchor_index {
	background: #e5f5f8;
	border-top: 1px solid #009cbd;
	border-bottom: 1px solid #009cbd;
	padding: 30px;
	margin: 0 0 30px;
	width: 100%;
	float: left
}

.ups-content_with_anchor_index p {
	font-size: 1.25em;
	margin: 0
}

.ups-content_with_anchor_index ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	*zoom: 1
}

.ups-content_with_anchor_index ul:after {
	content: "";
	display: table;
	clear: both
}

.ups-content_with_anchor_index ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-content_with_anchor_index ul li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0
}

.ups-content_with_anchor_index ul li a {
	color: #300;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

@media (min-width: 768px) {
	.ups-content_with_anchor_index ul li {
		width: 50%
	}
	.ups-content_with_anchor_index ul li:nth-child(odd) {
		padding-right: 15px
	}
	.ups-content_with_anchor_index ul li:nth-child(even) {
		float: right;
		clear: right;
		padding-left: 15px
	}
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(1),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(1)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(2),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(2)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(3),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(3)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(4),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(4)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(5),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(5)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(6),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(6)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(7),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(7)~li,
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(8),
	.ups-content_with_anchor_index ul li:nth-child(1):nth-last-child(8)~li {
		width: 100%;
		float: left;
		padding: 0
	}
}

.ups-content_with_anchor_index ul li a {
	color: #426DA9
}

.ups-content_with_anchor_index ul li a:visited {
	color: #4A5B7F
}

.ups-content_with_anchor-wrapper .ups-content_wrapTop {
	margin-top: -140px;
	float: left;
	display: block;
	width: 100%
}

.ups-content_with_anchor-wrapper .ups-content_wrap {
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d6;
	float: left;
	margin-bottom: 30px;
	width: 100%
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-contentBlock {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-contentBlock .ups-wrap_inner {
	padding: 0;
	border: 0
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-contentBlock .ups-wrap_inner h2 {
	font-size: 30px
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-contentBlock .ups-wrap_inner h2:after {
	content: none
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-content_with_wrapper_link {
	margin-top: 30px;
	color: #426DA9;
	font-family: Tahoma, helvetica, arial, sans-serif;
	width: auto;
	float: right;
	text-align: right
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-content_with_wrapper_link:visited {
	color: #4A5B7F
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-content_with_wrapper_link .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-content_with_wrapper_link:before {
	text-decoration: none;
	overflow: hidden
}

.ups-content_with_anchor-wrapper .ups-content_wrap .ups-content_with_wrapper_link:before {
	margin-left: 15px;
	float: right
}

.ups-content_with_anchor sup {
	top: -0.3em
}

.ups-content_with_anchor .ups-content_with_anchor-wrapper:last-child .ups-content_wrap {
	border-bottom: 0
}

.ups-featured-three-piece {
	padding: 30px 60px;
	background: #F7F6F5;
	color: #300
}

.ups-featured-three-piece .ups-featured-three_header {
	position: relative
}

.ups-featured-three-piece .ups-featured-three_header:before {
	content: '';
	width: 50%;
	height: 1px;
	background: #300;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 25%
}

.ups-featured-three-piece .ups-featured-three_header h2 {
	float: left;
	background: #F7F6F5;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0 15px;
	max-width: 40%;
	font-size: 1.85em;
	line-height: 31px;
	font-weight: bold;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-featured-three-piece .ups-featured-three_resources {
	margin-top: 30px
}

.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container a:hover,
.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container a:focus {
	text-decoration: none
}

.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container .ups-resource .ups-txt-container p {
	font-size: 1em;
	color: #B35C00;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px
}

.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container .ups-resource .ups-txt-container h3 {
	font-size: 1.3em;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #404040;
	text-transform: none
}

.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container .ups-resource .ups-txt-container .ups-link {
	color: #426DA9
}

.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container .ups-resource .ups-txt-container .ups-link .icon {
	color: #242424
}

@media (max-width: 767px) {
	.ups-featured-three-piece .ups-featured-three_header:before {
		content: '';
		left: 0;
		width: 100%
	}
	.ups-featured-three-piece .ups-featured-three_header h2 {
		max-width: 90%;
		font-size: 1.3em
	}
	.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container {
		margin-bottom: 30px
	}
	.ups-featured-three-piece .ups-featured-three_resources .ups-featured-resource_container:last-child {
		margin-bottom: 0
	}
}

.ups-filtered-list .list_multi .ups-list_detail:first-child {
	border-top: 0;
	padding-top: 0
}

.ups-glossary_carousel {
	background: #fff;
	border: 1px solid #6e6e6e;
	text-align: center;
	overflow: hidden
}

.ups-glossary_carousel:not(.slick-slider) .ups-skipNav_carousel {
	display: none
}

.ups-glossary_carousel .ups-glossary_slide {
	position: relative;
	padding: 45px 30px 100px
}

.ups-glossary_carousel .ups-glossary_slide h2 {
	margin: 0 0 24px;
	font: 1.3em/1 Tahoma, helvetica, arial, sans-serif
}

.ups-glossary_carousel .ups-glossary_slide p {
	margin: 10px 0 0;
	font-size: 1em
}

.ups-glossary_carousel .ups-glossary_slide a {
	display: block;
	margin-top: 24px;
	color: #300;
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: underline
}

.ups-glossary_carousel .ups-glossary_slide a .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-glossary h3 {
	margin-top: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 15px
}

.ups-glossary h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-glossary .ups-glossary_carousel {
	background: #fff;
	border: 1px solid #6e6e6e;
	text-align: center
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide {
	padding: 30px 30px
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide h2 {
	margin: 0 0 5px;
	font: 1.3em/1 Tahoma, helvetica, arial, sans-serif
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide h2 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide p {
	margin: 5px 0 0;
	font-size: 1em
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide a {
	display: block;
	margin-top: 15px;
	color: #426DA9;
	text-decoration: underline
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide a:hover {
	color: #6e6e6e
}

.ups-glossary .ups-glossary_carousel .ups-glossary_slide a:visited {
	color: #4A5B7F
}

.subsection_aside .ups-glossary,
.iw_columns.col-lg-4 .ups-glossary {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-glossary:first-child,
.iw_columns.col-lg-4 .ups-glossary:first-child {
	margin-top: 0
}

.subsection_aside .ups-glossary:last-child,
.iw_columns.col-lg-4 .ups-glossary:last-child {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.ups-glossary .ups-glossary_carousel {
		border-bottom: 10px solid #242424
	}
}

.ups-subarticles {
	background: #fff;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px
}

.ups-subarticles .subarticle-header {
	position: relative;
	margin-bottom: 30px
}

.ups-subarticles .subarticle-content img {
	width: 100%
}

.ups-subarticles .subarticle-container {
	margin-bottom: 30px
}

.ups-subarticles .subarticle-container:last-child,
.ups-subarticles .subarticle-container:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0
}

.ups-subarticles .subarticle {
	position: relative;
	color: #404040
}

.ups-subarticles .subarticle a {
	text-decoration: none
}

.ups-subarticles .ups-txt-container {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	padding: 15px 30px 15px 15px
}

.ups-subarticles h3 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 5px
}

.ups-subarticles p {
	margin: 0
}

.ups-subarticles .ups-iconAlone {
	font-size: 25px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 5px;
	right: 5px
}

@media (max-width: 991px) {
	.ups-subarticles .img-container {
		display: none
	}
}

.ups-contentBlock_wrap address {
	margin-bottom: 30px
}

.ups-contentBlock_wrap h3 {
	margin: 0 0 15px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.72em
}

.ups-contentBlock_wrap h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-contentBlock_wrap h4 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.50em
}

.ups-contentBlock_wrap h5 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.29em
}

.ups-contentBlock_wrap h6 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1.15em
}

.ups-contentBlock_wrap ul,
.ups-contentBlock_wrap ol {
	margin-bottom: 21px;
	padding-left: 50px;
	list-style-position: outside;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px
}

.ups-contentBlock_wrap ul li,
.ups-contentBlock_wrap ol li {
	padding: 4px 0
}

.ups-contentBlock_wrap ul li ul,
.ups-contentBlock_wrap ol li ul {
	margin-bottom: 0
}

.ups-contentBlock_wrap p {
	font-size: 1.15em;
	margin-bottom: 15px;
	line-height: 24px
}

.ups-contentBlock_wrap p a {
	font-size: 0.96em
}

.ups-contentBlock_wrap blockquote {
	float: none;
	max-width: none;
	margin: 0;
	padding: 20px 30px;
	font-family: georgia;
	line-height: 1.6em;
	position: relative;
	width: 100%;
	font-size: 1.9em;
	color: #e45321;
	margin: 30px 0px;
	padding: 0 0 18px;
	border: 0
}

.ups-contentBlock_wrap blockquote:after {
	background: transparent
}

.ups-contentBlock_wrap a:not(.ups-cta) {
	color: #426DA9;
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	margin-left: 0
}

.ups-contentBlock_wrap a:not(.ups-cta):hover {
	color: #4A5B7F;
	text-decoration: underline
}

.ups-contentBlock_wrap a:not(.ups-cta):visited {
	color: #4A5B7F
}

.ups-contentBlock_wrap a:not(.ups-cta) .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-contentBlock_wrap a:not(.ups-cta):last-of-type {
	margin-bottom: 15px
}

.ups-contentBlock_wrap a:not(.ups-cta):last-of-type:last-of-type {
	margin-bottom: 0
}

.ups-contentBlock_wrap figure {
	margin-bottom: 15px;
	margin-right: 30px;
	max-width: 100%;
	max-height: 100%
}

.ups-contentBlock_wrap figure a {
	margin: 0;
	padding: 0;
	text-decoration: none
}

.ups-contentBlock_wrap figure a.ups-vidThumb {
	position: static;
	display: block
}

.ups-contentBlock_wrap figure figcaption {
	border-bottom: 1px solid #757575
}

.ups-contentBlock_wrap figure figcaption p {
	font-family: Tahoma, helvetica, arial, sans-serif;
	text-decoration: none !important;
	font-style: normal;
	padding: 15px 0;
	margin: 0
}

.ups-contentBlock_wrap figure figcaption p a {
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #426DA9
}

.ups-contentBlock_wrap figure figcaption p a:visited {
	color: #4A5B7F
}

@media (max-width: 840px) {
	.ups-contentBlock_wrap figure figcaption {
		width: 100% !important
	}
}

@media (max-width: 767px) {
	.ups-contentBlock_wrap figure figcaption {
		width: 100% !important
	}
}

.ups-contentBlock_wrap figure figcaption:empty {
	display: none
}

.ups-contentBlock_wrap figure.align-left {
	padding-bottom: 5px;
	float: left
}

.ups-contentBlock_wrap figure.align-right {
	padding-bottom: 5px;
	float: right
}

@media (max-width: 991px) {
	.ups-contentBlock_wrap figure img {
		width: auto
	}
}

@media (max-width: 767px) {
	.ups-contentBlock_wrap figure img {
		width: 100%;
		height: auto
	}
}

.ups-contentBlock_wrap img {
	max-width: 100%;
	max-height: 100%
}

.ups-contentBlock_wrap img.align-left {
	float: left;
	margin-bottom: 15px;
	margin-right: 30px
}

.ups-contentBlock_wrap img.align-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 30px
}

.ups-contentBlock_wrap .ups-article_video {
	margin-bottom: 15px
}

.ups-contentBlock_wrap .ups-article_video iframe {
	width: 100%;
	height: 500px
}

.ups-contentBlock_wrap .ups-article_video .ups-article_video-caption {
	padding: 20px;
	background: #f0f0ef;
	margin-top: -5px
}

.ups-contentBlock_wrap table ul,
.ups-contentBlock_wrap table ol,
.ups-contentBlock_wrap table p {
	font-size: 14px
}

.ups-contentBlock {
	margin-bottom: 45px
}

.ups-contentBlock table {
	margin-top: 30px;
	table-layout: fixed
}

.ups-contentBlock table tbody tr:nth-child(2n-1) {
	background: #ECECEC
}

.ups-contentBlock table tbody tr:nth-child(2n) {
	background: #fff
}

.ups-contentBlock table tbody tr td a {
	color: #242424 !important
}

.ups-contentBlock table tbody tr td a:hover {
	color: #404040;
	text-decoration: underline
}

.ups-contentBlock h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding-bottom: 0px;
	position: relative;
	font-size: 1.86em;
	color: #300;
	min-height: 0;
	line-height: 1.4em
}

.ups-contentBlock h2:after {
	display: none
}

.ups-contentBlock h2.center {
	text-align: center
}

.ups-contentBlock .image-container {
	display: table
}

.ups-contentBlock .image-container p {
	font-size: 1em;
	display: table-caption;
	caption-side: bottom;
	border-bottom: 1px solid #6e6e6e;
	padding: 15px 0;
	margin: 0
}

.ups-contentBlock .image-container.left {
	margin-bottom: 15px;
	float: left;
	margin-right: 15px
}

.ups-contentBlock .image-container.right {
	float: right;
	margin-left: 15px
}

.ups-contentBlock .ups-cta {
	padding: 10px 30px;
	margin-top: 15px;
	text-decoration: none
}

.no-touch .ups-contentBlock .ups-cta.ups-cta_secondary:hover {
	color: #4A5B7F
}

.no-touch .ups-contentBlock .ups-cta:hover,
.touch .ups-contentBlock .ups-cta:hover {
	color: #fff;
	text-decoration: none
}

.no-touch .ups-contentBlock .ups-cta.ups-cta-secondary:hover,
.touch .ups-contentBlock .ups-cta.ups-cta-secondary:hover {
	color: #00857D;
	text-decoration: none
}

.ups-contentBlock .ups-underline {
	text-decoration: underline
}

.ups-contentBlock.contentBlock_landing_gray,
.ups-contentBlock.contentBlock_secondary_gray {
	background: #e8e8e6;
	margin-bottom: 45px;
	margin-top: 45px;
	padding-bottom: 45px
}

.ups-contentBlock.contentBlock_landing_gray.last-gray,
.ups-contentBlock.contentBlock_secondary_gray.last-gray {
	padding-bottom: 45px
}

.ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:before,
.ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:before {
	content: '';
	position: absolute;
	top: -45px;
	left: -3000px;
	width: 6000px;
	height: 45px;
	background: #e8e8e6
}

.ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:after,
.ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: -3000px;
	width: 6000px;
	height: 45px;
	background: #e8e8e6
}

.ups-contentBlock.contentBlock_landing_gray .landing_container,
.ups-contentBlock.contentBlock_secondary_gray .landing_container {
	padding: 0 60px
}

@media (max-width: 767px) {
	.ups-contentBlock.contentBlock_landing_gray .landing_container,
	.ups-contentBlock.contentBlock_secondary_gray .landing_container {
		padding: 0
	}
	.ups-contentBlock.contentBlock_landing_gray.contentBlock_landing_gray .ups-wrap_inner,
	.ups-contentBlock.contentBlock_landing_gray.contentBlock_secondary_gray .ups-wrap_inner,
	.ups-contentBlock.contentBlock_secondary_gray.contentBlock_landing_gray .ups-wrap_inner,
	.ups-contentBlock.contentBlock_secondary_gray.contentBlock_secondary_gray .ups-wrap_inner {
		margin-top: 60px
	}
}

.ups-contentBlock.contentBlock_landing_gray {
	text-align: center
}

.ups-contentBlock .ups-simplemsg_subnoteWrap {
	margin-top: 60px
}

.ups-contentBlock .ups-simplemsg_subnoteWrap h3 {
	font-size: 20px;
	margin-top: 0;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-contentBlock .ups-simplemsg_subnoteWrap .ups-simplemsg_subnote {
	background: #404040;
	color: #fff;
	padding: 15px 20px;
	position: relative
}

.ups-contentBlock .ups-simplemsg_subnoteWrap .ups-simplemsg_subnote p {
	line-height: 25px;
	margin: 0;
	max-width: 600px;
	padding-right: 76px
}

.ups-contentBlock .ups-simplemsg_subnoteWrap .ups-simplemsg_subnote img {
	position: absolute;
	top: 50%;
	width: 46px;
	height: auto;
	margin-top: -25px;
	right: 30px
}

.ups-contentBlock address h3 {
	margin-top: 0
}

.ups-contentBlock .ups-contentBlock_wrap~.ups-contentBlock_wrap {
	margin-top: 30px
}

.ups-contentBlock .ups-link-list ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif;
	*zoom: 1
}

.ups-contentBlock .ups-link-list ul:after {
	content: "";
	display: table;
	clear: both
}

.ups-contentBlock .ups-link-list ul .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-contentBlock .ups-link-list ul li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0
}

.ups-contentBlock .ups-link-list ul li a {
	color: #300;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

@media (min-width: 768px) {
	.ups-contentBlock .ups-link-list ul li {
		width: 50%
	}
	.ups-contentBlock .ups-link-list ul li:nth-child(odd) {
		padding-right: 15px
	}
	.ups-contentBlock .ups-link-list ul li:nth-child(even) {
		float: right;
		clear: right;
		padding-left: 15px
	}
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(1),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(1)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(2),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(2)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(3),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(3)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(4),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(4)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(5),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(5)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(6),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(6)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(7),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(7)~li,
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(8),
	.ups-contentBlock .ups-link-list ul li:nth-child(1):nth-last-child(8)~li {
		width: 100%;
		float: left;
		padding: 0
	}
}

.ups-contentBlock .ups-link-list ul li a {
	color: #426DA9
}

.ups-contentBlock .ups-link-list ul li a:visited,
.ups-contentBlock .ups-link-list ul li a:hover {
	color: #4A5B7F
}

.ups-contentBlock .ups-link-list ul li a sup {
	display: inline-block
}

@media (max-width: 840px) {
	.ups-contentBlock {
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-contentBlock ul,
	.ups-contentBlock ol {
		padding-left: 15px
	}
	.ups-contentBlock ul a,
	.ups-contentBlock ol a {
		padding-left: 0
	}
	.ups-contentBlock .ups-contentBlock_wrap figure a {
		padding-left: 0
	}
	.ups-contentBlock .ups-helper a {
		padding: 0
	}
}

.subsection_aside .ups-contentBlock,
.iw_columns.col-lg-4 .ups-contentBlock {
	margin-top: 0;
	margin-bottom: 60px;
	background: white;
	border: 1px solid #6e6e6e
}

.subsection_aside .ups-contentBlock:first-child,
.iw_columns.col-lg-4 .ups-contentBlock:first-child {
	margin-top: 0
}

.subsection_aside .ups-contentBlock:last-child,
.iw_columns.col-lg-4 .ups-contentBlock:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-contentBlock .ups-wrap_inner,
.iw_columns.col-lg-4 .ups-contentBlock .ups-wrap_inner {
	padding: 20px
}

.subsection_aside .ups-contentBlock .ups-wrap_inner:before,
.subsection_aside .ups-contentBlock .ups-wrap_inner:after,
.iw_columns.col-lg-4 .ups-contentBlock .ups-wrap_inner:before,
.iw_columns.col-lg-4 .ups-contentBlock .ups-wrap_inner:after {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent
}

.subsection_aside .ups-contentBlock .ups-link-list ul li,
.iw_columns.col-lg-4 .ups-contentBlock .ups-link-list ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

@media (max-width: 767px) {
	.subsection_aside .ups-contentBlock ul,
	.subsection_aside .ups-contentBlock ol,
	.iw_columns.col-lg-4 .ups-contentBlock ul,
	.iw_columns.col-lg-4 .ups-contentBlock ol {
		padding-left: 15px
	}
	.subsection_aside .ups-contentBlock ul a,
	.subsection_aside .ups-contentBlock ol a,
	.iw_columns.col-lg-4 .ups-contentBlock ul a,
	.iw_columns.col-lg-4 .ups-contentBlock ol a {
		padding-left: 0
	}
	.subsection_aside .ups-contentBlock .ups-contentBlock_wrap figure a,
	.iw_columns.col-lg-4 .ups-contentBlock .ups-contentBlock_wrap figure a {
		padding-left: 0
	}
	.subsection_aside .ups-contentBlock .ups-helper a,
	.iw_columns.col-lg-4 .ups-contentBlock .ups-helper a {
		padding: 0
	}
	.subsection_aside .ups-contentBlock:last-child,
	.iw_columns.col-lg-4 .ups-contentBlock:last-child {
		margin-bottom: 0
	}
}

.subsection_aside .ups-contentBlock.contentBlock_landing_gray,
.subsection_aside .ups-contentBlock.contentBlock_secondary_gray,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_landing_gray,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_secondary_gray {
	background: white;
	border: 1px solid #6e6e6e
}

.subsection_aside .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner,
.subsection_aside .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner {
	padding: 20px
}

.subsection_aside .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:before,
.subsection_aside .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:after,
.subsection_aside .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:before,
.subsection_aside .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:after,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:before,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_landing_gray .ups-wrap_inner:after,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:before,
.iw_columns.col-lg-4 .ups-contentBlock.contentBlock_secondary_gray .ups-wrap_inner:after {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent
}

.ups-service {
	margin-bottom: 60px
}

.ups-service .ups-service-header {
	padding: 0;
	font-size: 2.6em
}

.ups-service .ups-service-header:after {
	content: none
}

@media (max-width: 767px) {
	.ups-service .ups-service_title .ups-service_content figure {
		margin-bottom: 30px
	}
	.ups-service .ups-service_item .ups-service-header {
		padding: 12px 10px
	}
	.ups-service .ups-service_item .ups-service_content {
		padding: 10px
	}
	.ups-service .ups-service_item .ups-service_content ul li {
		padding: 10px 0
	}
	.ups-service .ups-service_item .ups-service_content ul li:first-child {
		padding-top: 0
	}
	.ups-service .ups-service_item .ups-service_content ul li:last-child {
		padding-bottom: 0
	}
}

.subsection_aside .ups-service .ups-service_title .ups-service_content figure,
.iw_columns.col-lg-4 .ups-service .ups-service_title .ups-service_content figure {
	margin-bottom: 30px
}

.subsection_aside .ups-service .ups-service_item .ups-service-header,
.iw_columns.col-lg-4 .ups-service .ups-service_item .ups-service-header {
	padding: 12px 10px
}

.subsection_aside .ups-service .ups-service_item .ups-service_content,
.iw_columns.col-lg-4 .ups-service .ups-service_item .ups-service_content {
	padding: 10px
}

.subsection_aside .ups-service .ups-service_item .ups-service_content ul li,
.iw_columns.col-lg-4 .ups-service .ups-service_item .ups-service_content ul li {
	padding: 10px 0
}

.subsection_aside .ups-service .ups-service_item .ups-service_content ul li:first-child,
.iw_columns.col-lg-4 .ups-service .ups-service_item .ups-service_content ul li:first-child {
	padding-top: 0
}

.subsection_aside .ups-service .ups-service_item .ups-service_content ul li:last-child,
.iw_columns.col-lg-4 .ups-service .ups-service_item .ups-service_content ul li:last-child {
	padding-bottom: 0
}

.ups-service_title {
	width: 100%;
	padding-bottom: 45px;
	float: left
}

.ups-service_item {
	clear: both;
	width: 100%
}

.ups-service_item .ups-service_header {
	background: #e8e8e6;
	font-family: Tahoma, helvetica, arial, sans-serif;
	width: 100%;
	padding: 12px 20px;
	line-height: 1.5
}

.ups-service_item .ups-service_header .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-service_item .ups-service_content {
	width: 100%;
	float: left;
	padding: 30px
}

.ups-service_content .ups-contentBlock {
	margin: 0;
	padding: 0
}

.ups-service_content .ups-contentBlock.ups-wrap {
	margin-top: 0
}

.ups-service_content .ups-contentBlock .ups-cta {
	display: inline-block;
	margin-left: 30px
}

.ups-service_content h3 {
	line-height: 20px
}

.ups-service_content figure {
	width: 100%;
	max-width: 300px;
	margin-right: 30px
}

.ups-service_content figure img {
	width: 100%;
	height: auto
}

.ups-service_content figure figcaption {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #404040
}

.ups-service_content figure figcaption p {
	margin: 0
}

.ups-service_content ul {
	padding-left: 30px
}

.ups-service_content a {
	clear: both;
	display: block;
	color: #000;
	text-decoration: underline;
	padding: 15px 0;
	padding-left: 30px
}

@media (max-width: 500px) {
	.ups-service_title .ups-service_content figure {
		width: 100%;
		max-width: 500px;
		left: 0;
		right: 0;
		margin: auto
	}
	.ups-service_title .ups-article-header {
		margin-bottom: 30px
	}
}

.ups-ship-by {
	width: 100%;
	margin-bottom: 60px
}

.ups-ship-by .ups-shipping-icon {
	font-size: 24px;
	line-height: 14px;
	margin-right: 45px;
	position: relative
}

.ups-ship-by .ups-shipping-icon:before {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

.ups-ship-by .ship-by_header {
	width: 100%;
	padding: 30px 15px
}

.ups-ship-by .ship-by_header .header-img {
	float: left
}

.ups-ship-by .ship-by_header .ship-by_title {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 23px;
	display: inline-block;
	padding-left: 5px;
	padding-top: 8px
}

.ups-ship-by .ship-by_calendar {
	height: 100%;
	float: right;
	padding: 0;
	width: auto;
	max-width: none;
	display: table
}

.ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker {
	display: none
}

.ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive {
	display: none
}

.ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns {
	display: table
}

.ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active {
	display: table
}

.ups-ship-by .ship-by_calendar .ship-by_calendar_label {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	padding-right: 10px
}

.ups-ship-by .ship-by_calendar input {
	width: 200px;
	height: 43px;
	padding: 0 10px;
	float: left
}

.ups-ship-by .ship-by_calendar .ups-dropdown_wrapper {
	width: 95px;
	float: left;
	margin-right: 15px
}

.ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child {
	margin-right: 0
}

.ups-ship-by .ship-by_calendar .ups-dropdown_wrapper.dropdown_year {
	width: 190px
}

.ups-ship-by .ship-by_calendar input[type="date"]:before {
	color: lightgray;
	content: attr(placeholder)
}

.ups-ship-by .ship-by_calendar .calendar-btn {
	width: 43px;
	height: 43px;
	background: #00857D;
	float: left;
	border: none;
	position: relative
}

.ups-ship-by .ship-by_calendar .calendar-btn .ups-icon-calendar {
	font-size: 25px;
	color: #fff
}

.ups-ship-by .ship-by_calendar .calendar-btn .ups-icon-calendar:before {
	margin-top: -1px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute
}

.ups-ship-by .mobile-list-container {
	display: none
}

.ups-ship-by thead[data-open="true"] .mobile-list {
	max-height: 2000px;
	margin-top: 0
}

.ups-ship-by thead[data-open="false"] .mobile-list {
	display: none
}

.ups-ship-by thead .ship-by_delivery {
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	float: left
}

.ups-ship-by .ship-by_primary {
	table-layout: auto
}

.ups-ship-by .ship-by_primary .header {
	float: left;
	margin-right: 10px
}

.ups-ship-by .ship-by_primary th:first-child,
.ups-ship-by .ship-by_primary td:first-child {
	width: 300px
}

.ups-ship-by .ship-by_primary tbody th {
	background: #ECECEC
}

.ups-ship-by .ship-by_primary tbody td {
	vertical-align: middle
}

.ups-ship-by .ship-by_primary img {
	width: 25px;
	margin-right: 15px
}

.ups-ship-by .ship-by_secondary {
	background: #fff
}

.ups-ship-by .ship-by_secondary thead,
.ups-ship-by .ship-by_secondary td {
	background: #fff
}

.ups-ship-by .ship-by_asterick {
	margin-right: 5px
}

.ups-ship-by .ups-link {
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #404040;
	font-weight: 700
}

.ups-ship-by .ups-link:hover {
	color: #6e6e6e
}

.ups-ship-by .mobile-list-container {
	background: #fff;
	padding: 0 20px
}

.ups-ship-by .mobile-list-container .mobile-list_item {
	font-weight: normal;
	padding: 15px 0
}

.ups-ship-by .mobile-list-container .ship-by_type {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-ship-by .disclaimer {
	background: #ECECEC;
	padding: 20px
}

@media (max-width: 1150px) {
	.ups-ship-by~.ups-subsection .ship-by_header .header-img,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_header .header-img {
		float: left
	}
	.ups-ship-by~.ups-subsection .ship-by_header .ship-by_title,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_header .ship-by_title {
		float: left;
		width: 74%;
		margin-bottom: 10px
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar {
		margin-top: 20px;
		float: left;
		width: 100%
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ship-by_calendar_datepicker,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ship-by_calendar_datepicker {
		display: block
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ship-by_calendar_datepicker.inactive,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ship-by_calendar_datepicker.inactive {
		display: none
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ship-by_calendar_dropdowns,
	.ups-ship-by~.ups-subsection .ship-by_calendar .ship-by_calendar_dropdowns.active,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ship-by_calendar_dropdowns,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ship-by_calendar_dropdowns.active {
		display: block
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ship-by_calendar_input,
	.ups-ship-by~.ups-subsection .ship-by_calendar .calendar-btn,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ship-by_calendar_input,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .calendar-btn {
		margin-top: 5px
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ups-dropdown_wrapper,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ups-dropdown_wrapper {
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 15px;
		float: none
	}
	.ups-ship-by~.ups-subsection .ship-by_calendar .ups-dropdown_wrapper:last-child,
	.ups-ship-by~.iw_columns.col-lg-12 .ship-by_calendar .ups-dropdown_wrapper:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 767px) {
	.ups-ship-by table .header {
		float: none !important
	}
	.ups-ship-by .ship-by_header {
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-ship-by .ship-by_accordion {
		cursor: pointer
	}
	.ups-ship-by .disclaimer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px
	}
	.ups-ship-by thead[data-open="true"] .mobile-list-container {
		display: table-cell
	}
	.ups-ship-by .ship-by_header .header-img {
		float: left
	}
	.ups-ship-by .ship-by_header .ship-by_title {
		float: left;
		width: 74%;
		margin-bottom: 10px
	}
	.ups-ship-by .ship-by_calendar {
		margin-top: 20px;
		float: left;
		width: 100%
	}
	.ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker {
		display: block
	}
	.ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive {
		display: none
	}
	.ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns,
	.ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active {
		display: block
	}
	.ups-ship-by .ship-by_calendar .ship-by_calendar_input,
	.ups-ship-by .ship-by_calendar .calendar-btn {
		margin-top: 5px
	}
	.ups-ship-by .ship-by_calendar .ups-dropdown_wrapper {
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 15px;
		float: none
	}
	.ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child {
		margin-bottom: 0
	}
}

.ups-ship-by .ship-by_container[data-active="true"] {
	display: block
}

.ups-ship-by .ship-by_container[data-active="false"] {
	display: none
}

.subsection_main .ups-ship-by .ship-by_header .header-img,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_header .header-img {
	float: left
}

.subsection_main .ups-ship-by .ship-by_header .ship-by_title,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_header .ship-by_title {
	float: left;
	width: 74%;
	margin-bottom: 10px
}

.subsection_main .ups-ship-by .ship-by_calendar,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar {
	margin-top: 20px;
	float: left;
	width: 100%
}

.subsection_main .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker {
	display: block
}

.subsection_main .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive {
	display: none
}

.subsection_main .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns,
.subsection_main .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active {
	display: block
}

.subsection_main .ups-ship-by .ship-by_calendar .ship-by_calendar_input,
.subsection_main .ups-ship-by .ship-by_calendar .calendar-btn,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ship-by_calendar_input,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .calendar-btn {
	margin-top: 5px
}

.subsection_main .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	float: none
}

.subsection_main .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child,
.iw_columns.col-lg-8 .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-ship-by,
.iw_columns.col-lg-4 .ups-ship-by {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-ship-by:first-child,
.iw_columns.col-lg-4 .ups-ship-by:first-child {
	margin-top: 0
}

.subsection_aside .ups-ship-by:last-child,
.iw_columns.col-lg-4 .ups-ship-by:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-ship-by .ship-by_header .header-img,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_header .header-img {
	float: left
}

.subsection_aside .ups-ship-by .ship-by_header .ship-by_title,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_header .ship-by_title {
	float: left;
	width: 74%;
	margin-bottom: 10px
}

.subsection_aside .ups-ship-by .ship-by_calendar,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar {
	margin-top: 20px;
	float: left;
	width: 100%
}

.subsection_aside .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker {
	display: block
}

.subsection_aside .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ship-by_calendar_datepicker.inactive {
	display: none
}

.subsection_aside .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns,
.subsection_aside .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ship-by_calendar_dropdowns.active {
	display: block
}

.subsection_aside .ups-ship-by .ship-by_calendar .ship-by_calendar_input,
.subsection_aside .ups-ship-by .ship-by_calendar .calendar-btn,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ship-by_calendar_input,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .calendar-btn {
	margin-top: 5px
}

.subsection_aside .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	float: none
}

.subsection_aside .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_calendar .ups-dropdown_wrapper:last-child {
	margin-bottom: 0
}

.subsection_aside .ups-ship-by table .header,
.iw_columns.col-lg-4 .ups-ship-by table .header {
	float: none !important
}

.subsection_aside .ups-ship-by thead[data-open="true"] .mobile-list-container,
.iw_columns.col-lg-4 .ups-ship-by thead[data-open="true"] .mobile-list-container {
	display: table-cell
}

.subsection_aside .ups-ship-by .table_sm_show,
.iw_columns.col-lg-4 .ups-ship-by .table_sm_show {
	display: table
}

.subsection_aside .ups-ship-by .ups-sm_show,
.subsection_aside .ups-ship-by .mobile-list,
.iw_columns.col-lg-4 .ups-ship-by .ups-sm_show,
.iw_columns.col-lg-4 .ups-ship-by .mobile-list {
	display: block
}

.subsection_aside .ups-ship-by .ship-by_accordion,
.iw_columns.col-lg-4 .ups-ship-by .ship-by_accordion {
	cursor: pointer
}

.subsection_aside .ups-ship-by .table_sm_hide,
.subsection_aside .ups-ship-by .ups-sm_hide,
.iw_columns.col-lg-4 .ups-ship-by .table_sm_hide,
.iw_columns.col-lg-4 .ups-ship-by .ups-sm_hide {
	display: none
}

.subsection_aside .ups-ship-by .ups-dropdown_wrapper,
.iw_columns.col-lg-4 .ups-ship-by .ups-dropdown_wrapper {
	float: none
}

.subsection_aside .ups-ship-by button,
.iw_columns.col-lg-4 .ups-ship-by button {
	right: 5px !important
}

.ups-daysofop {
	margin-bottom: 60px
}

.ups-daysofop .ups-daysofop_hide {
	display: none
}

.ups-daysofop .ups-error {
	color: #c91a13;
	text-align: center;
	font-weight: 700
}

.ups-daysofop .ups-daysofop_head {
	margin-bottom: 60px
}

.ups-daysofop .ups-article-header {
	margin: 0 0 60px 0
}

.ups-daysofop .ups-daysofop_loc {
	background: #d9d9d6;
	padding: 15px 30px 11px;
	text-align: center
}

.ups-daysofop .ups-daysofop_loc label {
	margin: 0;
	position: relative;
	top: 16px;
	vertical-align: top
}

.ups-daysofop .ups-daysofop_loc .ups-dropdown_wrapper {
	max-width: none;
	width: 50%;
	margin-left: 12px;
	display: inline-block;
	height: 35px
}

.ups-daysofop .ups-daysofop_days {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 30px 0;
	overflow: hidden;
	border: 1px solid #d9d9d6;
	border-width: 0 1px 1px
}

.ups-daysofop .ups-daysofop_days.ups-daysofop_days-full {
	padding: 0;
	border: none
}

.ups-daysofop .ups-daysofop_day {
	overflow: hidden;
	list-style: none;
	padding: 0 30px;
	padding-left: 29px;
	border-left: 1px solid #d9d9d6;
	margin-left: -1px;
	-moz-transition-property: height;
	-o-transition-property: height;
	-webkit-transition-property: height;
	transition-property: height;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-daysofop .ups-daysofop_day:first-child {
	padding-left: 30px;
	border-left: none;
	border-right: 1px solid #d9d9d6;
	margin-left: 0
}

.ups-daysofop .ups-daysofop_day img {
	width: 100%;
	margin-bottom: 30px
}

.ups-daysofop .ups-daysofop_day time {
	width: 100px;
	height: 100px;
	padding: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	float: left;
	background: #e8e8e6;
	margin-bottom: 10px
}

.ups-daysofop .ups-daysofop_day time .ups-daysofop_dow {
	display: block;
	font-size: 1.1em;
	margin-bottom: 6px
}

.ups-daysofop .ups-daysofop_day time .ups-daysofop_date {
	font-weight: normal;
	display: block;
	font-size: 3em;
	margin-bottom: 2px
}

.ups-daysofop .ups-daysofop_details {
	margin-left: 130px
}

.ups-daysofop .ups-daysofop_details h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-daysofop .ups-daysofop_details p {
	margin-bottom: 5px
}

.ups-daysofop .ups-daysofop_details .ups-daysofop_status {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: 700;
	color: #357715
}

.ups-daysofop .ups-daysofop_details .ups-daysofop_status .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e624';
	position: relative;
	top: 2px;
	margin-right: 5px
}

.ups-daysofop .ups-daysofop_details .ups-daysofop_status.ups-daysofop_status-closed {
	color: #c91a13
}

.ups-daysofop .ups-daysofop_details .ups-daysofop_status.ups-daysofop_status-closed .icon:before {
	content: '\e67d'
}

.ups-daysofop .ups-daysofop_addInfo {
	margin-left: 130px;
	clear: both;
	margin-top: 15px
}

.ups-daysofop .ups-daysofop_addInfo p {
	margin-bottom: 15px
}

.ups-daysofop .ups-daysofop_addInfo ul {
	padding-left: 15px;
	list-style: disc
}

.ups-daysofop .ups-daysofop_cta {
	background: #d9d9d6;
	padding: 12px;
	text-align: center
}

.ups-daysofop .ups-daysofop_cta .ups-cta {
	display: inline-block;
	padding: 10px 50px 10px
}

.ups-daysofop.ups-daysofop-staticLoc .ups-daysofop_loc {
	padding: 0;
	border-top: 1px solid #d9d9d6
}

@media (max-width: 767px) {
	.ups-daysofop.ups-daysofop-staticLoc .ups-daysofop_loc {
		border-top: 0
	}
}

.ups-daysofop.ups-daysofop-staticLoc.ups-daysofop-full .ups-daysofop_loc {
	border: none
}

.ups-daysofop .ups-daysofop_hide {
	display: none !important
}

.ups-daysofop.ups-daysofop-full .ups-daysofop_loc {
	text-align: left;
	position: relative
}

.ups-daysofop .ups-daysofop_print {
	height: 37px;
	line-height: 37px;
	color: #300;
	padding-right: 30px;
	position: relative;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px
}

.ups-daysofop .ups-daysofop_print .icon:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e65d';
	position: absolute;
	top: 0;
	right: 0;
	height: 37px;
	line-height: 35px;
	font-size: 1.5em
}

.no-touch .ups-daysofop .ups-daysofop_print:hover .icon:before,
.no-touch .ups-daysofop .ups-daysofop_print:focus .icon:before {
	text-decoration: none
}

.ups-daysofop .ups-daysofop_accordion {
	border: none;
	padding: 0 0 60px;
	margin: 0
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item:first-child {
	margin-top: 0
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle {
	background: #e8e8e6
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	padding: 0 20px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day {
	padding: 30px 0 0;
	margin-top: 30px;
	border: none;
	position: relative
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day:before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background: #d9d9d6;
	left: 130px;
	right: 80px;
	top: 0
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day:first-child {
	padding: 0;
	margin: 0
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day:first-child:before {
	display: none
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_details {
	margin-right: 80px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo {
	max-height: 0;
	margin: 0;
	padding-top: 5px;
	overflow: hidden;
	-moz-transition-property: max-height;
	-o-transition-property: max-height;
	-webkit-transition-property: max-height;
	transition-property: max-height;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-left: 130px;
	margin-right: 80px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo.ups-active {
	margin-left: 130px;
	max-height: 500px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo li {
	margin-bottom: 5px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_detToggle {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	margin-top: 15px;
	margin-left: 25px;
	font-weight: 700
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_detToggle:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 20px;
	content: "\e65b";
	font-size: 0.7em;
	margin-right: 4px
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_detToggle.ups-active:before {
	content: "\e653"
}

.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand {
	padding: 30px 20px
}

.ups-daysofop .ups-daysofop_downloads {
	background: #d9d9d6;
	padding: 30px 20px 15px
}

.ups-daysofop .ups-daysofop_downloads h3 {
	margin: 0 0 15px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-daysofop .ups-daysofop_downloads h3 .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-daysofop .ups-daysofop_downloads ul {
	padding-left: 15px;
	margin: 0
}

.ups-daysofop .ups-daysofop_downloads ul li {
	margin: 15px 0
}

.ups-daysofop .ups-daysofop_downloads ul li a {
	color: #300;
	text-decoration: underline
}

.ups-daysofop .ups-daysofop_disclaimer {
	color: #6e6e6e;
	font-size: 0.9em;
	margin-top: 30px;
	border-top: 1px solid #d9d9d6;
	padding: 15px 20px
}

aside .ups-daysofop_wrap,
.col-lg-4 .ups-daysofop_wrap {
	padding: 0;
	margin-top: 0;
	margin-bottom: 60px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_head,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_head {
	margin-bottom: 30px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-article-header,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-article-header {
	margin: 0 0 30px 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc {
	text-align: left;
	padding: 25px 15px 35px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc label,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc label {
	position: static;
	display: block;
	margin: 0 10px 15px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc .ups-dropdown_wrapper,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_loc .ups-dropdown_wrapper {
	width: 100%;
	margin: 0;
	display: block
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_days,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_days {
	border: none;
	padding: 0;
	margin: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_addInfo,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_addInfo {
	margin: 0;
	padding-top: 20px;
	clear: both
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_cta,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_cta {
	background: none;
	padding: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_cta .ups-cta,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_cta .ups-cta {
	display: block;
	width: 100%;
	padding: 10px 15px 10px;
	margin: 0 auto
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day {
	float: none;
	padding: 40px 0;
	border: none;
	width: 100%;
	border-top: 1px solid #d9d9d6
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day:first-child,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day:first-child {
	border: none
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day:before,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day:before {
	left: 0;
	right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_details,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_details {
	margin-right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo {
	margin-left: 0;
	margin-right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo.ups-active,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo.ups-active {
	margin-left: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion {
	padding-bottom: 30px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand {
	padding: 0 20px
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day {
	float: none;
	padding: 30px 0 15px;
	margin: 0;
	border: none;
	width: 100%;
	border-top: 1px solid #d9d9d6
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:first-child,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:first-child {
	border: none
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:before,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:before {
	left: 0;
	right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_details,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_details {
	margin-right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo {
	margin-left: 0;
	margin-right: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo.ups-active,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo.ups-active {
	margin-left: 0
}

aside .ups-daysofop_wrap .ups-daysofop .ups-daysofop_print,
.col-lg-4 .ups-daysofop_wrap .ups-daysofop .ups-daysofop_print {
	display: none
}

aside .ups-daysofop_wrap:first-child,
.col-lg-4 .ups-daysofop_wrap:first-child {
	margin-top: 0
}

aside .ups-daysofop_wrap:last-child,
.col-lg-4 .ups-daysofop_wrap:last-child {
	margin-bottom: 0
}

@media (max-width: 767px) {
	aside .ups-daysofop_wrap .ups-daysofop_days,
	.col-lg-4 .ups-daysofop_wrap .ups-daysofop_days {
		margin: 0 -20px
	}
}

@media (max-width: 991px) {
	.ups-daysofop .ups-daysofop_head {
		margin-bottom: 30px
	}
	.ups-daysofop .ups-article-header {
		margin: 0 0 30px 0
	}
	.ups-daysofop .ups-daysofop_loc {
		text-align: left;
		padding: 25px 15px 35px
	}
	.ups-daysofop .ups-daysofop_loc label {
		position: static;
		display: block;
		margin: 0 10px 15px
	}
	.ups-daysofop .ups-daysofop_loc .ups-dropdown_wrapper {
		width: 100%;
		margin: 0;
		display: block
	}
	.ups-daysofop .ups-daysofop_days {
		border: none;
		padding: 0;
		margin: 0
	}
	.ups-daysofop .ups-daysofop_addInfo {
		margin: 0;
		padding-top: 20px;
		clear: both
	}
	.ups-daysofop .ups-daysofop_cta {
		background: none;
		padding: 0
	}
	.ups-daysofop .ups-daysofop_cta .ups-cta {
		display: block;
		width: 100%;
		padding: 10px 15px 10px;
		margin: 0 auto
	}
	.ups-daysofop .ups-daysofop_day {
		float: none;
		padding: 40px 0;
		border: none;
		width: 100%;
		border-top: 1px solid #d9d9d6
	}
	.ups-daysofop .ups-daysofop_day:first-child {
		border: none
	}
	.ups-daysofop .ups-daysofop_day:before {
		left: 0;
		right: 0
	}
	.ups-daysofop .ups-daysofop_day .ups-daysofop_details {
		margin-right: 0
	}
	.ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo {
		margin-left: 0;
		margin-right: 0
	}
	.ups-daysofop .ups-daysofop_day .ups-daysofop_addInfo.ups-active {
		margin-left: 0
	}
	.ups-daysofop .ups-daysofop_accordion {
		padding-bottom: 30px
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand {
		padding: 0 20px
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day {
		float: none;
		padding: 30px 0 15px;
		margin: 0;
		border: none;
		width: 100%;
		border-top: 1px solid #d9d9d6
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:first-child {
		border: none
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day:before {
		left: 0;
		right: 0
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_details {
		margin-right: 0
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo {
		margin-left: 0;
		margin-right: 0
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo.ups-active {
		margin-left: 0
	}
	.ups-daysofop .ups-daysofop_print {
		display: none
	}
	.ups-daysofop .ups-daysofop_day:first-child {
		padding-left: 0
	}
	.ups-daysofop .ups-accordion_content .ups-accordion_item .ups-accordion_toggle.ups-active {
		background: #fff
	}
	.ups-daysofop_detToggle {
		display: none
	}
	.ups-daysofop .ups-daysofop_accordion .ups-accordion_content .ups-accordion_item .ups-accordion_expand .ups-daysofop_day .ups-daysofop_addInfo {
		max-height: none
	}
}

@media (max-width: 767px) {
	.ups-daysofop .ups-daysofop_loc,
	.ups-daysofop .ups-daysofop_days-full {
		margin: 0 -20px
	}
}

.ups-video-downloads {
	border: 1px solid #6e6e6e;
	overflow: hidden
}

.ups-video-downloads.slick-slider {
	padding-bottom: 45px;
	background: #fff
}

.ups-video-downloads .ups-resource {
	background: #fff
}

.ups-video-downloads .ups-resource .ups-txt-container {
	border: none;
	padding-bottom: 30px
}

.ups-video-downloads .ups-resource .ups-txt-container a {
	color: #426DA9
}

.ups-video-downloads .ups-resource .ups-txt-container a:hover {
	color: #6e6e6e
}

.ups-video-downloads .ups-resource .ups-txt-container a:visited {
	color: #4A5B7F
}

.ups-video-downloads .ups-resource .ups-txt-container .ups-link_newwindow {
	color: #242424
}

.ups-video-downloads .ups-resource h3 {
	color: #404040;
	font-size: 16px
}

.ups-video-downloads .ups-resource p {
	font-size: 14px;
	line-height: 1.25;
	font-weight: normal
}

.subsection_aside .ups-video-downloads,
.iw_columns.col-lg-4 .ups-video-downloads {
	margin-top: 0;
	margin-bottom: 60px
}

.subsection_aside .ups-video-downloads:first-child,
.iw_columns.col-lg-4 .ups-video-downloads:first-child {
	margin-top: 0
}

.subsection_aside .ups-video-downloads:last-child,
.iw_columns.col-lg-4 .ups-video-downloads:last-child {
	margin-bottom: 0
}

.ups-service_alerts .ups-header_panel {
	position: relative;
	background: #FFD100;
	width: 100%;
	float: left
}

.ups-service_alerts .ups-header_panel.ups-active {
	display: none
}

@media (max-width: 767px) {
	.ups-service_alerts .ups-header_panel.ups-active {
		display: block;
		margin-bottom: 0;
		float: none
	}
}

.ups-service_alerts .ups-header_panel h2 {
	margin: 0 auto;
	padding: 14px 0 10px;
	color: #000;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold
}

@media (max-width: 767px) {
	.ups-service_alerts .ups-header_panel h2 {
		width: 44%
	}
}

.ups-service_alerts .ups-header_panel button {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0px 0 0;
	height: 48px;
	min-width: 70px;
	border: none;
	background: none
}

.ups-service_alerts .ups-header_panel button .icon {
	position: absolute;
	display: block;
	height: 48px;
	width: 100%;
	left: 0;
	top: 4px;
	text-align: center;
	line-height: 48px;
	color: #000;
	font-size: 20px
}

.ups-service_alerts .ups-header_panel button.slick-prev {
	left: 20px;
	padding-left: 25px;
	text-align: left
}

.ups-service_alerts .ups-header_panel button.slick-prev .icon {
	left: 0;
	text-align: left
}

.ups-service_alerts .ups-header_panel button.slick-next {
	right: 20px;
	padding-right: 25px;
	text-align: right
}

.ups-service_alerts .ups-header_panel button.slick-next .icon {
	right: 0;
	text-align: right
}

.ups-service_alerts .ups-header_panel button.slick-next:hover {
	text-decoration: underline
}

.ups-service_alerts .ups-header_panel button .ups-btn {
	color: #000;
	font-size: 16px
}

.ups-service_alerts .ups-header_panel button.slick-disabled .icon {
	color: #6e6e6e
}

.ups-service_alerts .ups-header_panel button:focus {
	outline-color: #242424
}

@media (max-width: 500px) {
	.ups-service_alerts .ups-header_panel button.slick-prev {
		left: 30px;
		padding-left: 0
	}
	.ups-service_alerts .ups-header_panel button.slick-prev .icon {
		left: -25px
	}
	.ups-service_alerts .ups-header_panel button.slick-next {
		right: 30px;
		padding-right: 0
	}
	.ups-service_alerts .ups-header_panel button.slick-next .icon {
		left: 25px
	}
}

.ups-service_alerts .ups-header_panel.ups-resize-button button {
	min-width: auto
}

.ups-service_alerts .ups-header_panel.ups-resize-button h2 {
	width: 80%
}

@media (max-width: 500px) {
	.ups-service_alerts .ups-header_panel.ups-resize-button .slick-next {
		right: 50px
	}
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel {
	-webkit-padding-start: 0px;
	padding: 20px 20px 20px;
	overflow: hidden;
	border: 1px solid #404040;
	border-top: 0
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick {
	list-style: none;
	display: block;
	width: 100%
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick figure.image .align-left {
	padding-right: 20px;
	padding-bottom: 5px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick figure.image .align-right {
	padding-left: 20px;
	padding-bottom: 5px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup {
	background: #d6d6d6;
	padding: 10px;
	margin-bottom: 15px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip {
	margin: 0 0 10px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-display-states,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-showstates {
	text-decoration: underline;
	position: relative;
	color: #000;
	font-size: 16px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-display-states .ups-icon-chevrondown,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-display-states .ups-icon-chevronup,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-showstates .ups-icon-chevrondown,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-showstates .ups-icon-chevronup {
	display: inline-block
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-display-states .ups-icon-chevrondown:before,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-display-states .ups-icon-chevronup:before,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-showstates .ups-icon-chevrondown:before,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-showstates .ups-icon-chevronup:before {
	font-size: 10px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-zip_codes {
	display: none
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-zip_codes.ups-active {
	display: block
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-states-zip .ups-zip_codes p {
	text-decoration: none;
	display: inline-block;
	cursor: default
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected {
	width: 100%;
	min-height: 20px;
	position: relative
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected {
	width: 400px;
	text-align: left;
	position: relative
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected input {
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #757575;
	padding: 0 10px;
	color: #242424;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	-webkit-appearance: none;
	border-radius: 0;
	margin-bottom: 5px;
	width: 60px;
	display: inline-block
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected {
	width: auto;
	position: relative
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search {
	margin-left: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: block;
	background: #00857D;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 10px 30px 10px;
	text-align: center;
	font-weight: 400;
	font-family: Tahoma, helvetica, arial, sans-serif;
	display: inline-block;
	text-decoration: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search:hover,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search:focus {
	background: #016862;
	color: #fff;
	text-decoration: none
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search:focus {
	box-shadow: 0 0 6px #C67D30
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary {
	background: none;
	color: #426DA9;
	text-decoration: underline;
	font-family: Tahoma, helvetica, arial, sans-serif;
	border-radius: 0px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary .ups-rtl {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.no-touch .ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary:hover,
.no-touch .ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary:focus,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary:visited,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary:hover {
	background: none;
	color: #4A5B7F !important;
	text-decoration: underline
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_secondary:focus {
	box-shadow: 0 0 0px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_balance {
	border-radius: 25px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_tertiary {
	background: #fff;
	border: 1px solid #00857D;
	color: #00857D
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_tertiary:hover,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_tertiary:focus {
	background: #E6F3F2
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta_tertiary:focus {
	box-shadow: 0 0 6px #C67D30
}

@media (max-width: 767px) {
	.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search {
		width: 100%
	}
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.text-left {
	text-align: left !important
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary {
	background: #fff;
	color: #00857D;
	padding: 15px 30px;
	border: 1px solid #00857D
}

.no-touch .ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary:hover,
.no-touch .ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary:focus {
	background: #E6F3F2;
	color: #00857D !important
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary:hover,
.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary:focus {
	background: #E6F3F2
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-search-affected .ups-zip-search.ups-cta-secondary:focus {
	box-shadow: 0 0 6px #C67D30
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected * {
	display: inline-block
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-zip_lookUp_alert {
	display: none;
	font-weight: bold;
	padding-top: 10px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-zip_lookUp_alert.ups-active {
	display: block
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-zip_lookUp_alert.ups-icon-exclamationcircle:before {
	padding-right: 5px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-check-affected .ups-zip-alertmsg {
	color: #c91a13
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-download-csv {
	position: absolute;
	right: 10px;
	top: 5px
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-download-csv .ups-icon-download {
	margin-right: 3px
}

@media (max-width: 767px) {
	.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-download-csv {
		position: relative;
		margin-bottom: 15px;
		margin-left: 10px
	}
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-download-csv a {
	color: #242424
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick .ups-zip-lookup .ups-states-block .ups-affected .ups-download-csv a:hover {
	text-decoration: none
}

.ups-service_alerts .ups-service-scroller .ups-service-carousel .ups-service-slick p {
	font-size: 16px;
	line-height: 24px
}

.ups-service_alerts .ups-service-slick a {
	text-decoration: underline;
	color: #404040;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-service_alerts .ups-service-slick a:hover {
	color: #6e6e6e
}

.ups-personalize .ups-contentOpt {
	margin: 20px 0
}

.ups-personalize .ups-contentOpt .ups-cta.ups-inactive {
	display: none
}

@media (max-width: 767px) {
	.ups-personalize .ups-contentOpt .ups-cta {
		width: inherit
	}
}

.ups-tertiarynav_globalheader {
	border-bottom: 1px solid #d7d7d7;
	position: relative
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader {
		border-bottom: 0
	}
}

.ups-tertiarynav_globalheader .ups-wrap_inner {
	max-width: none
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader {
		padding: 0
	}
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head {
	display: none
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-tertiarynav_mvp_buttontxt {
	display: none
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-tertiarynav_sub_text {
	display: inline-block
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head {
		display: block;
		padding: 15px 75px 15px 65px;
		width: 100%;
		background: transparent;
		border: 0;
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		margin: 0
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-tertiarynav_mvp_buttontxt {
		display: inline-block;
		float: right;
		margin-right: 10px
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-icon-navacc {
		right: 60px;
		position: absolute
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-icon-navacc:before {
		content: "\e626"
	}
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head {
		padding: 15px 0px 15px 20px
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-icon-navacc {
		right: 20px
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head .ups-tertiarynav_mvp_buttontxt {
		display: none
	}
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head.active .ups-icon-navacc:before {
	content: "\e62b"
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 10px 60px;
	font-size: 0
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_grey {
	background-color: #f2f2f2
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_brown {
	background-color: #EBE8E3
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue {
	background-color: #001c51;
	color: #fff
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown span.icon {
	color: #fff
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue .ups-tertiarynav_item a {
	color: #fff
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue .ups-tertiarynav_item a {
		color: #242424
	}
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue .ups-tertiarynav_item .ups-tertiarynav_subitem a {
	color: #242424
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_grey,
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_brown,
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue {
		background-color: #fff
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_grey a,
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_brown a,
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-tertiarynav_bg_blue a {
		color: #242424
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container {
		display: none;
		padding: 15px
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.ups-active {
		display: block
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container.active {
		display: block
	}
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item {
	display: inline-block;
	list-style: none;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item .ups-tertiary_iconlink {
	border: none;
	background: transparent;
	padding: 19px 15px 19px 45px;
	font-weight: bold
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item>span.icon {
	color: #242424;
	margin-right: 10px
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item>span.icon.ups-icon-subscribeicon:before {
	content: '\e637'
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button {
	border: none;
	background: transparent;
	padding: 15px 25px 15px 0px
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button:hover {
	text-decoration: underline
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown .ups-tertiarynav_subitem a {
	color: #242424
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button span.icon {
	color: #242424;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 1px
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button span.icon.ups-icon-menuicon:before {
	content: "\e626"
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu {
	list-style: none;
	padding: 0;
	display: block;
	text-align: left;
	position: absolute;
	width: 100%;
	top: 56px;
	transition: 0.2s;
	display: none;
	z-index: 99
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li {
	background: #fff;
	padding: 25px 20px 12px 20px;
	border: 1px solid #d9d9d6;
	border-top: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 0
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li:last-child {
	border-bottom: 1px solid #d9d9d6
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown.active span.icon.ups-icon-menuicon:before {
	content: "\e62b"
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown.active>ul.ups-tertiarynav_submenu {
	display: block
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown.active>ul.ups-tertiarynav_submenu:before {
	content: '';
	display: block;
	position: absolute;
	height: 7px;
	top: -5px;
	width: 100%;
	background: #FFB500
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown.active>ul.ups-tertiarynav_submenu:before {
		display: none
	}
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item a {
	color: #000
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item a:hover {
	text-decoration: underline
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item>a {
	padding: 15px 25px 15px 0px;
	display: inline-block
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_item_center {
	display: block;
	padding-top: 15px;
	cursor: default
}

.ups-tertiarynav_globalheader .ups-header_accordion .ups-tertiarynav_container .ups-tertiarynav_item.ups-tertiarynav_item_cobrand {
	padding-right: 50px
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader.ups-tertiarynav_long_sticky.ups-mobile_navmenu .ups-tertiarynav_container.active {
		padding: 0 20px;
		margin: 0;
		top: initial;
		border: 0;
		border-bottom: 1px solid #d9d9d6;
		max-height: none
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active {
		display: block;
		position: static;
		width: auto;
		padding: 0;
		margin: 0 60px;
		border: 1px solid #d9d9d6;
		border-top: 0;
		max-height: 42vh;
		overflow-y: scroll;
		overflow-x: hidden;
		top: 51px
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item {
		text-align: left;
		margin: 0 55px;
		display: block;
		border-right: 0;
		border-bottom: 1px solid #d9d9d6
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_item_center,
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_item_cobrand {
		display: none
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item:last-child {
		border-bottom: 0
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown span.icon {
		color: #000
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown.active span.icon.ups-menu-icon:before {
		content: "\e62b"
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu {
		position: static
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li {
		border-width: 0;
		font-family: Tahoma, helvetica, arial, sans-serif;
		padding: 0;
		margin-left: 50px;
		border-bottom: 1px solid #d9d9d6
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li:last-child {
		border-bottom: 0
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li a {
		padding: 15px 0;
		display: block
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li:first-child a {
		padding-top: 0
	}
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active {
		margin: 0 20px;
		border: 0;
		max-height: none
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item {
		display: inline-block;
		width: 100%;
		margin: 0
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu>li {
		margin-left: 40px
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item>a {
		padding: 15px 0px;
		width: 100%
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item>a>.ups-tertiary_iconlink {
		padding: 25px 75px;
		width: 100%;
		text-align: left
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item a.ups-nav-longitudelink,
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item button.ups-nav-longitudelink {
		margin-left: 25px
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button {
		text-align: left;
		padding: 15px 0px;
		color: #242424
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item>span.icon {
		top: 16px;
		position: absolute
	}
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item>a {
		padding: 15px 0;
		width: 100%
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item>.ups-tertiary_iconlink {
		width: 100%;
		text-align: left;
		padding: 25px 35px
	}
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown button {
		text-align: left
	}
}

@media (max-width: 767px) {
	.ups-page-title {
		padding-bottom: 15px !important
	}
}

@media (min-width: 993px) {
	#ups-headerWrap {
		transform: translateZ(0);
		-webkit-transform: translateZ(0)
	}
}

.ups-tertiarynav-headFixed .ups-tertiarynav_globalheader {
	top: 100px;
	right: 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #d7d7d7;
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}

.ups-tertiarynav-headFixed .container-fluid.iw_section:nth-child(2) {
	padding-top: 92px;
	margin-top: -92px
}

@media (max-width: 767px) {
	.ups-tertiarynav-headFixed .container-fluid.iw_section:nth-child(2) {
		padding-top: 0;
		margin-top: 0
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav-headFixed .ups-tertiarynav_globalheader {
		position: fixed;
		top: 93px
	}
	.ups-tertiarynav-headFixed.ups-hasAlerts .ups-tertiarynav_globalheader {
		top: 136px
	}
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader,
	.ups-tertiarynav-headFixed .ups-tertiarynav_globalheader {
		position: static;
		height: auto
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.ups-tertiarynav_globalheader.ups-mobile_navmenu .ups-tertiarynav_container.active .ups-tertiarynav_item.ups-tertiarynav_menu_dropdown>ul.ups-tertiarynav_submenu {
		max-height: 180px;
		overflow-y: scroll
	}
}

.ups-tertiarynav_long_sticky .ups-tertiarynav_container {
	position: fixed;
	top: 100px;
	width: 100%;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #d7d7d7
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader.ups-tertiarynav_long_sticky .ups-header_accordion .ups-mobilenav_head {
		top: 100px;
		right: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		border-bottom: 1px solid #d7d7d7
	}
}

@media (max-width: 991px) {
	.ups-tertiarynav_globalheader.ups-tertiarynav_long_sticky .ups-header_accordion .ups-mobilenav_head {
		top: 93px
	}
	.ups-tertiarynav_globalheader {
		position: fixed;
		width: 100%;
		z-index: 100;
		background: white;
		top: 93px
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head {
		border-bottom: 1px solid #d9d9d6
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head.ups-tertiarynav_bg_grey {
		background-color: #f2f2f2
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head.ups-tertiarynav_bg_brown {
		background-color: #EBE8E3
	}
	.ups-tertiarynav_globalheader .ups-header_accordion .ups-mobilenav_head.ups-tertiarynav_bg_blue {
		background-color: #001c51;
		color: #fff
	}
}

@media (max-width: 767px) {
	.ups-tertiarynav_globalheader.ups-tertiarynav_long_sticky .ups-header_accordion .ups-mobilenav_head {
		position: static;
		height: auto
	}
	.ups-tertiarynav_globalheader {
		position: static;
		top: 0
	}
	.ups-tertiarynav_globalheader .ups-tertiarynav_sub_text {
		width: 165px
	}
}

.ups-saag {
	margin-bottom: 60px
}

.ups-saag .ups-saag-import_export {
	width: 20%
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-import_export {
		width: 40%
	}
}

.ups-saag .ups-saag-datacont {
	margin-top: 45px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist {
	display: none;
	list-style-type: none;
	padding: 0
}

.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-textlabel {
	display: block;
	margin-bottom: 10px;
	font-size: 18px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector {
	float: left;
	border-top: 1px solid #bebebe;
	padding: 0 25px 0 0;
	min-height: 300px;
	width: 25%;
	position: relative;
	padding-top: 30px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li:after,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector:after {
	content: "";
	border-bottom: 7px solid #00857D;
	position: absolute;
	bottom: 0;
	right: 25px;
	left: 0
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-icon-locationsemifull,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-icon-locationsemifull {
	position: absolute;
	top: -20px;
	left: -10px;
	font-size: 40px;
	color: #d9d9d6;
	z-index: 2
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-region,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-region {
	list-style-type: none;
	padding: 0
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-region>li,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-region>li {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 24px;
	text-overflow: ellipsis;
	overflow: hidden
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-map,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-map {
	width: 100%;
	float: left;
	text-align: center;
	max-width: none
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-map img,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-map img {
	max-width: 100%;
	max-height: 180px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-typeofship,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-typeofship {
	position: absolute;
	bottom: 10px;
	right: 60px;
	left: 0
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-typeofship h4,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-typeofship h4 {
	font-size: 18px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-timings,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-timings {
	font-weight: bold
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu {
	position: absolute;
	bottom: 15px;
	right: 25px;
	z-index: 2;
	overflow: hidden
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu .ups-saag-expand,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu .ups-saag-expand {
	border: none;
	width: 30px;
	height: 30px;
	float: right;
	background: transparent
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu .ups-saag-expand .ups-icon-plus,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu .ups-saag-expand .ups-icon-plus {
	font-size: 14px;
	padding-top: 3px;
	display: block;
	color: white
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu h4,
.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu .ups-cta,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu h4,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu .ups-cta {
	display: none
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu .ups-saag-submenu_content,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu .ups-saag-submenu_content {
	opacity: 0;
	transition: opacity 1s ease-in-out
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active {
	text-align: center;
	background: #8cdacd;
	z-index: 1;
	bottom: 7px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-submenu_content,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-submenu_content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	transition: opacity 1s ease-in-out
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-submenu_content,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-submenu_content {
		text-align: left
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-submenu_content,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-submenu_content {
		text-align: center
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active h4,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active h4 {
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active h4,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active h4 {
		display: inline-block;
		width: auto;
		width: 48%;
		margin: 0;
		padding-right: 20px;
		vertical-align: middle;
		text-align: left
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active h4,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active h4 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		display: block;
		padding-right: 0;
		text-align: center
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-ctaholder,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-ctaholder {
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-ctaholder,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-ctaholder {
		width: 48%;
		text-align: right
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-ctaholder,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-ctaholder {
		float: none;
		max-width: 100%;
		width: auto;
		display: inline-block;
		margin-bottom: 0
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-ctaholder .ups-cta,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-ctaholder .ups-cta {
	display: inline-block
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-expand,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-expand {
	animation: button-expand 0.5s linear forwards;
	position: absolute;
	right: 20px;
	background: none
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active .ups-saag-expand .ups-icon-plus,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active .ups-saag-expand .ups-icon-plus {
	transform: rotate(44deg);
	color: #006A55;
	-webkit-transition: 1s color;
	-moz-transition: 1s color;
	transition: 1s color
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu:before,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu:before {
	background: #00857D;
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	z-index: -1
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active {
	top: 0;
	left: 0;
	background: none
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active:before,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active:before {
	animation: background-expand 0.7s linear forwards;
	background: #E4F3F3
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active {
		left: 20px;
		padding: 0 40px
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-active,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-active {
		padding: 0 20px
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive {
	left: 0;
	width: 92%;
	height: 95%
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive:before,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive:before {
	animation: background-collapse 0.7s linear forwards;
	background: #008369
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive button.ups-saag-expand,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive button.ups-saag-expand {
	bottom: 0px;
	right: 0px;
	position: absolute;
	animation: button-collapse 0.5s linear forwards;
	margin-top: 13px
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive {
		left: 21px;
		width: 93%;
		height: 95%
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive button.ups-saag-expand,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive button.ups-saag-expand {
		margin-top: -3px
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive {
		left: 19px;
		width: 88.8%;
		height: 92%
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive button.ups-saag-expand,
	.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive button.ups-saag-expand {
		margin-top: 4px
	}
}

.col-lg-8 .ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu.ups-inactive,
.col-lg-8 .ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu.ups-inactive {
	width: auto
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li.ups-saag-selected .ups-icon-locationsemifull,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector.ups-saag-selected .ups-icon-locationsemifull {
	color: #a2ca6d
}

.ups-saag .ups-saag-datacont .ups-saag-datalist>li.ups-saag-selected:after,
.ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector.ups-saag-selected:after {
	border-bottom-color: #a2ca6d
}

.col-lg-8 .ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-submenu,
.col-lg-8 .ups-saag .ups-saag-datacont .ups-saag-datalist>.ups-saag-domestic_selector .ups-saag-submenu {
	right: 25px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-active {
	display: block
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector {
		display: block;
		width: 100%;
		border-top: none;
		border-left: 1px solid #bebebe;
		padding: 20px 25px 0 25px;
		min-height: 185px
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li.ups-saag-selected,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector.ups-saag-selected {
		min-height: auto
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li:first-child .ups-icon-locationsemifull,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector:first-child .ups-icon-locationsemifull {
		top: -3px
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-icon-locationsemifull,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-icon-locationsemifull {
		left: -20px;
		top: 20px;
		height: 36px;
		background: #fff
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-icon-locationsemifull .ups-saag-region,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-icon-locationsemifull .ups-saag-region {
		display: inline-block;
		width: 50%;
		vertical-align: top
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-region,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-region {
		display: inline-block;
		width: 50%
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-map,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-map {
		display: inline-block;
		vertical-align: top;
		margin-top: -30px;
		width: 48%;
		text-align: right;
		float: none
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-map img,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-map img {
		width: 100%;
		max-width: 180px
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-typeofship,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-typeofship {
		display: inline-block;
		width: 48%;
		position: static;
		vertical-align: top;
		padding-top: 25px
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li:after,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector:after {
		left: 20px
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector {
		min-height: 250px
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-typeofship,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-typeofship {
		position: static;
		bottom: 10px;
		left: 25px;
		display: block
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-region,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-region {
		width: 100%
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li .ups-saag-map,
	.ups-saag .ups-saag-datacont .ups-saag-datalist .ups-saag-domestic_selector .ups-saag-map {
		float: left;
		width: 100%;
		display: block;
		margin: 0;
		text-align: center;
		max-width: none
	}
	.ups-saag .ups-saag-datacont .ups-saag-datalist>li.ups-saag-selected {
		min-height: auto
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic {
	display: block;
	margin-top: 40px
}

.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-import_export {
	width: 90%
}

@media (max-width: 991px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-import_export {
		width: 50%;
		float: left
	}
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-import_export {
		width: 100%;
		float: left
	}
}

.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-map {
	float: right;
	display: none
}

.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-map.ups-active {
	display: block
}

@media (max-width: 767px) {
	.ups-saag .ups-saag-datacont .ups-saag-datalist.ups-saag-domestic .ups-saag-map {
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		max-width: none
	}
}

@keyframes background-expand {
	0% {
		background-color: #008369;
		transform: scale(1)
	}
	25% {
		background-color: #138f77;
		transform: scale(25)
	}
	50% {
		background-color: #3da995;
		transform: scale(50)
	}
	75% {
		background-color: #62c0af;
		transform: scale(75)
	}
	100% {
		background-color: #E4F3F3;
		transform: scale(100)
	}
}

@keyframes background-collapse {
	0% {
		background-color: #E4F3F3;
		transform: scale(90)
	}
	25% {
		background-color: #62c0af;
		transform: scale(75)
	}
	50% {
		background-color: #3da995;
		transform: scale(50)
	}
	75% {
		background-color: #138f77;
		transform: scale(25)
	}
	100% {
		background-color: #008369;
		transform: scale(1)
	}
}

@keyframes button-expand {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		transform: rotate(20deg);
		top: 85%
	}
	25% {
		-webkit-transform: scale(0.25);
		-moz-transform: scale(0.25);
		-o-transform: scale(0.25);
		-ms-transform: scale(0.25);
		transform: scale(0.25);
		top: 75%;
		transform: rotate(40deg)
	}
	50% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		top: 50%;
		transform: rotate(60deg)
	}
	75% {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		top: 25%;
		transform: rotate(80deg)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		top: 20px;
		transform: rotate(90deg);
		opacity: 1
	}
}

@keyframes button-collapse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		top: 20px;
		transform: rotate(90deg);
		opacity: 1
	}
	25% {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		top: 25%;
		transform: rotate(80deg)
	}
	50% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		top: 50%;
		transform: rotate(60deg)
	}
	75% {
		-webkit-transform: scale(0.25);
		-moz-transform: scale(0.25);
		-o-transform: scale(0.25);
		-ms-transform: scale(0.25);
		transform: scale(0.25);
		top: 75%;
		transform: rotate(40deg)
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		transform: rotate(0deg);
		top: 85%
	}
}

.ups-table table,
.ups-table-comparison table {
	font-family: Tahoma, helvetica, arial, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: separate
}

@media (max-width: 767px) {
	.ups-table .table_sm_hide,
	.ups-table.table_sm_hide,
	.ups-table-comparison .table_sm_hide,
	.ups-table-comparison.table_sm_hide {
		display: none
	}
}

.ups-table .table_sm_show,
.ups-table.table_sm_show,
.ups-table-comparison .table_sm_show,
.ups-table-comparison.table_sm_show {
	display: none
}

@media (max-width: 767px) {
	.ups-table .table_sm_show,
	.ups-table.table_sm_show,
	.ups-table-comparison .table_sm_show,
	.ups-table-comparison.table_sm_show {
		display: table
	}
}

.ups-table th,
.ups-table td,
.ups-table-comparison th,
.ups-table-comparison td {
	position: relative;
	padding: 13px 20px;
	border: 1px solid #300;
	border-left: none;
	border-top: none;
	vertical-align: top
}

.ups-table th:last-child,
.ups-table td:last-child,
.ups-table-comparison th:last-child,
.ups-table-comparison td:last-child {
	border-right: none
}

.ups-table thead th,
.ups-table-comparison thead th {
	background: #5E544B;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	border: none;
	color: #fff;
	height: 40px;
	padding: 12px 20px
}

.ups-table thead th a,
.ups-table-comparison thead th a {
	color: #fff;
	text-decoration: none
}

.ups-table thead th a:hover,
.ups-table-comparison thead th a:hover {
	color: #fff;
	text-decoration: underline
}

.ups-table thead td,
.ups-table-comparison thead td {
	background: #E4CFB7;
	font-family: Tahoma, helvetica, arial, sans-serif;
	height: 50px;
	vertical-align: middle
}

.ups-table thead td p,
.ups-table-comparison thead td p {
	margin: 0
}

.ups-table tbody tr:first-child:not(.ups-progress_row) th,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	background: #f2f2f2;
	height: 50px;
	vertical-align: middle
}

@media (max-width: 767px) {
	.ups-table tbody tr:first-child:not(.ups-progress_row) th,
	.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th {
		padding-top: 20px
	}
}

.ups-table tbody tr:first-child:not(.ups-progress_row) th p,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th p {
	margin: 0
}

.ups-table tbody tr:first-child:not(.ups-progress_row) th button,
.ups-table tbody tr:first-child:not(.ups-progress_row) th a,
.ups-table tbody tr:first-child:not(.ups-progress_row) th .ups-link,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th button,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th a,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th .ups-link {
	color: #242424
}

.ups-table tbody tr:first-child:not(.ups-progress_row) th button:hover,
.ups-table tbody tr:first-child:not(.ups-progress_row) th a:hover,
.ups-table tbody tr:first-child:not(.ups-progress_row) th .ups-link:hover,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th button:hover,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th a:hover,
.ups-table-comparison tbody tr:first-child:not(.ups-progress_row) th .ups-link:hover {
	text-decoration: underline;
	color: #404040
}

.ups-table tbody tr:first-child th,
.ups-table tbody tr:first-child td,
.ups-table-comparison tbody tr:first-child th,
.ups-table-comparison tbody tr:first-child td {
	border-top: none
}

.ups-table td[data-open="true"] .mobile-list,
.ups-table-comparison td[data-open="true"] .mobile-list {
	max-height: 2000px;
	margin-top: 10px
}

.ups-table td.icon-pad,
.ups-table-comparison td.icon-pad {
	padding-left: 30px
}

.ups-table td.icon-pad .mobile-list,
.ups-table-comparison td.icon-pad .mobile-list {
	left: -20px
}

.ups-table td.icon-pad img,
.ups-table-comparison td.icon-pad img {
	max-height: 16px;
	max-width: 15px;
	position: absolute;
	left: 20px
}

.ups-table td button,
.ups-table-comparison td button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 0;
	width: 40px;
	height: 37px;
	font-size: 0.9em;
	margin-right: -7px;
	text-align: center
}

.ups-table td button .icon:before,
.ups-table-comparison td button .icon:before {
	color: #242424;
	display: block;
	margin-top: 3px
}

.ups-table td .rte-cell.align-left,
.ups-table-comparison td .rte-cell.align-left {
	float: left
}

.ups-table td .rte-cell.align-right,
.ups-table-comparison td .rte-cell.align-right {
	float: right
}

.ups-table a,
.ups-table-comparison a {
	text-decoration: underline;
	color: #404040;
	padding: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-table a:hover,
.ups-table-comparison a:hover {
	color: #6e6e6e
}

.ups-table .table-accordion,
.ups-table-comparison .table-accordion {
	position: relative;
	z-index: 50
}

.ups-table .rte-cell,
.ups-table-comparison .rte-cell {
	display: inline-block
}

.ups-table .rte-cell:first-child,
.ups-table-comparison .rte-cell:first-child {
	padding-right: 7px
}

.ups-table .mobile-list,
.ups-table-comparison .mobile-list {
	display: none;
	max-height: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ups-table .mobile-list .list-row,
.ups-table-comparison .mobile-list .list-row {
	padding-bottom: 3px;
	display: table
}

.ups-table .mobile-list .list-cell,
.ups-table-comparison .mobile-list .list-cell {
	display: table-cell;
	vertical-align: top
}

.ups-table .mobile-list a,
.ups-table-comparison .mobile-list a {
	padding-left: 0
}

@media (max-width: 767px) {
	.ups-table .mobile-list,
	.ups-table-comparison .mobile-list {
		display: block
	}
}

.ups-table .row-detail-name,
.ups-table-comparison .row-detail-name {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	float: left;
	padding-right: 5px;
	font-size: 12px;
	line-height: 19px;
	display: table-cell
}

@media (max-width: 767px) {
	.ups-table,
	.ups-table-comparison {
		margin-left: -20px;
		margin-right: -20px
	}
	.ups-table th,
	.ups-table td,
	.ups-table-comparison th,
	.ups-table-comparison td {
		border-right: none
	}
}

.ups-table+p,
.ups-table-comparison+p {
	margin-top: 30px
}

.ups-table-comparison {
	margin-bottom: 60px;
	margin-bottom: 0
}

.ups-table-comparison tbody th {
	background: #E4CFB7;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	text-transform: none
}

.ups-table-comparison a {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-table-comparison tbody .icon.ups-icon-check:before {
	font-size: 35px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	margin-left: -6px
}

.ups-table-comparison td:not(:first-child) {
	text-align: center
}

.ups-table-comparison td:not(:first-child) .align-left {
	float: left
}

.ups-table-comparison td:not(:first-child) .align-right {
	float: right
}

.ups-table-comparison .comparison-header {
	padding: 12px 20px 10px;
	background: #5E544B;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0;
	color: #fff
}

.ups-table-comparison .comparison-subheader {
	padding: 12px 20px 10px;
	background: #E4CFB7;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0
}

.ups-table-comparison .ups-table-comparison_sm,
.ups-table-comparison .ups-table-comparisonV2_sm {
	display: none
}

.ups-table-comparison ul.comparison-options {
	padding: 0;
	margin: 0
}

.ups-table-comparison .option {
	padding: 15px 20px;
	padding-right: 60px;
	border-top: 1.1px solid #000;
	position: relative;
	list-style: none
}

.ups-table-comparison .option:last-child {
	border-bottom: 1.1px solid #000
}

.ups-table-comparison .option:nth-child(2n) {
	background: #ECECEC
}

.ups-table-comparison .option:nth-child(2n-1) {
	background: #fff
}

.ups-table-comparison .option .icon {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 17px;
	text-align: center;
	width: 30px
}

.ups-table-comparison .option a {
	padding: 0
}

@media (max-width: 767px) {
	.ups-table-comparison table {
		display: none
	}
	.ups-table-comparison .ups-table-comparison_sm,
	.ups-table-comparison .ups-table-comparisonV2_sm {
		display: block
	}
}

.ups-table td,
.ups-table-comparison td {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding: 15px 20px
}

.ups-cme_article .ups-table table {
	margin-top: 30px;
	table-layout: fixed
}

.ups-cme_article .ups-table table tbody tr:nth-child(2n-1) {
	background: #ECECEC
}

.ups-cme_article .ups-table table tbody tr:nth-child(2n) {
	background: #fff
}

.ups-table.ups-table-v2 table {
	display: table
}

@media (max-width: 767px) {
	.ups-table.ups-table-v2 table {
		display: none
	}
}

.ups-table.ups-table-v2 table caption {
	background: #5E544B;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	border: none;
	position: relative;
	padding: 12px 20px;
	height: 40px;
	vertical-align: middle;
	color: #fff
}

.ups-table.ups-table-v2 table thead th {
	background: #E4CFB7;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	width: 100%;
	min-height: 50px;
	padding: 17px 20px;
	vertical-align: middle;
	color: inherit
}

.ups-table.ups-table-v2 table thead th p {
	margin: 0
}

.ups-table.ups-table-v2 table th[scope="row"] {
	font-weight: normal;
	text-transform: none
}

.ups-table.ups-table-v2 .ups-accordion_list {
	display: none;
	padding-top: 0 !important;
	margin: 0 !important
}

@media (max-width: 767px) {
	.ups-table.ups-table-v2 .ups-accordion_list {
		display: block
	}
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-article-header {
	margin: 0 -20px;
	background: #FFD100;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	border: none;
	position: relative;
	padding: 12px 20px 10px;
	vertical-align: top;
	color: #242424;
	font-size: 14px
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-article-header.ups-secondary {
	background: #FFE673
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-article-header.ups-secondary:after {
	content: normal
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper {
	margin-top: 0
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_item {
	border-bottom: 1px solid #000;
	margin-top: 0px
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_item:first-child {
	border-top: 1px solid #000
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 1em;
	padding: 12px 20px 10px;
	border: 0
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_item .ups-accordion_toggle:focus {
	outline: 2px solid #FFD100;
	outline-offset: -2px
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_item .mobile-list {
	display: block;
	max-height: none
}

.ups-table.ups-table-v2 .ups-accordion_list .ups-accordion_wrapper .ups-accordion_content {
	border-bottom: 0
}

.ups-table-comparison.ups-table-comparison_v2 caption {
	background: #5E544B;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	border: none;
	position: relative;
	padding: 12px 20px;
	height: 40px;
	vertical-align: middle;
	color: #fff
}

.ups-table-comparison.ups-table-comparison_v2 tbody>tr:first-child th,
.ups-table-comparison.ups-table-comparison_v2 tbody>tr:first-child td:first-child {
	background: #E4CFB7;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	position: relative;
	padding: 12px 20px;
	border: 1px solid #351c15;
	border-left: none;
	border-top: none
}

.ups-table-comparison.ups-table-comparison_v2 tbody>tr:first-child th:last-child,
.ups-table-comparison.ups-table-comparison_v2 tbody>tr:first-child td:first-child:last-child {
	border-right: none
}

.ups-table-comparison.ups-table-comparison_v2 tbody th {
	background: transparent
}

.ups-cme_globalHeader {
	border-bottom: 1px solid #d7d7d7;
	max-height: 60px;
	position: relative
}

.ups-cme_globalHeader .ups-wrap_inner {
	max-width: none
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader {
		padding: 0
	}
}

.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head {
	display: none
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head {
		display: block;
		padding: 15px 75px 15px 65px;
		width: 100%;
		background: transparent;
		border: 0;
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-align: left;
		margin: 0
	}
	.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head .ups-icon-navacc {
		right: 60px;
		position: absolute
	}
	.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head .ups-icon-navacc:before {
		content: "\e65b"
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head {
		padding: 20px 50px 20px 25px
	}
	.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head .ups-icon-navacc {
		right: 30px
	}
}

.ups-cme_globalHeader .ups-header_accordion .ups-mobilenav-head.active .ups-icon-navacc:before {
	content: "\e653"
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding-left: 0;
	font-size: 0
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav {
		display: none;
		padding: 15px
	}
	.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav.ups-active {
		display: block
	}
	.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav.active {
		display: block
	}
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #d7d7d7;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	vertical-align: middle;
	font-size: 17px;
	cursor: pointer
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem .ups-gblhdr-iconlink {
	border: none;
	background: transparent;
	padding: 19px 15px 19px 45px;
	font-weight: bold
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem i.icon {
	color: #00857D
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem i.icon.ups-icon-longitudesicon:before {
	content: '';
	background-image: url("/assets/resources/images/longitudes-radio-icon.png");
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block;
	background-position: 0px 3px
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem i.icon.ups-icon-subscribeicon:before {
	content: '\e637';
	top: 22px;
	left: 15px
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem:first-child {
	border-left: 1px solid #d7d7d7
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown button {
	border: none;
	background: transparent;
	padding: 19px 60px 19px 15px
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon {
	color: #00857D
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon.ups-icon-menuicon:before {
	position: absolute;
	content: "\e626";
	top: 20px;
	right: 24px
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu {
	list-style: none;
	padding: 0;
	display: block;
	text-align: left;
	position: absolute;
	width: 100%;
	left: -1px;
	top: 59px;
	transition: 0.2s;
	display: none;
	z-index: 99
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li {
	background: #e8e8e6;
	padding: 15px 17px;
	border: 1px solid #d9d9d6;
	border-top: 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li:hover {
	background-color: #d9d9d6;
	font-weight: bold
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li:last-child {
	border-bottom: 3px solid #FFD100
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown.active i.icon.ups-icon-menuicon:before {
	content: "\e62b"
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem.ups-cme_menuDropdown.active>ul.ups-gblhdr_subMenu {
	display: block
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem a {
	color: #000
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem a:hover {
	text-decoration: none
}

.ups-cme_globalHeader .ups-header_accordion .ups-gblhdr_nav .ups-gblhdr_navItem>a {
	padding: 19px 15px;
	display: block;
	font-weight: bold
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader.ups-cme_long-sticky.ups-mobileNavMenu .ups-gblhdr_nav.active {
		display: block;
		position: fixed;
		float: left;
		width: 100%;
		padding: 0;
		z-index: 99
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader.ups-cme_long-sticky.ups-mobileNavMenu .ups-gblhdr_nav.active {
		position: static
	}
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active {
		display: block;
		position: static;
		float: left;
		width: 100%;
		padding: 0
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem {
		width: 100%;
		text-align: left;
		background-color: #e8e8e6;
		border-right: 0;
		border-bottom: 1px solid #fff
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon {
		color: #000;
		padding-top: 5px;
		position: absolute;
		right: 0;
		top: 10px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon:before {
		content: "\e677";
		right: 60px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown.active i.icon:before {
		content: "\e67a"
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu {
		position: static
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li {
		border-width: 0;
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 17px;
		padding: 0
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li a {
		padding: 20px 90px;
		display: block
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu>li a {
		padding: 20px 45px
	}
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem>a {
		padding: 25px 75px;
		width: 100%
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem>a>.ups-gblhdr-iconlink {
		padding: 25px 75px;
		width: 100%;
		text-align: left
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown button {
		width: 100%;
		text-align: left;
		padding: 25px 75px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon:before {
		right: 30px
	}
}

@media (max-width: 991px) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem i.ups-icon-longitudesicon:before {
		top: 25px
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem>a {
		padding: 20px 35px;
		width: 100%
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem>.ups-gblhdr-iconlink {
		width: 100%;
		text-align: left;
		padding: 25px 35px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem i.ups-icon-longitudesicon:before {
		left: 10px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem i.ups-icon-subscribeicon:before {
		top: 29px;
		left: 10px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown button {
		width: 100%;
		text-align: left;
		padding: 25px 35px
	}
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown i.icon:before {
		right: 20px
	}
}

.ups-cme-headFixed .ups-cme_globalHeader.ups-cme_longitudeHeader {
	top: 2px
}

@media (max-width: 767px) {
	.ups-page-title {
		padding-bottom: 15px !important
	}
}

@media (min-width: 993px) {
	#ups-headerWrap {
		transform: translateZ(0);
		-webkit-transform: translateZ(0)
	}
}

.ups-cme-headFixed .ups-cme_globalHeader {
	top: 100px;
	right: 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #d7d7d7;
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}

.ups-cme-headFixed .container-fluid.iw_section:nth-child(2) {
	padding-top: 92px;
	margin-top: -92px
}

@media (max-width: 767px) {
	.ups-cme-headFixed .container-fluid.iw_section:nth-child(2) {
		padding-top: 0;
		margin-top: 0
	}
}

@media (max-width: 991px) {
	.ups-cme-headFixed .ups-cme_globalHeader {
		position: fixed;
		top: 93px
	}
	.ups-cme-headFixed.ups-hasAlerts .ups-cme_globalHeader {
		top: 136px
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader,
	.ups-cme-headFixed .ups-cme_globalHeader {
		position: static;
		height: auto
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.ups-cme_globalHeader.ups-mobileNavMenu .ups-gblhdr_nav.active .ups-gblhdr_navItem.ups-cme_menuDropdown>ul.ups-gblhdr_subMenu {
		height: 180px;
		overflow-y: scroll
	}
}

.ups-cme_long-sticky .ups-gblhdr_nav {
	position: fixed;
	top: 100px;
	right: 0;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #d7d7d7
}

@media (max-width: 1170px) {
	.ups-cme_globalHeader.ups-cme_long-sticky .ups-header_accordion .ups-mobilenav-head {
		top: 100px;
		right: 0;
		width: 100%;
		background-color: #fff;
		position: fixed;
		z-index: 99;
		border-bottom: 1px solid #d7d7d7
	}
}

@media (max-width: 991px) {
	.ups-cme_globalHeader.ups-cme_longitudeHeader.ups-cme_long-sticky .ups-header_accordion .ups-mobilenav-head {
		top: 93px
	}
	.ups-cme_globalHeader:not(.ups-cme_longitudeHeader) {
		position: fixed;
		width: 100%;
		z-index: 100;
		background: white;
		top: 93px
	}
}

@media (max-width: 767px) {
	.ups-cme_globalHeader.ups-cme_long-sticky .ups-header_accordion .ups-mobilenav-head {
		position: static;
		height: auto
	}
	.ups-cme_globalHeader:not(.ups-cme_longitudeHeader) {
		position: static;
		top: 0
	}
}

.ups-cme_glossaryArticle {
	margin-bottom: 60px
}

.ups-cme_glossaryArticle .ups-page-title {
	max-width: 1400px;
	margin: 0 auto
}

.ups-cme_glossaryArticle .ups-page-title h1 {
	font-size: 36px
}

@media (max-width: 991px) {
	.ups-cme_glossaryArticle .ups-page-title h1 {
		font-size: 32px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossaryArticle .ups-page-title h1 {
		font-size: 24px
	}
}

.ups-cme_glossaryArticle .ups-wrap_inner {
	display: table
}

@media (max-width: 991px) {
	.ups-cme_glossaryArticle .ups-wrap_inner {
		display: block
	}
}

.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-4 {
	width: 320px;
	display: table-cell;
	vertical-align: top;
	padding: 0
}

@media (max-width: 991px) {
	.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-4 {
		width: 100%;
		margin-bottom: 60px
	}
}

.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 {
	padding-left: 0;
	width: 100%;
	display: table-cell;
	float: none;
	vertical-align: top
}

@media (max-width: 1200px) {
	.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 {
		width: 66.66%
	}
}

@media (max-width: 991px) {
	.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 {
		display: block;
		width: 100%
	}
}

.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 .ups-article_wrap.ups-wrap {
	padding: 0;
	padding-right: 60px;
	margin-top: 0
}

.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 .ups-article_wrap p {
	font-size: 18px;
	line-height: 28px
}

@media (max-width: 767px) {
	.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 .ups-article_wrap p {
		font-size: 16px;
		line-height: 24px
	}
}

.ups-cme_glossaryArticle .ups-wrap_inner .col-lg-8 .ups-article_tags {
	border: none
}

@media (max-width: 767px) {
	.ups-cme_glossaryArticle .ups-article_tags .ups-article_tags_label {
		margin-bottom: 15px
	}
}

@media only screen and (min-width: 841px) and (max-width: 992px) {
	.iw_columns.col-lg-12 .iw_columns.col-lg-8 .iw_component .ups-cme_glossaryArticle.ups-wrap {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 991px) {
	.iw_columns.col-lg-12 .row.iw_row {
		display: block !important
	}
	.iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-8 {
		display: block !important
	}
	.iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-8+.iw_columns.col-lg-4 {
		display: block !important;
		width: 100% !important
	}
}

.row.ups-column_two_layout {
	margin: 30px 0
}

.row.ups-column_two_layout .ups-column_listChild {
	margin-bottom: 30px;
	width: 44%;
	padding-left: 0px;
	display: inline-block;
	vertical-align: top
}

.row.ups-column_two_layout .ups-column_listChild.ups-articlelist_hidden {
	display: none
}

.row.ups-column_two_layout .ups-column_listChild:focus {
	outline: 5px auto #FFD100
}

.row.ups-column_two_layout .ups-column_listChild:nth-child(2n+1) {
	margin-right: 11%
}

@media (max-width: 991px) {
	.row.ups-column_two_layout .ups-column_listChild:nth-child(2n+1) {
		margin-right: 0
	}
}

@media (max-width: 991px) {
	.row.ups-column_two_layout .ups-column_listChild:nth-child(2n) {
		padding-right: 0
	}
}

@media (max-width: 991px) {
	.row.ups-column_two_layout .ups-column_listChild {
		width: 49%
	}
}

@media (max-width: 767px) {
	.row.ups-column_two_layout .ups-column_listChild {
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 30px
	}
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_imgBar,
.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar {
	display: table-cell;
	vertical-align: top
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_imgBar img {
	width: 100px
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar {
	padding-left: 30px
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar .ups-article_category {
	margin-top: 0;
	color: #e45321;
	font-weight: bold;
	margin-bottom: 5px;
	display: block
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar .ups-article_category .icon.ups-icon-dot {
	font-size: 8px;
	color: #009cbd;
	margin-left: 5px
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar .ups-article_title {
	margin: 0px 0px 15px;
	min-height: 45px;
	font-size: 27px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #404040
}

@media (max-width: 991px) {
	.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar .ups-article_title {
		font-size: 24px;
		height: auto
	}
}

.row.ups-column_two_layout .ups-column_listChild .ups-left_contentBar .ups-article_title a {
	color: #404040
}

.row.ups-column_two_layout .results-header {
	background: #6e6e6e;
	color: #fff;
	margin-bottom: 30px;
	padding: 15px
}

.row.ups-column_two_layout .results-header h3 {
	float: left;
	margin: 0
}

.ups-cme_Accordion .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand {
	padding: 0px
}

.ups-cme_Accordion .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a {
	padding: 0px
}

.ups-cme_Accordion .ups-accordion_toggle:focus {
	z-index: 5
}

.ups-cme_accordion_load {
	visibility: hidden
}

.ups-cme_mostRecent {
	margin: 50px 0
}

.ups-cme_mostRecent .ups-more_bar {
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.ups-cme_mostRecent .ups-more_bar .ups-more_link {
	background: #818181;
	color: #fff;
	padding: 10px 35px 10px 15px;
	font-weight: bold;
	border: 0px;
	font-size: 12px;
	position: relative
}

.ups-cme_mostRecent .ups-more_bar .ups-more_link span.icon {
	position: absolute;
	right: 15px;
	top: 12px
}

.ups-cme_contentBlock.ups-contentBlock h1 {
	margin: 15px 0 10px 0;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #1b0e0b;
	font-size: 2em
}

#ups-header .ups-menu_list .ups-menu_mktg {
	padding-bottom: 60px
}

#ups-header .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile {
	position: static
}

#ups-header .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_column {
	width: auto;
	position: absolute
}

@media (max-width: 991px) {
	#ups-header .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_column {
		position: relative
	}
}

#ups-header .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_cta {
	right: unset;
	bottom: 0;
	margin-right: 0
}

@media (max-width: 991px) {
	#ups-header .ups-menu_list .ups-menu_mktg.ups-knowledge_mobile .ups-menu_cta {
		display: block !important;
		float: left;
		padding-top: 15px;
		width: 100%;
		margin-right: 0
	}
}

#ups-header .ups-menu_list .ups-menu_mktg .ups-menu_column {
	width: 100%
}

#ups-header .ups-menu_list .ups-menu_mktg .ups-menu_column h3 {
	margin: 0 0 15px;
	font-size: 1.1em
}

#ups-header .ups-menu_list .ups-menu_mktg .ups-menu_column .ups-more span.icon {
	font-size: 0.8em;
	margin-left: 5px
}

#ups-header .ups-menu_list .ups-menu_mktg .ups-menu_cta {
	right: 0px;
	font-weight: bold
}

.ups-navMenu .ups-menu_list>.ups-menu_cta {
	right: 0;
	bottom: 0;
	margin-right: 0;
	padding-right: 30px
}

.container-fluid.iw_section:nth-child(2) {
	overflow: visible
}

.row.iw_row .iw_columns.col-lg-4 .iw_component>div {
	margin-bottom: 30px
}

.row.iw_row .iw_columns.col-lg-4 .iw_component+.iw_component:last-child>div {
	margin-bottom: 0px
}

.row.iw_row>.col-lg-6 {
	padding-left: 0;
	padding-right: 0
}

@media (max-width: 1400px) {
	.featured-three-resources.col-lg-12 .col-lg-4 {
		width: 33.33% !important;
		float: left
	}
}

.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4:first-child {
	width: 33.33%
}

@media (max-width: 991px) {
	.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4:first-child {
		width: 100%;
		padding: 0;
		float: left
	}
}

@media (max-width: 767px) {
	.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4:first-child {
		width: 100% !important;
		padding-bottom: 0 !important;
		margin-left: 0
	}
}

.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4+.iw_columns.col-lg-4 {
	width: 33.33%
}

@media (max-width: 991px) {
	.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4+.iw_columns.col-lg-4 {
		padding: 0;
		width: 100%;
		float: left
	}
}

@media (max-width: 767px) {
	.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4+.iw_columns.col-lg-4 {
		width: 100% !important;
		padding-bottom: 0 !important
	}
}

.row.iw_row>.col-lg-6:first-child {
	width: 50%;
	float: left
}

@media (max-width: 767px) {
	.row.iw_row>.col-lg-6:first-child {
		width: 100%
	}
}

.row.iw_row>.col-lg-6:first-child .ups-country_guide .ups-list_detail {
	border-bottom: none
}

@media (max-width: 991px) {
	.row.iw_row>.col-lg-6:first-child .ups-country_guide .ups-list_detail .ups-list-text_container .ups-list-desc_container {
		margin-top: 0
	}
}

@media (max-width: 1400px) {
	.row.iw_row>.col-lg-6+.col-lg-6 {
		width: 50%;
		float: left
	}
}

@media (max-width: 767px) {
	.row.iw_row>.col-lg-6+.col-lg-6 {
		width: 100%
	}
}

@media (max-width: 991px) {
	.row.iw_row>.col-lg-6+.col-lg-6 .ups-country_guide .ups-list_detail .ups-list-text_container .ups-list-desc_container {
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.row.iw_row>.col-lg-6+.col-lg-6 .ups-country_guide .ups-list_detail.last-child {
		margin-bottom: 0px
	}
}

.ups-article_tags {
	display: block
}

.ups-article_tags .ups-article_tags_label {
	margin: 15px 0;
	margin-right: 15px;
	margin-left: 0;
	display: block;
	float: none
}

@media (max-width: 767px) {
	.ups-article_tags .ups-article_tags_label {
		width: 100%;
		padding: 15px 0;
		padding-right: 15px;
		padding-left: 0;
		margin: 0
	}
}

.ups-article_tags .ups-article_tagsArray {
	float: none;
	display: block;
	padding-left: 0
}

.ups-article_tags .ups-article_tagsArray .ups-author_tags {
	width: 100%;
	list-style: none
}

.ups-article_tags .ups-article_tagsArray .ups-author_tags .ups-article_tag {
	padding: 15px 25px;
	background: #cdd7E4
}

.ups-cme_hideComp {
	display: none !important
}

h2.ups-article-header.ups-country_guide_header {
	font-size: 32px
}

.ups_country-guide-bc_spacer {
	padding: 10px 0
}

.ui-autocomplete.ups-check_index {
	z-index: 10
}

.ups-cme_singlePiece {
	border: 1px solid #6e6e6e
}

.ups-cme_singlePiece .ups-resource .ups-txt-container {
	padding: 15px;
	position: relative
}

.ups-cme_singlePiece .ups-resource .ups-txt-container h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000
}

.ups-cme_singlePiece .ups-resource .ups-txt-container h3 {
	color: #404040;
	font-size: 16px
}

.ups-cme_singlePiece .ups-resource .ups-txt-container h3 a {
	color: #404040;
	text-decoration: none
}

.ups-cme_singlePiece .ups-resource .ups-txt-container p {
	color: #404040;
	font-size: 14px;
	line-height: 1.25;
	font-weight: normal
}

.ups-cme_singlePiece .ups-resource .ups-txt-container p a {
	color: #404040;
	text-decoration: none
}

.ups-cme_singlePiece .ups-resource .ups-txt-container a,
.ups-cme_singlePiece .ups-resource .ups-txt-container a:hover,
.ups-cme_singlePiece .ups-resource .ups-txt-container a:focus {
	text-decoration: none
}

.ups-cme_singlePiece .ups-resource .ups-txt-container .ups-resource_txt {
	width: 100%;
	padding-right: 10%
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured {
	padding-top: 30px;
	padding-bottom: 30px
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_header h3 {
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 10px
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_header h3 {
		margin-top: 25px
	}
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_header:before {
	background: transparent
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources {
	list-style-type: none;
	margin-top: 30px
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources a:hover,
.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources a:focus {
	text-decoration: none
}

@media (max-width: 991px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources {
		display: table;
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources {
		margin-top: 15px
	}
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container {
	width: 31%;
	display: inline-block;
	vertical-align: top
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-txt_container {
	padding: 15px 4% 30px
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-txt_container h3 {
	font-size: 14px;
	color: #e45321;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0;
	margin-bottom: 5px
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-txt_container p {
	font-size: 20px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #404040
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container:nth-child(2) {
	margin: 0 3%
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-img-container {
	position: relative
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-img-container .ups-youtube_icon {
	position: absolute;
	background: url("/assets/resources/images/cme_play_icon.svg") no-repeat center center;
	right: 25px;
	top: 25px;
	width: 50px;
	height: 35px
}

@media (max-width: 991px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-img-container .ups-youtube_icon {
		right: 35%;
		top: 35%
	}
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-img-container .ups-youtube_icon {
		right: 25px;
		top: 25px
	}
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-img-container img {
	width: 100%
}

@media (max-width: 991px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container {
		width: 33% !important;
		padding: 10px !important;
		display: table-cell
	}
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-txt_container p {
		margin: 0 0 30px
	}
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-iconAlone {
		right: 40%;
		top: 25%
	}
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container {
		width: 100% !important;
		display: inherit;
		padding: 10px 0 !important
	}
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container:nth-child(2) {
		margin: 0
	}
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container:first-child {
		padding-top: 0 !important
	}
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container .ups-resource .ups-iconAlone {
		right: 15px;
		top: 15px
	}
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container:first-child {
	padding-left: 0
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container:last-child {
	padding-right: 0
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-featured_three_resources .ups-featured_resource-container a {
	text-decoration: none
}

.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-longitude-theme .radio-widget-badges>:last-child {
	margin-left: 10px
}

@media (max-width: 991px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-longitude-theme .radio-widget-badges>:last-child {
		margin-left: 0;
		padding-top: 10px;
		display: block
	}
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-longitude-theme .radio-widget-badges>:last-child {
		margin-left: 10px;
		display: inline
	}
}

@media (max-width: 991px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-longitude-theme .radio-widget-logo img {
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-featured-three-piece.ups-wrap.ups-cme_featured .ups-longitude-theme .radio-widget-logo img {
		width: auto
	}
}

.ups-cme_featured_load {
	visibility: hidden
}

.ups-cme_glossarySearch,
.ups-cme_authorSearch {
	background: #fff;
	color: #404040;
	margin-bottom: 60px;
	padding-bottom: 0
}

.ups-cme_glossarySearch .ups-form_subheader,
.ups-cme_authorSearch .ups-form_subheader {
	font-style: normal
}

.ups-cme_glossarySearch .ups-search_bar,
.ups-cme_authorSearch .ups-search_bar {
	background: #f0f0ef;
	padding-bottom: 45px;
	padding-top: 45px
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs {
		width: 100%;
		float: left
	}
}

.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-10,
.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-10 {
	padding-left: 0
}

@media (min-width: 993px) and (max-width: 1400px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-10,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-10 {
		width: 83.33333%;
		float: left
	}
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-10,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-10 {
		padding-left: 0;
		padding-right: 0;
		width: 79%;
		float: left
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-10,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-10 {
		padding-left: 0;
		padding-right: 0;
		width: 85%
	}
}

@media (min-width: 993px) and (max-width: 1400px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-2,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-2 {
		width: 16.66667%;
		float: left
	}
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-2,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-2 {
		padding-left: 0;
		padding-right: 0;
		width: 20%;
		float: left;
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-2,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-2 {
		padding-left: 0;
		padding-right: 0;
		width: 40px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-2 .ups-cta.ups-search_btn,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-2 .ups-cta.ups-search_btn {
		text-indent: -1000px;
		border-radius: 0;
		margin: 0
	}
	.ups-cme_glossarySearch .ups-search_bar .ups-search_inputs .col-lg-2 .ups-cta.ups-search_btn:before,
	.ups-cme_authorSearch .ups-search_bar .ups-search_inputs .col-lg-2 .ups-cta.ups-search_btn:before {
		text-indent: 0;
		content: '\e668';
		color: #fff;
		font-family: "UPSicons" !important;
		left: 0;
		top: 10px;
		margin: auto;
		position: absolute;
		right: 0
	}
}

.ups-cme_glossarySearch .ups-search_bar .ups-article-header,
.ups-cme_authorSearch .ups-search_bar .ups-article-header {
	color: #404040;
	font-size: 21px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-bottom: 25px
}

.ups-cme_glossarySearch .ups-search_bar .ups-article-header:after,
.ups-cme_authorSearch .ups-search_bar .ups-article-header:after {
	width: 100%;
	background: none
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-article-header,
	.ups-cme_authorSearch .ups-search_bar .ups-article-header {
		font-size: 21px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_bar .ups-article-header,
	.ups-cme_authorSearch .ups-search_bar .ups-article-header {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .col-lg-2,
	.ups-cme_authorSearch .ups-search_bar .col-lg-2 {
		margin-top: 15px
	}
}

.ups-cme_glossarySearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn,
.ups-cme_authorSearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn {
	width: 100%
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn,
	.ups-cme_authorSearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn {
		margin: 0 20px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn,
	.ups-cme_authorSearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn {
		color: #fff
	}
	.ups-cme_glossarySearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn:before,
	.ups-cme_authorSearch .ups-search_bar .col-lg-2 .ups-cta.ups-search_btn:before {
		content: ''
	}
}

.ups-cme_glossarySearch .ups-search_container,
.ups-cme_authorSearch .ups-search_container {
	position: relative
}

.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar,
.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar {
	padding: 30px 60px;
	border-bottom: 1px solid #e8e8e6
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar {
		padding: 5%;
		border-bottom: 0
	}
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-search_lang,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-search_lang {
		text-align: center
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys,
.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 17px
}

@media (min-width: 993px) and (max-width: 1400px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys {
		padding: 11px;
		margin-top: 10px;
		font-size: 18px;
		display: inline-block
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys.ups-disabled,
.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys.ups-disabled {
	text-decoration: none;
	cursor: default;
	color: #f0f0ef
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys {
		padding: 0 0px 0 1.2%;
		font-size: 18px;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys {
		margin-top: 10px;
		padding: 8px 12px 8px 0;
		font-size: 18px;
		width: 22px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:first-child,
.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:first-child {
	padding-left: 0
}

.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:last-child,
.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:last-child {
	padding-right: 0
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:last-child,
	.ups-cme_authorSearch .ups-search_container .ups-search_alphaBar .ups-alpha_keys:last-child {
		padding-right: 6px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer {
		width: 100%;
		padding-left: 70px
	}
}

@media (max-width: 500px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer {
		padding-left: 50px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-blank,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-blank {
	height: 199px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e6
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell {
	display: table-cell;
	vertical-align: top
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell.ups-search_text,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell.ups-search_text {
	width: 10%
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell.ups-search_filters,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format>.ups-table_cell.ups-search_filters {
	width: 90%
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format:last-child,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format:last-child {
	border-bottom: none
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format:first-child,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format:first-child {
		padding-top: 6.5%
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format h2,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format h2 {
	margin: 10px 0 0
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text {
	padding: 0 20px 0 0
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters {
	-webkit-padding-start: 0
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet {
	font-size: 32px
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet {
		font-size: 28px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet {
		font-size: 24px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet:focus,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet:focus,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text .ups-alphabet:focus,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters .ups-alphabet:focus {
	outline: 2px solid #FFD100
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_text,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_filters {
		display: block;
		padding-left: 20px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found {
	vertical-align: middle;
	display: inline-block;
	width: 32%;
	padding: 1% 0 3% 7.5%;
	position: relative
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-link,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-link,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-link,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-link {
	line-height: 1.5;
	text-align: left
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found {
		padding: 1% 0 3% 10%
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found {
		width: 100%;
		padding: 1% 0 3% 0;
		margin-top: 30px
	}
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:first-child,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:first-child,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:first-child,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:first-child {
		margin-top: 25px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info {
	left: -65%
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info {
		width: 300px
	}
}

@media (max-width: 840px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info {
		width: 300px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info {
		left: 0%;
		width: 280px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before {
	right: 22%;
	left: auto
}

@media (max-width: 1150px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before {
		right: 42%
	}
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before {
		right: 29%
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result:nth-child(3n) .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found:nth-child(3n) .ups-search_info:before {
		right: 85%
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-active .ups-search_info,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-active .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-active .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-active .ups-search_info {
	display: block
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info {
	background: #d9d9d6;
	display: none;
	width: 470px;
	position: absolute;
	top: 42px;
	z-index: 11;
	padding: 45px;
	box-sizing: border-box
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info {
		width: 300px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info:before,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #d9d9d6;
	position: absolute;
	top: -14px;
	left: 2%
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info:before,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info:before {
		left: 20%
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info {
		width: 280px;
		padding: 30px;
		left: -50px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h1,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h1,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h1,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h1 {
	margin: 0 0 10px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h4,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h4,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h4,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h4 {
	font-size: 24px
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h4,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h4,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info h4,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info h4 {
		font-size: 18px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info p,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info p,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info p,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info p {
	line-height: 20px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top {
	top: -250px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top:before,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #d9d9d6;
	border-bottom: 15px solid transparent;
	position: absolute;
	bottom: -30px;
	top: auto
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top:before,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info.ups-popover_top:before,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info.ups-popover_top:before {
		left: 5%
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info .ups-headerTools_widgetClose,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info .ups-headerTools_widgetClose,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info .ups-headerTools_widgetClose,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info .ups-headerTools_widgetClose {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	padding: 15px 15px 15px 0;
	margin-right: 15px;
	float: right;
	position: relative;
	font: 1.1em/1 Tahoma, helvetica, arial, sans-serif;
	right: -28px;
	top: -15px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info .ups-headerTools_widgetClose .icon:before,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info .ups-headerTools_widgetClose .icon:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_info .ups-headerTools_widgetClose .icon:before,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_info .ups-headerTools_widgetClose .icon:before {
	font-family: "UPSicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e67c";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 20px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-search_layout,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-search_layout,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-search_layout,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-search_layout {
	width: 49%;
	display: inline-block;
	vertical-align: top
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-search_layout,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-search_layout,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-search_layout,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-search_layout {
		width: 100%;
		float: none
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-result_notfound,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-result_notfound,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result.ups-result_notfound,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found.ups-result_notfound {
	display: none !important
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image {
	position: relative;
	float: left;
	padding-right: 15px;
	padding-left: 0;
	max-width: 42.5%
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image img,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image img,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image img,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image img {
	width: 117px
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_image,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_image {
		float: none;
		margin-bottom: 15px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer {
	display: table-cell;
	vertical-align: top;
	text-align: left
}

@media (min-width: 993px) and (max-width: 1400px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer {
		padding-left: 20px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 5px;
	font-size: 24px
}

@media (max-width: 991px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2 {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
	.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer h2,
	.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer h2 {
		font-size: 20px
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer a,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer a,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer a,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer a {
	color: #300;
	text-decoration: underline;
	padding: 5px 0 0;
	display: inline-block;
	line-height: 1.3
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer p,
.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer p,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-search_result .ups-search_textContainer p,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer .ups-searchBars.ups-table_format .ups-result_found .ups-search_textContainer p {
	margin-top: 10px;
	line-height: 20px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer.ups-search_active .ups-searchBars.ups-inactive,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer.ups-search_active .ups-searchBars.ups-inactive {
	display: none
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer.ups-search_active .ups-searchBars .ups-search_result:not(.ups-result_found),
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer.ups-search_active .ups-searchBars .ups-search_result:not(.ups-result_found) {
	display: none
}

.ups-cme_glossarySearch .ups-search_container .ups-search_resultContainer.ups-searchlist_hide,
.ups-cme_authorSearch .ups-search_container .ups-search_resultContainer.ups-searchlist_hide {
	display: none
}

.ups-cme_glossarySearch .ups-search_container .ups-no_result,
.ups-cme_authorSearch .ups-search_container .ups-no_result {
	text-align: center;
	font-size: 32px;
	padding: 20px 0;
	font-weight: bold
}

.ups-cme_glossarySearch .ups-search_container .ups-no_result.ups-searchlist_hide,
.ups-cme_authorSearch .ups-search_container .ups-no_result.ups-searchlist_hide {
	display: none
}

.ups-cme_glossarySearch .ups-search_container .ups-search_sticky,
.ups-cme_authorSearch .ups-search_container .ups-search_sticky {
	position: fixed;
	bottom: 10%;
	right: 5%;
	display: none;
	cursor: pointer;
	color: #00857D;
	background: #fff;
	text-decoration: none;
	padding: 20px
}

@media (max-width: 767px) {
	.ups-cme_glossarySearch .ups-search_container .ups-search_sticky,
	.ups-cme_authorSearch .ups-search_container .ups-search_sticky {
		bottom: 20%
	}
}

.ups-cme_glossarySearch .ups-search_container .ups-search_sticky.ups-fixed_sticky,
.ups-cme_authorSearch .ups-search_container .ups-search_sticky.ups-fixed_sticky {
	position: absolute;
	bottom: -10px
}

.ups-cme_glossarySearch .ups-search_container .ups-search_sticky #ups-BackToTop_text,
.ups-cme_authorSearch .ups-search_container .ups-search_sticky #ups-BackToTop_text {
	padding-left: 5px
}

.ups-cme_glossarySearch .ups-search_container.ups-page_scroll .ups-search_sticky,
.ups-cme_authorSearch .ups-search_container.ups-page_scroll .ups-search_sticky {
	display: block
}

.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-carousel_msg {
	background: rgba(255, 255, 255, 0.9);
	padding: 45px
}

@media (max-width: 991px) {
	.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-carousel_msg {
		padding: 20px
	}
}

@media (max-width: 767px) {
	.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-paraFrame picture {
		height: 475px
	}
}

@media (max-width: 991px) {
	.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-paraFrame {
		height: 310px
	}
}

.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-carousel_ctas {
	float: left
}

@media (max-width: 767px) {
	.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-carousel_ctas {
		width: 100%
	}
}

.ups-carousel.ups-cme_carousel .ups-carousel_item .ups-carousel_ctas .ups-cta {
	margin-left: 0px
}

.iw_columns.col-lg-12 .ups-carousel.ups-cme_cgCarousel {
	margin: 30px 0 0 0
}

.ups-cme_pageLoad-carousel {
	min-height: 300px
}

.ups-cme_pageLoad-carousel .ups-paraFrame {
	padding-top: 37.5%
}

.ups-cme_pageLoad-carousel .ups-paraFrame .ups-imgFrame {
	padding-top: 0%
}

.ups-cme_mostRecent.ups-cme_mostRecent_pageLoad {
	visibility: hidden
}

.ups-cme_mostRecent .ups-cme_title {
	position: relative;
	margin: 0px 0 50px;
	font-size: 24px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-cme_title {
		line-height: 1.6;
		margin: 0 0 25px
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-cme_mostRecent .ups-cme_title {
		margin: 0 0 60px 0;
		border-top: 1px solid #f0f0ef;
		padding-top: 30px
	}
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-cme_title:after {
		content: '';
		width: 100px;
		height: 1px;
		position: absolute;
		bottom: 0;
		background: #FFD100;
		text-align: left;
		left: 0
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.ups-cme_mostRecent .ups-cme_title:after {
		width: 100%
	}
}

.ups-cme_mostRecent .ups-viewMore {
	clear: both;
	margin: 30px 0 0;
	text-align: center
}

.ups-cme_mostRecent .ups-mostRecent_list {
	list-style: none;
	margin-bottom: 25px
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		margin: 35px 0 0
	}
}

@media (min-width: 993px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		margin: 0
	}
}

@media (max-width: 767px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		border-top: 1px solid #f0f0ef;
		padding-top: 30px !important
	}
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-left_content,
.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content {
	display: inline-block;
	vertical-align: top
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-left_content {
	width: 58%
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-left_content {
		width: 100%
	}
}

@media (max-width: 767px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-left_content {
		width: 70%;
		margin-bottom: 30px;
		float: none
	}
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content {
	width: 40%;
	float: right;
	position: relative
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content {
		width: 25%;
		margin-bottom: 30px;
		margin-right: 15px;
		float: none
	}
}

@media (max-width: 767px) and (max-width: 460px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content {
		margin-right: 10px
	}
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-right_content .ups-iconAlone {
	position: absolute;
	top: 10px;
	color: #fff;
	font-size: 50px;
	right: 10px
}

.ups-cme_mostRecent .ups-firstarticle {
	color: #404040;
	padding: 0;
	float: left
}

@media (min-width: 993px) {
	.ups-cme_mostRecent .ups-firstarticle {
		width: 66.66667%
	}
}

@media (min-width: 1200px) {
	.ups-cme_mostRecent .ups-firstarticle {
		width: 58.33333%
	}
}

.ups-cme_mostRecent .ups-firstarticle .ups-img-container {
	position: relative
}

.ups-cme_mostRecent .ups-firstarticle .ups-img-container img {
	width: 100%
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-firstarticle .ups-img-container img {
		margin-bottom: 15px
	}
}

.ups-cme_mostRecent .ups-firstarticle .ups-img-container .ups-iconAlone {
	position: absolute;
	top: 10px;
	color: #fff;
	font-size: 50px;
	right: 10px
}

.ups-cme_mostRecent .ups-firstarticle .ups-mostRecent_mainArticle {
	margin-top: 30px
}

.ups-cme_mostRecent .ups-firstarticle .ups-mostRecent_mainArticle .ups-mainArticle_subHead {
	color: #e45321;
	margin-top: 0;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-cme_mostRecent .ups-firstarticle .ups-mostRecent_mainArticle .ups-mainArticle_Head {
	margin-top: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 27px;
	line-height: 1.3
}

.ups-cme_mostRecent .ups-firstarticle .ups-mostRecent_mainArticle .ups-link .ups-link_readmore {
	text-decoration: underline
}

.ups-cme_mostRecent .ups-firstarticle .ups-mostRecent_mainArticle .ups-link .ups-link_readmore:hover {
	text-decoration: underline
}

.ups-cme_mostRecent .ups-firstarticle .ups-mainArticle_Head {
	font-size: 33px;
	line-height: 1.6
}

.ups-cme_mostRecent .ups-mostRecent_list {
	color: #404040;
	padding-right: 0;
	padding-left: 30px;
	float: left
}

@media (min-width: 993px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		width: 33.33333%
	}
}

@media (min-width: 1200px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		width: 41.66667%
	}
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list {
		padding: 0
	}
}

.ups-cme_mostRecent .ups-mostRecent_list img {
	width: 100%
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child {
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 25px;
	float: left
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child {
		padding: 0;
		margin: 0 1%;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 31%
	}
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child:first-child {
		margin-left: 0
	}
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child:last-child {
		margin-right: 0
	}
}

@media (max-width: 767px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child {
		width: 100%;
		border-bottom: 1px solid #f0f0ef;
		padding: 0;
		margin-bottom: 30px
	}
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child:first-child {
		padding-left: 0px
	}
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child .ups-article_img {
	margin-bottom: 30px
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child .ups-mostRecent_mainArticle .ups-mainArticle_subHead {
	color: #e45321;
	margin-top: 0;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: 700
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child .ups-mostRecent_mainArticle .ups-mainArticle_Head {
	margin-top: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 27px;
	line-height: 1.3
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child .ups-mostRecent_mainArticle .ups-link .ups-link_readmore {
	text-decoration: underline
}

.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child .ups-mostRecent_mainArticle .ups-link .ups-link_readmore:hover {
	text-decoration: underline
}

.ups-cme_mostRecent .ups-more_bar .icon.ups-icon-chevrondown {
	font-size: 13px;
	padding-left: 6px
}

.ups-cme_mostRecent .ups-more_bar .ups-recent_hide {
	display: none
}

.ups-cme_mostRecent .ups-loaderImg {
	background-position: 50% 20%;
	background-color: white;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	height: 100%
}

.ups-mostrecent_group {
	margin: 0;
	padding: 0
}

.ups-mostrecent_group a.ups-link {
	text-decoration: none
}

.ups-mostrecent_group a.ups-link:hover {
	text-decoration: underline
}

.ups-mostrecent_group a.ups-link .ups-left_contentBar:hover {
	text-decoration: underline
}

.ups-mostrecent_group .ups-link_readmore {
	text-decoration: underline
}

.ups-author_detail.ups-article {
	margin-top: 60px;
	margin-bottom: 0
}

.ups-author_detail.ups-article .ups-page-title {
	padding: 0 0 30px 0
}

.ups-author_detail.ups-article .ups-article-header {
	font-size: 32px
}

.ups-author_detail.ups-article .ups-authorBio_wrap {
	margin-top: 40px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-author_detail.ups-article .ups-authorBio_wrap p {
	font-size: 18px;
	line-height: 28px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap p {
		font-size: 16px;
		line-height: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio_wrap .ups-see_authors {
	font-size: 14px;
	margin-top: 40px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap .ups-see_authors {
		margin-bottom: 50px
	}
}

@media (max-width: 767px),
(max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author {
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx {
	display: table;
	width: 100%
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx img {
	width: 170px
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx img {
		width: 90px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg {
	display: table-cell
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg img {
	vertical-align: middle;
	width: 170px
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg img {
		width: 90px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName {
	background: #f0f0ef;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin-left: 0;
	padding-left: 40px
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName {
		padding-left: 20px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
	font-size: 36px;
	font-weight: normal
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 32px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 28px
	}
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 18px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 a {
	text-decoration: none;
	color: #000;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
		font-size: 14px
	}
}

.ups-author_detail.ups-article .ups-authorBio {
	margin: 0
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-authorBio {
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info {
	display: block;
	float: right;
	width: 30%;
	padding-left: 100px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info {
		display: block;
		width: 100%;
		padding: 0
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_source {
	text-align: left;
	padding-left: 0;
	width: 100%
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_source {
		float: left;
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles {
	margin-top: 0
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles {
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles h2 {
	margin-top: 0;
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles h2 {
		font-size: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li {
	padding-bottom: 0
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags {
	padding-left: 0;
	padding-top: 5px;
	border-top: none;
	width: 100%;
	float: right;
	padding-bottom: 0
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags {
		float: left;
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tags_label {
	float: none;
	display: block;
	margin: 0 0 40px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tags_label {
		font-size: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray {
	padding-left: 0
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags {
	width: 100%;
	min-height: 47px;
	display: block;
	margin-bottom: 15px
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags .ups-article_tag {
	float: none;
	display: inline-block
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags .ups-article_tag {
		float: none;
		display: inline-block
	}
}

.ups-cme_mostRecent {
	margin-top: 0
}

@media print {
	body.ups-cme_articlePrint {
		background: white
	}
	body.ups-cme_articlePrint #ups-footerWrap,
	body.ups-cme_articlePrint #ups-headerWrap,
	body.ups-cme_articlePrint .ups-cme_globalHeader,
	body.ups-cme_articlePrint .ups-cme_relatedReading,
	body.ups-cme_articlePrint .ups-breadcrumb,
	body.ups-cme_articlePrint .ups-cme_relatedServices,
	body.ups-cme_articlePrint .ups-cme_didYouKnow,
	body.ups-cme_articlePrint .container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12>.row.iw_row .iw_columns.col-lg-4,
	body.ups-cme_articlePrint .ups-cme_feedback,
	body.ups-cme_articlePrint .ups-featured-three-piece,
	body.ups-cme_articlePrint .ups-subscribe-email,
	body.ups-cme_articlePrint .ups-page-share,
	body.ups-cme_articlePrint .ups-article_video-caption,
	body.ups-cme_articlePrint iframe,
	body.ups-cme_articlePrint #ups-alertsWrap,
	body.ups-cme_articlePrint #ups-skipNav,
	body.ups-cme_articlePrint .ups-article_tags,
	body.ups-cme_articlePrint .ups-longitude-theme,
	body.ups-cme_articlePrint .ups-cme-page-share,
	body.ups-cme_articlePrint .ups-generic-module,
	body.ups-cme_articlePrint .ups-carousel.ups-carousel-landing,
	body.ups-cme_articlePrint .ups-country_guide.ups-three-col-layout {
		display: none !important
	}
	body.ups-cme_articlePrint.ups-headFixed .container-fluid.iw_section:nth-child(1)~.container-fluid.iw_section:nth-child(2) {
		border-top-width: 0 !important;
		padding-top: 0 !important;
		margin-top: 0 !important
	}
	body.ups-cme_articlePrint a[href]:after {
		content: none !important
	}
	body.ups-cme_articlePrint .ups-contentBlock.contentBlock_secondary_gray {
		background-color: #FFF
	}
	body.ups-cme_articlePrint .ups-list.ups-country_guide .ups-list_detail {
		display: list-item;
		width: 100%;
		float: left
	}
}

.ups-cme_category-listing {
	margin-bottom: 40px
}

.ups-cme_category-listing .ups-form_wrap {
	margin-bottom: 30px
}

.ups-cme_category-listing .ups-form_wrap .ups-form_group {
	display: inline-block;
	width: 240px;
	margin-right: 25px;
	margin-bottom: 0
}

@media (max-width: 991px) {
	.ups-cme_category-listing .ups-form_wrap .ups-form_group {
		width: 175px
	}
}

.ups-cme_category-listing .ups-form_wrap .ups-form_group.ups-align_right {
	float: right;
	margin-right: 0
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-form_wrap .ups-form_group.ups-align_right {
		float: none
	}
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-form_wrap .ups-form_group {
		width: 100%;
		margin-bottom: 20px
	}
}

.ups-cme_category-listing .ups-form_wrap .ups-form_group .ups-dropdown {
	margin-bottom: 0;
	padding-right: 30px;
	margin-top: 1px
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-form_wrap .ups-form_group .ups-dropdown {
		margin-top: 0px
	}
}

.ups-cme_category-listing .ups-more_bar {
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.ups-cme_category-listing .ups-more_bar .ups-more_link {
	background: #818181;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	border: 0px
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-more_bar .ups-more_link {
		font-size: 16px;
		padding: 15px
	}
}

.ups-cme_category-listing .ups-more_bar .ups-more_link:before {
	float: right;
	margin-left: 10px;
	margin-top: 1px
}

.ups-cme_category-listing .ups-more_bar span.icon {
	margin-left: 10px
}

.ups-cme_category-listing .ups-more_bar span.icon:before {
	font-size: 12px
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-more_bar .ups-cta.ups-cta_tertiary {
		width: auto
	}
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-category_menu .ups-form_group {
		max-width: 100%
	}
}

@media (max-width: 767px) {
	.ups-cme_category-listing .ups-category_menu .ups-form_group .ups-dropdown_wrapper {
		max-width: 100%
	}
}

.ups-cme_category-listing .ups-loaderImg {
	background-position: 50% 20%;
	background-color: white;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	height: 100%
}

.ups-listing_padding {
	padding-top: 20px
}

.ups-author_detail.ups-article {
	margin-top: 60px;
	margin-bottom: 0
}

.ups-author_detail.ups-article .ups-page-title {
	padding: 0 0 30px 0
}

.ups-author_detail.ups-article .ups-article-header {
	font-size: 32px
}

.ups-author_detail.ups-article .ups-authorBio_wrap {
	margin-top: 40px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-author_detail.ups-article .ups-authorBio_wrap p {
	font-size: 18px;
	line-height: 28px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap p {
		font-size: 16px;
		line-height: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio_wrap .ups-see_authors {
	font-size: 14px;
	margin-top: 40px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio_wrap .ups-see_authors {
		margin-bottom: 50px
	}
}

@media (max-width: 767px),
(max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author {
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx {
	display: table;
	width: 100%
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx img {
	width: 170px
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx img {
		width: 90px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg {
	display: table-cell
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg img {
	vertical-align: middle;
	width: 170px
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorImg img {
		width: 90px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName {
	background: #f0f0ef;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin-left: 0;
	padding-left: 40px
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName {
		padding-left: 20px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
	font-size: 36px;
	font-weight: normal
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 32px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 28px
	}
}

@media (max-width: 500px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 {
		font-size: 18px
	}
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName h2 a {
	text-decoration: none;
	color: #000;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-article_author .ups-article_usrBx .ups-article_authorName .ups-article_authorTitle {
		font-size: 14px
	}
}

.ups-author_detail.ups-article .ups-authorBio {
	margin: 0
}

@media (max-width: 767px) {
	.ups-author_detail.ups-article .ups-authorBio {
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info {
	display: block;
	float: right;
	width: 30%;
	padding-left: 100px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info {
		display: block;
		width: 100%;
		padding: 0
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_source {
	text-align: left;
	padding-left: 0;
	width: 100%
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_source {
		float: left;
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles {
	margin-top: 0
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles {
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles h2 {
	margin-top: 0;
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles h2 {
		font-size: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-authorBio_articles ul li {
	padding-bottom: 0
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags {
	padding-left: 0;
	padding-top: 5px;
	border-top: none;
	width: 100%;
	float: right;
	padding-bottom: 0
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags {
		float: left;
		padding-left: 0;
		width: 100%
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tags_label {
	float: none;
	display: block;
	margin: 0 0 40px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 20px
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tags_label {
		font-size: 24px
	}
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray {
	padding-left: 0
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags {
	width: 100%;
	min-height: 47px;
	display: block;
	margin-bottom: 15px
}

.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags .ups-article_tag {
	float: none;
	display: inline-block
}

@media (max-width: 991px) {
	.ups-author_detail.ups-article .ups-authorBio .ups-authorBio_info .ups-article_tags .ups-article_tagsArray .ups-author_tags .ups-article_tag {
		float: none;
		display: inline-block
	}
}

.ups-cme_mostRecent {
	margin-top: 0
}

@media print {
	body.ups-cme_articlePrint {
		background: white
	}
	body.ups-cme_articlePrint #ups-footerWrap,
	body.ups-cme_articlePrint #ups-headerWrap,
	body.ups-cme_articlePrint .ups-cme_globalHeader,
	body.ups-cme_articlePrint .ups-cme_relatedReading,
	body.ups-cme_articlePrint .ups-breadcrumb,
	body.ups-cme_articlePrint .ups-cme_relatedServices,
	body.ups-cme_articlePrint .ups-cme_didYouKnow,
	body.ups-cme_articlePrint .container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12>.row.iw_row .iw_columns.col-lg-4,
	body.ups-cme_articlePrint .ups-cme_feedback,
	body.ups-cme_articlePrint .ups-featured-three-piece,
	body.ups-cme_articlePrint .ups-subscribe-email,
	body.ups-cme_articlePrint .ups-page-share,
	body.ups-cme_articlePrint .ups-article_video-caption,
	body.ups-cme_articlePrint iframe,
	body.ups-cme_articlePrint #ups-alertsWrap,
	body.ups-cme_articlePrint #ups-skipNav,
	body.ups-cme_articlePrint .ups-article_tags,
	body.ups-cme_articlePrint .ups-longitude-theme,
	body.ups-cme_articlePrint .ups-cme-page-share,
	body.ups-cme_articlePrint .ups-generic-module,
	body.ups-cme_articlePrint .ups-carousel.ups-carousel-landing,
	body.ups-cme_articlePrint .ups-country_guide.ups-three-col-layout {
		display: none !important
	}
	body.ups-cme_articlePrint.ups-headFixed .container-fluid.iw_section:nth-child(1)~.container-fluid.iw_section:nth-child(2) {
		border-top-width: 0 !important;
		padding-top: 0 !important;
		margin-top: 0 !important
	}
	body.ups-cme_articlePrint a[href]:after {
		content: none !important
	}
	body.ups-cme_articlePrint .ups-contentBlock.contentBlock_secondary_gray {
		background-color: #FFF
	}
	body.ups-cme_articlePrint .ups-list.ups-country_guide .ups-list_detail {
		display: list-item;
		width: 100%;
		float: left
	}
}

.ups-focus_gold:focus {
	outline: 5px auto #C67D30
}

.ups-focus_gold:focus .ie9,
.ups-focus_gold:focus .ie10,
.ie11 .ups-focus_gold:focus {
	outline: 1px solid #C67D30
}

@-moz-document url-prefix() {
	.ups-focus_gold:focus {
		outline: 1px auto #C67D30
	}
}

.ups-page-share .ups-share_list ul,
.ups-page-share .share_list ul {
	display: inline-block
}

.ups-page-share .ups-share_list .ups-icon-print,
.ups-page-share .share_list .ups-icon-print {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 19px;
	color: #404040
}

.ups-cme_article {
	margin: 30px 0
}

.ups-cme_article.ups-country-map h2 {
	margin-bottom: 50px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 2em
}

.ups-cme_article .ups-article_title.ups-page-title {
	padding: 0
}

.ups-cme_article .ups-article_title.ups-page-title>img {
	width: 100%
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table {
	display: table;
	width: 100%;
	margin: 30px 0
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .ups-page-title_cell h1 {
	font-size: 36px
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .ups-page-title_cell h1 {
		font-size: 28px
	}
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .ups-page-title_cell h1 {
		font-size: 28px
	}
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .page-title_cell {
	display: table-cell;
	vertical-align: top
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .page-title_cell.ups-page-share {
	width: 30%
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .page-title_cell.ups-page-share a.icon.ups-icon-email {
	margin-top: 8px;
	margin-left: -10px
}

.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table .page-title_cell h2 {
	margin: 0;
	font-size: 2.286em;
	margin-right: 30px;
	padding-bottom: 5px
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_title.ups-page-title .ups-page-title_table {
		padding-left: 0 !important
	}
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_title.ups-page-title .ups-page-title.ups-wrap {
		padding-left: 0;
		padding-right: 0
	}
}

.ups-cme_article .ups-article_author {
	width: 100%;
	margin-bottom: 30px;
	display: table;
	vertical-align: top
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_author {
		margin-bottom: 0
	}
}

.ups-cme_article .ups-article_author .ups-article_authorImg {
	display: table-cell;
	vertical-align: top
}

.ups-cme_article .ups-article_author .ups-article_authorImg img {
	width: 52px
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_author .ups-article_authorImg {
		display: block
	}
}

.ups-cme_article .ups-article_author .ups-page-share {
	display: table-cell;
	vertical-align: bottom
}

.ups-cme_article .ups-article_author .ups-page-share .ups-share-container {
	height: 37px
}

.ups-cme_article .ups-article_author .ups-page-share .ups-share-container .ups-shareicon-list {
	margin-bottom: 0
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti {
	color: #000
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti h4 span {
	text-decoration: underline
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti p {
	font-size: 1.17em
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti ul {
	-webkit-padding-start: 0px;
	padding: 0;
	list-style-type: none;
	margin: 0
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti ul li {
	-webkit-padding-start: 0px;
	list-style-type: none;
	color: #242424;
	margin-bottom: 5px
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti ul li a {
	color: #242424
}

.ups-cme_article .ups-article_author .ups-article_authorNameMulti span {
	display: block;
	margin: 0 0 8px 0
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_author .ups-article_authorNameMulti {
		vertical-align: top
	}
}

.ups-cme_article .ups-article_author .ups-article_authorName {
	display: inline-block;
	margin-left: 5px;
	color: #000
}

.ups-cme_article .ups-article_author .ups-article_authorName span {
	display: block;
	margin: 0 0 8px 0;
	font-size: 18px
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_author .ups-article_authorName {
		vertical-align: top
	}
}

.ups-cme_article .ups-article_content-list [data-type='ups-article_podcast'],
.ups-cme_article .ups-article_content-list .ups-article_podcast {
	margin: 25px 0 15px 0
}

.ups-cme_article .ups-article_content-list [data-type='ups-article_podcast'] .ups-cme-transcript-link,
.ups-cme_article .ups-article_content-list .ups-article_podcast .ups-cme-transcript-link {
	display: block;
	margin-top: 20px
}

.ups-cme_article .ups-article_content-list .ups-article_blocks:first-child {
	margin-top: 30px
}

.ups-cme_article .ups-article_content-list .ups-article_blocks h3 {
	font-size: 23.4px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_content-list .ups-article_blocks h3 {
		font-size: 26px
	}
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_content-list .ups-article_blocks h3 {
		font-size: 23.4px
	}
}

.ups-cme_article .ups-article_content-list .ups-article_blocks h4 {
	font-size: 18px
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_content-list .ups-article_blocks h4 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_content-list .ups-article_blocks h4 {
		font-size: 16px
	}
}

.ups-cme_article .ups-article_content-list p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px
}

@media (max-width: 991px) {
	.ups-cme_article .ups-article_content-list p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_content-list p {
		font-size: 16px;
		line-height: 24px
	}
}

.ups-cme_article .ups-article_content-list p+blockquote {
	padding: 0 30px 20px 30px !important
}

.ups-cme_article .ups-article_content-list .ups-article_blocks figure {
	margin-bottom: 20px;
	display: table
}

.ups-cme_article .ups-article_content-list .ups-article_blocks figure img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	display: block
}

.ups-cme_article .ups-article_content-list .ups-article_blocks figure figcaption {
	padding: 20px;
	background: #f0f0ef;
	display: table-caption;
	caption-side: bottom
}

.ups-cme_article .ups-article_content-list .ups-article_blocks figure figcaption:empty {
	display: none
}

.ups-cme_article .ups-article_content-list .ups-article_blocks .ups-article_video,
.ups-cme_article .ups-article_content-list .ups-article_blocks [data-type='ups-article_video'] {
	margin-bottom: 15px
}

.ups-cme_article .ups-article_content-list .ups-article_blocks .ups-article_video iframe,
.ups-cme_article .ups-article_content-list .ups-article_blocks [data-type='ups-article_video'] iframe {
	width: 100%;
	height: 500px
}

.ups-cme_article .ups-article_content-list .ups-article_blocks .ups-article_video .ups-article_video-caption,
.ups-cme_article .ups-article_content-list .ups-article_blocks [data-type='ups-article_video'] .ups-article_video-caption {
	padding: 20px;
	background: #f0f0ef;
	margin-top: -5px
}

.ups-cme_article .ups-article_content-list figure {
	margin-bottom: 20px
}

.ups-cme_article .ups-article_content-list figure figcaption {
	padding: 20px;
	background: #f0f0ef;
	width: auto !important
}

.ups-podcast-transcript {
	margin: 20px 0;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	display: none;
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #d7d7d7;
	padding: 20px
}

.ups-podcast-transcript .ups-trans-text {
	font-size: 16px;
	padding: 15px
}

.ups-podcast-transcript h3 {
	font-size: 23.4px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-podcast-transcript:focus {
	outline: 5px auto #C67D30
}

.ups-podcast-transcript:focus .ie9,
.ups-podcast-transcript:focus .ie10,
.ie11 .ups-podcast-transcript:focus {
	outline: 1px solid #C67D30
}

@-moz-document url-prefix() {
	.ups-podcast-transcript:focus {
		outline: 1px auto #C67D30
	}
}

.ups-podcast-transcript-ref {
	display: none
}

.ups-cme_relatedReading {
	padding: 30px;
	margin: 30px 0;
	background: #e4f3f3
}

.ups-cme_relatedReading h2 {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 27px
}

.ups-cme_relatedReading .ups-relatedLink_list ul {
	-webkit-padding-start: 0px;
	padding: 0;
	list-style-type: none;
	width: 220px
}

@media (max-width: 991px) {
	.ups-cme_relatedReading .ups-relatedLink_list ul {
		width: 100%
	}
}

.ups-cme_relatedReading .ups-relatedLink_list ul .ups_list_links {
	margin-bottom: 25px;
	-webkit-padding-start: 0px;
	list-style-type: none
}

.ups-cme_relatedReading .ups-relatedLink_list ul .ups_list_links a {
	color: #404040;
	text-decoration: underline
}

.ups-cme_relatedReading .ups-relatedLink_list ul .ups_list_links a strong {
	text-decoration: none
}

.ups-cme_didYouKnow {
	padding: 30px;
	background: #f0f0ef
}

.ups-cme_didYouKnow h2 {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 27px
}

.ups-cme_didYouKnow p {
	font-size: 13px;
	margin-bottom: 5px
}

.ups-cme_didYouKnow img.ups-DYN_img {
	width: 100%;
	margin-bottom: 20px
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm {
	background: #f0f0ef;
	padding: 30px
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section {
	max-width: none;
	margin: 0
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section.ups-help_msg {
	display: none;
	margin-top: 15px
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section legend {
	float: left;
	width: 65%;
	font-size: 1.25em;
	margin-top: 5px;
	padding-right: 20px;
	margin-right: 5%
}

@media (max-width: 991px) {
	.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section legend {
		width: 45%
	}
}

@media (max-width: 767px) {
	.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section legend {
		width: 50%;
		padding-right: 0
	}
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section .ups-feedback_buttons {
	float: left;
	width: 30%
}

@media (max-width: 991px) {
	.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section .ups-feedback_buttons {
		width: 50%
	}
}

@media (max-width: 767px) {
	.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section .ups-feedback_buttons {
		width: 100%
	}
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section .ups-feedback_buttons .ups-input_wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 25%
}

@media (max-width: 767px) {
	.ups-cme_feedback.ups-form_wrap .ups-feedbackForm .ups-form_section .ups-feedback_buttons .ups-input_wrapper {
		width: 45%;
		margin: 15px 0px
	}
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm.ups-show_box .ups-form_section.ups-help_msg {
	display: block
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm.ups-show_box .ups-form_section.ups-help_msg .ups-form_group {
	max-width: none
}

.ups-cme_feedback.ups-form_wrap .ups-feedbackForm.ups-show_box .ups-form_section.ups-help_msg .ups-form_group #ups-cme_feedback_textarea {
	height: 100px
}

.ups-cme_feedback.ups-form_wrap .ups-feedback_success {
	background: #f0f0ef;
	padding: 30px;
	text-align: center;
	width: 100%
}

.ups-cme_relatedServices {
	border: 1px solid #000;
	padding: 30px;
	background: white
}

.ups-cme_relatedServices h2 {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 27px
}

.ups-cme_relatedServices ul {
	-webkit-padding-start: 0px;
	list-style-type: none;
	padding: 0
}

.ups-cme_relatedServices ul li {
	margin-bottom: 30px
}

.ups-cme_relatedServices ul li h4 {
	margin-bottom: 5px
}

.ups-cme_relatedServices ul li p {
	margin-bottom: 0px
}

.ups-cme_relatedServices ul li a.ups-link {
	display: block;
	margin-bottom: 3px;
	width: 100%
}

.ups-cme_relatedServices ul li:last-child {
	margin-bottom: 0px
}

.ups-cme_articlePrint .ups-longitude-theme .radio-widget-content {
	margin-top: 30px
}

.ups-generic-module {
	padding: 20px;
	background: white;
	border: 1px solid #6e6e6e
}

.ups-generic-module h2 {
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 30px 0;
	padding-bottom: 0px;
	position: relative;
	font-size: 1.9em;
	color: #351c15;
	min-height: 0;
	line-height: 1.4em
}

.ups-generic-module .ups-link-list ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-generic-module .ups-link-list ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.ups-generic-module .ups-link-list ul li a {
	color: #351c15;
	text-decoration: underline;
	padding: 12px 0;
	display: inline-block
}

.ups-generic-module.ups-longitude-theme {
	border: none
}

.ups-longitude-theme {
	background: #12857d;
	padding: 35px 30px;
	display: table
}

.ups-longitude-theme .widget-area {
	display: inline-block;
	vertical-align: top;
	background: white
}

.ups-longitude-theme .radio-widget-content {
	padding: 0;
	background: #12857d;
	display: table-cell;
	vertical-align: middle
}

.ups-longitude-theme .radio-widget-logo {
	margin-bottom: 15px
}

.ups-longitude-theme .radio-widget-text {
	color: #fff;
	line-height: 18px;
	margin-bottom: 35px
}

@media (max-width: 767px) {
	.ups-longitude-theme .radio-widget-text {
		margin: 40px 0
	}
}

.ups-longitude-theme .radio-widget-badges {
	margin-bottom: 0;
	text-align: center
}

.ups-longitude-theme .row {
	width: 320px;
	margin-left: 0
}

.ups-longitude-theme .radio-widget-badges>:last-child {
	margin-left: 10px
}

.ups-featured_three_resources .ups-longitude-theme .row {
	width: 100%
}

.ups-featured_three_resources .ups-longitude-theme .radio-widget-badges {
	text-align: center
}

iframe[src*="buzzsprout"] {
	height: 75px;
	width: 100%
}

iframe[src*="youtube"] {
	width: 100%
}

.ups-article_wrap a:not(.ups-cta) {
	display: inline;
	margin: 0
}

.ups-article_wrap ul,
.ups-article_wrap ol {
	margin-bottom: 21px;
	padding-left: 50px;
	list-style-position: inside
}

.ups-article_wrap ul>li,
.ups-article_wrap ol>li {
	padding: 4px 0;
	font-size: 18px;
	line-height: 24px
}

@media (max-width: 767px) {
	.ups-article_wrap ul>li,
	.ups-article_wrap ol>li {
		font-size: 16px
	}
}

.ups-cme_contentBlock {
	margin-bottom: 30px
}

.ups-brought_you {
	border-bottom: 1px solid #242424
}

.ups-brought_you .ups-brought_you_text {
	display: inline-block;
	padding-bottom: 5px
}

.ups-brought_you .ups-brought_you_text>p {
	display: inline
}

.ups-brought_you .ups-brought_you_text a {
	font-weight: bold
}

.ups-brought_you img {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: sub
}

@media (min-width: 768px) {
	.ups-article_video_anchor:before {
		display: block;
		content: " ";
		margin-top: -190px;
		height: 190px;
		visibility: hidden;
		pointer-events: none
	}
}

@media (min-width: 768px) {
	.ups-article_video_anchor:before {
		display: block;
		content: " ";
		margin-top: -190px;
		height: 190px;
		visibility: hidden;
		pointer-events: none
	}
}

.ups-country_guide.ups-list .ups-textblock {
	position: relative !important;
	border: 1px solid #f0f0ef
}

.ups-country_guide.ups-list .ups-textblock .ups-country_detail {
	max-height: 70px !important;
	overflow: hidden;
	text-decoration: none !important
}

.ups-country_guide.ups-list .ups-textblock .ups-country_detail+p {
	margin-top: 20px;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold
}

.ups-country_guide.ups-list .ups-imageblock_text {
	max-height: 175px !important
}

.ups-country_guide.ups-list .ups-imageblock_image .ups-block_image a:focus {
	outline: 5px solid #FFD100
}

.ups-country_guide.ups-list .ups-imageblock_image:hover .ups-imageblock_text {
	text-decoration: none;
	color: initial
}

.ups-country_guide.ups-list .ups-article-header {
	font-size: 26px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-country_guide.ups-list .ups-article-header:after {
	content: none
}

.ups-country_guide.ups-list .ups-list_detail {
	width: 49%
}

@media (max-width: 767px) {
	.ups-country_guide.ups-list .ups-list_detail {
		width: 100%
	}
	.ups-country_guide.ups-list .ups-list_detail:last-child {
		border-bottom: 0;
		margin-bottom: 0
	}
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-article-header {
	font-size: 32px;
	margin-bottom: 0;
	padding: 20px 30px;
	background: #d9d9d6
}

@media (max-width: 991px) {
	.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-article-header {
		font-size: 28px
	}
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component {
	background: #e8e8e6
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single {
	padding: 0 30px 40px 30px
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single .ups-list_detail {
	border-bottom: none
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single .ups-link-list ul li a {
	padding: 0
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single .ups-list-text_container .ups-list-desc_container {
	margin-top: 15px;
	margin-top: 30px
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single .ups-list-text_container .ups-list-desc_container+.ups-link-list {
	margin-top: 0
}

.ups-country_guide.ups-list.ups-three-col-layout .ups-wrap_inner .ups-list_component .ups-list_single .ups-list-text_container .ups-list-desc_container+.ups-link-list ul {
	margin-top: 0
}

.ups-country_guide.ups-list .ups-list-image_container {
	width: 100px;
	height: auto
}

@media (max-width: 767px) {
	.ups-country_guide.ups-list .ups-list-image_container img {
		max-width: 100%
	}
}

@media (max-width: 767px) {
	.ups-country_guide.ups-list .ups-list-image_container {
		width: 70px
	}
}

.ups-country_guide.ups-list .ups-wrap_inner>h2 {
	font-size: 26px
}

@media (max-width: 991px) {
	.ups-country_guide.ups-list .ups-wrap_inner>h2 {
		font-size: 26px
	}
}

.ups-margin_findout {
	margin-top: 30px
}

.ups-country-map {
	padding: 0;
	padding-right: 60px
}

.ups-country-map .ups-article_title {
	text-align: center
}

.ups-country-map .ups-article_title figure {
	border: 2px solid #f0f0ef;
	width: 100%
}

.ups-country-map .ups-article_title figure img {
	margin: 0 auto;
	height: auto
}

.ups-country-map .ups-article_title figcaption {
	padding: 20px;
	background: #f0f0ef;
	border-bottom: 1px solid #e8e8e6;
	width: 100% !important
}

.ups-country-map h2 {
	font-size: 32px
}

@media (max-width: 991px) {
	.ups-country-map h2 {
		font-size: 28px
	}
}

.ups-cme_article.ups-country-map h2 {
	font-size: 32px
}

@media (max-width: 991px) {
	.ups-cme_article.ups-country-map h2 {
		font-size: 28px
	}
}

.ups-countryFacts_block {
	list-style-type: none
}

.row .col-lg-6~.col-lg-6 .ups-country_facts {
	margin-top: 110px
}

.ups-country_facts.ups-wrap {
	margin-bottom: 60px
}

@media (min-width: 841px) {
	.ups-country_facts.ups-wrap {
		padding: 0 !important
	}
}

@media (max-width: 1400px) and (min-width: 993px) {
	.ups-country_facts.ups-wrap {
		padding: 0 !important
	}
}

.ups-country_facts .ups-table_layout .ups-table_header {
	background: #d9d9d6;
	padding: 30px 50px 30px 50px;
	text-align: center;
	margin: 0
}

.ups-country_facts .ups-table_layout .ups-table_row {
	width: 100%;
	vertical-align: text-top;
	background: #e8e8e6;
	padding: 10px 50px
}

@media (max-width: 767px) {
	.ups-country_facts .ups-table_layout .ups-table_row {
		padding: 10px 20px
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 840px) {
	.ups-country_facts .ups-table_layout .ups-table_row {
		padding: 10px 20px
	}
}

.ups-country_facts .ups-table_layout .ups-table_row:first-of-type {
	padding-top: 25px
}

.ups-country_facts .ups-table_layout .ups-table_row:last-of-type {
	padding-bottom: 80px
}

.ups-country_facts .ups-table_layout .ups-table_row .ups-left_col {
	float: left;
	width: 20%
}

.ups-country_facts .ups-table_layout .ups-table_row .ups-left_col p {
	font-weight: bold;
	margin: 0
}

.ups-country_facts .ups-table_layout .ups-table_row .ups-right_col {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 100px
}

@media (max-width: 1150px) {
	.ups-country_facts .ups-table_layout .ups-table_row .ups-right_col {
		padding-left: 60px
	}
}

@media (max-width: 840px) {
	.ups-country_facts .ups-table_layout .ups-table_row .ups-right_col {
		padding-left: 50px
	}
}

@media (max-width: 767px) {
	.ups-contfacts_list {
		margin-top: 30px !important
	}
}

.ups-contfacts_list .ups-list_detail {
	width: 100% !important
}

.ups-contfacts_list .ups-list_detail .ups-list-text_container h2+.ups-list-desc_container {
	margin-top: 0
}

.row.iw_row .iw_columns.col-lg-4:not(:last-child) .ups-three-col-layout {
	padding-right: 30px
}

@media (max-width: 991px) and (min-width: 841px) {
	.row.iw_row .iw_columns.col-lg-4:not(:last-child) .ups-three-col-layout {
		padding-right: 0
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 840px) {
	.row.iw_row .iw_columns.col-lg-4 .ups-three-col-layout {
		padding: 0 60px 0 !important
	}
}

.ups-cme_mostRecent h2 {
	border-top: none !important
}

.ups-cme_mostRecent h2:after {
	height: 0px !important
}

@media (max-width: 991px) {
	.ups-cme_mostRecent .ups-mostRecent_list .ups-mostRecent_child:not(.col-md-12) {
		padding-left: 0px
	}
}

@media (max-width: 767px) {
	.container-fluid.iw_section .row.iw_row .iw_columns.col-lg-12 .row.iw_row>.iw_columns.col-lg-4 .ups-list.ups-country_guide.ups-three-col-layout {
		padding-left: 30px;
		padding-right: 30px
	}
}

.export-table-image {
	width: 100%
}

.ups-cme_article .ups-article-header:after {
	content: none
}

.ups-cme_longitudeHeader {
	max-height: none
}

.ups-cme_longitudeHeader .ups-header_accordion {
	border-top: 1px solid #d7d7d7
}

.ups-cme_headerLogo {
	text-align: center
}

.ups-cme_headerLogo a {
	text-decoration: none;
	color: #242424;
	display: inline-block
}

.ups-cme_headerLogo .ups-cme_logoImage {
	margin-top: 20px
}

@media screen and (max-width: 415px) {
	.ups-cme_headerLogo .ups-cme_logoImage {
		max-width: 320px
	}
}

.ups-cme_headerLogo p {
	font-size: 14.5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin: 5px 0 20px
}

.ups-cme_article .ups-article_content-list.ups-article_wrap {
	margin-top: 0
}

.ups-cme_article .ups-article_content-list.ups-article_wrap blockquote {
	float: none;
	max-width: none;
	margin: 0;
	padding: 20px 30px
}

.ups-cme_article .ups-article_content-list.ups-article_wrap blockquote:after {
	background: transparent
}

@media (max-width: 767px) {
	.ups-cme_article .ups-article_content-list.ups-article_wrap blockquote {
		padding-right: 50px
	}
}

.ups-follow_longitude .ups-authorBio_articles ul {
	list-style-type: none;
	padding-left: 0
}

.ups-follow_longitude .ups-authorBio_articles ul li {
	margin-bottom: 10px
}

.ups-follow_longitude .ups-authorBio_articles ul li a {
	height: 24px;
	display: table-cell;
	padding: 0 15px;
	position: relative;
	padding-left: 28px
}

.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-share_social-"],
.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-share_social-"] {
	position: relative
}

.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-share_social-"]:before,
.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-share_social-"]:before {
	content: '';
	background-image: url('/assets/resources/images/../images/social_spritesheet.png');
	border-radius: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 40px 40px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-share_social-"]:before,
	.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-share_social-"]:before {
		background-image: url('/assets/resources/images/../images/social_spritesheet_retina.png')
	}
}

.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-icon-"],
.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-icon-"] {
	position: relative;
	color: #404040
}

.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-icon-"]:before,
.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-icon-"]:before {
	font-size: 18px;
	position: absolute;
	margin-top: -1px
}

.ups-follow_longitude .ups-authorBio_articles ul li a[class^="ups-icon-"]:hover,
.ups-follow_longitude .ups-authorBio_articles ul li a[class*=" ups-icon-"]:hover {
	text-decoration: none
}

.ups-follow_longitude .ups-authorBio_articles ul li a .ups-icon-email {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 19px;
	color: #404040
}

.ups-follow_longitude .ups-authorBio_articles ul li a.ups-share_social-facebook:before {
	background-position: 0 0
}

.ups-follow_longitude .ups-authorBio_articles ul li a.ups-share_social-twitter:before {
	background-position: 0 -20px
}

.ups-follow_longitude .ups-authorBio_articles ul li a.ups-share_social-linkedin:before {
	background-position: 20px 0px
}

.ups-follow_longitude .ups-authorBio_articles ul li a.ups-share_social-youtube:before {
	background-position: 20px -20px
}

.ups-application_wrapper input[readonly]:focus {
	outline-color: #FFD100;
	outline-style: auto
}

.ups-application_wrapper .ups-text_scroll {
	width: 100%;
	padding: 15px;
	border: 1px solid #6e6e6e;
	max-height: 180px;
	overflow-y: scroll;
	margin-bottom: 30px
}

@media (max-width: 840px) {
	.ups-application_wrapper .ups-text_scroll {
		max-height: 150px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-text_scroll {
		max-height: 120px
	}
}

.ups-application_wrapper .ups-text_scroll_md {
	max-height: 350px
}

.ups-application_wrapper .ups-text_scroll_lg {
	max-height: 450px
}

.ups-application_wrapper .ups-text_scroll_borderless {
	border: none
}

.ups-application_wrapper .ups-list_subheading {
	font-weight: bold;
	margin: 10px 0
}

.ups-application_wrapper .ups-list_subheading:first-of-type {
	margin-top: 0
}

.ups-application_wrapper .ups-form_ctaGroupVertical .ups-cta {
	width: 100%;
	margin-bottom: 15px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-form_ctaGroupVertical .ups-cta:last-of-type {
		margin: inherit
	}
}

.ups-application_wrapper .ups-cta:disabled {
	background: #EDEDED;
	color: #aaa;
	cursor: not-allowed
}

.ups-application_wrapper .ups-cta[aria-disabled="true"] {
	background: #EDEDED;
	color: #aaa;
	border: none;
	cursor: not-allowed
}

.ups-application_wrapper .ups-form_input {
	width: 100%
}

.ups-application_wrapper .ups-form_wrap .ups-form_group.ups-help_wrapper.ups-help_textWrapper .ups-help_tooltip {
	left: auto
}

.ups-application_wrapper .ups-form_group,
.ups-application_wrapper .ups-input_wrapper {
	max-width: 100%
}

.ups-application_wrapper .ups-form_group.ups-buttonList_inline .ups-input_wrapper.ups-buttonList_wrapper {
	display: inline-block;
	max-width: 50%
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-form_group.ups-buttonList_inline .ups-input_wrapper.ups-buttonList_wrapper {
		display: block;
		max-width: 100%
	}
}

.ups-application_wrapper .ups-time.ups-form_group.ups-buttonList_inline .ups-input_wrapper.ups-buttonList_wrapper {
	display: inline-block;
	max-width: 50%
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-time.ups-form_group.ups-buttonList_inline .ups-input_wrapper.ups-buttonList_wrapper {
		display: block;
		max-width: 100%
	}
}

.ups-application_wrapper .ups-component_inner {
	width: auto;
	padding: 0
}

@media (min-width: 992px) {
	.ups-application_wrapper .ups-component_inner {
		width: 60%;
		margin: 0 auto
	}
}

.ups-application_wrapper .ups-input_has_unit.ups-help_wrapper .ups-help_link {
	right: 50px
}

.ups-application_wrapper .ups-input_has_unit.ups-help_wrapper .ups-help_tooltip {
	right: 50px
}

.ups-application_wrapper .ups-input_has_unit .ups-input_wrapper {
	padding-right: 50px;
	position: relative
}

.ups-application_wrapper .ups-input_has_unit .ups-dropdown_wrapper:before {
	right: 50px
}

.ups-application_wrapper .ups-input_unit_measure {
	position: absolute;
	right: 0;
	line-height: 35px;
	top: 0;
	display: block;
	width: 40px
}

.ups-application_wrapper .ups-noTxt {
	margin-top: 25px
}

.ups-application_wrapper .ups-tags_label {
	width: 55%
}

.ups-application_wrapper .ups-text_wrapper.ups-has_calendar_icon .ups-form_input {
	padding-right: 42px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-input_side_link_wrapper {
		margin-bottom: 75px
	}
}

.ups-application_wrapper .ups-input_side_link_wrapper .ups-input_side_link {
	position: absolute;
	top: 0;
	left: 100%
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-input_side_link_wrapper .ups-input_side_link {
		position: initial;
		margin-top: 15px
	}
}

.ups-application_wrapper .ups-boxed_radioGroup,
.ups-application_wrapper .ups-boxed_checkboxGroup,
.ups-application_wrapper .ups-boxed_tileGroup {
	clear: both;
	width: 100%;
	*zoom: 1
}

.ups-application_wrapper .ups-boxed_radioGroup:after,
.ups-application_wrapper .ups-boxed_checkboxGroup:after,
.ups-application_wrapper .ups-boxed_tileGroup:after {
	content: "";
	display: table;
	clear: both
}

.ups-application_wrapper .ups-boxed_radio,
.ups-application_wrapper .ups-boxed_checkbox,
.ups-application_wrapper .ups-boxed_tile {
	border: 1px solid #bebebe;
	width: 29%;
	float: left;
	margin: 0 1.7% 3%;
	cursor: pointer;
	height: 145px;
	padding: 0 0 0 0;
	text-align: center
}

.ups-application_wrapper .ups-boxed_radio .ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_radio .ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_radio .ups-tile-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-tile-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-tile-custom-label {
	width: 100%;
	height: 100%;
	font-weight: bold;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding-top: 30px;
	padding-left: 0
}

.ups-application_wrapper .ups-boxed_radio .ups-radio-custom-label:before,
.ups-application_wrapper .ups-boxed_radio .ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-boxed_radio .ups-tile-custom-label:before,
.ups-application_wrapper .ups-boxed_checkbox .ups-radio-custom-label:before,
.ups-application_wrapper .ups-boxed_checkbox .ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-boxed_checkbox .ups-tile-custom-label:before,
.ups-application_wrapper .ups-boxed_tile .ups-radio-custom-label:before,
.ups-application_wrapper .ups-boxed_tile .ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-boxed_tile .ups-tile-custom-label:before {
	display: none
}

.ups-application_wrapper .ups-boxed_radio .ups-radio-custom-label span,
.ups-application_wrapper .ups-boxed_radio .ups-checkbox-custom-label span,
.ups-application_wrapper .ups-boxed_radio .ups-tile-custom-label span,
.ups-application_wrapper .ups-boxed_checkbox .ups-radio-custom-label span,
.ups-application_wrapper .ups-boxed_checkbox .ups-checkbox-custom-label span,
.ups-application_wrapper .ups-boxed_checkbox .ups-tile-custom-label span,
.ups-application_wrapper .ups-boxed_tile .ups-radio-custom-label span,
.ups-application_wrapper .ups-boxed_tile .ups-checkbox-custom-label span,
.ups-application_wrapper .ups-boxed_tile .ups-tile-custom-label span {
	display: block;
	margin: 0 0 10px
}

.ups-application_wrapper .ups-boxed_radio .ups-radio-custom:focus+.ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_radio .ups-checkbox-custom:focus+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_radio .ups-tile-custom:focus+.ups-tile-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-radio-custom:focus+.ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-checkbox-custom:focus+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_checkbox .ups-tile-custom:focus+.ups-tile-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-radio-custom:focus+.ups-radio-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-checkbox-custom:focus+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-boxed_tile .ups-tile-custom:focus+.ups-tile-custom-label {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@media screen and (max-width: 767px) {
	.ups-application_wrapper .ups-boxed_radio,
	.ups-application_wrapper .ups-boxed_checkbox,
	.ups-application_wrapper .ups-boxed_tile {
		width: 100%;
		margin: 3% 0;
		text-align: left
	}
	.ups-application_wrapper .ups-boxed_radio .ups-radio-custom-label,
	.ups-application_wrapper .ups-boxed_radio .ups-checkbox-custom-label,
	.ups-application_wrapper .ups-boxed_radio .ups-tile-custom-label,
	.ups-application_wrapper .ups-boxed_checkbox .ups-radio-custom-label,
	.ups-application_wrapper .ups-boxed_checkbox .ups-checkbox-custom-label,
	.ups-application_wrapper .ups-boxed_checkbox .ups-tile-custom-label,
	.ups-application_wrapper .ups-boxed_tile .ups-radio-custom-label,
	.ups-application_wrapper .ups-boxed_tile .ups-checkbox-custom-label,
	.ups-application_wrapper .ups-boxed_tile .ups-tile-custom-label {
		padding-left: 32px
	}
	.ups-application_wrapper .ups-boxed_radio .ups-toggle_list_checkbox_New>.ups-checkbox-custom-label,
	.ups-application_wrapper .ups-boxed_checkbox .ups-toggle_list_checkbox_New>.ups-checkbox-custom-label,
	.ups-application_wrapper .ups-boxed_tile .ups-toggle_list_checkbox_New>.ups-checkbox-custom-label {
		padding-left: 45px
	}
}

.ups-application_wrapper .ups-reqMsg {
	clear: both;
	margin-bottom: 30px
}

.ups-application_wrapper .ups-checkbox-help-link {
	width: 85%
}

.ups-application_wrapper .ups-invalid_color {
	color: #c91a13
}

.ups-application_wrapper .ups-icons-error {
	padding: 0
}

.ups-application_wrapper .ups-icons-error li {
	margin-left: 55px;
	margin-bottom: 10px
}

.ups-application_wrapper .ups-icons-error li,
.ups-application_wrapper .ups-icons-error a {
	color: #c91a13;
	font-weight: bold
}

.ups-application_wrapper .ups-icons-error li.ups-invalid_color-list,
.ups-application_wrapper .ups-icons-error a.ups-invalid_color-list {
	list-style: none;
	margin-left: 0;
	font-size: 1.1em
}

.ups-application_wrapper h3 .ups-invalid_color {
	font-size: 0.86em
}

.ups-application_wrapper .ups-invalid_color-list {
	color: #c91a13;
	padding-left: 40px;
	position: relative
}

.ups-application_wrapper .ups-clearfix {
	clear: both
}

.ups-application_wrapper .ups-error_alert-list .ups-icon-exclamation {
	font-size: 25px;
	position: absolute;
	top: -7px;
	left: 0
}

.ups-application_wrapper .ups-error_exclamation {
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: absolute;
	right: 0
}

.ups-application_wrapper .ups-checkbox .ups-invalid_color,
.ups-application_wrapper .ups-radio .ups-invalid_color {
	display: block
}

.ups-application_wrapper .selectbox.icon {
	margin-right: 40px;
	pointer-events: none
}

.ups-application_wrapper .ups-dropdown_wrapper .ups-dropdown.ng-valid {
	padding-right: 70px
}

.ups-application_wrapper .ups-dropdown_wrapper .ups-dropdown.ng-valid.ups-no_validation {
	padding-right: 30px
}

.ups-application_wrapper .ups-official_datepicker .ups-dropdown_wrapper .ups-dropdown.ng-valid {
	padding-right: 50px
}

.ups-application_wrapper .ups-radio_group span.icon.ups-error_exclamation {
	position: static;
	float: left;
	margin: 0;
	padding-right: 5px
}

.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper~.ups-icons-error .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper~.error-list-wrapper .ups-icon-exclamation {
	margin-right: 40px
}

.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper~.ups-invalid_color .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper~.error-list-wrapper .ups-icon-exclamation {
	margin-right: 40px
}

.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper .ups-icons-error .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper .ups-invalid_color .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-dropdown_wrapper .error-list-wrapper .ups-icons-exclamation {
	margin-right: 40px
}

.ups-application_wrapper .ups-form_group .ups-has_calendar_icon~.ups-icons-error .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-has_calendar_icon~.error-list-wrapper .ups-icon-exclamation,
.ups-application_wrapper .ups-form_group .ups-has_calendar_icon .ups-icons-error .ups-error_exclamation,
.ups-application_wrapper .ups-form_group .ups-has_calendar_icon .error-list-wrapper .ups-error_exclamation {
	margin-right: 40px
}

.ups-application_wrapper .ups-form_group.ups-input_has_unit .ups-icons-error .ups-error_exclamation {
	margin-right: 60px
}

.ups-application_wrapper .ups-textarea-error {
	margin-top: -59px
}

.ups-application_wrapper .ng-invalid.ng-dirty,
.ups-application_wrapper .ng-invalid.ng-dirty.ng-touched,
.ups-application_wrapper .ups-bodError {
	border-color: #c91a13;
	outline-color: #c91a13
}

.ups-application_wrapper .ng-invalid.ng-dirty+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-bodError+.ups-checkbox-custom-label,
.ups-application_wrapper .ng-invalid.ng-dirty+.ups-radio-custom-label,
.ups-application_wrapper .ups-bodError+.ups-radio-custom-label {
	padding-left: 40px
}

.ups-application_wrapper .ng-invalid.ng-dirty+.ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-bodError+.ups-checkbox-custom-label:before,
.ups-application_wrapper .ng-invalid.ng-dirty+.ups-radio-custom-label:before,
.ups-application_wrapper .ups-bodError+.ups-radio-custom-label:before {
	border-color: #c91a13
}

.ups-application_wrapper .ups-buttonList_wrapper .ng-invalid.ng-dirty+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-buttonList_wrapper .ups-bodError+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-buttonList_wrapper .ng-invalid.ng-dirty+.ups-radio-custom-label,
.ups-application_wrapper .ups-buttonList_wrapper .ups-bodError+.ups-radio-custom-label {
	padding-left: 32px
}

.ups-application_wrapper .ups-text_wrapper .ups-form_input.ng-invalid.ng-dirty.ng-touched,
.ups-application_wrapper .ups-text_wrapper .ups-form_input.ng-invalid.ng-dirty,
.ups-application_wrapper .ups-text_wrapper .ups-form_input.ups-bodError {
	padding-right: 25px
}

.ups-application_wrapper .ups-text_wrapper.ups-has_calendar_icon .ups-form_input.ng-invalid.ng-dirty.ng-touched,
.ups-application_wrapper .ups-text_wrapper.ups-has_calendar_icon .ups-form_input.ups-bodError {
	padding-right: 52px
}

.ups-application_wrapper .ups-text_wrapper.ups-has_calendar_icon .ups-check .icon {
	right: 44px
}

.ups-application_wrapper .ups-text_wrapper.ups-has_calendar_icon .ups-form_input {
	padding-right: 70px
}

.ups-application_wrapper .ups-textArea.ng-invalid.ng-dirty,
.ups-application_wrapper .ups-textArea.ups-bodError {
	padding-right: 25px
}

.ups-application_wrapper .ups-dropdown.ng-invalid.ng-dirty,
.ups-application_wrapper .ups-dropdown.ups-bodError {
	padding-right: 55px
}

.ups-application_wrapper fieldset+.ups-icons-error .ups-error_exclamation {
	position: static;
	float: none;
	margin: 0
}

.ups-application_wrapper .ups-checkbox {
	position: relative
}

.ups-application_wrapper .ups-checkbox .ups-error_exclamation {
	position: absolute;
	left: 25px;
	top: 8px;
	margin-top: 0
}

.ups-application_wrapper .ups-textArea_wrapper .ups-icons-error .ups-error_exclamation {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0
}

.ups-application_wrapper .ups-text_wrapper.ups-input_wrapper .ups-form_input.ng-valid {
	padding-right: 33px
}

.ups-application_wrapper .ups-questions_showhide {
	width: auto;
	padding-right: 45px;
	position: absolute;
	right: 0;
	top: 0
}

.ups-application_wrapper .ups-icon-check {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block
}

.ups-application_wrapper .ups-icon-check:before {
	color: #64a70b;
	font-size: 1.1em
}

.ups-application_wrapper .modal-body .ups-modal_subtitle {
	float: right;
	width: 100%;
	text-align: right
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .modal-body .ups-modal_subtitle {
		position: relative;
		top: -70px
	}
}

.ups-application_wrapper .ups-forgetPass {
	float: right;
	line-height: 44px
}

.ups-application_wrapper .ups-cardOrder_list {
	padding: 0;
	margin: 0;
	padding: 0 0 20px 0
}

.ups-application_wrapper .ups-cardOrder_list li {
	padding: 0;
	margin: 0;
	height: 25px;
	float: left;
	text-indent: -9999px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-y: center;
	margin-right: 1px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-visa {
	background-image: url("/assets/resources/images/paymentMethods/visa_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-visa.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/visa.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-mastercard {
	background-image: url("/assets/resources/images/paymentMethods/mc_grayscale.svg");
	width: 35px;
	background-size: 35px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-mastercard.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/mc.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-americanexpress {
	background-image: url("/assets/resources/images/paymentMethods/amex_grayscale.svg");
	width: 25px;
	background-size: 25px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-americanexpress.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/amex.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-discover {
	background-image: url("/assets/resources/images/paymentMethods/discover_grayscale.svg");
	width: 38px;
	background-size: 38px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-discover.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/discover.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-alipay {
	background-image: url("/assets/resources/images/paymentMethods/alipay_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-alipay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/alipay.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-bancontactmistercash {
	background-image: url("/assets/resources/images/paymentMethods/bancontact_mistercash_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-bancontactmistercash.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/bancontact_mistercash.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-cartebleue {
	background-image: url("/assets/resources/images/paymentMethods/carte_bleue_grayscale.svg");
	width: 33px;
	background-size: 33px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-cartebleue.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/carte_bleue.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-dankort {
	background-image: url("/assets/resources/images/paymentMethods/dankort_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-dankort.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/dankort.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-dotpay {
	background-image: url("/assets/resources/images/paymentMethods/dotpay_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-dotpay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/dotpay.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-eft {
	background-image: url("/assets/resources/images/paymentMethods/eft_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-eft.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/eft.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-giropay {
	background-image: url("/assets/resources/images/paymentMethods/giropay_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-giropay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/giropay.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-ideal {
	background-image: url("/assets/resources/images/paymentMethods/ideal_grayscale.svg");
	width: 30px;
	background-size: 30px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-ideal.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/ideal.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-jcb {
	background-image: url("/assets/resources/images/paymentMethods/jcb_grayscale.svg");
	width: 38px;
	background-size: 38px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-jcb.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/jcb.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-maestro {
	background-image: url("/assets/resources/images/paymentMethods/maestro_grayscale.svg");
	width: 33px;
	background-size: 33px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-maestro.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/maestro.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-paypal {
	background-image: url("/assets/resources/images/paymentMethods/paypal_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-paypal.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/paypal.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-postepay {
	background-image: url("/assets/resources/images/paymentMethods/postepay_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-postepay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/postepay.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-safetypay {
	background-image: url("/assets/resources/images/paymentMethods/safetypay_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-safetypay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/safetypay.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-sepa {
	background-image: url("/assets/resources/images/paymentMethods/sepa_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-sepa.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/sepa.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-sofort {
	background-image: url("/assets/resources/images/paymentMethods/sofort_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-sofort.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/sofort.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-unionpay {
	background-image: url("/assets/resources/images/paymentMethods/upop_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-unionpay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/upop.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-visaelectron {
	background-image: url("/assets/resources/images/paymentMethods/visa_electron_grayscale.svg");
	width: 40px;
	background-size: 40px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-visaelectron.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/visa_electron.svg")
}

.ups-application_wrapper .ups-cardOrder_list li.ups-vpay {
	background-image: url("/assets/resources/images/paymentMethods/vpay_grayscale.svg");
	width: 23px;
	background-size: 23px
}

.ups-application_wrapper .ups-cardOrder_list li.ups-vpay.ups-active {
	background-image: url("/assets/resources/images/paymentMethods/vpay.svg")
}

.ups-application_wrapper .ups-cardOrder_list .ups-no-card {
	background: #bebebe;
	width: 15px;
	height: 15px;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

@media screen and (max-width: 767px) {
	.ups-application_wrapper .ups-cardOrder_list.ups-card_visible {
		padding: 0
	}
}

.ups-application_wrapper .ups-cardOrder_list.ups-card_visible+span {
	margin-left: 10px
}

.ups-application_wrapper .ups-date_picker_button {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 8px 0;
	height: 35px;
	border-left: 1px solid #bebebe
}

.ups-application_wrapper .ups-date_picker_button .ups-icon-calendar {
	font-size: 1.5em;
	color: #64a70b;
	line-height: 1em
}

.ups-application_wrapper .ups-scope-1 {
	padding-right: 15px;
	padding-left: 15px
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.ups-application_wrapper .ups-offset-none {
		margin-left: 0px
	}
	.ups-application_wrapper .ups-max_width {
		max-width: 95%
	}
}

.ups-application_wrapper .ups-calendar-icon {
	position: absolute;
	right: 0
}

.ups-application_wrapper .ups-form_group .ups-text_wrapper .ups-form_input.ng-invalid.ng-dirty.ups-has_showhide_icon,
.ups-application_wrapper .ups-has_showhide_icon {
	padding-right: 96px
}

@media (max-width: 767px) {
	.ups-application_wrapper ul.uib-datepicker-popup.dropdown-menu {
		width: 100%;
		margin-bottom: 30px
	}
	.ups-application_wrapper ul.uib-datepicker-popup.dropdown-menu .uib-button-bar {
		padding: 10px 15px 0
	}
	.ups-application_wrapper ul.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-group {
		width: 100%
	}
	.ups-application_wrapper ul.uib-datepicker-popup.dropdown-menu .uib-button-bar button {
		margin: 10px 0
	}
}

@media (max-width: 991px) {
	.ups-application_wrapper .uib-datepicker .ups-table-responsive table tbody {
		border: none
	}
	.ups-application_wrapper .uib-datepicker .ups-table-responsive table tr td .btn {
		padding: 10px 5px
	}
	.ups-application_wrapper .uib-datepicker .ups-table-responsive table tr td.ups-date-start {
		padding: 0 !important
	}
	.ups-application_wrapper .uib-datepicker .ups-table-responsive table tr th {
		padding: 5px 0
	}
}

.ups-application_wrapper .ups-form_group .ups-input_has_action input {
	padding-right: 70px
}

.ups-application_wrapper .ups-form_group .ups-input_has_action .ups-input_action {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	color: #00857D;
	padding: 4px 8px 0;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #bebebe
}

.ups-application_wrapper .ups-form_group .ups-input_has_action .ups-input_action .icon {
	font-size: 1.5em
}

.ups-application_wrapper .ups-form_group .ups-input_has_action .ups-input_action .icon.ups-icon-locator {
	position: relative;
	top: 2px
}

.ups-application_wrapper .ups-form_group .ups-input_has_action .ups-input_action.ups-input_action_invert {
	background-color: #00857D;
	color: #fff
}

.ups-application_wrapper .ups-input_btn_action {
	padding-left: 0
}

.ups-application_wrapper .ups-form_input::-ms-clear {
	display: none
}

.ups-application_wrapper .ups-form_group.ups-form_group_inline .ups-form_label {
	width: auto;
	margin-right: 10px;
	vertical-align: middle
}

.ups-application_wrapper .ups-form_group.ups-form_group_inline .ups-input_wrapper {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

.ups-application_wrapper .ups-form_group.ups-form_group_inline .ups-dropdown_wrapper {
	vertical-align: middle
}

.ups-application_wrapper .ups-form_group.ups-form_group_inline .ups-dropdown_wrapper .ups-dropdown {
	padding-right: 35px
}

.ups-application_wrapper .ups-checkbox .ups-help_link,
.ups-application_wrapper .ups-checkbox_group .ups-help_link {
	top: 7px
}

.ups-application_wrapper .ups-toggle_list_checkbox_New>.ups-checkbox-custom+.ups-checkbox-custom-label::before {
	top: 25% !important;
	margin-left: 10px
}

.ups-application_wrapper .ups-toggle_list_checkbox_New>.ups-checkbox-custom+.ups-checkbox-custom-label::after {
	top: -moz-calc(25% + 5px) !important;
	top: -webkit-calc(25% + 5px) !important;
	top: calc(25% + 5px) !important;
	margin-left: 10px
}

.ups-application_wrapper .ups-carbon_nuetral_background {
	background-color: #D0D6B6
}

.ups-application_wrapper .carbon_neutral_image_icon {
	height: 24px
}

.ups-application_wrapper .ups-accessorials>.ups-toggle_listContent {
	margin-left: 10px !important
}

.ups-application_wrapper .ups-accessorials {
	border-bottom: solid #f2f2f2 1px
}

.ups-application_wrapper .ups-cou-deleteMultipleLayouts {
	margin-top: 5%
}

.ups-application_wrapper.stone_60_bg {
	background: #e8e8e6
}

.ups-application_wrapper .ups-wrap_alt_background {
	background-color: #f0f0ef;
	padding-top: 15px
}

.ups-application_wrapper .ups-module {
	width: 100%
}

aside .ups-application_wrapper .ups-module {
	padding-top: 0
}

.ups-application_wrapper .ups-module .ups-module_header {
	background: #c3a282;
	padding: 12px 30px;
	position: relative
}

.ups-application_wrapper .ups-module .ups-module_header h3 {
	color: #fff
}

.ups-application_wrapper .ups-module .ups-module_header .ups-help_button {
	text-transform: none;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	position: absolute;
	display: block;
	top: 0%;
	height: 100%;
	line-height: 46px;
	padding: 0 30px;
	background: none;
	border: 0;
	right: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-application_wrapper .ups-module .ups-module_header .ups-help_button:before {
	font-size: 18px;
	float: right;
	position: relative;
	top: 10px;
	margin: 2px 0 0 5px
}

.ups-application_wrapper .ups-module .ups-module_header .ups-help_button:hover {
	text-decoration: underline
}

.ups-application_wrapper .ups-module .ups-module_panel {
	background: #fff;
	text-align: left;
	padding: 30px 30px;
	*zoom: 1
}

.ups-application_wrapper .ups-module .ups-module_panel:after {
	content: "";
	display: table;
	clear: both
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel {
	display: none;
	margin: 0;
	padding: 30px 20px
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel p {
	padding: 15px 0;
	margin: 0;
	border: 1px solid #d9d9d6;
	border-right: 0;
	border-left: 0;
	text-align: left
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel.ups-active {
	display: block
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-form_group {
	position: relative;
	width: 100%;
	margin-bottom: 30px
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-form_group .input-group .ups-form_input {
	width: 100%
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-form_link {
	position: absolute;
	top: 0;
	color: #404040;
	text-decoration: underline;
	right: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-form_link:hover {
	color: #6e6e6e
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-ship-by {
	margin-top: 0;
	margin-bottom: 30px
}

.ups-application_wrapper .ups-module .ups-module_panel .ups-ship-by .ship-by_calendar {
	float: none
}

aside .ups-application_wrapper .ups-module {
	width: auto;
	margin: 0 -20px
}

aside .ups-application_wrapper .ups-module .ups-module_header {
	padding: 14px 20px
}

aside .ups-application_wrapper .ups-module .ups-module_header .ups-help_button {
	padding: 0 15px
}

aside .ups-application_wrapper .ups-module .ups-module_panel {
	padding: 30px 20px 0
}

aside .ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel {
	margin: 0;
	margin-bottom: 30px;
	padding: 0 20px
}

aside .ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton {
	width: 100%;
	max-width: 100%;
	padding: 12px 0 10px
}

aside .ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton:last-child {
	margin-bottom: 30px
}

.ups-subsection-alt aside .ups-application_wrapper .ups-module .ups-module_panel {
	border: none
}

@media (max-width: 840px) {
	.ups-application_wrapper .ups-module,
	aside .ups-application_wrapper .ups-module {
		width: auto
	}
	.ups-application_wrapper .ups-module .ups-module_header a,
	aside .ups-application_wrapper .ups-module .ups-module_header a {
		right: 60px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-module,
	aside .ups-application_wrapper .ups-module {
		width: auto
	}
	.ups-application_wrapper .ups-module .ups-module_header,
	aside .ups-application_wrapper .ups-module .ups-module_header {
		padding: 14px 20px;
		margin: 0 -20px
	}
	.ups-application_wrapper .ups-module .ups-module_header .ups-help_button,
	aside .ups-application_wrapper .ups-module .ups-module_header .ups-help_button {
		padding: 0 15px
	}
	.ups-application_wrapper .ups-module .ups-module_panel,
	aside .ups-application_wrapper .ups-module .ups-module_panel {
		padding: 30px 20px 0;
		border: none;
		margin: 0 -20px
	}
	.ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel,
	aside .ups-application_wrapper .ups-module .ups-module_panel .ups-help_panel {
		margin: 0;
		margin-bottom: 30px;
		padding: 0 20px
	}
	.ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton,
	aside .ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton {
		width: 100%;
		max-width: 100%;
		padding: 12px 0 10px
	}
	.ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton:last-child,
	aside .ups-application_wrapper .ups-module .ups-module_panel .ups-form_doubleButton:last-child {
		margin-bottom: 30px
	}
	.ups-subsection-alt .ups-application_wrapper .ups-module .ups-module_panel,
	.ups-subsection-alt aside .ups-application_wrapper .ups-module .ups-module_panel {
		border: none
	}
}

.ups-application_wrapper .ups-module.ups-help_show .ups-help_button {
	background: #fff
}

.ups-application_wrapper .ups-module.ups-help_show .ups-help_panel {
	display: block;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 30px
}

.ups-application_wrapper .ups-group {
	margin-bottom: 15px
}

.ups-application_wrapper .ups-group .ups-group_label {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #242424;
	font-size: 1em;
	line-height: inherit;
	margin: 0 0 5px
}

.ups-application_wrapper .ups-group .ups-group_value {
	line-height: 35px
}

.ups-application_wrapper .ups-group.ups-group_condensed p {
	margin-bottom: 0
}

.ups-application_wrapper .ups-group.ups-group_condensed p.ups-form_label {
	margin-bottom: 10px
}

.ups-application_wrapper .ups-group address {
	margin-bottom: 15px
}

.ups-application_wrapper .reCAPTCHA {
	margin: 50px 0 30px
}

.ups-application_wrapper .ups-indent-left {
	margin-left: 6%
}

.ups-application_wrapper address.ups-address_condensed {
	margin-bottom: 0
}

.ups-application_wrapper .ups-icon-questioncircle,
.ups-application_wrapper .ups-icon-print,
.ups-application_wrapper .ups-icon-edit,
.ups-application_wrapper .ups-icon-chevronright,
.ups-application_wrapper .ups-icon-2chevronright,
.ups-application_wrapper .ups-icon-arrowright,
.ups-application_wrapper .ups-icon-chevronleft,
.ups-application_wrapper .ups-icon-2chevronleft,
.ups-application_wrapper .ups-icon-arrowleft,
.ups-application_wrapper .ups-icon-list,
.ups-application_wrapper .ups-icon-grid,
.ups-application_wrapper .ups-icon-xcircle {
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer
}

.ups-application_wrapper .ups-icon-questioncircle:hover,
.ups-application_wrapper .ups-icon-print:hover,
.ups-application_wrapper .ups-icon-edit:hover,
.ups-application_wrapper .ups-icon-chevronright:hover,
.ups-application_wrapper .ups-icon-2chevronright:hover,
.ups-application_wrapper .ups-icon-arrowright:hover,
.ups-application_wrapper .ups-icon-chevronleft:hover,
.ups-application_wrapper .ups-icon-2chevronleft:hover,
.ups-application_wrapper .ups-icon-arrowleft:hover,
.ups-application_wrapper .ups-icon-list:hover,
.ups-application_wrapper .ups-icon-grid:hover,
.ups-application_wrapper .ups-icon-xcircle:hover {
	color: #6e6e6e;
	text-decoration: underline
}

.ups-application_wrapper .ups-icon-questioncircle:before,
.ups-application_wrapper .ups-icon-print:before,
.ups-application_wrapper .ups-icon-edit:before,
.ups-application_wrapper .ups-icon-chevronright:before,
.ups-application_wrapper .ups-icon-2chevronright:before,
.ups-application_wrapper .ups-icon-arrowright:before,
.ups-application_wrapper .ups-icon-chevronleft:before,
.ups-application_wrapper .ups-icon-2chevronleft:before,
.ups-application_wrapper .ups-icon-arrowleft:before,
.ups-application_wrapper .ups-icon-list:before,
.ups-application_wrapper .ups-icon-grid:before,
.ups-application_wrapper .ups-icon-xcircle:before {
	line-height: 1.1;
	top: -1px;
	position: relative
}

.ups-application_wrapper .ups-icon-questioncircle:before,
.ups-application_wrapper .ups-icon-print:before,
.ups-application_wrapper .ups-icon-edit:before,
.ups-application_wrapper .ups-icon-chevronright:before,
.ups-application_wrapper .ups-icon-2chevronright:before,
.ups-application_wrapper .ups-icon-arrowright:before,
.ups-application_wrapper .ups-icon-list:before,
.ups-application_wrapper .ups-icon-grid:before,
.ups-application_wrapper .ups-icon-xcircle:before {
	float: right;
	margin-left: 5px
}

.ups-application_wrapper .ups-icon-chevronleft:before,
.ups-application_wrapper .ups-icon-2chevronleft:before,
.ups-application_wrapper .ups-icon-arrowleft:before,
.ups-application_wrapper .ups-icon-timeleft:before,
.ups-application_wrapper .ups-icon-planeleft:before {
	float: left;
	margin-right: 5px
}

.ups-application_wrapper .ups-indent {
	padding-left: 20px
}

.ups-application_wrapper .ups-table .ups-help {
	float: none
}

.ups-application_wrapper .ups-table .ups-help .ups-icon-questioncircle {
	position: relative
}

.ups-application_wrapper .ups-no_label {
	margin-top: 22px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-no_label {
		margin-top: 0
	}
}

.ups-application_wrapper .ups-no_label.ups-no_label_plus {
	margin-top: 30px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-cta_inline {
		margin-bottom: 30px
	}
}

.ups-application_wrapper .ups-status {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: 700
}

.ups-application_wrapper .ups-status:before {
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 2px;
	margin-right: 5px
}

.ups-application_wrapper .ups-status.ups-status_good {
	color: #357715
}

.ups-application_wrapper .ups-status.ups-status_good:before {
	content: '\e624'
}

.ups-application_wrapper .ups-status.ups-status_bad {
	color: #c91a13
}

.ups-application_wrapper .ups-status.ups-status_bad:before {
	content: '\e67d'
}

.ups-application_wrapper .ups-new-window .ups-icon-newwindow {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	font-size: 0.8em
}

.ups-application_wrapper .ups-input_wrapper>input+label+.ups-inner_content {
	margin-left: 32px
}

.ups-application_wrapper label>address {
	margin-bottom: 10px
}

.ups-application_wrapper label>address p {
	margin: 0 0 5px
}

.ups-application_wrapper .ups-cac_address {
	margin-left: 15px
}

.ups-application_wrapper hr {
	border-color: #e8e8e6
}

.ups-application_wrapper .ups-toggle_view_content {
	background-color: #f0f0ef
}

.ups-application_wrapper .panel>.panel-body .ups-toggle_view_content {
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px
}

.ups-application_wrapper .ups-empty_circle {
	height: 12px;
	width: 12px;
	border: 1px solid #000;
	border-radius: 16px;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	top: -1px;
	left: 2px;
	transform: scale(1.3);
	-ms-transform: scale(1.3)
}

.ups-application_wrapper .ups-previous_page {
	margin-bottom: 25px;
	display: inline-block;
	text-decoration: none;
	line-height: 45px;
	color: #404040
}

.ups-application_wrapper .ups-previous_page:hover {
	text-decoration: none
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-previous_page {
		padding-left: 10px
	}
}

.ups-application_wrapper .ups-previous_page .ups-icon-chevronleft {
	position: relative;
	top: 5px;
	font-size: 1.2em
}

.ups-application_wrapper .ups-list_style_none {
	list-style: none;
	margin: 0;
	padding: 0
}

.ups-application_wrapper .ups-wrap_tight {
	background-color: #f0f0ef;
	padding-top: 15px
}

.ups-application_wrapper .ups-accordion_slim .ups-accordion_list {
	margin: 0
}

.ups-application_wrapper .ups-accordion_slim .ups-wrap {
	padding: 0
}

.ups-application_wrapper .ups-accordion_slim .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
	padding: 12px 5px
}

.ups-application_wrapper .ups-accordion_toggle_side .icon {
	position: static !important;
	right: auto !important;
	top: auto !important;
	margin: 4px 0 0 8px !important
}

.ups-application_wrapper .ups-accordion_toggle_side .icon {
	margin: 4px 0 0 8px !important
}

.ups-application_wrapper .ups-lever {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	display: inline-block
}

.ups-application_wrapper .ups-lever label,
.ups-application_wrapper .ups-lever>span,
.ups-application_wrapper .ups-lever .ups-lever_label,
.ups-application_wrapper .ups-lever .ups-lever_switch {
	vertical-align: middle
}

.ups-application_wrapper .ups-lever>span,
.ups-application_wrapper .ups-lever .ups-lever_switch {
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	border: 1px solid #757575;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	transition: border-color .2s, background-color .2s;
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-application_wrapper .ups-lever>span>span,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_bg,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_no,
.ups-application_wrapper .ups-lever .ups-lever_switch>span,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_bg,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_no {
	display: inline-block;
	width: 50%;
	line-height: 2em;
	color: #fff;
	float: left;
	text-align: center;
	position: relative;
	transition: left .2s, right .2s
}

.ups-application_wrapper .ups-lever>span>span:first-child,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever .ups-lever_switch>span:first-child,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_yes {
	left: -66%;
	color: white
}

.ups-application_wrapper .ups-lever>span>span:last-child,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_no,
.ups-application_wrapper .ups-lever .ups-lever_switch>span:last-child,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_no {
	right: 8%;
	color: #242424
}

.ups-application_wrapper .ups-lever>span .switch-bg,
.ups-application_wrapper .ups-lever>span .ups-lever_switch_bg,
.ups-application_wrapper .ups-lever .ups-lever_switch .switch-bg,
.ups-application_wrapper .ups-lever .ups-lever_switch .ups-lever_switch_bg {
	width: 32%;
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 0;
	border-radius: 24px;
	box-shadow: 0 0 4px #757575;
	transition: left .2s, right .2s
}

.ups-application_wrapper .ups-lever>span:focus,
.ups-application_wrapper .ups-lever .ups-lever_switch:focus {
	box-shadow: 0 0 6px #C67D30
}

.ups-application_wrapper .ups-lever input,
.ups-application_wrapper .ups-lever .ups-lever_checkbox {
	position: absolute;
	opacity: 0
}

.ups-application_wrapper .ups-lever input:checked~span,
.ups-application_wrapper .ups-lever input:checked~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~span,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~.ups-lever_switch {
	border-color: #00857D;
	background-color: #00857D
}

.ups-application_wrapper .ups-lever input:checked~span .switch-bg,
.ups-application_wrapper .ups-lever input:checked~.ups-lever_switch .ups-lever_switch_bg,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~span .switch-bg,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~.ups-lever_switch .ups-lever_switch_bg {
	left: 67%
}

.ups-application_wrapper .ups-lever input:checked~span>span:first-child,
.ups-application_wrapper .ups-lever input:checked~.ups-lever_switch .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~span>span:first-child,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~.ups-lever_switch .ups-lever_switch_yes {
	left: 5%
}

.ups-application_wrapper .ups-lever input:checked~span>span:last-child,
.ups-application_wrapper .ups-lever input:checked~.ups-lever_switch .ups-lever_switch_no,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~span>span:last-child,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:checked~.ups-lever_switch .ups-lever_switch_no {
	right: -66%
}

.ups-application_wrapper .ups-lever input:disabled~.ups-lever_switch .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever input:disabled~.ups-lever_switch .ups-lever_switch_no,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:disabled~.ups-lever_switch .ups-lever_switch_yes,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:disabled~.ups-lever_switch .ups-lever_switch_no {
	color: #757575
}

.ups-application_wrapper .ups-lever input:disabled~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:disabled~.ups-lever_switch {
	background-color: #EDEDED;
	border-color: #EDEDED
}

.ups-application_wrapper .ups-lever input:focus~span,
.ups-application_wrapper .ups-lever input:active~span,
.ups-application_wrapper .ups-lever input:focus~.ups-lever_switch,
.ups-application_wrapper .ups-lever input:active~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~span,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~span,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~.ups-lever_switch {
	outline: 5px auto #FFD100;
	box-shadow: 0 0 6px #C67D30
}

.ups-application_wrapper .ups-lever input:focus~span .ie9,
.ups-application_wrapper .ups-lever input:focus~span .ie10,
.ie11 .ups-application_wrapper .ups-lever input:focus~span,
.ups-application_wrapper .ups-lever input:active~span .ie9,
.ups-application_wrapper .ups-lever input:active~span .ie10,
.ie11 .ups-application_wrapper .ups-lever input:active~span,
.ups-application_wrapper .ups-lever input:focus~.ups-lever_switch .ie9,
.ups-application_wrapper .ups-lever input:focus~.ups-lever_switch .ie10,
.ie11 .ups-application_wrapper .ups-lever input:focus~.ups-lever_switch,
.ups-application_wrapper .ups-lever input:active~.ups-lever_switch .ie9,
.ups-application_wrapper .ups-lever input:active~.ups-lever_switch .ie10,
.ie11 .ups-application_wrapper .ups-lever input:active~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~span .ie9,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~span .ie10,
.ie11 .ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~span,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~span .ie9,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~span .ie10,
.ie11 .ups-application_wrapper .ups-lever .ups-lever_checkbox:active~span,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~.ups-lever_switch .ie9,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~.ups-lever_switch .ie10,
.ie11 .ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~.ups-lever_switch,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~.ups-lever_switch .ie9,
.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~.ups-lever_switch .ie10,
.ie11 .ups-application_wrapper .ups-lever .ups-lever_checkbox:active~.ups-lever_switch {
	outline: 1px solid #FFD100
}

@-moz-document url-prefix() {
	.ups-application_wrapper .ups-lever input:focus~span,
	.ups-application_wrapper .ups-lever input:active~span,
	.ups-application_wrapper .ups-lever input:focus~.ups-lever_switch,
	.ups-application_wrapper .ups-lever input:active~.ups-lever_switch,
	.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~span,
	.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~span,
	.ups-application_wrapper .ups-lever .ups-lever_checkbox:focus~.ups-lever_switch,
	.ups-application_wrapper .ups-lever .ups-lever_checkbox:active~.ups-lever_switch {
		outline: 1px auto #FFD100
	}
}

.ups-application_wrapper .ups-lever .ups-help_link {
	font-weight: normal
}

.ups-application_wrapper .ups-lever .switch-bg,
.ups-application_wrapper .ups-lever .ups-lever_switch_bg {
	background-color: #fff
}

.ups-application_wrapper .ups-lever .ups-lever_rlabel {
	margin-left: 135px
}

.ups-application_wrapper .ups-lever .ups-lever_llabel {
	position: absolute;
	left: -160px;
	top: 5px;
	width: 150px
}

.ups-application_wrapper .ups-lever .ups-lever_llabel_xsm {
	position: absolute;
	top: 5px;
	width: 120px
}

.ups-application_wrapper .ups-lever .ups-lever_switch_left {
	margin-left: 100px
}

.ups-application_wrapper .ups-lever p {
	font-weight: normal
}

.ups-application_wrapper .ups-lever .ups-form_subheader {
	clear: none;
	top: 0;
	margin-left: 0
}

.ups-application_wrapper .ups-lever .ups-form_label,
.ups-application_wrapper .ups-lever .ups-lever_label {
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-application_wrapper .ups-toggle_fieldset {
	position: relative
}

.ups-application_wrapper .ups-toggle {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	padding: 0 !important;
	border: 1px solid #757575;
	border-radius: 5px;
	background-color: #fff;
	display: table;
	width: 100%
}

.ups-application_wrapper .ups-toggle label,
.ups-application_wrapper .ups-toggle>span,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label {
	vertical-align: middle
}

.ups-application_wrapper .ups-toggle:after {
	clear: both;
	content: " ";
	display: table
}

.ups-application_wrapper .ups-toggle:hover {
	background-color: #f2f2f2
}

.ups-application_wrapper .ups-toggle:hover.ups-toggle_disabled {
	background: #fff
}

.ups-application_wrapper .ups-toggle .ups-form_label,
.ups-application_wrapper .ups-toggle .ups-toggle_label {
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-application_wrapper .ups-toggle .switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_switch_bg {
	left: 0;
	width: 10px;
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4), -1px 0 2px rgba(0, 0, 0, 0.4);
	font-family: Tahoma, helvetica, arial, sans-serif
}

.ups-application_wrapper .ups-toggle .switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_switch_bg {
	position: absolute;
	top: 0;
	padding: 0;
	z-index: 1;
	display: block;
	height: 100%;
	background-color: #00857D;
	transition: right .2s, border-radius .2s, left .2s
}

.ups-application_wrapper .ups-toggle input,
.ups-application_wrapper .ups-toggle .ups-toggle_radio {
	position: absolute;
	left: 0;
	opacity: 0
}

.ups-application_wrapper .ups-toggle input+label,
.ups-application_wrapper .ups-toggle input+.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio+label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio+.ups-toggle_radio_label {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 8px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	display: table-cell;
	word-break: break-all;
	border-left: 1px solid #757575
}

.ups-application_wrapper .ups-toggle input+label:first-child,
.ups-application_wrapper .ups-toggle input+.ups-toggle_radio_label:first-child,
.ups-application_wrapper .ups-toggle .ups-toggle_radio+label:first-child,
.ups-application_wrapper .ups-toggle .ups-toggle_radio+.ups-toggle_radio_label:first-child {
	border-left: 0px solid #757575
}

.ups-application_wrapper .ups-toggle input:focus,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus {
	box-shadow: 0 0 6px #C67D30
}

.ups-application_wrapper .ups-toggle input[type=radio]:focus~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_switch_bg {
	outline: 5px auto #FFD100
}

.ups-application_wrapper .ups-toggle input[type=radio]:focus~.switch-bg .ie9,
.ups-application_wrapper .ups-toggle input[type=radio]:focus~.switch-bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle input[type=radio]:focus~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_switch_bg .ie9,
.ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_switch_bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.switch-bg .ie9,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.switch-bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle input[type=radio]:active~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_switch_bg .ie9,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_switch_bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.switch-bg .ie9,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.switch-bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_switch_bg .ie9,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_switch_bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.switch-bg .ie9,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.switch-bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_switch_bg .ie9,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_switch_bg .ie10,
.ie11 .ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_switch_bg {
	outline: 1px solid #FFD100
}

@-moz-document url-prefix() {
	.ups-application_wrapper .ups-toggle input[type=radio]:focus~.switch-bg,
	.ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_switch_bg,
	.ups-application_wrapper .ups-toggle input[type=radio]:active~.switch-bg,
	.ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_switch_bg,
	.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.switch-bg,
	.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_switch_bg,
	.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.switch-bg,
	.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_switch_bg {
		outline: 1px auto #FFD100
	}
}

.ups-application_wrapper .ups-toggle input[type=radio]:focus~label,
.ups-application_wrapper .ups-toggle input[type=radio]:focus~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle input[type=radio]:active~label,
.ups-application_wrapper .ups-toggle input[type=radio]:active~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:focus~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:active~.ups-toggle_radio_label {
	outline: none
}

.ups-application_wrapper .ups-toggle input[type=radio]:checked+label,
.ups-application_wrapper .ups-toggle input[type=radio]:checked+.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:checked+label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:checked+.ups-toggle_radio_label {
	color: #fff
}

.ups-application_wrapper .ups-toggle input[type=radio]:disabled~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:disabled~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:disabled~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:disabled~.ups-toggle_switch_bg {
	background-color: #e8e8e6
}

.ups-application_wrapper .ups-toggle input[type=radio]:disabled+label,
.ups-application_wrapper .ups-toggle input[type=radio]:disabled+.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:disabled+label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:disabled+.ups-toggle_radio_label {
	color: #6e6e6e;
	cursor: not-allowed
}

.ups-application_wrapper .ups-toggle input[type=radio]:first-of-type:checked~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:first-of-type:checked~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:first-of-type:checked~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:first-of-type:checked~.ups-toggle_switch_bg {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 6px #C67D30
}

.ups-application_wrapper .ups-toggle input[type=radio]:last-of-type:checked~.switch-bg,
.ups-application_wrapper .ups-toggle input[type=radio]:last-of-type:checked~.ups-toggle_switch_bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:last-of-type:checked~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio:last-of-type:checked~.ups-toggle_switch_bg {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 6px #C67D30
}

.ups-application_wrapper .ups-toggle label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label {
	padding: 10px 2px 7px 2px !important;
	transition: color .2s;
	height: 35px
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(4),
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(4)~label,
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(4)~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(4),
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(4)~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(4)~.ups-toggle_switch_bg {
	width: 50%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(4)~.ups-toggle_radio:checked:nth-child(3)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 50%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(6),
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(6)~label,
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(6)~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(6),
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(6)~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(6)~.ups-toggle_switch_bg {
	width: 33.33%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(6)~.ups-toggle_radio:checked:nth-child(3)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 33.33%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(6)~.ups-toggle_radio:checked:nth-child(5)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 66.66%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8),
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8)~label,
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8)~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8),
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8)~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8)~.ups-toggle_switch_bg {
	width: 25%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8)~.ups-toggle_radio:checked:nth-child(3)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 25%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8)~.ups-toggle_radio:checked:nth-child(5)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 50%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(8)~.ups-toggle_radio:checked:nth-child(7)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 75%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10),
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~label,
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10),
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_switch_bg {
	width: 20%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_radio:checked:nth-child(3)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 20%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_radio:checked:nth-child(5)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 40%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_radio:checked:nth-child(7)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 60%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(10)~.ups-toggle_radio:checked:nth-child(9)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 80%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12),
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~label,
.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12),
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio_label,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_switch_bg {
	width: 16.6%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio:checked:nth-child(3)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 16.6%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio:checked:nth-child(5)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 33.2%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio:checked:nth-child(7)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 49.8%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio:checked:nth-child(9)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 66.4%
}

.ups-application_wrapper .ups-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~.switch-bg,
.ups-application_wrapper .ups-toggle .ups-toggle_radio_label:nth-child(2):nth-last-child(12)~.ups-toggle_radio:checked:nth-child(11)+.ups-toggle_radio_label~.ups-toggle_switch_bg {
	left: 83%
}

.ups-application_wrapper .ups-help_wrapper .ups-form_label {
	padding-right: 85px
}

.ups-application_wrapper .ups-help_wrapper .ups-lever {
	margin-right: 85px
}

.ups-application_wrapper .ups-help_wrapper .ups-toggle_fieldset .ups-form_label {
	padding-right: 85px
}

.ups-application_wrapper .ups-input_has_unit.ups-help_wrapper .ups-form_label {
	padding-right: 135px
}

@media (max-width: 992px) {
	.ups-application_wrapper .signin-button,
	.ups-application_wrapper ul.ups-icon_list li.wechat {
		padding-top: 7px
	}
}

@media (max-width: 1200px) {
	.ups-application_wrapper .signin-button,
	.ups-application_wrapper ul.ups-icon_list li.wechat {
		padding-top: 7px
	}
}

@media (max-width: 768px) {
	.ups-application_wrapper .signin-button {
		padding-top: 7px
	}
}

.ups-application_wrapper .signin-button {
	width: 210px;
	height: 40px
}

.ups-application_wrapper .signin-button>div>div:last-child {
	height: 40px !important
}

.ups-application_wrapper ul.ups-icon_list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0
}

.ups-application_wrapper ul.ups-icon_list li {
	padding: 0
}

.ups-application_wrapper ul.ups-icon_list button {
	background: none;
	border: 0px;
	line-height: 35px;
	margin-left: 35px
}

.ups-application_wrapper ul.ups-icon_list a,
.ups-application_wrapper ul.ups-icon_list span {
	padding-left: 45px;
	padding-right: 20px;
	position: relative;
	display: block;
	line-height: 1.5;
	font-family: Tahoma, helvetica, arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper ul.ups-icon_list a,
	.ups-application_wrapper ul.ups-icon_list span {
		margin: 0
	}
}

.ups-application_wrapper ul.ups-icon_list a:before,
.ups-application_wrapper ul.ups-icon_list span:before {
	content: ' ';
	background-image: url("/assets/resources/images/social.png");
	width: 34px;
	height: 34px;
	position: absolute;
	left: -35px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-facebook:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-facebook:before {
	background-position: 0 0
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-linkedin:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-linkedin:before {
	background-position: 0 -40px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-twitter:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-twitter:before {
	background-position: -39px -81px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-google,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-google {
	width: 70px;
	height: 36px;
	position: relative;
	top: -6px;
	padding: 0px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-google:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-google:before {
	background-position: -34px 0px;
	width: 111px;
	height: 45px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-amazon:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-amazon:before {
	background-position: 0 -120px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-wechat:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-wechat:before {
	background-position: -41px -45px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-wechatchina:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-wechatchina:before {
	background-position: -39px -115px
}

.ups-application_wrapper ul.ups-icon_list a.ups-icon-appleStandAloneIcon:before,
.ups-application_wrapper ul.ups-icon_list span.ups-icon-appleStandAloneIcon:before {
	background-position: -82px -45px
}

.ups-application_wrapper .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0
}

.ups-application_wrapper .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a.ups-cta.ups-cta_primary,
.ups-application_wrapper .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a .ups-cta.ups-cta_secondary,
.ups-application_wrapper .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_expand a .ups-cta.ups-cta_tertiary {
	padding: 10px 30px 10px
}

.ups-application_wrapper .ups-section {
	margin-bottom: 30px
}

.ups-application_wrapper .ups-section.ups-section_condensed p {
	margin-bottom: 0
}

.ups-application_wrapper .ups-section .ups-section-header {
	margin-bottom: 12px;
	color: #333333;
	line-height: 21px;
	position: relative
}

.ups-application_wrapper .ups-section .ups-section-header .ups-section_heading {
	padding-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #FFD100
}

.ups-application_wrapper .ups-section .ups-section-header .ups-subsection_heading {
	padding-bottom: 5px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #6e6e6e
}

.ups-application_wrapper .ups-section .ups-section-header .ups-section_heading.ups-section_heading_label,
.ups-application_wrapper .ups-section .ups-section-header .ups-subsection_heading.ups-section_heading_label {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #242424;
	font-size: 1em;
	padding-bottom: 0
}

.ups-application_wrapper .ups-section .ups-section-header .ups-form_label {
	display: block
}

.ups-application_wrapper .ups-section .ups-section-header .ups-form_label.ups-form_label_separator {
	border-bottom: 1px solid #d9d9d6
}

.ups-application_wrapper .ups-section .ups-section-header.no-border {
	border-bottom: none
}

.ups-application_wrapper .ups-section h2,
.ups-application_wrapper .ups-section h3,
.ups-application_wrapper .ups-section h4,
.ups-application_wrapper .ups-section h5,
.ups-application_wrapper .ups-section h6 {
	margin: 0 0 10px
}

.ups-application_wrapper .ups-section .ups-section-header .ups-cta {
	padding: 16px 30px 14px;
	width: initial;
	display: block
}

.ups-application_wrapper .ups-section .ups-section-header .ups-help {
	float: right
}

.ups-application_wrapper .ups-section .ups-section-header .ups-help .ups-help_link {
	top: auto;
	bottom: 2px
}

.ups-application_wrapper .modal .ups-section {
	line-height: 1.5
}

@media screen and (min-width: 1400px) {
	.ups-application_wrapper .ups-section .ups-section-header .ups-cta {
		padding: 0px
	}
}

.ups-application_wrapper .ups-circle_progress {
	margin-bottom: 30px;
	text-align: center;
	position: relative
}

.ups-application_wrapper .ups-circle_progress .ups-progress-bar-label {
	display: inline-block;
	top: 41%;
	position: absolute;
	left: 50%;
	font-size: 2em;
	width: 150px;
	transform: translate(-50%, 0)
}

.ups-application_wrapper .ups-tile_button {
	position: relative
}

.ups-application_wrapper .ups-tile_button .ups-radio-custom {
	position: absolute;
	opacity: 0
}

.ups-application_wrapper .ups-tile_button .ups-radio-custom:checked~.ups-tile_button_content {
	background-color: #00857D;
	color: white
}

.ups-application_wrapper .ups-tile_button .ups-radio-custom:checked~.ups-tile_button_content .ups-form_label {
	color: white
}

.ups-application_wrapper .ups-tile_button .ups-radio-custom:checked~.ups-tile_button_content .ups-tile_icon {
	color: white
}

.ups-application_wrapper .ups-tile_button .ups-radio-custom:focus~.ups-tile_button_content,
.ups-application_wrapper .ups-tile_button .ups-radio-custom:active~.ups-tile_button_content {
	outline: 5px auto #FFD100
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content {
	padding: 15px;
	text-align: center;
	border-radius: 6px;
	display: block;
	border: 1px solid #6e6e6e;
	cursor: pointer;
	min-height: 100px;
	margin-bottom: 10px;
	word-break: break-word
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content .ups-tile_icon {
	padding: 10px 12px 0;
	font-size: 40px;
	display: inline-block
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content .ups-tile_link {
	display: block;
	margin: 10px 0
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content .ups-tile_description {
	display: block;
	font-weight: normal
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content .ups-tile_img_spacing {
	margin-bottom: 13px;
	margin-top: 9px
}

.ups-application_wrapper .ups-tile_button .ups-tile_button_content .ups-tile-img_space_multi {
	margin-top: 9px;
	margin-bottom: 21px
}

.ups-application_wrapper .ups-centered_payment_tile {
	float: none;
	margin: 0 auto;
	vertical-align: top;
	display: inline-block;
	width: 25%;
	padding: 0 15px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-centered_payment_tile {
		width: 50%
	}
}

.ups-application_wrapper .ups-progress_bar {
	margin: 0 -60px;
	background-color: #e8e8e6;
	padding: 15px 0 0;
	text-align: center;
	margin-bottom: 15px
}

.ups-application_wrapper .ups-progress_bar .ups-link {
	text-decoration: none
}

.ups-application_wrapper .ups-progress_bar_inner {
	margin: 0 auto;
	display: inline-block
}

.ups-application_wrapper .ups-progress_bar_inner ol {
	position: relative;
	padding: 0;
	padding-left: 5px;
	margin-bottom: 0
}

.ups-application_wrapper .ups-progress_bar_inner ol:before {
	content: " ";
	position: absolute;
	top: 12px;
	left: 20px;
	right: 20px;
	bottom: 0;
	margin: 0 auto;
	border-top: 2px solid #242424;
	z-index: 1
}

.ups-application_wrapper .ups-progress_bar_inner ol li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	text-align: center;
	width: 45px;
	min-height: 50px;
	vertical-align: top
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 24px;
	border: 2px solid #242424;
	margin: 0 auto;
	position: relative;
	background-color: #e8e8e6;
	z-index: 2
}

.ups-application_wrapper .ups-progress_bar_inner a .ups-progress_number {
	text-decoration: none
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_name {
	position: relative;
	z-index: 2;
	margin-top: 9px;
	display: none
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current+.ups-progress_name {
	display: block;
	top: -7px
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current+.ups-progress_name {
		white-space: nowrap
	}
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number span {
	position: relative;
	top: 2px;
	font-size: 14px
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_complete {
	padding: 1px 4px;
	background-color: #00857D;
	border-color: #00857D
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_complete span {
	position: relative;
	left: 0
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current {
	position: relative;
	top: -4px;
	padding: 6px 10px;
	border-color: #f68b20;
	background-color: #f68b20
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current span {
	font-weight: bold
}

.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_complete span:before {
	font-size: 14px;
	font-weight: bold;
	color: white
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_name {
		display: block
	}
	.ups-application_wrapper .ups-progress_bar_inner ol {
		padding-left: 25px
	}
	.ups-application_wrapper .ups-progress_bar_inner ol:before {
		left: 50px;
		right: 50px
	}
	.ups-application_wrapper .ups-progress_bar_inner ol li {
		margin-right: 25px;
		min-width: 60px;
		width: auto
	}
}

@media screen and (min-width: 1200px) {
	.ups-application_wrapper .ups-progress_bar {
		position: absolute;
		margin: inherit;
		text-align: left;
		width: 200px
	}
	.ups-application_wrapper .ups-progress_bar.ups-fixed_bottom {
		position: fixed;
		z-index: 0
	}
	.ups-application_wrapper .ups-progress_bar_inner ol {
		padding-left: 0
	}
	.ups-application_wrapper .ups-progress_bar_inner ol:before {
		border-top: none;
		border-left: 2px solid #242424;
		left: 22px;
		bottom: 22px
	}
	.ups-application_wrapper .ups-progress_bar_inner ol li {
		display: table
	}
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number {
		margin-left: 10px
	}
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current {
		margin-left: 6px
	}
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_name {
		display: inline-block;
		margin-left: 10px;
		top: 2px
	}
	.ups-application_wrapper .ups-progress_bar_inner .ups-progress_number.ups-progress_current+.ups-progress_name {
		display: inline-block;
		top: -2px
	}
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-carousel_list {
		margin-right: -28px
	}
}

@media screen and (min-width: 767px) and (max-width: 992px -1) {
	.ups-application_wrapper .ups-carousel_list {
		margin-right: -15px
	}
}

.ups-application_wrapper .ups-profile-slider {
	background: #fff;
	display: block;
	min-height: 303px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #300;
	padding: 15px;
	border: 1px solid #bebebe;
	margin-right: 30px;
	cursor: pointer
}

@media screen and (min-width: 767px) and (max-width: 992px -1) {
	.ups-application_wrapper .ups-profile-slider {
		min-height: 420px;
		margin-right: 15px
	}
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-profile-slider {
		min-height: 218px
	}
}

@media screen and (max-width: 991px) {
	.ups-application_wrapper .ups-profile-slider {
		min-height: 218px
	}
}

@media screen and (max-width: 840px) {
	.ups-application_wrapper .ups-profile-slider {
		min-height: 200px
	}
}

@media screen and (max-width: 767px) {
	.ups-application_wrapper .ups-profile-slider {
		min-height: 160px
	}
}

.ups-application_wrapper .ups-profile-slider a {
	text-decoration: none
}

.ups-application_wrapper .ups-profile-slider h3 {
	margin: 0 auto 10px
}

.ups-application_wrapper .ups-profile-slider p {
	margin-bottom: 20px
}

.ups-application_wrapper .ups-carousel {
	background: none;
	margin: 0 0 100px;
	border: none
}

.ups-application_wrapper .ups-carousel .slick-dots {
	bottom: -50px;
	width: 56%;
	left: 22%;
	right: 22%
}

.ups-application_wrapper .ups-carousel .slick-dots button {
	height: 14px;
	margin: 0 5px;
	width: 15px
}

@media screen and (min-width: 767px) and (max-width: 992px -1) {
	.ups-application_wrapper .ups-carousel .slick-dots {
		bottom: -12%
	}
}

.ups-application_wrapper .ups-carousel .slick-next,
.ups-application_wrapper .ups-carousel .slick-prev {
	position: absolute;
	bottom: -73px;
	z-index: 2;
	cursor: pointer
}

.ups-application_wrapper .ups-carousel .slick-next .icon:before,
.ups-application_wrapper .ups-carousel .slick-prev .icon:before {
	color: #6e6e6e;
	text-indent: 0;
	font-size: 22px
}

.ups-application_wrapper .ups-carousel .slick-next {
	right: 12%
}

@media screen and (max-width: 991px) {
	.ups-application_wrapper .ups-carousel .slick-next {
		right: 12%
	}
}

@media screen and (min-width: 767px) and (max-width: 992px -1) {
	.ups-application_wrapper .ups-carousel .slick-next {
		right: 12%
	}
}

@media screen and (max-width: 766px) {
	.ups-application_wrapper .ups-carousel .slick-next {
		right: 5%
	}
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-carousel .slick-next {
		right: 33%
	}
}

.ups-application_wrapper .ups-carousel .slick-prev {
	left: 12%
}

@media screen and (max-width: 991px) {
	.ups-application_wrapper .ups-carousel .slick-prev {
		left: 12%
	}
}

@media screen and (min-width: 767px) and (max-width: 992px -1) {
	.ups-application_wrapper .ups-carousel .slick-prev {
		left: 12%
	}
}

@media screen and (max-width: 766px) {
	.ups-application_wrapper .ups-carousel .slick-prev {
		left: 5%
	}
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-carousel .slick-prev {
		left: 33%
	}
}

.ups-application_wrapper .ups-carousel .slick-dots span {
	height: 14px;
	margin: 0 5px;
	width: 15px;
	display: inline-block
}

.ups-application_wrapper .ups-carousel .slick-dots span {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	border: 3px solid #6e6e6e;
	background: #6e6e6e;
	color: #6e6e6e;
	font-size: 0.5em;
	margin: 0 15px;
	cursor: pointer
}

.ups-application_wrapper .ups-carousel .slick-dots li.slick-active span {
	background: #FFD100;
	color: #FFD100
}

.ups-application_wrapper div.ups-pickupOptions_day_specific {
	margin: 0 0 20px 0
}

.ups-application_wrapper div.ups-pickupOptions_day_specific label.ups-checkbox-custom-label {
	border: 1px solid #d9d9d6;
	cursor: pointer;
	position: relative;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	padding-left: 0;
	padding-top: 50px;
	width: 100%;
	line-height: initial;
	min-height: 120px;
	margin: 0
}

.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom+.ups-checkbox-custom-label:before {
	display: none
}

.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom {
	margin: 0
}

.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom:checked+.ups-checkbox-custom-label:after {
	display: none
}

.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom:checked+.ups-checkbox-custom-label {
	background-color: #00857D;
	color: #fff
}

.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom:focus+label,
.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-checkbox-custom:active+label {
	outline: 5px auto #FFD100
}

@media (max-width: 767px) {
	.ups-application_wrapper div.ups-pickupOptions_day_specific .ups-form_checkIcon {
		left: initial;
		top: initial;
		width: initial
	}
}

.ups-application_wrapper .ups-toggle_view {
	padding: 0 5px
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_or {
	display: inline-block;
	width: 20%;
	padding: 8px 0
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection {
	position: relative;
	display: inline-block;
	width: 40%;
	vertical-align: top
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection.ups-toggle_view_selection_unavailable {
	line-height: 35px
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection .ups-radio-custom {
	position: absolute;
	opacity: 0
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection .ups-radio-custom:focus~.ups-form_label {
	outline: 5px auto #FFD100
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection .ups-form_label {
	border: 1px solid #d9d9d6;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer
}

.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection .ups-radio-custom:checked~.ups-form_label {
	background-color: #00857D;
	color: white
}

.ups-application_wrapper .ups-toggle_view_state,
.ups-application_wrapper .ups-toggle_box {
	background-color: #f0f0ef;
	padding: 10px
}

.ups-application_wrapper .ups-toggle_box,
.ups-application_wrapper .ups-toggle_view_right,
.ups-application_wrapper .ups-toggle_view_left {
	position: relative;
	margin: 25px 0 30px
}

.ups-application_wrapper .ups-toggle_box .ups-form_ctaGroup,
.ups-application_wrapper .ups-toggle_view_right .ups-form_ctaGroup,
.ups-application_wrapper .ups-toggle_view_left .ups-form_ctaGroup {
	margin-bottom: 0px
}

.ups-application_wrapper .ups-toggle_view_right:before {
	content: "";
	border-left: 15px solid #f0f0ef;
	border-top: 15px solid #f0f0ef;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	transform: rotate(45deg);
	position: absolute;
	top: -15px;
	right: 85px
}

.ups-application_wrapper .ups-toggle_view_left:before {
	content: "";
	border-left: 15px solid #f0f0ef;
	border-top: 15px solid #f0f0ef;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	transform: rotate(45deg);
	position: absolute;
	top: -15px;
	left: 85px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-toggle_view_right:before {
		right: 80px
	}
	.ups-application_wrapper .ups-toggle_view_left:before {
		left: 80px
	}
	.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection {
		width: 50%;
		padding-right: 10px
	}
	.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection .ups-form_label {
		min-height: 55px
	}
	.ups-application_wrapper .ups-toggle_view .ups-toggle_view_selection:last-child {
		padding: 0
	}
	.ups-application_wrapper .ups-toggle_view .ups-toggle_view_or {
		display: none
	}
}

.ups-application_wrapper .ups-tile {
	background-color: #d9d9d6;
	margin-bottom: 30px;
	padding: 20px;
	padding-bottom: 5px;
	position: relative
}

.ups-application_wrapper .ups-tile .ups-tile_content {
	padding-right: 50px
}

.ups-application_wrapper .ups-tile .ups-tile_icon {
	position: absolute;
	color: black;
	text-decoration: none;
	font-size: 25px;
	top: 15px;
	right: 35px
}

.ups-application_wrapper .ups-card {
	box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
	background-color: #fff
}

.ups-application_wrapper .ups-card.ups-card_flat {
	box-shadow: none;
	border: 1px solid #757575
}

.ups-application_wrapper .ups-card.ups-card_alert {
	border-left: 5px solid #FFD100
}

.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_lg {
	width: 400px;
	height: 350px
}

@media (max-width: 500px) {
	.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_lg {
		width: 280px
	}
}

.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_md {
	width: 325px;
	height: 355px
}

@media (max-width: 500px) {
	.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_md {
		width: 280px
	}
}

.ups-application_wrapper .ups-card.ups-card_alert {
	border-left: 5px solid #FFD100
}

.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_lg {
	width: 400px;
	height: 350px
}

@media (max-width: 500px) {
	.ups-application_wrapper .ups-card.ups-card_confined.ups-card_confined_lg {
		width: 280px
	}
}

.ups-application_wrapper .ups-card .ups-card_header {
	background-color: #d6d6d6;
	padding: 8px 20px
}

.ups-application_wrapper .ups-card .ups-card_content {
	padding: 20px
}

.ups-application_wrapper .ups-card .ups-card_content.ups-card_content_no_separate {
	padding-top: 0
}

.ups-application_wrapper .ups-card .ups-card_content.ups-card_content_slim {
	padding: 8px 6px
}

.ups-application_wrapper .ups-card .ups-card_content .ups-grey_header {
	background-color: #F7F6F5
}

.ups-application_wrapper .ups-card .ups-card_hr {
	margin: 0;
	border-top: 1px solid #757575
}

.ups-application_wrapper .ups-card .ups-card_hr.ups-card_hr_pad {
	margin: 0 20px
}

.ups-application_wrapper .ups-card .ups-card_hr.ups-card_hr_col {
	margin: 0;
	border: none;
	position: relative;
	box-sizing: border-box
}

.ups-application_wrapper .ups-card .ups-card_hr.ups-card_hr_col:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d6d6d6
}

.ups-application_wrapper .ups-card .ups-card_hr.ups-card_hr_col.ups-card_hr_pad:after {
	left: 20px;
	right: 20px
}

.ups-application_wrapper .ups-card.ups-card_row {
	margin: 0
}

.ups-application_wrapper .ups-card_table_container {
	overflow: auto
}

.ups-application_wrapper .ups-card_table_container .ups-card_table {
	width: 100%;
	min-width: 768px;
	font-size: 14px
}

.ups-application_wrapper .ups-card_table_container .ups-card_table thead {
	border-bottom: 1px solid #757575
}

.ups-application_wrapper .ups-card_table_container .ups-card_table th,
.ups-application_wrapper .ups-card_table_container .ups-card_table td {
	padding: 15px 12px
}

.ups-application_wrapper .ups-card_table_container .ups-card_table .ups-cv_drawer_badge {
	position: absolute;
	right: 2.5em
}

.ups-application_wrapper .ups-card_table_container .ups-card_table tbody th {
	text-transform: none;
	font-weight: normal;
	border: none
}

.ups-application_wrapper .ups-card_list_container {
	margin-right: -25px
}

.ups-application_wrapper .ups-card_list_container .ups-card_list {
	margin: 0;
	padding: 0
}

.ups-application_wrapper .ups-card_list_container .ups-card_list:before,
.ups-application_wrapper .ups-card_list_container .ups-card_list:after {
	content: " ";
	display: table
}

.ups-application_wrapper .ups-card_list_container .ups-card_list:after {
	clear: both
}

.ups-application_wrapper .ups-card_confined {
	height: 247px;
	width: 250px;
	position: relative;
	float: left;
	margin-right: 25px;
	box-shadow: none;
	border: 1px solid #757575;
	list-style: none
}

.ups-application_wrapper .ups-radio_card_list_container .ups-card.ups-card_flat {
	border: none
}

.ups-application_wrapper .ups-radio_card_list_container .ups-buttonList_wrapper .ups-radio-custom-label {
	padding-right: 40px
}

.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_lg .ups-buttonList_wrapper .ups-radio-custom-label {
	height: 300px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_lg .ups-buttonList_wrapper .ups-radio-custom-label {
		height: auto
	}
}

.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_md .ups-buttonList_wrapper .ups-radio-custom-label {
	height: 225px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_md .ups-buttonList_wrapper .ups-radio-custom-label {
		height: auto
	}
}

.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_sm .ups-buttonList_wrapper .ups-radio-custom-label {
	height: 125px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_sm .ups-buttonList_wrapper .ups-radio-custom-label {
		height: auto
	}
}

.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_xs .ups-buttonList_wrapper .ups-radio-custom-label {
	height: 100px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-radio_card_list_container.ups-radio_card_xs .ups-buttonList_wrapper .ups-radio-custom-label {
		height: auto
	}
}

.ups-application_wrapper .ups-radio_card_list_container .ups-buttonList_wrapper .ups-radio-custom:checked+.ups-radio-custom-label {
	background-color: #FFD100
}

.ups-application_wrapper .ups-radio_card_list_container .ups-buttonList_wrapper .ups-radio-custom:checked+.ups-radio-custom-label .icon {
	font-size: 25px
}

.ups-application_wrapper .ups-radio_card_list_container .ups-buttonList_wrapper .ups-radio-custom-label {
	display: block;
	margin: 0 0 20px;
	border: 1px solid #d6d6d6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 175px;
	overflow: hidden
}

.ups-application_wrapper .ups-radio_card_list_container .ups-radio-custom+.ups-radio-custom-label:before {
	content: none
}

.ups-application_wrapper .ups-flex_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.ups-application_wrapper .ups-flex_row_clear:after,
.ups-application_wrapper .ups-flex_row_clear:before {
	clear: none;
	display: inline
}

.ups-application_wrapper .ups-flex {
	display: flex
}

.ups-application_wrapper .ups-flex_wrap {
	flex-wrap: wrap
}

.ups-application_wrapper .ups-flex_verticle_center,
.ups-application_wrapper .ups-flex_vertical_center {
	align-items: center
}

.ups-application_wrapper .ups-flex_vertical_align_top {
	align-items: flex-start
}

.ups-application_wrapper .ups-flex_vertical_align_bottom {
	align-items: flex-end
}

.ups-application_wrapper .ups-flex_right {
	justify-content: flex-end
}

.ups-application_wrapper .ups-flex_center {
	justify-content: center
}

.ups-application_wrapper .ups-flex_space_between {
	justify-content: space-between
}

.ups-application_wrapper .ups-flex_space_evenly {
	justify-content: space-evenly
}

.ups-application_wrapper .ups-flex_column {
	flex-direction: column
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container {
	position: relative;
	z-index: 9999
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-color: white;
	padding: 10px
}

.ups-official_datepicker_top_right .ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker {
	left: auto;
	right: 0
}

@media (max-width: 767px) {
	.ups-official_datepicker_top_right .ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker {
		left: 0
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls {
	position: relative
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_prev_container {
	left: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_next_container {
	right: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_prev_container,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_next_container {
	position: absolute;
	top: 0
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_prev_container,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_controls_next_container {
		top: 20px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_prev,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_next {
	border-radius: 1px;
	border: none;
	background: none;
	padding: 10px 5px;
	height: 35px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_prev,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_next {
		top: 20px
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_prev .icon,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_next .icon {
		font-size: 20px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_sel {
	width: 50%;
	float: left;
	padding-left: 60px;
	padding-right: 5px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_month_sel {
		width: 100%;
		padding-right: 60px;
		float: none
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_year_sel {
	width: 50%;
	float: left;
	padding-right: 60px;
	padding-left: 5px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_year_sel {
		float: none;
		width: 100%;
		padding-left: 60px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table_container {
	width: 100%;
	width: calc(100% + 10px);
	overflow: auto;
	padding: 0 5px 10px;
	margin: 0 -5px 10px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table {
	border-collapse: separate
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table th,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table td {
	border: 1px solid white
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table thead tr th {
	text-align: center;
	padding: 5px 0 3px;
	background-color: #d9d9d6
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn {
	border: none;
	background: none;
	border-radius: 1px;
	padding: 14px 30px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	width: 100%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn:disabled {
	cursor: not-allowed;
	color: #bebebe;
	text-decoration: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn:disabled:hover {
	background-color: white
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn:hover {
	background-color: #FFE673
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn:focus {
	position: relative
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_not_cur_month {
	background-color: #F7F6F5
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_not_cur_month:hover {
	background-color: #FFE673
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_not_cur_month:disabled:hover {
	background-color: #F7F6F5
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_currentDay {
	background-color: #FFD100
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_currentDay:disabled {
	color: #000
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn.ups-official_datepicker_today {
	border: 1px solid #757575
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table .ups-official_datepicker_date_chooser_btn {
		padding: 12px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table {
		width: 100%
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_modifier_btns {
	float: left
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_modifier_btns {
		float: none
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_today_btn {
	border-radius: 1px;
	border: none;
	background-color: #FFD100;
	padding: 10px 30px 10px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_today_btn {
		width: 100%;
		margin-bottom: 15px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_clear_btn,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_close_btn {
	border-radius: 1px;
	border: none;
	background-color: #00857D;
	padding: 10px 30px 10px;
	color: white;
	font-family: Tahoma, helvetica, arial, sans-serif
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_clear_btn,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_close_btn {
		width: 100%;
		margin-bottom: 15px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_close_btn {
	float: right
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_close_btn {
		float: none
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-official_datepicker_container .ups-official_datepicker {
		right: 0
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_top_right .ups-official_datepicker_container .ups-official_datepicker {
	left: auto;
	right: 0
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_top_right .ups-official_datepicker_container .ups-official_datepicker {
		left: -16px;
		right: -16px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline.ups-datepicker_inline_fixed {
	width: 591px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline.ups-datepicker_inline_fixed {
		width: auto
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container {
	z-index: 1;
	margin-bottom: 15px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container .ups-official_datepicker {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container .ups-official_datepicker:before,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container .ups-official_datepicker:after {
	content: " ";
	display: table
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container .ups-official_datepicker:after {
	clear: both
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-datepicker_inline .ups-official_datepicker_container .ups-official_datepicker .ups-official_datepicker_table {
	width: 100%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-contentBlock .ups-official_datepicker_container table tbody tr:nth-child(2n-1) {
	background: transparent
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-doa-choose-payment-table:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@-moz-document url-prefix() {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-doa-choose-payment-table:focus {
		outline: 2px auto #FFD100;
		outline-offset: 0
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa ul.uib-datepicker-popup.dropdown-menu {
		width: 110%;
		margin-bottom: 30px
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa ul.uib-datepicker-popup.dropdown-menu .uib-button-bar {
		padding: 10px 15px 0px
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa ul.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-group {
		width: 100%
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa ul.uib-datepicker-popup.dropdown-menu .uib-button-bar button {
		margin: 10px 0px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa p:focus,
.ups-application_wrapper .ups-onboApp-wrap-doa div:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-indent {
	margin-left: 36px
}

.ups-application_wrapper .ups-onboApp-wrap-doa.ups-application_wrapper .ups-boxed_radio .ups-radio-custom-label span.ups-notification-tile {
	margin: 30px 0px 10px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-long_password {
	padding-right: 30%
}

.ups-application_wrapper .ups-onboApp-wrap-doa input:disabled+.ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-onboApp-wrap-doa input:disabled+.ups-radio-custom-label:before {
	background: #e8e8e6;
	color: #6e6e6e
}

.ups-application_wrapper .ups-onboApp-wrap-doa input:disabled,
.ups-application_wrapper .ups-onboApp-wrap-doa textarea:disabled {
	background: #e8e8e6;
	color: #6e6e6e
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-enter_address #dropdwncheckPosition .ups-icon-check.ups-active {
	margin-top: 20px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle {
	border-top: 2px solid #e8e8e6;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@-moz-document url-prefix() {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_wrapper .ups-accordion_content .ups-accordion_item .ups-accordion_toggle:focus {
		outline: 1px auto #FFD100;
		outline-offset: 0
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-content-wrapper .ups-indentation p {
	margin-left: 30px;
	margin-bottom: 0px;
	font-weight: 400
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-content-wrapper .ups-display-inline {
	display: inline
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-content-wrapper .ups-decoration-none {
	text-decoration: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-content-wrapper .ups-width_auto {
	width: auto
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-doa-wrap .ups-labelDisplay {
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods {
	padding: 0px 10px 10px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods {
		padding: 0px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods.row {
		margin: 0px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods {
	border: 1px solid #bebebe;
	width: 30%;
	min-height: 144px;
	text-align: center;
	cursor: pointer;
	padding-right: 0px;
	margin: 1.7%;
	padding-top: 30px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods.ups-add:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods {
		margin: 0px 0px 20px;
		text-align: left;
		padding-left: 32px;
		width: 100%;
		float: left;
		padding-top: 60px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-cardSize {
	float: left;
	width: 100%
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-cardSize {
		width: auto;
		margin-right: 20px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods:nth-child(3),
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods:nth-child(6),
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods:nth-child(9) {
	margin-right: 0px;
	margin-top: 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-radio-custom-label {
	margin: 0px;
	padding: 0px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-radio-custom-label {
		width: auto
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-add-fontIcon {
	line-height: inherit
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-payMethods .ups-add-fontIcon {
		margin-top: -5px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-box_length {
	max-height: 290px;
	overflow-y: scroll
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-gold {
	background: #FFD100;
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-error_display {
	width: 100%;
	display: inline-block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-shippingAddressInput {
	display: block;
	margin-left: 21%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-tile {
	display: block;
	margin-left: -15px;
	font-family: Tahoma, helvetica, arial, sans-serif
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-tile {
		padding-left: 32px;
		margin-left: 0px;
		height: 122px;
		padding-top: 12px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-tile label {
	margin-top: 40px;
	cursor: pointer
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-tile label {
		margin-top: 0px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-tile label span {
	margin: 0px 0px 10px;
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-payMethods .ups-cp-add-modal {
	padding-top: 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-minHeight {
	min-height: 13px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-start_date {
	margin-bottom: 3%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-start_date btn-default:active {
	color: #c91a13 !important
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa {
	margin: 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-ampm-outer {
	margin-top: 30px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-ampm-outer .ups-input_wrapper:nth-child(2) {
	width: 55%;
	margin-right: 5%;
	float: left
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-ampm-outer .ups-input_wrapper:nth-child(3) {
	width: 40%;
	float: left
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_group {
	float: left
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-boxed_checkbox {
	border: 1px solid #bebebe;
	position: relative;
	width: 14.66%;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-right: 2%;
	margin-left: 0px;
	cursor: pointer
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-boxed_checkbox:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-boxed_checkbox {
		width: 100%;
		margin: 3% 0px;
		height: 80px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_address {
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_address {
		text-align: left;
		padding-left: 40px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_checkIcon {
	display: block;
	height: 22px;
	width: 100%;
	position: absolute;
	top: 50%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_checkIcon.ups-active {
	list-style: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_checkIcon.ups-active:before {
	content: "\e622";
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5em
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_checkIcon {
		right: 30px;
		top: 20%;
		width: 40px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-form_checkIcon.ups-active:before {
		font-size: 2em
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-pickup-options-doa .ups-decoration-none {
	text-decoration: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-cardSize {
	font-size: 2.15em
}

@media screen\0 {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-show_password_wrapper .ups-active.ups-icon-check,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-active.ups-icon-check {
		font-size: 0.5em
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-hintPopover .popover {
	width: 300px;
	background: #300;
	color: #bebebe
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-box-modal .ups-ca-box-add {
	height: 145px;
	padding-top: 36px;
	display: block;
	margin-top: 0px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-box-modal .ups-ca-box-add {
		padding-left: 32px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-box-modal .ups-form_selectedAdd-background {
	background: #FFD100;
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-docCheck {
	font-size: 1.71em;
	text-align: center
}

@media screen\0 {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-docCheck {
		font-size: 1.5em
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-addOneText {
	text-decoration: underline;
	margin-top: 25px;
	display: inline-block
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-addOneText {
		float: left;
		margin-top: 30px;
		margin-left: 15px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-modal_subtitle {
	float: right;
	width: 100%;
	text-align: right
}

@media (min-width: 992px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-modal_subtitle {
		position: relative;
		top: -70px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-modal_subtitle {
		text-align: left;
		margin-top: 20px;
		width: 100%;
		float: none
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-checkbox_group.ups-form_group {
	margin-bottom: 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-checkbox .ups-invalid_color,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-radio .ups-invalid_color {
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-checkbox .ups-error_exclamation,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-radio .ups-error_exclamation {
	position: absolute;
	left: 24px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-progress {
	display: inline-block;
	background: #FFD100
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-form_link-noDecoration {
	text-decoration: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-radio_column {
	margin-left: -15px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-form_label {
	margin-top: 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-introductory-text {
	margin-bottom: 30px
}

.ups-application_wrapper .ups-onboApp-wrap-doa sup.ups-superscript-fontsize {
	font-size: 1em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icon-check.ups-docCheck {
	display: inline-block;
	right: 40%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icon-check.ups-docCheck:before {
	color: #000;
	font-size: 1em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-no-modal {
	line-height: inherit;
	font-size: 2.5em;
	font-family: Tahoma, helvetica, arial, sans-serif;
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-offset-03 {
	margin-bottom: 30px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-offset-16 {
	margin-left: 16px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-aside-none {
	float: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-element_relative {
	position: relative
}

.ups-application_wrapper .ups-onboApp-wrap-doa .icon.ups-icon-check.ups-docCheck:focus {
	outline: 5px auto #FFD100;
	outline-offset: 0
}

@-moz-document url-prefix() {
	.ups-application_wrapper .ups-onboApp-wrap-doa .icon.ups-icon-check.ups-docCheck:focus {
		outline: 1px auto #FFD100;
		outline-offset: 0
	}
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_content .ups-accordion_item.ups-active .ups-accordion_toggle {
		background: #e8e8e6
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-my-address .ups-addressSection .ups-addressDetail {
		width: 100%
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-my-address .ups-addressSection .ups-addressList .ups-addressContent {
		width: 100%
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-my-address .ups-addressSection .ups-addressList .ups-editDelete {
		padding-left: 32px
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-my-address .ups-addIcon {
		margin-right: 22px;
		float: left;
		margin: 0px
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-editAddressLink {
		float: left;
		line-height: 1px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-offset-20 {
	margin-top: 20px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-new-window .ups-icon-newwindow {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	font-size: 0.8em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-tableScroll {
	max-height: 500px;
	overflow-y: auto
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-tableScroll {
		max-height: 300px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-no-outline {
	outline: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-aside-right {
	float: right
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-text-underline {
	text-decoration: underline;
	cursor: pointer
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-white-bg {
	background: #fff
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-air-frieght .ups-icon-x:before {
	position: absolute;
	right: -20px;
	line-height: 45px
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-air-frieght .ups-icon-x {
		position: absolute;
		left: 50%;
		bottom: 0
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-day-start {
	background-color: #e8e8e6
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-date-start {
	padding: 10px !important
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icons-error .ups-invalid_color-list {
	color: #c91a13;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 1.1em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icons-error .ups-icon-exclamationcircle {
	position: relative;
	top: 12px;
	font-size: 34px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icons-error .ups-icons-error-list {
	margin-bottom: 30px;
	padding: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icons-error .ups-icons-error-list li {
	margin-left: 55px;
	color: #c91a13;
	margin-bottom: 10px;
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icons-error .ups-icons-error-list .ups-invalid_color {
	font-size: 0.93em;
	float: none;
	font-weight: normal
}

.ups-application_wrapper .ups-onboApp-wrap-doa h3 .ups-invalid_color {
	font-size: 0.86em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-regular_case {
	text-transform: none !important
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-no-border {
	border: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-help-position {
	margin-left: 30px;
	display: inline-block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-input_wrapper .ups-bodError {
	border: 1px solid #c91a13;
	padding: 10px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-gray-ng,
.ups-application_wrapper .ups-onboApp-wrap-doa .table.table-striped tbody tr.ups-gray-ng:nth-child(2n-1),
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-gray-ng td {
	background: #6e6e6e;
	color: #fff;
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .table.table-striped tbody tr:nth-child(2n-1) {
	background: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .table.table-striped tbody tr:nth-child(2n-1).ups-gold {
	background: #FFD100;
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .table.table-striped tbody tr td {
	font-weight: bold
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-upload {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	cursor: pointer
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-upload-wrap {
	font-family: Tahoma, helvetica, arial, sans-serif;
	display: inline-block;
	position: relative
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-upload-wrap span {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background: #00857D;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	padding: 16px 30px 14px;
	text-align: center;
	font-weight: 400;
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-upload-wrap input:disabled+span {
	background: #e8e8e6;
	color: #6e6e6e
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-regularText-wrap {
	font-family: Tahoma, helvetica, arial, sans-serif;
	display: inline-block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-regularText-wrap .ups-regularText {
	color: #404040;
	font-size: 1em;
	text-decoration: underline;
	cursor: pointer;
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-active .ups-icon-check {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-active .ups-icon-check:before {
	color: #64a70b;
	font-size: 1.5em
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icon-check.ups-docCheck {
	position: static;
	display: block;
	height: auto;
	margin-top: -8px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icon-check.ups-docCheck:before {
	color: #000
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-icon-check.ups-docCheck-upload {
	height: 20px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-custom-accordion .panel-collapse.in .panel-body {
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa button.btn.btn-default.btn-sm.btn-info.active {
	background-color: #FFD100 !important
}

.ups-application_wrapper .ups-onboApp-wrap-doa .btn-info {
	background-color: #FFD100 !important
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-form_ctaGroup {
	margin: 20px 0px 0px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table table th,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table table td {
	text-transform: capitalize
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table .ups-text-underline {
	text-decoration: underline
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table-responsive {
		margin-left: 0px;
		margin-right: 0px;
		overflow-x: scroll
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-methods .ups-addbtn {
		margin-left: 48%
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed {
	margin-bottom: 20px !important;
	border-bottom: solid 1px;
	border-right: 1px solid;
	border-left: 1px solid
}

.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%
}

.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed thead,
.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed tbody,
.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed tr,
.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed td,
.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed th {
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed tbody td,
.ups-application_wrapper .ups-onboApp-wrap-doa .table-fixed thead>tr>th {
	float: left;
	border-bottom-width: 0
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_list .ups-accordion_wrapper,
.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table {
	margin: 0px 0px 30px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-accordion_list .ups-accordion_wrapper .ups-form_group .ups-form_label,
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table .ups-form_group .ups-form_label {
		margin-top: 30px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table tbody tr:first-child th {
	border-top: 1px solid #300
}

@media (max-width: 991px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table-responsive {
		border: none
	}
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-table-responsive th a {
		text-decoration: none
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa table tr td.ups-uib-day.text-center.btn-info.active {
	background-color: #FFD100
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ng-invalid.ng-dirty {
	border-color: #c91a13;
	outline-color: #c91a13
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-invalid_color {
	color: #c91a13
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-invalid_color+.ups-invalid_color {
	float: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-form_input {
	margin-bottom: 5px
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-no-position {
		top: 0 !important
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint {
	padding-left: 0;
	list-style-type: disc
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint li {
	margin-left: 21px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint li .ups-readerTxt {
	display: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint li.ups-active {
	list-style: none
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint li.ups-active:before {
	content: "\e622";
	color: #357715;
	position: absolute;
	left: 18px;
	padding-top: 2px;
	font-family: "upsicons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-credential_hint li.ups-active .ups-readerTxt {
	display: block
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-max-count-disabled {
	pointer-events: none;
	background: #e8e8e6
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-cardOrder_list {
	padding: 0px;
	margin: 0px
}

@media (min-width: 992px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-cardOrder_list {
		margin-top: 30px
	}
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-cardOrder_list {
		padding: 0px 0px 20px
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-cardOrder_list li {
	padding: 0px;
	margin: 0px;
	height: 25px;
	float: left;
	text-indent: -9999px;
	display: inline-block;
	background-position: 0 0;
	margin-right: 1px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-form_wrap .ups-help .ups-help_tooltip {
	z-index: 99
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-boxed_radio.ups-boxed_radioOverride {
	float: none;
	display: inline-block;
	margin: 2% 3%
}

@media (max-width: 767px) {
	.ups-application_wrapper .ups-onboApp-wrap-doa .ups-boxed_radio.ups-boxed_radioOverride {
		margin: 3% 0
	}
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper {
	overflow: inherit
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper:before {
	height: 45px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper.ups-drop_exclamation:before {
	height: 45px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper .ups-error_exclamation {
	position: relative;
	left: 8px
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper .ups-dropdown:disabled {
	background: #e8e8e6;
	opacity: 0.9;
	color: #6e6e6e
}

.ups-application_wrapper .ups-onboApp-wrap-doa .ups-dropdown_wrapper .ups-dropdown.ng-invalid.ng-dirty {
	border-color: #c91a13;
	padding-right: 70px
}

.ups-application_wrapper .ups-form_wrap .ups-bodError+.ups-checkbox-custom-label,
.ups-application_wrapper .ups-form_wrap .ups-bodError+.ups-radio-custom-label {
	padding-left: 40px
}

.ups-application_wrapper .ups-form_wrap .ups-bodError+.ups-checkbox-custom-label:before,
.ups-application_wrapper .ups-form_wrap .ups-bodError+.ups-radio-custom-label:before {
	border-color: #c91a13
}

@media (max-width: 992px) {
	.ups-application_wrapper .signin-button,
	.ups-application_wrapper ul.ups-icon_list li.wechat {
		padding-top: 0
	}
}

@media (max-width: 1200px) {
	.ups-application_wrapper .signin-button,
	.ups-application_wrapper ul.ups-icon_list li.wechat {
		padding-top: 0
	}
}

@media (max-width: 768px) {
	.ups-application_wrapper .signin-button {
		padding-top: 0
	}
}

.ups-application_wrapper ul.ups-icon_list li {
	margin-bottom: 10px
}

@media (max-width: 992px) {
	.ups-application_wrapper ul.ups-icon_list li.apple {
		align-items: center;
		display: flex;
		padding-top: 10px
	}
}

.ups-application_wrapper .ups-step_block .ups-step_block_number {
	margin-top: 10px;
	font-size: 24px
}

.ups-application_wrapper .ups-step_block .ups-step-icon {
	font-size: 50px;
	font-weight: 300;
	text-align: center
}

.ups-application_wrapper .ups-step_block .ups-step_block_title {
	font-weight: bold
}

.ups-application_wrapper .ups-step_block .ups-step_block_list {
	-webkit-padding-start: 0px
}

.ups-application_wrapper .ups-step_block .ups-step_block_list li {
	margin-top: 15px;
	list-style: none
}

.ups-application_wrapper .ups-drawer .ups-drawer-btn {
	width: 100%;
	background-color: #F7F6F5;
	text-align: left;
	padding: 10px 8px 7px;
	border: none;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575
}

.ups-application_wrapper .ups-drawer .ups-drawer-content {
	display: none;
	border-bottom: 1px solid #757575;
	padding: 10px 8px 7px
}

.ups-application_wrapper .ups-drawer.ups-drawer_slim .ups-drawer-btn {
	width: auto;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	text-decoration: underline
}

.ups-application_wrapper .ups-drawer.ups-drawer_slim .ups-drawer-btn .icon {
	margin-left: 10px;
	text-decoration: none;
	display: inline-block
}

.ups-application_wrapper .ups-drawer.ups-drawer_slim .ups-drawer-btn .icon:before {
	text-decoration: none
}

.ups-application_wrapper .ups-drawer.ups-drawer_slim .ups-drawer-content {
	border-bottom: none;
	padding: 5px
}

.ups-application_wrapper ul.ups-drawer {
	margin: 0;
	padding: 0
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item {
	list-style: none
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item:first-child .ups-drawer-btn {
	border-top: 1px solid #757575
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn {
	border-top: none
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn:focus {
	position: relative;
	z-index: 2
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn.ups-drawer_btn_error {
	color: #c91a13
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn.ups-drawer_btn_error:focus {
	outline-color: #c91a13
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn.ups-drawer_btn_error .ups-drawer_left_icon {
	color: #c91a13
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-btn .icon {
	margin-right: 5px;
	font-size: 16px;
	position: relative;
	top: 2px;
	line-height: 16px;
	color: #000
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer_left_icon {
	vertical-align: -4px
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-circle_icon_xs {
	top: 2px;
	margin-right: 5px
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .icon.ups-drawer_left_icon {
	width: 16px;
	height: 16px;
	display: inline-block
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .icon.ups-drawer_left_icon:before {
	position: absolute;
	top: -3px
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .icon.ups-drawer_left_icon.ups-icon-check {
	left: 1px;
	font-size: 8px;
	top: 4px
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-empty_circle {
	height: 12px;
	width: 12px;
	border: 1px solid #000;
	border-radius: 16px;
	display: inline-block;
	margin-right: 9px;
	position: relative;
	top: -3px;
	left: 2px;
	transform: scale(1.3);
	-ms-transform: scale(1.3)
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-required_indicator:after {
	content: "*"
}

.ups-application_wrapper ul.ups-drawer li.ups-drawer_list_item .ups-drawer-content {
	padding: 15px 15px 0
}

.ups-application_wrapper .ups-gray-border {
	border-top: 1px solid #757575
}

.ups-application_wrapper h3.ups-spot_title span.ups-icon-chevronright {
	position: absolute;
	top: 15px;
	right: 15px
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_title {
	font-size: 0.5em;
	word-wrap: break-word;
	margin: 4px 40px 0px
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod {
	background: #fff;
	margin-bottom: 30px;
	min-height: 390px;
	border: 1px solid #757575;
	border-top: none
}

@media screen and (max-width: 991px) {
	.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod {
		min-height: 0;
		float: left;
		width: 100%
	}
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_content {
	padding: 15px
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_content p {
	margin: 10px 0;
	text-align: left;
	width: auto
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_content .ups-link {
	line-height: 3em;
	display: block
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap {
	border-bottom: 1px solid #d6d6d6;
	min-height: 70px;
	padding: 5px 0 0;
	display: inline-block;
	width: 100%;
	color: #404040;
	overflow: hidden;
	position: relative;
	font-size: 2.5em
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap>span {
	font-size: 0.7em;
	left: 8px;
	position: absolute;
	top: 7px
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-orange_border {
	border-top: 4px solid #C67D30
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-blue_border {
	border-top: 4px solid #426DA9
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-yellow_border {
	border-top: 4px solid #FFD100
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-green_border {
	border-top: 4px solid #6E7E1B
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-NoIcon {
	padding: 0 15px 15px
}

@media screen and (min-width: 992px) {
	.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-NoIcon {
		min-height: 110px
	}
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-NoIcon:after {
	display: none
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-NoIcon .ups-spot_title {
	display: block;
	word-wrap: break-word
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_boxMod .ups-spot_titleWrap.ups-NoIcon .ups-spot_title {
	margin: 20px 0 10px
}

.ups-application_wrapper .ups-spot_contentWrap .ups-spot_col-5 {
	width: 20%;
	float: left
}

@media screen and (max-width: 992px) {
	.ups-application_wrapper .ups-spot_contentWrap .ups-spot_col-5 {
		min-height: 0;
		float: left;
		width: 100%
	}
}

@media screen and (min-width: 1401px) {
	.ups-application_wrapper .ups-spot_contentWrap .ups-spot_col-5 .ups-spot_content {
		min-height: 135px
	}
}

@media screen and (max-width: 767px) {
	.ups-application_wrapper .ups-spot_contentWrap .ups-spot_col-5 {
		padding: 0
	}
}

.ups-application_wrapper .ups-speech_bubble {
	border: 1px solid #000;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 30px;
	position: relative
}

.ups-application_wrapper .ups-speech_bubble:before,
.ups-application_wrapper .ups-speech_bubble:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.ups-application_wrapper .ups-speech_bubble:after {
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px
}

.ups-application_wrapper .ups-speech_bubble:before {
	border-top-color: #000;
	border-width: 21px;
	margin-left: -21px
}