/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(../../../libs/clientlibs/granite/jquery-ui/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../../../libs/clientlibs/granite/jquery-ui/resources/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* Roboto */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'),  url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-Bold.ttf") format("truetype");
} 

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),  url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("../../../etc/clientlibs/fedex/common/css/resources/fonts/Roboto-BoldItalic.ttf") format("truetype");
} 

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../../../etc/clientlibs/fedex/common/libs/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

/*
COLORS
------
Globally used colors. Imported from CommonCore
*/
/*
COLOR FUNCTION
--------------
Reference globally defined colors by category
*/
/*
VARIABLES
---------
Variables used in breakpoint mixins.
*/
/*
VARIABLES
---------
Variables used in breakpoint mixins.
*/
/*
BREAKPOINTS
-----------
Breakpoints and media query mixins.
*/
/*
BOX SHADOWS
-----------
Backwards compatible box shadows.
*/
/*
FLEXBOX
-------
A collection of flexbox mixins.
*/
/*
TRANSFORM
---------
Transform mixin to ensure backwards compatibility.
*/
/*
ROTATE
------
Mixin to rotate stuff using the transform mixin.
*/
.clear {
  clear: both;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #ffffff;
  margin: 0;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
}

.fxg-body-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

.fxg-body-container .fxg-linkcontainer {
  margin: 0 0 0 30px;
}

.fxg-main-content {
  position: relative;
  margin-top: 0;
}

.fxg-display-text {
  margin-top: 75px;
}

.fxg-genericpage-content {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .fxg-genericpage-content {
    margin-top: 60px;
  }
}
/* COLOR MIXINS */
.fxg-purple {
  color: #4D148C;
}

.fxg-blue {
  color: #007ab7;
}

.fxg-gray {
  color: #333333;
}

/* TYPOGRAPHY STYLES */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* TYPOGRAPHY MIXINS */
.italic {
  font-style: italic;
}

/* STRUCTURE */
html[dir=rtl] .dropdown.aem-GridColumn.aem-GridColumn--default--12 {
  float: right;
}

.fxg-wrapper {
  width: 970px;
  margin: 0 auto;
}
 @media screen and (min-width: 993px) and (max-width: 1100px){
  .fxg-wrapper {
    width: 923px;
  }
}
.fxg-alert .fxg-wrapper {
  position: relative;
}
.fxg-expandable-cols .fxg-wrapper {
  overflow: hidden;
}
.fxg-carousel .fxg-wrapper {
  padding: 0;
}
.fxg-wrapper .fxg-wrapper {
  padding: 0;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .fxg-wrapper {
    width: 738px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .fxg-wrapper {
    width: auto;
    min-width: 290px;
  }
}
@media screen and (min-width: 993px) {
  .fxg-desktop--hide {
    display: none !important;
  }
}
@media print {
  .fxg-desktop--hide {
    display: none !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .fxg-tablet--hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .fxg-mobile--hide {
    display: none !important;
  }
}
.fxg-hidden {
  display: none;
}

/* Form */
input {
  outline: none;
}

/* COMPONENTS COMMON */
.fxg-column-75 {
  width: 75%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fxg-column-67 {
  width: 67%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fxg-column-50 {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fxg-column-33 {
  width: 33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fxg-column-25 {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fxg-basic-header {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #4d148c;
  height: 75px;
}

.fxg-basic-header-text {
  float: right;
  font-size: 25px;
  margin: 25px 40px;
  color: #ffffff;
}

.fxg-basic-logo {
  float: left;
  margin: 25px 40px;
}

.fxg-basic-logo img {
  height: 25px;
}

/* Text colors */
.fxg-text--white {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .fxg-landing-hero .fxg-text--white {
    color: #333333 !important;
  }
}

.fxg-divider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.fxg-margin-top-10 {
  margin-top: 10px;
}

.fxg-margin-top-20 {
  margin-top: 20px;
}

.fxg-margin-bottom-10 {
  margin-bottom: 10px;
}

.fxg-margin-bottom-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
.fxg-brand-redesign {
  overflow-y: scroll;
}

.fxg-link sub,
.fxg-drawer__button sub {
  display: inline-block;
  text-decoration: none;
}

.link .fxg-button--orange,
.link .fxg-button--transparent {
  max-width: 300px;
  min-width: 160px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 19px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 22px !important;
  max-height: 82px;
}

[dir] .link .fxg-button--orange, [dir] .link .fxg-button--transparent {
  text-align: center;
  padding: 19px 30px;
}

.link .fxg-button--round {
  line-height: 16px !important;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 50px;
  max-height: 72px;
  min-width: 160px;
  max-width: 280px;
  color: #007ab7 !important;
}

.fxg-button--round-override {
  line-height: 16px !important;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 50px;
  max-height: 72px;
  min-width: 160px;
  max-width: 280px;
}

[dir] .link .fxg-button--round {
  text-align: center;
}

[dir] .fxg-button--round-override {
  padding: 15px 30px !important;
  text-align: center;
}

.link .fxg-button--orange {
  color: #fff !important;
}

[dir] .link .fxg-button--orange {
  background-color: #ff6200;
  color: #fff !important;
}

.link .fxg-button--transparent {
  color: #ff6200 !important;
}

[dir] .link .fxg-button--transparent {
  background-color: transparent;
  border: 2px solid #ff6200;
  color: #ff6200 !important;
}

a.fxg-link.default:hover, a.fxg-link.default:focus, a.fxg-link.fxg-link--blue:hover, a.fxg-link.fxg-link--blue:focus, a.fxg-link.fxg-link--gray:hover, a.fxg-link.fxg-link--gray:focus, a.fxg-link.fxg-link--blue-override:hover, a.fxg-link.fxg-link--blue-override:focus {
  text-decoration: underline;
}


.fxg-mouse:hover,
.fxg-mouse:focus,
.fxg-user-options__sign-in-text:hover,
.fxg-user-options__sign-in-text:focus,
.fxg-keyboard:focus > span.fxg-mouse,
#global-login-wrapper .fxg-keyboard:focus,
a.fxg-drawer__button:hover,
a.fxg-drawer__button:focus {
  text-decoration: underline;
}

.fxg-footer .fxg-copyright .link,
.fxg-main-content .fxg-footer .fxg-copyright .link {
  color: #fff;
}

.fxg-footer .link {
  color: #333;
}

.fxg-main-content .fxg-footer .link, .container-fluid .fxg-footer .link {
  color: #333;
  line-height: 12px;
}

.fxg-footer .fxg-copyright .link {
  line-height: 12px;
  color: #fff;
}

.fxg-main-content .fxg-footer .fxg-copyright .link {
  color: #fff;
}

.fxg-header .fxg-dropdown__sub-menu .link {
  color: #333;
}

.fxg-main-content .fxg-header .fxg-dropdown__sub-menu .link {
  color: #333;
}

.fxg-dropdown__sub-menu .link.link-lock {
  position: relative;
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  background: #ffffff;
}
.fxg-dropdown__sub-menu .link.link-lock .fxg-link{
	border-bottom : 0px;
}
.fxg-dropdown__sub-menu .link.link-lock:focus {
  text-decoration: underline;
  outline-offset: -10px;
}
.fxg-dropdown__sub-menu .link.link-lock:hover {
  text-decoration: none;
  background-color: #fafafa;
}

.fxg-dropdown__sub-menu .link.link-lock:hover > .fxg-link__lock svg rect#Rectangle {
  fill: #fafafa;
}

.fxg-dropdown__sub-menu .link:hover > a.fxg-link .fxg-arrowIcon svg rect {
  fill: #fafafa;
}

/*added conatiner fluid for xf link color */
.fxg-main-content .link, .container-fluid .link {
  color: #007ab7;
}

.fxg-main-content .link .fxg-link + .fxg-link__lock,.fxg-main-content .link .fxg-link .fxg-link__lock_icon,.fxg-main-content .link .fxg-link
.fxg-link__lock_left,.fxg-footer .link .fxg-link + .fxg-link__lock ,.fxg-footer .link .fxg-link__lock_icon,.fxg-footer .link .fxg-link__lock_left{
  display: none;
}

.fxg-main-content .fxg-header .link .fxg-link .fxg-link__lock_left,.fxg-main-content .fxg-header .link .fxg-link .fxg-link__lock_icon  {
 display: inline-block;
}

.fxg-main-content .fxg-header .link .fxg-link + .fxg-link__lock {
 display: block;
}

.fxg-main-content .fxg-landing-hero .link {
  color: #fff;
}

.fxg-main-content .fxg-hero_homepage .link {
  color: #fff;
}

.fxg-main-content .fxg-hero .link {
  color: #fff;
}

.fxg-footer .fxg-copyright .link {
  display: inline-block;
}

.fxg-tracking-app__links-par .link {
  text-transform: uppercase;
  display: inline-block;
}

[dir=ltr] .fxg-tracking-app__links-par .link {
  float: left;
}

[dir=rtl] .fxg-tracking-app__links-par .link {
  float: right;
}

.fxg-tracking-app__links-par .link .fxg-link__separator {
  color: #fff;
  position: relative;
  top: -1px;
}

[dir=ltr] .fxg-tracking-app__links-par .link .fxg-link__separator {
  margin-left: 10px;
  margin-right: 10px;
}

[dir=rtl] .fxg-tracking-app__links-par .link .fxg-link__separator {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .fxg-tracking-app__links-par .link .fxg-link__separator {
    color: #007ab7 !important;
  }
}

.fxg-tracking-app__submitted .fxg-tracking-app__links-par .link .fxg-link__separator {
  color: #333;
}

.fxg-tracking-app__more-links .link, .fxg-tracking-app__more-detail .link {
  display: inline-block;
}

.fxg-tracking-app__more-links .link .fxg-link, .fxg-tracking-app__more-detail .link .fxg-link {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}

.fxg-rate-ship-app__links-par .link {
  display: inline-block;
}

[dir] .fxg-rate-ship-app__links-par .link {
  margin-top: 10px;
}

@media (max-width: 767px) {
  [dir] .fxg-rate-ship-app__links-par .link {
    margin-top: 0;
  }
}

.fxg-rate-ship-app__links-par .link .fxg-link {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}

.fxg-rate-ship-app__links-par .link .fxg-link__separator {
  color: #fff;
  position: relative;
  top: -1px;
}

[dir=ltr] .fxg-rate-ship-app__links-par .link .fxg-link__separator {
  margin-left: 10px;
  margin-right: 10px;
}

[dir=rtl] .fxg-rate-ship-app__links-par .link .fxg-link__separator {
  margin-right: 10px;
  margin-left: 10px;
}

.fxg-locations-app__links-par .link {
  text-transform: uppercase;
  display: inline-block;
}

.fxg-locations-app__links-par .link .fxg-link__separator {
  color: #fff;
  position: relative;
  top: -1px;
}

[dir=ltr] .fxg-locations-app__links-par .link .fxg-link__separator {
  margin-left: 10px;
  margin-right: 10px;
}

[dir=rtl] .fxg-locations-app__links-par .link .fxg-link__separator {
  margin-right: 10px;
  margin-left: 10px;
}

.fxg-landing-tracking-app .link .fxg-link__separator {
  color: #333;
}

.fxg-link {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: block;
  text-decoration: none;
  /* ADDED JULY 4, 2017 */
  /* Next Click */;
}





.fxg-link span {
  font-size: 14px;
}

[dir=ltr] .fxg-link--align-left {
  text-align: left;
}

[dir=rtl] .fxg-link--align-left {
  text-align: right;
}

[dir] .fxg-link--align-center {
  text-align: center;
}

.fxg-link--align-center.fxg-link--rounded_button, .fxg-link--align-center.fxg-button--orange, .fxg-link--align-center.fxg-button--transparent {
  position: relative;
}

[dir=ltr] .fxg-link--align-center.fxg-link--rounded_button, [dir=ltr] .fxg-link--align-center.fxg-button--orange, [dir=ltr] .fxg-link--align-center.fxg-button--transparent {
  left: 50%;
  transform: translateX(-50%) scale(1, 1);
}

[dir=rtl] .fxg-link--align-center.fxg-link--rounded_button, [dir=rtl] .fxg-link--align-center.fxg-button--orange, [dir=rtl] .fxg-link--align-center.fxg-button--transparent {
  right: 50%;
  transform: translateX(50%) scale(1, 1);
}

[dir=ltr] .fxg-link--align-center.fxg-link--rounded_button:hover, [dir=ltr] .fxg-link--align-center.fxg-link--rounded_button:focus, [dir=ltr] .fxg-link--align-center.fxg-button--orange:hover, [dir=ltr] .fxg-link--align-center.fxg-button--orange:focus, [dir=ltr] .fxg-link--align-center.fxg-button--transparent:hover, [dir=ltr] .fxg-link--align-center.fxg-button--transparent:focus {
  transform: translateX(-50%) scale(1.02, 1.06);
}

[dir=rtl] .fxg-link--align-center.fxg-link--rounded_button:hover, [dir=rtl] .fxg-link--align-center.fxg-link--rounded_button:focus, [dir=rtl] .fxg-link--align-center.fxg-button--orange:hover, [dir=rtl] .fxg-link--align-center.fxg-button--orange:focus, [dir=rtl] .fxg-link--align-center.fxg-button--transparent:hover, [dir=rtl] .fxg-link--align-center.fxg-button--transparent:focus {
  transform: translateX(50%) scale(1.02, 1.06);
}

[dir=ltr] .fxg-link--align-right {
  text-align: right;
}

[dir=rtl] .fxg-link--align-right {
  text-align: left;
}

[dir=ltr] .right {
  text-align: right;
}

[dir=rtl] .right {
  text-align: left;
}

.fxg-link--align-right.fxg-link--rounded_button, .fxg-link--align-right.fxg-button--orange, .fxg-link--align-right.fxg-button--transparent {
  position: relative;
}

[dir=ltr] .fxg-link--align-right.fxg-link--rounded_button, [dir=ltr] .fxg-link--align-right.fxg-button--orange, [dir=ltr] .fxg-link--align-right.fxg-button--transparent {
  left: 100%;
  transform: translateX(-100%) scale(1, 1);
}

[dir=rtl] .fxg-link--align-right.fxg-link--rounded_button, [dir=rtl] .fxg-link--align-right.fxg-button--orange, [dir=rtl] .fxg-link--align-right.fxg-button--transparent {
  right: 100%;
  transform: translateX(100%) scale(1, 1);
}

[dir=ltr] .fxg-link--align-right.fxg-link--rounded_button:hover, [dir=ltr] .fxg-link--align-right.fxg-link--rounded_button:focus, [dir=ltr] .fxg-link--align-right.fxg-button--orange:hover, [dir=ltr] .fxg-link--align-right.fxg-button--orange:focus, [dir=ltr] .fxg-link--align-right.fxg-button--transparent:hover, [dir=ltr] .fxg-link--align-right.fxg-button--transparent:focus {
  transform: translateX(-100%) scale(1.02, 1.06);
}

[dir=rtl] .fxg-link--align-right.fxg-link--rounded_button:hover, [dir=rtl] .fxg-link--align-right.fxg-link--rounded_button:focus, [dir=rtl] .fxg-link--align-right.fxg-button--orange:hover, [dir=rtl] .fxg-link--align-right.fxg-button--orange:focus, [dir=rtl] .fxg-link--align-right.fxg-button--transparent:hover, [dir=rtl] .fxg-link--align-right.fxg-button--transparent:focus {
  transform: translateX(100%) scale(1.02, 1.06);
}

@media (max-width: 767px) {
  .fxg-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
  }

  [dir=ltr] .fxg-link--mobile-align-left {
    text-align: left;
  }

  [dir=rtl] .fxg-link--mobile-align-left {
    text-align: right;
  }

  [dir] .fxg-link--mobile-align-center {
    text-align: center;
  }

  .fxg-link--mobile-align-center.fxg-link--rounded_button, .fxg-link--mobile-align-center.fxg-button--orange, .fxg-link--mobile-align-center.fxg-button--transparent {
    position: relative;
  }

  [dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent {
    left: 50%;
    transform: translateX(-50%) scale(1, 1);
  }

  [dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent {
    right: 50%;
    transform: translateX(50%) scale(1, 1);
  }

  [dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button:hover, [dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button:focus, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange:hover, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange:focus, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent:hover, [dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent:focus {
    transform: translateX(-50%) scale(1.02, 1.06);
  }

  [dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button:hover, [dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button:focus, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange:hover, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange:focus, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent:hover, [dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent:focus {
    transform: translateX(50%) scale(1.02, 1.06);
  }

  [dir=ltr] .fxg-link--mobile-align-right {
    text-align: right;
  }

  [dir=rtl] .fxg-link--mobile-align-right {
    text-align: left;
  }

  .fxg-link--mobile-align-right.fxg-link--rounded_button, .fxg-link--mobile-align-right.fxg-button--orange, .fxg-link--mobile-align-right.fxg-button--transparent {
    position: relative;
  }

  [dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent {
    left: 100%;
    transform: translateX(-100%) scale(1, 1);
  }

  [dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent {
    right: 100%;
    transform: translateX(100%) scale(1, 1);
  }

  [dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button:hover, [dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button:focus, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange:hover, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange:focus, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent:hover, [dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent:focus {
    transform: translateX(-100%) scale(1.02, 1.06);
  }

  [dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button:hover, [dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button:focus, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange:hover, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange:focus, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent:hover, [dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent:focus {
    transform: translateX(100%) scale(1.02, 1.06);
  }
}

@media (max-width: 992px) {
  .fxg-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
  }
}

.fxg-pods .fxg-link {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  [dir] .fxg-pods .fxg-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.fxg-pods__icon-block .fxg-link {
  font-size: 12px;
  line-height: 16px;
}

.fxg-pods p .fxg-link {
  font-size: 16px;
  color: #007ab7;
  display: inline;
  text-transform: none;
}

.fxg-link__separator {
  position: relative;
  top: -1px;
}

[dir=ltr] .fxg-link__separator {
  margin-left: 10px;
  margin-right: 10px;
}

[dir=rtl] .fxg-link__separator {
  margin-right: 10px;
  margin-left: 10px;
}

.fxg-link--rounded_button {
    /*Bug Fix VMLNAFEDEXW-355*/
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  color: #007ab7;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  max-width: 280px;
  max-height: 72px;
  overflow: hidden;
}

[dir] .fxg-link--rounded_button {
  padding: 15px 30px;
  border: 2px solid #007ab7;
  border-radius: 40px;
  text-align: center;
}

.fxg-link--bluebold {
  font-weight: 700;
  display: inline-block;
  color: #007ab7;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 15px;
}

.fxg-border-override {
    border: 2px solid !important;
}

.fxg-link--rounded_button:hover, .fxg-link--rounded_button:focus {
  transition: 0.16s;
}

[dir] .fxg-link--rounded_button:hover, [dir] .fxg-link--rounded_button:focus {
  transform: scale(1.02, 1.06);
}

.fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
  max-width: 179px;
}

[dir] .fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
  padding: 22px 30px 23px;
}

.fxg-offer .fxg-link--rounded_button {
  font-size: 14px;
}

[dir] .fxg-offer .fxg-link--rounded_button {
  margin-top: 7px;
}

@media (max-width: 992px) {
  .fxg-offer .fxg-link--rounded_button {
    font-size: 14px !important;
  }
}

.fxg-offer__item--small .fxg-link--rounded_button {
  color: #fff;
}

[dir] .fxg-offer__item--small .fxg-link--rounded_button {
  margin-top: 0;
  border-color: #fff;
}

@media (max-width: 992px) {
  [dir] .fxg-offer__item--small .fxg-link--rounded_button {
    margin-top: -5px;
  }

  [dir=ltr] .fxg-offer__item--small .fxg-link--rounded_button {
    margin-left: -3px;
  }

  [dir=rtl] .fxg-offer__item--small .fxg-link--rounded_button {
    margin-right: -3px;
  }
}

[dir] .fxg-drawer__content .fxg-link--rounded_button {
  margin-top: 20px;
}

[dir] .fxg-pods--fixed .fxg-link--rounded_button:hover, [dir] .fxg-pods--fixed .fxg-link--rounded_button:focus {
  transform: scale(1.02, 1.06);
}

@media (max-width: 767px) {
  .fxg-pods--fixed .fxg-link--rounded_button {
    position: relative;
  }

  [dir] .fxg-pods--fixed .fxg-link--rounded_button {
    transform: none;
  }

  [dir=ltr] .fxg-pods--fixed .fxg-link--rounded_button {
    left: 0;
  }

  [dir=rtl] .fxg-pods--fixed .fxg-link--rounded_button {
    right: 0;
  }
}

.fxg-offer--fixed .fxg-link--rounded_button {
  position: absolute;
  bottom: 60px;
}

@media (max-width: 767px) {
  .fxg-offer--fixed .fxg-link--rounded_button {
    position: initial;
  }
}

.fxg-link--blue {
  font-size: 14px;
  font-weight: 700 !important;
  color: #007ab7 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fxg-link--blue-override {
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .fxg-link--blue {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media (max-width: 992px) {
  .fxg-link--blue {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.fxg-secondary-menu__dropdown .fxg-link--blue {
  font-size: 10px !important;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.92px;
}

.fxg-secondary-menu__footer-row .fxg-link--blue {
  font-size: 14px !important;
}

.fxg-link--carrot {
  text-transform: uppercase;
}

.default.fxg-link--carrot {
  text-transform: none;
}

.fxg-link--carrot:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: top;
}

[dir] .fxg-link--carrot:after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20data-name%3D%27Layer%201%27%20viewBox%3D%27-1%200%2020%2012%27%3E%3Cdefs%3E%3Cstyle%3E%20%20.cls-2%7Bfill%3A%20%23007ab7%3B%20stroke%3A%20%23007ab7%3B%20stroke-width%3A%20.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%27cls-2%27%20points%3D%270%200%208%208%2016%200%2013.1%200%208%205.2%202.9%200%200%200%27%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

[dir=ltr] .fxg-link--carrot:after {
  margin-left: 5px;
  transform: rotate(-90deg);
}

[dir=rtl] .fxg-link--carrot:after {
  margin-right: 5px;
  transform: rotate(90deg);
}

@media (max-width: 992px) {
  .fxg-link--carrot:after {
    vertical-align: middle;
    margin-bottom: 3.5px;
  }
  .fxg-dropdown__sub-menu .fxg-link--carrot:after {
    vertical-align: top;
    margin-bottom: 0;
  }
}

[dir] .fxg-drawer__button.fxg-link--carrot:after {
  margin-bottom: -1px;
}

[dir=ltr] .fxg-drawer__button.fxg-link--carrot:after {
  margin-left: 6px;
  transform: rotate(90deg);
}

[dir=rtl] .fxg-drawer__button.fxg-link--carrot:after {
  margin-right: 6px;
  transform: rotate(-90deg);
}

.fxg-tracking-app__watch-list .fxg-link--carrot:after {
  position: relative;
  top: 1px;
}

.fxg-secondary-menu__footer-row .fxg-link--carrot {
  font-size: 12px;
}

[dir] .fxg-link--carrot-right:after {
  background-size: 48px 46px;
  background-position: -28px 16px;
}

.fxg-pods .fxg-link--sm {
  width: 175px;
}

.fxg-pods .fxg-link--md {
  width: 225px;
}

.fxg-pods .fxg-link--lg {
  width: 275px;
}

.fxg-alert__details-btn .fxg-link {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.fxg-alert__details-btn .fxg-link:hover {
  color:#fff;
}

[dir] .fxg-alert__details-btn .fxg-link {
  padding: 0 !important;
}

.fxg-global-nav .fxg-link {
  transition: .25s padding ease;
}

[dir] .fxg-global-nav .fxg-link {
  padding: 31px 15px 30px 15px;
}

@media (max-width: 992px) {
  .fxg-global-nav .fxg-link {
    color: #333;
  }

  [dir] .fxg-global-nav .fxg-link {
    padding: 17px 26px 10px;
  }
}

.fxg-dropdown__item--open .fxg-link {
  color: #4d148c;
}

.fxg-dropdown__item--open > .fxg-link {
  color: #4d148c;
}

@media (max-width: 992px) {
  .fxg-dropdown__item--open > .fxg-link:first-child {
    color: #fff;
  }

  [dir] .fxg-dropdown__item--open > .fxg-link:first-child {
    background-color: #4d148c;
  }

  [dir] .fxg-global-nav .fxg-dropdown__item--open > .fxg-link:first-child {
    border-top: 1px solid rgba(216, 216, 216, 0.33);
  }
}

[dir] .fxg-dropdown__sub-menu > .link:last-child .fxg-link {
  border-bottom: 0;
}

.fxg-dropdown__sub-menu .fxg-link {
    position : relative;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

[dir] .fxg-dropdown__sub-menu .fxg-link {
  padding: 19px 13px 18px 13px;
  margin: 0;
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
}

.fxg-dropdown__sub-menu .fxg-link__lock {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 20px 0 0;
}

.fxg-dropdown__sub-menu .fxg-link__lock_left {
display:inline-block;
top: 50%;
padding: 0 10px 0 15px;
}

.fxg-dropdown__sub-menu .fxg-link__lock svg{
 width : 1em;
 height : 1em;
 font-size : 16px;
}


[dir=rtl] .fxg-dropdown__sub-menu .fxg-link__lock {
  padding: 0 0 0 20px;
  left: 0;
  right: auto;
}

.fxg-dropdown__sub-menu .fxg-link.fxg-link-lock {
  margin-right: 40px;
    border-bottom : 0;
}


[dir=rtl] .fxg-dropdown__sub-menu .fxg-link.fxg-link-lock {
  margin-right: 0px;
  margin-left: 40px;
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--none, 
.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--none {
  line-height: 0;
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--small, 
.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--small {
  line-height: 1;
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--medium, 
.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--medium {
  line-height: 1.3;
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--large, 
.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--large {
  line-height: 1.5;
}


@media (max-width: 992px) {
  [dir] .fxg-dropdown__sub-menu .fxg-link {
    padding: 22px 26px 13px;
    background: #fff;
  }
}

.fxg-dropdown__sub-menu .fxg-link--blue {
  font-weight: 700;
  color: #007ab7;
  text-transform: uppercase;
}

.fxg-dropdown__sub-menu .fxg-link__reward-points {
  font-size: 14px;
  color: #4d148c;
}

[dir=ltr] .fxg-dropdown__sub-menu .fxg-link__reward-points {
  float: right;
}

[dir=rtl] .fxg-dropdown__sub-menu .fxg-link__reward-points {
  float: left;
}

@media (max-width: 992px) {
  .fxg-dropdown__sub-menu .fxg-link__reward-points {
    display: none;
  }

  .fxg-dropdown__item--open .fxg-dropdown__sub-menu .fxg-link__reward-points {
    display: block;
  }
}

@media (max-width: 767px) {
  [dir=ltr] .fxg-dropdown__sub-menu .fxg-link__reward-points {
    margin-left: 35px;
  }

  [dir=rtl] .fxg-dropdown__sub-menu .fxg-link__reward-points {
    margin-right: 35px;
  }
}

.fxg-dropdown__sub-menu .fxg-link__detail {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

[dir] .fxg-dropdown__sub-menu .fxg-link__detail {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .fxg-dropdown__sub-menu .fxg-link__detail {
    font-size: 13px;
  }
}

.fxg-user-options__option .fxg-link {
  transition: .25s padding ease;
}

[dir] .fxg-user-options__option .fxg-link {
  padding: 25px 16px 23px;
}

@media (max-width: 992px) {
  [dir] .fxg-user-options__option .fxg-link {
    padding-bottom: 23px;
  }
}

@media (max-width: 767px) {
  [dir] .fxg-user-options__option .fxg-link {
    padding: 17px 16px 16px;
  }
}

[dir] .fxg-header--shrunk .fxg-user-options__option .fxg-link, [dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-user-options__option .fxg-link {
  padding: 12.5px 16px;
}

@media (max-width: 992px) {
  [dir] .fxg-header--shrunk .fxg-user-options__option .fxg-link, [dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-user-options__option .fxg-link {
      padding: 12.5px 16px 7px 16px;
  }
}

[dir] .fxg-header--shrunk .fxg-link, [dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-link {
  padding: 19px 15px;
}

@media (max-width: 992px) {
  [dir] .fxg-header--shrunk .fxg-link, [dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-link {
    padding: 17px 26px 10px;
  }
}

.fxg-link.fxg-dropdown-js:after {
  content: " ";
  height: 10px;
  width: 12px;
  display: inline-block;
}

[dir] .fxg-link.fxg-dropdown-js:after {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/menu-sprite.png);
  background-size: 77px 56px;
  background-repeat: no-repeat;
}

[dir=ltr] .fxg-link.fxg-dropdown-js:after {
  margin-left: 5px;
  background-position: 0 -4px;
}

[dir=rtl] .fxg-link.fxg-dropdown-js:after {
  margin-right: 5px;
  background-position: 0 -4px;
}

@media (max-width: 992px) {
  .fxg-link.fxg-dropdown-js:after {
    height: 8px;
  }

  [dir] .fxg-link.fxg-dropdown-js:after {
    margin-top: 4px;
  }

  [dir=ltr] .fxg-link.fxg-dropdown-js:after {
    background-position: 0 -20px;
  }

  [dir=rtl] .fxg-link.fxg-dropdown-js:after {
    background-position: 0 -20px;
  }
}

.fxg-user-options__sign-in .fxg-link.fxg-dropdown-js:after {
  display: none;
}

[dir=ltr] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
  background-position: 0 4px;
}

[dir=rtl] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
  background-position: 0 4px;
}

@media (max-width: 992px) {
  [dir=ltr] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
    background-position: 0 -13px;
  }

  [dir=rtl] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
    background-position: 0 -13px;
  }
}

.fxg-link.fxg-dropdown-js.fxg-no-chevron:after {
  display: none;
}

.fxg-dropdown__item--open > .fxg-link {
  display: block;
}

.fxg-login-module .fxg-link {
  font-size: 12px;
  text-transform: uppercase;
}

[dir] .fxg-login-module .fxg-link {
  padding: 0px !important;
}

.fxg-form .fxg-link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.0px;
}

.fxg-tracking-app__watch-list .fxg-link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.0px;
}

.fxg-tracking-app__multi-tracking .fxg-link {
  color: #007ab7;
}

.fxg-app__form-wrapper .fxg-link {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fxg-app__form-wrapper .fxg-link {
    font-size: 14px;
    color: #007ab7;
  }
}

.fxg-app-container--open .fxg-app__form-wrapper .fxg-link,
    .fxg-app-container--error .fxg-app__form-wrapper .fxg-link {
  color: #007ab7 !important;
}

.fxg-link .fxg-app-container--error .fxg-app__form-wrapper .fxg-link__separator {
  color: #007ab7 !important;
}

.fxg-footer .fxg-link, .icon_link .fxg-link {
  color: #333;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 767px) {
  .fxg-footer .fxg-link {
    font-size: 16px;
  }

  [dir] .fxg-footer .fxg-link {
    margin: 7px 0px;
  }
}

.fxg-footer__social .fxg-link {
  display: inline-block;
}

[dir] .fxg-footer__social .fxg-link {
  margin: 0px;
}

.fxg-copyright .fxg-link {
  color: #fff;
  line-height: 12px;
  display: inline-block;
    /* REMOVED JULY 4, 2017 TO REFACTOR PIPE :AFTER ADDITION */
    /*&:after{
            content: "|";
            padding: 0px 15px;
            display: inline-block;
        }

        &:last-child{
            padding-bottom: 0px;
        }
        &:last-child:after{
            display:none;
        }

        &:only-child:after{
            content: "|";
            padding: 0px 15px;
            display: inline-block;
            @include mobile{
                content: "";
                display: none;
            }
        }*/;
}

[dir=ltr] .fxg-copyright .fxg-link {
  margin-right: 6px;
}

[dir=rtl] .fxg-copyright .fxg-link {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .fxg-copyright .fxg-link {
    font-size: 14px;
  }

  [dir] .fxg-copyright .fxg-link {
    margin: 0;
    padding-bottom: 10px;
  }
}

.fxg-copyright .fxg-link span {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}

.fxg-link.fxg-copyright-feedback-link {
    /*        &:after {
            content:"|";
            display: inline-block;
            padding: 0px 10px 0 15px;
        }*/;
}

@media (max-width: 767px) {
  .fxg-link.fxg-copyright-feedback-link {
        /*&:after {
                content:"";
                padding:0;
                margin:0;
            }*/;
  }

  .fxg-link.fxg-copyright-feedback-link:before {
          /* TODO: FIX THIS TO SHOW PENCIL ICON BEFORE FEEDBACK */
          /*content:" ";
                background:url('commoncore/images/sprite-placeholder.png') 0 0 no-repeat;
                height:px;
                width:;*/;
  }
}

.fxg-secondary-menu .fxg-link {
  display: inline-block;
  color: #333;
}

@media (max-width: 767px) {
  .fxg-secondary-menu .fxg-link {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
  }

  [dir] .fxg-secondary-menu .fxg-link {
    padding: 22px 0 !important;
  }
}

.fxg-secondary-menu__dropdown .fxg-link {
  display: block;
  color: #007ab7;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .82px;
}

[dir] .fxg-secondary-menu__dropdown .fxg-link {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
.fxg-tooltip-modal-Class{
	display:none;
	width: 221px;
    height:80px;
    left:0;
    margin-top:28px!important;
    }
    .fxg-tooltipIcon-show-default .fxg-tooltip-modal-Class{
        margin-top: 7px!important;
        margin-left:10px;
        }

}


@media (max-width: 767px) {
  .fxg-secondary-menu__dropdown .fxg-link {
    line-height: 41px;
  }

  [dir] .fxg-secondary-menu__dropdown .fxg-link {
    margin-bottom: 0;
    padding: 0 !important;
  }
}

[dir] .fxg-secondary-menu__footer-row .fxg-link {
  padding-top: 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.secondary-menu-item > .fxg-link {
  max-width: 192px;
  min-width: 100px;
  overflow: hidden;
  display: inline-block;
}

[dir] .secondary-menu-item > .fxg-link {
  padding: 30px 0 28px;
}

/* Below classes are to fix the inherit issues on Tracking Links, please remove these classes when re-designing Link default Color */
@media (max-width: 767px) {
  .fxg-app__form-wrapper .fxg-link,
  .fxg-app__form-wrapper .fxg-link .fxg-link__separator {
    color: #007ab7 !important;
  }
}

.fxg-tracking-app__submitted .fxg-link, .fxg-tracking-app__multi-tracking .fxg-link, .fxg-tracking-app__submitted .fxg-link__separator {
  color: #007ab7 !important;
}

/* for ipad and ipad pro portrait and landscape view */
@media (min-width: 767px) and (max-width: 1370px) {
  .fxg-pods .fxg-link--md {
    width: 175px;
    height: 65px;
  }

  .fxg-pods .fxg-link--lg {
    width: 175px;
    height: 65px;
  }
}

.fxg-tooltipIcon{
		margin-left: 8px;
}
.link .fxg-tooltipIcon-button{
  position: relative;
  bottom:17px;
}
.link .fxg-tooltipIcon-link{
  position: relative;
  bottom:-3px;
}
.fxg-tooltipIcon-show-default{
	margin-top:2px;
    }
.fxg-tooltipIcon-show-default svg{
    width: 1rem;
  	height: 1rem;
  	font-size: 16px;
}

.fxg-tooltip-modal-Class{
	position: absolute; 
	border: 1px solid #333;
	background: #FFF;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
	margin-top:9px;
	display:none;
	width: 221px;
	flex-direction: column;
	align-items: flex-end;
	z-index:9999;
    }

.fxg-tooltip-modal-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-self: stretch;
    color: #333;
	font-size: 12px;
	font-family: FedEx Sans;
	line-height: 16px;
        }
.fxg-tooltip-text {
  text-align: left;
  text-transform: none;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: normal;
}
.fxg-tooltip-close svg{
      display:inline-block;
      float:right;
      }

.fxg-tooltipIcon svg:hover path{
		stroke: #00689C;}
.fxg-tooltipIcon-show svg:hover circle{ 

            fill:#00689C;}
@media (min-width: 767px){

.fxg-link--align-center .fxg-tooltip-modal-Class{
  left:50%;
}
        .fxg-link--align-right .fxg-tooltip-modal-Class{
left:-200px
}

}
.fxg-exteranlIcon-large {
  display: inline-block;
}

[dir] .fxg-exteranlIcon-large {
  padding: 0 10px;
}

.fxg-exteranlIcon-large > svg {
  width: 1em;
  height: 1em;
  font-size: 16px;
}

.fxg-exteranlIcon-small {
  display: inline-block;
}

[dir] .fxg-exteranlIcon-small {
  padding: 0 5px;
}

.fxg-exteranlIcon-small > svg {
  width: 1em;
  height: 1em;
}

.fxg-exteranlIcon-medium {
  display: inline-block;
}

[dir] .fxg-exteranlIcon-medium {
  padding: 0 10px;
}

.fxg-exteranlIcon-medium > svg {
  width: 1em;
  height: 1em;
}




.fxg-arrowIcon {
  padding: 0 10px;
  vertical-align: middle;
}

[dir] .fxg-arrowIcon {
  display: inline-block;
}


.fxg-arrowIcon >svg {
  font-size: 16px;

}

.fxg-arrow-left > svg{
    width: 24px;
    height: 24px;
}

[dir = rtl] .fxg-arrow-right {
        float: left;
              padding-left: 20px;


}

[dir = ltr] .fxg-arrow-right {
  padding-right: 20px;
        float: right;

}

 .fxg-link__lock_left {

display:inline-block;
padding:0 10px;

 }



.fxg-link__lock_left > svg{

width:24px;
height: 24px;                 

 }



[dir=ltr] .fxg-lock-right{

display: inline-block ;
        float : right ; 
        padding-right : 20px ;

    }


[dir=rtl] .fxg-lock-right{

display: inline-block ;
        float : left ; 
        padding-left : 20px;

    }

.fxg-lock-default{
display: inline-block;
        padding : 0 10px;


    }

.fxg-externalIcon-auto-size {

padding:0 10px !important;



}
.fxg-externalIcon-auto-size  > svg{

width: 24px !important ;
height: 24px !important;
  }


[dir=ltr] .fxg-externalIcon-right {
			float:right;
            padding-right:20px;
			display: inline-block ;

}

[dir=rtl] .fxg-externalIcon-right {
			float:left;
            padding-left:20px;
			display: inline-block ;

}

.fxg-exteranlIcon-manual-small {
  display: inline-block;
}

[dir] .fxg-exteranlIcon-manual-small {
  padding: 0 10px;
}

.fxg-exteranlIcon-manual-small > svg {
  width: 1em;
  height: 1em;
  font-size: 14px;
}
.fxg-exteranlIcon-manual-footer {
  display: inline-block;
}

[dir] .fxg-exteranlIcon-manual-footer {
  padding: 0 5px;
}

.fxg-exteranlIcon-manual-footer > svg {
  width: 1em;
  height: 1em;
  font-size: 12px;
}
@media print {
   a[href="#top"] {
	 display : none;
   }
}
     .fxg-link--align-center .fxg-tooltip-modal-Class{
         left:50%;
    }
     .fxg-link--align-right .fxg-tooltip-modal-Class{
         left:-200px;
    }

     [dir=rtl] .fxg-link--align-center .fxg-tooltip-modal-Class {
         left:50%;
    }
     [dir=rtl] .fxg-link--align-right .fxg-tooltip-modal-Class {
         right: -200px;
    }

    @media (max-width: 767px){

      [dir=rtl] .fxg-link--mobile-align-left .fxg-tooltipIcon-link  .fxg-tooltip-modal-Class,.fxg-button--round + .fxg-tooltipIcon-button  .fxg-tooltip-modal-Class,.fxg-button--round + .fxg-tooltipIcon-button  .fxg-tooltip-modal-Class,.fxg-button--orange + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class,  .fxg-button--transparent + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-right .fxg-tooltip-modal-Class,.fxg-link--mobile-align-center .fxg-tooltip-modal-Class{
        left:-200px;
       } 
      [dir=rtl] .fxg-tooltipIcon-link  .fxg-tooltip-modal-Class,.fxg-button--round + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-left .fxg-button--round + .fxg-tooltipIcon-button  .fxg-tooltip-modal-Class {
      left:-160px;
      }
  
  
      }
  
  
   @media (max-width: 767px){
    
    [dir=rtl] .fxg-link--mobile-align-right .fxg-button--round + .fxg-tooltipIcon-button  .fxg-tooltip-modal-Class,
		
		[dir=rtl] .fxg-button--orange + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class, 
		[dir=rtl] .fxg-button--transparent + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-right .fxg-tooltip-modal-Class,
		[dir=rtl] .fxg-link--mobile-align-center .fxg-tooltip-modal-Class{
           right:-200px;
          } 
    [dir=rtl] .fxg-button--round + .fxg-tooltipIcon-button .fxg-tooltip-modal-Class, [dir=rtl] .fxg-link--mobile-align-left .fxg-button--round + .fxg-tooltipIcon-button  .fxg-tooltip-modal-Class {
		right:-160px;
}


  
  }
.link .fxg-image-right, .link .fxg-image-left {
     position:relative;
     bottom:-3px;
}
 .link .default .fxg-image-right, .link .default .fxg-image-left {
     position:relative;
     bottom:-1px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* User Utility Nav
-------------------------*/
.fxg-user-options {
  /* User Utility Nav Search
  -------------------------*/
}
[dir=ltr] .fxg-user-options {
  float: right;
}
[dir=rtl] .fxg-user-options {
  float: left;
}
.fxg-user-options .fxg-link {
  letter-spacing: 0;
}
[dir] .fxg-user-options .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .fxg-login-module .richtext p, [dir] .fxg-user-options .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .fxg-login-module .richtext div {
  margin: 0rem 0rem 0.625rem;
  padding: 0;
}
[dir] .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .richtext p {
  margin: 0rem;
  padding: 14px 16px 13px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  background-color: #fff;
}

.fxg-user-options .fxg-user-options__sign-in .fxg-dropdown__sub-menu .fxg-link:hover {
  text-decoration: none;
  font-weight: 500;
}

[dir] .fxg-user-options .fxg-user-options__sign-in .fxg-dropdown__sub-menu .fxg-link:hover {
  background-color: #fafafa;
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .fxg-user-options .fxg-user-options__sign-in {
    min-width: 160px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  [dir] .fxg-user-options .fxg-user-options__sign-in > a#fxg-dropdown-signIn {
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 663px) {
  .fxg-user-options .fxg-user-options__menu-btn {
    display: inline-block !important;
  }
  [dir] .fxg-user-options .fxg-user-options__menu-btn {
    padding-top: 10px;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  .fxg-user-options .fxg-user-options__menu-btn {
    display: inline-block !important;
  }
  [dir] .fxg-user-options .fxg-user-options__menu-btn {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fxg-user-options .fxg-user-options__menu-btn {
    display: inline-block !important;
  }
  [dir] .fxg-user-options .fxg-user-options__menu-btn {
    padding-top: 10px;
  }
}
.fxg-user-options__option {
  font-size: 0.875rem;
  display: inline-block;
}
.fxg-user-options__option .fxg-user-options__icon { /*replace with better option*/
}
[dir] .fxg-user-options__option .fxg-user-options__icon {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/menu-sprite.png);
  background-size: 77px 56px;
}
.fxg-user-options__option.fxg-dropdown__item--open {
  transition: 0s margin ease;
}
[dir] .fxg-user-options__option.fxg-dropdown__item--open {
  background-color: #fff;
  padding: 0;
  margin: 0rem;
  -webkit-transition: 0s margin ease;
}
[dir=ltr] .fxg-user-options__option:last-of-type {
  padding-right: 0;
}
[dir=rtl] .fxg-user-options__option:last-of-type {
  padding-left: 0;
}
[dir] .fxg-user-options__sign-in {
  cursor: pointer;
}
@media (max-width: 663px) {
  .fxg-user-options__sign-in-text {
    display: none;
  }
}
.fxg-user-options__sign-in .fxg-user-options__icon {
  width: 28px;
  height: 27px;
}
[dir] .fxg-user-options__sign-in .fxg-user-options__icon {
  background-repeat: no-repeat;
  background-position: -12px 0px;
}
[dir=ltr] .fxg-user-options__sign-in .fxg-user-options__icon {
  margin: 0rem 0rem 0rem 0.25rem;
}
[dir=rtl] .fxg-user-options__sign-in .fxg-user-options__icon {
  margin: 0rem 0.25rem 0rem 0rem;
}
@media (min-width: 1024px) {
  [dir] .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-user-options__icon {
    background-position: -12px -28px;
  }
}
.fxg-nav--search-open .fxg-user-options__sign-in, .fxg-header--search-close .fxg-user-options__sign-in {
  display: none;
}
[dir] .fxg-user-options__search-btn {
  cursor: pointer;
}
.fxg-user-options__search-btn a:first-child {
  display: inline-block;
  outline-offset: 5px;
}
.fxg-user-options__search-btn .fxg-user-options__icon {
  width: 26px;
  height: 30px;
}
[dir] .fxg-user-options__search-btn .fxg-user-options__icon {
  background-repeat: no-repeat;
  background-position: -40px 1px;
}
.fxg-nav--search-open .fxg-user-options__search-btn, .fxg-header--search-close .fxg-user-options__search-btn {
  display: none;
}
@media (max-width: 663px) {
  .fxg-user-options__search-btn {
    display: none;
  }
}
.fxg-user-options__search {
  display: none;
  transition: 0.25s margin ease;
}
[dir] .fxg-user-options__search {
  margin: 1rem 0rem 0.75rem 0rem;
  -webkit-transition: 0.25s margin ease;
}
[dir] .fxg-header--shrunk .fxg-user-options__search {
  margin: 0.25rem 0rem 0rem;
}
[dir] .fxg-user-options__search .fxg-mouse {
  padding: 10px;
  margin: 0rem;
}
[dir=ltr] .fxg-user-options__search .fxg-mouse {
  padding-left: 18px;
}
[dir=rtl] .fxg-user-options__search .fxg-mouse {
  padding-right: 18px;
}
[dir] .fxg-user-options__search.is-hovered .fxg-user-options__search__input {
  background: #ffffff;
}
.fxg-user-options__search__input {
  display: inline-block;
}
[dir] .fxg-user-options__search__input {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 40px;
}
[dir] .fxg-user-options__search__input .fxg-search-btn {
  margin: 0rem;
}
[dir] .fxg-user-options__search__input .fxg-search-icon {
  padding: 14px 20px;
  margin: 0rem;
}
.fxg-user-options__search__input .fxg-search-icon:focus {
  outline: dashed 1px #ffffff;
}
@media (max-width: 663px) {
  [dir] .fxg-user-options__search__input {
    border-radius: 0;
  }
}
.fxg-user-options__search .fxg-user-options__search-field {
  color: #fff;
  font-size: 1rem;
  height: 45px;
  width: 100px;
  transition: 0.25s padding ease;
  vertical-align: middle;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}
[dir] .fxg-user-options__search .fxg-user-options__search-field {
  background: #4d148c;
  padding: 10px 0;
  -webkit-transition: 0.25s padding ease;
  border: 0px;
}
[dir=ltr] .fxg-user-options__search .fxg-user-options__search-field {
  padding-left: 20px;
  border-right: 1px solid #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
  padding-right: 20px;
  border-left: 1px solid #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
  width: 670px;
}
@media (max-width: 768px) {
  .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
    width: 375px;
  }
}
.fxg-user-options__search .fxg-user-options__search-field::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
}
.fxg-user-options__search .fxg-user-options__search-field::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
}
.fxg-user-options__search .fxg-user-options__search-field:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 663px) {
  .fxg-user-options__search .fxg-user-options__search-field {
    width: calc(100% - 68px);
    height: 60px;
  }
  [dir] .fxg-user-options__search .fxg-user-options__search-field {
    border-radius: 0;
  }
}
[dir=ltr] .fxg-nav--search-open .fxg-user-options__search .fxg-user-options__search-field {
  -webkit-animation: search-slide 0.5s ease forwards;
  animation: search-slide 0.5s ease forwards;
}
[dir=rtl] .fxg-nav--search-open .fxg-user-options__search .fxg-user-options__search-field {
  -webkit-animation: search-slide 0.5s ease forwards;
  animation: search-slide 0.5s ease forwards;
}
[dir=ltr] .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
  -webkit-animation: search-slide-close 0.5s ease forwards;
  animation: search-slide-close 0.5s ease forwards;
}
[dir=rtl] .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
  -webkit-animation: search-slide-close 0.5s ease forwards;
  animation: search-slide-close 0.5s ease forwards;
}
.fxg-user-options__search .fxg-search-btn {
  width: 24px;
  height: 24px;
}
[dir] .fxg-user-options__search .fxg-search-btn {
  background-position: -40px 0px;
}
[dir] .fxg-user-options__search.is-hovered .fxg-search-btn {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/search_gray.svg);
  background-size: 25px 28px;
  background-position: -24px 0px;
}
.fxg-user-options__search .fxg-close-btn {
  width: 12px;
  height: 12px;
}
[dir] .fxg-user-options__search .fxg-close-btn {
  cursor: pointer;
  background-position: -66px 0px;
  margin: 0rem;
}
@media (max-width: 663px) {
  .fxg-user-options__search .fxg-close-btn {
    display: none;
  }
}
.fxg-nav--search-open .fxg-user-options__search, .fxg-header--search-close .fxg-user-options__search {
  display: inline-block;
  width: auto;
}
@media (max-width: 663px) {
  .fxg-nav--mobile-menu-open .fxg-user-options__search {
    display: block;
    width: 100%;
  }
  [dir] .fxg-nav--mobile-menu-open .fxg-user-options__search {
    margin: 0rem;
  }
}
[dir] .fxg-user-options__search-results {
  background-color: #fff;
}
.fxg-user-options__search-results .fxg-search-results__row {
  font-size: 0.75rem;
  color: #333;
}
[dir] .fxg-user-options__search-results .fxg-search-results__row {
  padding: 19px 20px 12px 20px;
  border-bottom: 1px solid #fafafa;
}
[dir] .fxg-user-options__search-results .fxg-search-results__row:last-child {
  border-bottom: 0;
}
.fxg-user-options__search-results .fxg-search-results__title {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
[dir] .fxg-user-options__search-results .fxg-search-results__title {
  background-color: #fafafa;
}
@media (max-width: 663px) {
  .fxg-user-options__search .fxg-search-close-btn {
    display: none;
  }
}
.fxg-user-options__icon {
  height: 25px;
  vertical-align: middle;
  -ms-flex-line-pack: right;
      align-content: right;
}
[dir=ltr] .fxg-user-options__icon {
  margin: 0rem 1rem 0rem 0.25rem;
}
[dir=rtl] .fxg-user-options__icon {
  margin: 0rem 0.25rem 0rem 1rem;
}
@media (max-width: 663px) {
  [dir] .fxg-user-options__icon {
    margin: 0rem 0.375rem;
  }
}
[dir] .fxg-dropdown__link .fxg-user-options__icon {
  margin: 0rem;
}
.fxg-user-options__menu-btn {
  display: none !important;
}
[dir] .fxg-user-options__menu-btn {
  cursor: pointer;
}
.fxg-nav--search-open .fxg-user-options__menu-btn, .fxg-header--search-close .fxg-user-options__menu-btn {
  display: none !important;
}
@media (max-width: 768px) {
  .fxg-user-options__menu-btn {
    display: inline-block !important;
  }
  [dir] .fxg-user-options__menu-btn {
    padding-top: 10px;
  }
}
html[dir=rtl] .fxg-user-options {
  float: left;
}
html[dir=rtl] .fxg-user-options__icon {
  margin: 0 0.25rem 0 1rem;
}
html[dir=rtl] .fxg-user-options__search .fxg-mouse {
  padding-right: 18px;
  padding-left: auto;
}
html[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
  padding-left: 0;
  padding-right: 20px;
  border-left: 1px solid #ffffff;
  border-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  html[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
    border-radius: 0;
  }
}

html[dir=rtl] .fxg-user-options {
  float: left;
}

html[dir=rtl] .fxg-user-options__search .fxg-mouse {
  padding-right: 18px;
  padding-left: auto;
}

/* Search
-------------------------*/
.fxg-search {
  display: inline-block;
}
[dir] .fxg-search {
  background: #4d148c;
}
[dir=ltr] .fxg-search {
  float: right;
}
[dir=rtl] .fxg-search {
  float: left;
}
@media (max-width: 663px) {
  .fxg-nav--mobile-menu-open .fxg-search {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  [dir] .fxg-nav--mobile-menu-open .fxg-search {
    float: none !important;
    border-top: 1px solid #ffffff;
  }
  [dir=ltr] .fxg-nav--mobile-menu-open .fxg-search {
    left: 0px;
  }
  [dir=rtl] .fxg-nav--mobile-menu-open .fxg-search {
    right: 0px;
  }
  .fxg-search .fxg-user-options__search__input {
    display: block;
  }
  [dir] .fxg-search .fxg-user-options__search__input {
    border: 0px;
  }
}
html[dir=rtl] .fxg-search {
  float: left;
}

.fxg-search-results {
  width: 100%;
  display: none;
}
.fxg-search-results--show {
  display: block;
}
@media (max-width: 663px) {
  .fxg-search-results--show {
    width: 100vw;
    position: relative;
    z-index: 12;
  }
  [dir=ltr] .fxg-search-results--show {
    margin-left: -0.9375rem;
  }
  [dir=rtl] .fxg-search-results--show {
    margin-right: -0.9375rem;
  }
}

.fxg-search-results__row {
  display: block;
  text-decoration: none;
}

.search_closeMark::-ms-clear {
  display: none;
}

@-webkit-keyframes search-slide {
  to {
    width: 670px;
  }
}
@keyframes search-slide {
  to {
    width: 670px;
  }
}
@media (min-width: 0) and (max-width: 663px) {
  @-webkit-keyframes search-slide {
    to {
      width: 375px;
    }
  }
  @keyframes search-slide {
    to {
      width: 375px;
    }
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  @-webkit-keyframes search-slide {
    to {
      width: 375px;
    }
  }
  @keyframes search-slide {
    to {
      width: 375px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  @-webkit-keyframes search-slide {
    to {
      width: 375px;
    }
  }
  @keyframes search-slide {
    to {
      width: 375px;
    }
  }
}
@-webkit-keyframes search-slide-close {
  to {
    width: 0;
  }
}
@keyframes search-slide-close {
  to {
    width: 0;
  }
}
[dir] .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .richtext div {
  padding: 0;
}

.fxg-font-size-14 {
  font-size: 0.875rem;
}

.fxg-user-options .fxg-link--blue {
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
}

.fxg-rte .fxg-font-size-14 > a {
  font-weight: 500 !important;
}

@media (max-width: 663px) {
  .fxg-user-options__search-field.fxg-search-js.search_closeMark {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
  }
}
.fxg-dropdown__sub-menu .fxg-img-default.fxg-link--blue {
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.fxg-dropdown__sub-menu .fxg-img-default.fxg-link--blue:hover {
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-tracking-app__results, .fxg-landing-tracking-app__results {
  display: none;
}
[dir] .fxg-tracking-app__results, [dir] .fxg-landing-tracking-app__results {
  margin: 0;
  padding: 0px;
  text-align: center;
}
@media (max-width: 663px) {
  [dir] .fxg-tracking-app__results, [dir] .fxg-landing-tracking-app__results {
    padding: 0px;
  }
}
.fxg-app-container--open .fxg-tracking-app__results, .fxg-app-container--open .fxg-landing-tracking-app__results {
  display: block;
}
.fxg-tracking-app__multi-tracking, .fxg-landing-tracking-app__multi-tracking {
  display: none;
}
.fxg-app-container--open .fxg-tracking-app__multi-tracking, .fxg-app-container--open .fxg-landing-tracking-app__multi-tracking {
  display: block;
}
[dir] .fxg-tracking-app__status, [dir] .fxg-landing-tracking-app__status {
  margin: 15px 0;
}
.fxg-tracking-app__status .fxg-text, .fxg-landing-tracking-app__status .fxg-text {
  font-size: 16px;
  font-weight: 300;
}
.fxg-tracking-app__status-icon, .fxg-landing-tracking-app__status-icon {
  height: 40px;
  width: 640px;
  display: block;
}
[dir] .fxg-tracking-app__status-icon, [dir] .fxg-landing-tracking-app__status-icon {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/tracking-sprite.png);
  background-size: 100%;
  margin: 15px auto;
}
[dir] .fxg-tracking-app__status-icon__label-created, [dir] .fxg-landing-tracking-app__status-icon__label-created {
  background-position: 0px 0px;
}
[dir] .fxg-tracking-app__status-icon__intiated, [dir] .fxg-landing-tracking-app__status-icon__intiated {
  background-position: 0px -88px;
}
[dir] .fxg-tracking-app__status-icon__held-for-pickup, [dir] .fxg-landing-tracking-app__status-icon__held-for-pickup {
  background-position: 0px -175px;
}
[dir] .fxg-tracking-app__status-icon__picked-up, [dir] .fxg-landing-tracking-app__status-icon__picked-up {
  background-position: 0px -262px;
}
[dir] .fxg-tracking-app__status-icon__in-transit, [dir] .fxg-landing-tracking-app__status-icon__in-transit {
  background-position: 0px -350px;
}
[dir] .fxg-tracking-app__status-icon__on-schedule, [dir] .fxg-landing-tracking-app__status-icon__on-schedule {
  background-position: 0px -438px;
}
[dir] .fxg-tracking-app__status-icon__delivery-exception, [dir] .fxg-landing-tracking-app__status-icon__delivery-exception {
  background-position: 0px -526px;
}
[dir] .fxg-tracking-app__status-icon__clearance-delay, [dir] .fxg-landing-tracking-app__status-icon__clearance-delay {
  background-position: 0px -526px;
}
[dir] .fxg-tracking-app__status-icon__shipment-exception, [dir] .fxg-landing-tracking-app__status-icon__shipment-exception {
  background-position: 0px -526px;
}
[dir] .fxg-tracking-app__status-icon__delivered, [dir] .fxg-landing-tracking-app__status-icon__delivered {
  background-position: 0px -788px;
}
[dir] .fxg-tracking-app__status-icon__cancelled, [dir] .fxg-landing-tracking-app__status-icon__cancelled {
  background-position: 0px 30px;
}
[dir] .fxg-tracking-app__status-icon__pending, [dir] .fxg-landing-tracking-app__status-icon__pending {
  background-position: 0px 30px;
}
[dir] .fxg-tracking-app__status-icon__expiring, [dir] .fxg-landing-tracking-app__status-icon__expiring {
  background-position: 0px 30px;
}
[dir] .fxg-tracking-app__status-icon__expired, [dir] .fxg-landing-tracking-app__status-icon__expired {
  background-position: 0px 30px;
}
@media (max-width: 663px) {
  .fxg-tracking-app__status-icon, .fxg-landing-tracking-app__status-icon {
    width: 100%;
  }
}
.fxg-tracking-app--status-color, .fxg-landing-tracking-app--status-color {
  color: #4d148c;
  fill: #4d148c;
}
.fxg-tracking-app__status--error .fxg-tracking-app--status-color, .fxg-tracking-app__status--error .fxg-landing-tracking-app--status-color {
  color: #de002e !important;
  fill: #de002e;
}
.fxg-tracking-app__status--success .fxg-tracking-app--status-color, .fxg-tracking-app__status--success .fxg-landing-tracking-app--status-color {
  color: #008a00;
  fill: #008a00;
}
.fxg-tracking-app--stroke-status-color, .fxg-landing-tracking-app--stroke-status-color {
  stroke: #4d148c;
}
.fxg-tracking-app__status--error .fxg-tracking-app--stroke-status-color, .fxg-tracking-app__status--error .fxg-landing-tracking-app--stroke-status-color {
  stroke: #de002e !important;
}
.fxg-tracking-app__status--success .fxg-tracking-app--stroke-status-color, .fxg-tracking-app__status--success .fxg-landing-tracking-app--stroke-status-color {
  stroke: #008a00;
}
.fxg-tracking-app__details, .fxg-landing-tracking-app__details {
  max-width: 633px;
}
[dir] .fxg-tracking-app__details, [dir] .fxg-landing-tracking-app__details {
  margin: 20px auto 30px;
}
[dir=ltr] .fxg-tracking-app__details, [dir=ltr] .fxg-landing-tracking-app__details {
  text-align: left;
}
[dir=rtl] .fxg-tracking-app__details, [dir=rtl] .fxg-landing-tracking-app__details {
  text-align: right;
}
@media (max-width: 663px) {
  [dir] .fxg-tracking-app__details, [dir] .fxg-landing-tracking-app__details {
    margin: 15px auto 0px;
  }
}
.fxg-tracking-app__detail-info, .fxg-landing-tracking-app__detail-info {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: -0.15px;
}
@media (max-width: 663px) {
  .fxg-tracking-app__detail-info, .fxg-landing-tracking-app__detail-info {
    display: block;
  }
}
.fxg-tracking-app__sub-title, .fxg-landing-tracking-app__sub-title {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
[dir] .fxg-tracking-app__sub-title, [dir] .fxg-landing-tracking-app__sub-title {
  margin: 15px 0px 3px;
}
.fxg-tracking-app__more, .fxg-landing-tracking-app__more {
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
[dir] .fxg-tracking-app__more, [dir] .fxg-landing-tracking-app__more {
  padding: 30px 60px;
}
@media (max-width: 768px) {
  [dir] .fxg-tracking-app__more, [dir] .fxg-landing-tracking-app__more {
    padding: 20px 0px;
  }
}
[dir=ltr] .fxg-tracking-app__more-links, [dir=ltr] .fxg-landing-tracking-app__more-links {
  float: left;
}
[dir=rtl] .fxg-tracking-app__more-links, [dir=rtl] .fxg-landing-tracking-app__more-links {
  float: right;
}
@media (max-width: 663px) {
  .fxg-tracking-app__more-links, .fxg-landing-tracking-app__more-links {
    display: none;
  }
}
[dir=ltr] .fxg-tracking-app__more-detail, [dir=ltr] .fxg-landing-tracking-app__more-detail {
  float: right;
}
[dir=rtl] .fxg-tracking-app__more-detail, [dir=rtl] .fxg-landing-tracking-app__more-detail {
  float: left;
}
@media (max-width: 663px) {
  [dir] .fxg-tracking-app__more-detail, [dir] .fxg-landing-tracking-app__more-detail {
    float: none;
  }
}
[dir] .fxg-tracking-app__links-par, [dir] .fxg-landing-tracking-app__links-par {
  margin-top: 10px;
}
@media (max-width: 663px) {
  [dir] .fxg-tracking-app__links-par, [dir] .fxg-landing-tracking-app__links-par {
    margin-top: 0;
  }
}
[dir] .fxg-tracking-app__watch-list-btn, [dir] .fxg-landing-tracking-app__watch-list-btn {
  cursor: pointer;
}
.fxg-tracking-app__watch-list-btn--selected .fxg-tracking-app__watch-icon, .fxg-landing-tracking-app__watch-list-btn--selected .fxg-tracking-app__watch-icon {
  fill: #007ab7 !important;
}
.fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon, .fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
  fill: none;
  position: relative;
  top: 3px;
}
[dir=ltr] .fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon, [dir=ltr] .fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
  left: -2px;
}
[dir=rtl] .fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon, [dir=rtl] .fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
  right: -2px;
}

[dir] .fxg-app__wrapper {
  padding: 0px;
}
.fxg-app__single-tracking {
  color: #333333;
}
[dir] .fxg-app__single-tracking {
  margin: auto 15px;
}
.fxg-app__single-tracking .fxg-field__placeholder {
  color: #333333;
}
.fxg-app__single-tracking .fxg-field__input-text {
  line-height: 23px;
}

.fxg-landing-tracking-app__single-tracking .fxg-field__placeholder {
  color: #333333;
}

.tracking_reference_app_lp .fxg-field__placeholder {
  color: #333333;
}

.tracking_tcn_app_lp .fxg-field__placeholder {
  color: #333333;
}

.view_bill_of_lading .fxg-field__placeholder {
  color: #333333;
}

.fxg-tracking-app__links-par .button_v1.aem-GridColumn.aem-GridColumn--default--12 {
  width: auto;
  display: inline-block;
  line-height: 2;
}

html[dir=rtl] .fxg-tracking-app__links-par .button_v1.aem-GridColumn.aem-GridColumn--default--12 {
  float: right;
}

.fxg-tracking-app__multi-tracking .fxg-field__floating-placeholder {
  font-size: 20px;
  font-weight: 700;
  top: 20px;
}
[dir=ltr] .fxg-tracking-app__multi-tracking input.fxg-field__input-text.fxg-field__input-text--numbered {
  padding: 27px 8px 10px 15px;
}
[dir=rtl] .fxg-tracking-app__multi-tracking input.fxg-field__input-text.fxg-field__input-text--numbered {
  padding: 27px 15px 10px 8px;
}
[dir=ltr] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
  padding-left: 0;
}
[dir=rtl] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
  padding-right: 0;
}
.fxg-tracking-app__multi-tracking .fxg-title {
  font-size: 2.5rem;
}
[dir] .fxg-tracking-app__multi-tracking .fxg-title {
  text-align: center !important;
}

html[dir=rtl] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
  padding-right: 0;
}

.fxg-u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

[dir] .fxg-u-sronly {
  padding: 0;
  border: 0;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-tracking-module {
  width: auto;
  color: #333;
}
[dir] .fxg-tracking-module {
  border-bottom: none;
}
.fxg-tracking-module .cc-aem-c-button {
  width: 100%;
  height: 3.5rem;
}
[dir=ltr] .fxg-tracking-module .cc-aem-c-button {
  float: left;
}
[dir=rtl] .fxg-tracking-module .cc-aem-c-button {
  float: right;
}
.fxg-tracking-module .fxg-field__input-text {
  height: 3.5rem;
  text-indent: 0.625rem;
}
[dir] .fxg-tracking-module .fxg-field__input-text {
  border: solid 0.063rem #8e8e8e;
  padding: 0;
  background: #fff !important;
  margin-bottom: 0rem !important;
}
.fxg-tracking-module .fxg-field__input-text::-webkit-input-placeholder {
  color: #333;
  font-size: 1rem;
}
.fxg-tracking-module .fxg-field__input-text::-moz-placeholder {
  color: #333;
  font-size: 1rem;
}
.fxg-tracking-module .fxg-field__input-text:-ms-input-placeholder {
  color: #333;
  font-size: 1rem;
}
.fxg-tracking-module .fxg-field__input-text::-ms-input-placeholder {
  color: #333;
  font-size: 1rem;
}
.fxg-tracking-module .fxg-field__input-text::placeholder {
  color: #333;
  font-size: 1rem;
}
[dir] .fxg-tracking-module .fxg-field__input-text:focus {
  margin-bottom: 0rem;
}
[dir=ltr] .fxg-tracking-module .fxg-field__input-text:focus {
  border-left: solid 0.188rem #4d148c;
}
[dir=rtl] .fxg-tracking-module .fxg-field__input-text:focus {
  border-right: solid 0.188rem #4d148c;
}
.fxg-tracking-module .fxg-field__input-text:focus + .fxg-field__hint_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fxg-tracking-module .cc-aem-c-button--primary-outline svg path {
  stroke: #ff6200;
}
.fxg-tracking-module .cc-aem-c-button--primary svg path {
  stroke: #fff;
}
[dir=ltr] .fxg-tracking-module .cc-aem-c-button--primary svg {
  margin-left: 0.625rem;
}
[dir=rtl] .fxg-tracking-module .cc-aem-c-button--primary svg {
  margin-right: 0.625rem;
}

.fxg-tracking-module.fxg-field__default {
  width: 13rem;
}

[dir] .fxg-tracking-module.fxg-field__default {
  margin: auto;
}
.fxg-tracking-module.fxg-field__default .fxg-field {
  max-width: 13.625rem;
}
[dir] .fxg-tracking-module.fxg-field__default .fxg-field {
  margin-bottom: 0rem;
  margin-top: 1rem;
}
.fxg-tracking-module.fxg-field__default .cc-aem-c-button {
  max-width: 13.625rem;
}
[dir] .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.fxg-tracking-module.fxg-field__large form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.fxg-tracking-module.fxg-field__large .fxg-field {
  max-width: 26.625rem;
}
.fxg-tracking-module.fxg-field__large .cc-aem-c-button {
  width: 9.438rem;
}
[dir] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
  margin-top: 1.3125rem;
  margin-bottom: 0.625rem;
}
[dir=ltr] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
  margin-left: 0.625rem;
}
[dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
  margin-right: 0.625rem;
}

.fxg-tracking-module.fxg-field__small form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.fxg-tracking-module.fxg-field__small .fxg-field {
  max-width: 14.375rem;
}
.fxg-tracking-module.fxg-field__small .cc-aem-c-button {
  width: 9.438rem;
}
[dir] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
  margin-top: 1.3125rem;
  margin-bottom: 0.625rem;
}
[dir=ltr] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
  margin-left: 0rem;
}
[dir=rtl] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
  margin-right: 0rem;
}

.fxg-field:focus-within .fxg-field__label {
  color: #4d148c;
}

.fxg-field__label {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
}
.fxg-field__label:has(~ .fxg-field__error_text.show) {
  color: #de002e;
}

.fxg-field__large .fxg-field__error_text {
  max-width: 26.625rem;
}
.fxg-field__large .fxg-field__error_text.show {
  height: 1.5rem;
}
.fxg-field__large .fxg-field__hint_text {
  max-width: 26.625rem;
  position: relative;
  z-index: 9;
  width: 100%;
}
.fxg-field__large .fxg-field__input-text:focus + .fxg-field__hint_text {
  min-height: 1.5rem;
}

.fxg-field__small .fxg-field__error_text {
  max-width: 14.375rem;
}
.fxg-field__small .fxg-field__error_text.show {
  min-height: 1.5rem;
}
.fxg-field__small .fxg-field__hint_text {
  max-width: 14.375rem;
  position: relative;
  z-index: 9;
  width: 100%;
}
.fxg-field__small .fxg-field__input-text:focus + .fxg-field__hint_text {
  min-height: 1.5rem;
}

.fxg-field__default .fxg-field__error_text {
  max-width: 100%;
}
.fxg-field__default .fxg-field__error_text.show {
  min-height: 1.5rem;
}
.fxg-field__default .fxg-field__hint_text {
  max-width: 100%;
}
.fxg-field__default .fxg-field__input-text:focus + .fxg-field__hint_text {
  min-height: 1.5rem;
}

.fxg-field__error_text {
  display: none;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #de002e;
}

[dir] .fxg-field__error_text {
  border: solid 0.063rem #8e8e8e;
  border-top: none;
  background: #f2f2f2;
}
.fxg-field__error_text.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[dir=ltr] .fxg-field__error_text svg, [dir=ltr] .fxg-field__error_text span {
  margin-left: 0.625rem;
}
[dir=rtl] .fxg-field__error_text svg, [dir=rtl] .fxg-field__error_text span {
  margin-right: 0.625rem;
}

.fxg-field__hint_text {
  display: none;
  font-size: 0.75rem;
  line-height: 1.3;
}

[dir] .fxg-field__hint_text {
  border: solid 0.063rem #8e8e8e;
  border-top: none;
  padding: 4px 0.625rem;
  background: #f2f2f2;
}

[dir=rtl] .fxg-tracking-module .fxg-field__input-text {
  height: 3.5rem;
  border: solid 0.063rem #8e8e8e;
  background: #fff !important;
  margin-bottom: 0rem !important;
}
[dir=rtl] .fxg-tracking-module .fxg-field__input-text:focus {
  border-right: 0.188rem solid #4d148c;
  border-left: solid 0.063rem #8e8e8e;
}
[dir=rtl] .fxg-tracking-module .fxg-field__input--error {
  border-left: solid 0.063rem #8e8e8e !important;
}
[dir=rtl] .fxg-tracking-module .cc-aem-c-button {
  float: right;
}
[dir=rtl] .fxg-tracking-module .cc-aem-c-button svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.625rem;
}
[dir=rtl] .fxg-tracking-module .fxg-field__error_text svg, [dir=rtl] .fxg-tracking-module .fxg-field__error_text span {
  margin-right: 0.625rem;
}
[dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
  margin-right: 0.625rem;
}

@media (max-width: 992px) {
  .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default {
    width: calc(100% - 40px);
  }
  .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default .fxg-field {
    max-width: unset;
  }
  .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .fxg-tracking-module {
    width: auto;
  }
}
@media (max-width: 663px) {
  .fxg-tracking-module.fxg-field__default {
    width: calc(100% - 32px);
  }
  [dir] .fxg-tracking-module.fxg-field__default {
    margin: auto;
  }
  .fxg-tracking-module.fxg-field__default .fxg-field {
    max-width: unset; /*24.563rem;*/
  }
  .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
    max-width: unset;
  }
  .fxg-tracking-module.fxg-field__large {
    max-height: 7.5rem;
  }
  .fxg-tracking-module.fxg-field__large .fxg-field {
    max-width: 13.438rem;
  }
  .fxg-tracking-module.fxg-field__large .fxg-field__label {
    width: 100%;
  }
  .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    max-width: 8.938rem;
  }
  [dir=ltr] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-left: 0rem;
  }
  [dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-right: 0rem;
  }
  .fxg-tracking-module.fxg-field__small {
    max-height: 7.5rem;
  }
  .fxg-tracking-module.fxg-field__small .fxg-field {
    max-width: 13.438rem;
  }
  .fxg-tracking-module.fxg-field__small .fxg-field__label {
    width: 100%;
  }
  .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    max-width: 8.938rem;
  }
  [dir=ltr] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    margin-left: 0rem;
  }
  [dir=rtl] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    margin-right: 0rem;
  }
  .fxg-field__large .fxg-field__error_text {
    min-width: unset; /*13.438rem;*/
    max-height: 2.5rem;
    width: 100%;
  }
  .fxg-field__large .fxg-field__hint_text {
    min-width: unset;
    min-height: 2.5rem;
    width: 100%;
  }
  .fxg-field__small .fxg-field__error_text {
    min-width: unset;
    max-height: 2.5rem;
  }
  .fxg-field__small .fxg-field__hint_text {
    min-width: unset;
    min-height: 2.5rem;
  }
}
@media all and (-ms-high-contrastgap: none) {
  #HomeTrackingApp .fxg-button,
  #HomepageRateShipApp .fxg-button,
  #HomepageLocationsApp .fxg-button {
    line-height: 15px !important;
  }
}
@supports (-ms-ime-align: auto) {
  #HomeTrackingApp .fxg-button,
  #HomepageRateShipApp .fxg-button,
  #HomepageLocationsApp .fxg-button {
    line-height: 15px !important;
  }
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-topic-list {
  margin: 30px auto;
}
.fxg-topic-list p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}
.fxg-topic-list__row {
  max-width: 960px;
  display: block;
  margin-bottom: 20px;
}
.fxg-topic-list__video, .fxg-topic-list__thumbnail {
  width: 35%;
  float: left;
  padding-right: 20px;
}
.fxg-topic-list__video .fxg-img, .fxg-topic-list__thumbnail .fxg-img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .fxg-topic-list__video, .fxg-topic-list__thumbnail {
    width: 100%;
    padding-right: 0;
  }
}
.fxg-topic-list__detail {
  width: 65%;
  float: left;
  text-align: left;
  padding-bottom: 15px;
}
.fxg-topic-list__detail .fxg-topic-title {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fxg-topic-list__detail .fxg-topic-title {
    width: 100%;
    text-align: center;
  }
}
.fxg-topic-list__detail .fxg-topic-synopsis {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .fxg-topic-list__detail {
    width: 100%;
    text-align: center;
  }
}
.fxg-topic-list__load-more-wrapper {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(182, 182, 182, 0.5);
}
.fxg-topic-list__loading {
  text-align: center;
}

html[dir=rtl] .fxg-topic-list__video, html[dir=rtl] .fxg-topic-list__thumbnail {
  padding-right: inherit;
  padding-left: 20px;
}
html[dir=rtl] .fxg-topic-list__detail {
  float: right;
  text-align: right;
}
html[dir=rtl] .fxg-topic-list__detail .fxg-topic-title {
  text-align: right;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1.fxg-title.fxg-supscript {
  font-size: 2.75rem !important;
  font-weight: 300;
}
[dir] h1.fxg-title.fxg-supscript {
  text-align: center;
}

span.fxg-title {
  display: block;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir] .fxg-timer.isInit.isEditMode, [dir] .fxg-timer.toInit.isEditMode, [dir] .fxg-timer.isExpired.isEditMode {
  padding: 5px;
  margin: 20px 0;
}
.fxg-timer.isInit {
  display: block;
}
[dir] .fxg-timer.isInit.isEditMode {
  border: 1px dashed green;
}
.fxg-timer.toInit {
  display: none;
}
.fxg-timer.toInit.isEditMode {
  display: block;
}
[dir] .fxg-timer.toInit.isEditMode {
  border: 1px dashed orange;
}
.fxg-timer.isExpired {
  display: none;
}
.fxg-timer.isExpired.isEditMode {
  display: block;
}
[dir] .fxg-timer.isExpired.isEditMode {
  border: 1px dashed red;
}
[dir] .fxg-timer .editmode_message {
  padding: 0 0 10px;
}
.fxg-timer .timer_js {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
[dir=ltr] .fxg-timer .timer_js {
  text-align: right;
  padding-left: 20px;
}
[dir=rtl] .fxg-timer .timer_js {
  text-align: left;
  padding-right: 20px;
}
.fxg-timer__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fxg-timer .timer_js {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
[dir=ltr] .fxg-timer .timer_js {
  text-align: right;
  padding-left: 20px;
}
[dir=rtl] .fxg-timer .timer_js {
  text-align: left;
  padding-right: 20px;
}
html[dir=rtl] .fxg-timer .timer_js {
  text-align: left;
  padding-right: 20px;
}
.fxg-timer .timer_js span {
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
}
[dir] .fxg-timer .timer_js span {
  text-align: center;
}
.fxg-timer .timer_js span:after {
  content: attr(data-title);
  display: block;
  font-weight: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.fxg-timer .timer_js span.elips {
  width: 5px;
  min-height: 1px;
}
.fxg-timer .timer_js span.elips:after {
  content: "";
}
@media (min-width: 0px) and (max-width: 600px) {
  .fxg-timer .timer_js {
    display: block;
  }
  [dir] .fxg-timer .timer_js {
    text-align: center;
    padding: 0;
  }
}
.fxg-timer__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.5rem;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 600px) {
  .fxg-timer__title {
    display: block;
  }
}
.fxg-timer__title .timer_ada {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
}
html[dir=rtl] .fxg-timer__title .timer_ada {
  left: 0;
}

.fxg-labels {
  display: flex;
  width: 100%;
  max-width: 780px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.fxg-labels * {
  box-sizing: border-box;
}
.fxg-labels__title {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #333;
  text-align: center;
  margin: 45px auto;
  font-size: 20px;
  margin-top: 0;
}
.fxg-labels__print-container {
  width: calc(60% - 10px);
  background-color: #fff;
  padding: 30px 35px 30px 20px;
  margin-bottom: 20px;
}
.fxg-labels__print-title {
  font-size: 16px;
  color: #33333;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__print-details {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: -0.2px;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.fxg-labels__print-details + .fxg-labels__print-button {
  margin-top: 25px;
}
.fxg-labels__print-button {
  font-size: 19px;
  color: #fff;
  background-color: #ff6200;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.11px;
  line-height: 12px;
  padding: 18.5px 40px;
  border: 0;
  height: auto;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__tracking-container {
  width: calc(40% - 10px);
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.fxg-labels__tracking-number {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}
.fxg-labels__tracking-details {
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__pickup-container {
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.fxg-labels__tracking-details {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: -0.2px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__create-container {
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.fxg-labels__create-button {
  border: 2px solid #ff6200;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 17px 40px;
  position: relative;
  margin: 0;
  outline: 0;
  transition: all 0.2s;
  transform: scale(1);
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16.5px 64px 16.5px;
  background-color: transparent;
  color: #ff6200;
  border-radius: 0;
  height: auto;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__tracking-title {
  font-size: 16px;
  color: #33333;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__pickup-title {
  font-size: 16px;
  color: #33333;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
.fxg-labels__print-title:focus, .fxg-labels__tracking-title:focus, .fxg-labels__pickup-container .fxg-labels__tracking-details:focus, .fxg-labels__print-button:focus, .fxg-labels__create-button:focus {
  outline-color: #0079b5;
  outline-style: auto;
  outline-width: 5px;
}
@media (max-width: 767px) {
  .fxg-labels__print-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
  }
  .fxg-labels__print-title {
    font-size: 15px;
  }
  .fxg-labels__print-details {
    font-size: 10px;
  }
  .fxg-labels__tracking-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .fxg-labels__pickup-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .fxg-labels__pickup-title {
    width: 100%;
    font-size: 15px;
  }
  .fxg-labels__tracking-title {
    width: 100%;
    font-size: 15px;
  }
  .fxg-labels__tracking-number {
    width: 100%;
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/



.fxg-tagged-pages {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.fxg-tagged-pages img {
  max-height: 100%;
  width: 100%;
}
.fxg-tagged-pages .fxg-tagged-pages__title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.fxg-tagged-pages__card-view {
  margin-bottom: 24px;
}
.fxg-tagged-pages__carousel-view .fxg-link {
  padding-bottom: 15px;
}
.fxg-tagged-pages__description {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}
.fxg-tagged-pages__one-card {
  display: block;
  max-width: 970px;
  margin: 24px auto;
  background-color: #fafafa;
}
.fxg-tagged-pages__one-card__image {
  width: 44%;
  float: left;
}
.fxg-tagged-pages__one-card__content {
  width: 56%;
  float: left;
  padding: 24px 48px;
  text-align: left;
}
.fxg-tagged-pages__one-card .fxg-tagged-pages__title {
  margin-top: 0px;
}
.fxg-tagged-pages__arrow {
  display: inline-block;
}
.fxg-tagged-pages__list-view {
  display: inline-block;
}
.fxg-tagged-pages__list-view__link {
  display: block;
  padding: 0 16px;
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 23px;
}
.fxg-tagged-pages__list-view__link:last-child {
  margin-bottom: 0;
}
.fxg-tagged-pages__list-view__link:hover {
  text-decoration: underline;
}
.fxg-tagged-pages__list-view__link svg {
  display: inline-block;
  width: 20px;
  height: 15px;
  fill: #007ab7;
  vertical-align: text-bottom;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .fxg-tagged-pages__one-card__content,
  .fxg-tagged-pages__one-card__image {
    width: 100%;
  }
  .fxg-tagged-pages__card-view {
    margin-bottom: 40px;
  }
  .fxg-tagged-pages__carousel-view .fxg-tagged-pages__card-view {
    margin-bottom: 20px;
  }
  .fxg-tagged-pages__carousel-view .owl-item {
    height: auto !important;
  }
}
html[dir=rtl] .fxg-tagged-pages__one-card__content {
  text-align: right;
}
html[dir=rtl] .fxg-tagged-pages__list-view__link svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  margin-left: 0px;
  margin-right: 10px;
}
.fxg-tabs {
  margin-top: 25px;
  margin-bottom: 60px;
}
.fxg-tabs__lead {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .fxg-tabs__lead {
    max-width: 100%;
  }
}
.fxg-tabs .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 0;
}
.fxg-tabs .tab-content {
  margin-top: 30px;
}
.fxg-tabs .tab-content p {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .fxg-tabs .tab-content {
    margin-top: 15px;
  }
}
.fxg-tabs .nav-tabs > li > a {
  display: block;
  color: #333333;
  background-color: #F2F2F2;
  height: 50px;
  width: 210px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0px 25px;
  line-height: 50px;
}
@media (max-width: 992px) {
  .fxg-tabs .nav-tabs > li > a {
    width: 176px;
  }
}
.fxg-tabs .nav-tabs > li > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 992px) {
  .fxg-tabs .nav-tabs > li > a span {
    letter-spacing: 1px;
  }
}
.fxg-tabs .nav-tabs > li.active > a, .fxg-tabs .nav-tabs > li.active > a:hover, .fxg-tabs .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #4D148C;
  border: 0px;
  height: 60px;
  width: 220px;
  transition: 0.13s ease-in-out;
  line-height: 60px;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 992px) {
  .fxg-tabs .nav-tabs > li.active > a, .fxg-tabs .nav-tabs > li.active > a:hover, .fxg-tabs .nav-tabs > li.active > a:focus {
    width: 186px;
  }
}
.fxg-tabs .nav-tabs > li.active > a span, .fxg-tabs .nav-tabs > li.active > a:hover span, .fxg-tabs .nav-tabs > li.active > a:focus span {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: 700;
  color: #ffffff;
}

.fxg-tabs .toggle-view {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.fxg-tabs .toggle-view .nav-toggles {	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;	
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
.fxg-tabs .toggle-view .nav-toggles .cmp-tabs__tab {
  padding: 0;
  outline : none;
}
.fxg-tabs .toggle-view .nav-toggles > li {
	position: static;	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
	content: '';
    display: block;
    position: absolute;
    height: 4px;
	width: 192px;
    background: #4D148C;
    bottom: 0;
    right: 0;
    z-index: 10;
   	-moz-transition: all .56s ease-in-out;
    -o-transition: all .56s ease-in-out;
    -webkit-transition: all .56s ease-in-out;
    transition: all .56s ease-in-out;
}
.fxg-tabs .toggle-view .nav-toggles li {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
}
.fxg-tabs .toggle-view .nav-toggles > li > a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	min-height: 43px;
	max-height: 60px;
	font-size: 15px;
	line-height: 16px;
	
  	text-align: center;
	color: #333333;
	padding: 0 5px;
	width: 192px;
	font-weight: 400;
	-moz-transition: color .12s ease-in;
    -o-transition: color .12s ease-in;
    -webkit-transition: color .12s ease-in;
    transition: color .12s ease-in;
}
.fxg-tabs .toggle-view .nav-toggles > li > a:hover, 
.fxg-tabs .toggle-view .nav-toggles > li > a:focus {
	background: none;
}
.fxg-tabs .toggle-view .nav-toggles > li > a span {
	width: 100%;
	display: block;
    overflow: hidden;
	text-overflow: clip;
	letter-spacing: -0.2px;
	margin: 13px 0;
	font-weight: 400;
	max-height: 34px;
}
.fxg-tabs .toggle-view .nav-toggles > li.active > a span, 
.fxg-tabs .toggle-view .nav-toggles > li.active > a:hover span, 
.fxg-tabs .toggle-view .nav-toggles > li.active > a:focus span {
	color: #4D148C;
}
.fxg-tabs .fxg-secondary-menu__dropdown-content h2.fxg-title {
  font-size: 35px;
  font-weight: 300;
}
.fxg-tabs .fxg-secondary-menu__dropdown-content h3.fxg-title {
  font-size: 25px;
  font-weight: 400;
}
.fxg-tabs .fxg-secondary-menu__dropdown-content h4.fxg-title, .fxg-tabs .fxg-secondary-menu__dropdown-content h5.fxg-title, .fxg-tabs .fxg-secondary-menu__dropdown-content h6.fxg-title {
  font-size: 18px;
  font-weight: 500;
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
  right: calc(100% - 192px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
  right: calc(100% - 384px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
  right: calc(100% - 576px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
  right: calc(100% - 728px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
  right: calc(100% - 960px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
  right: calc(100% - 1152px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
  right: calc(100% - 1344px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
  right: calc(100% - 1536px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
  right: calc(100% - 1728px);
}
.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
  right: calc(100% - 1920px);
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles {
  padding: 0;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
  left: 0;
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
  left: calc(100% - 192px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
  left: calc(100% - 384px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
  left: calc(100% - 576px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
  left: calc(100% - 728px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
  left: calc(100% - 960px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
  left: calc(100% - 1152px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
  left: calc(100% - 1344px);
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
  left: calc(100% - 1536px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
  left: calc(100% - 1728px);
  right: auto;
}
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
  left: calc(100% - 1920px);
  right: auto;
}
@media (min-width: 768px) and (max-width: 992px){
	.fxg-tabs .toggle-view .nav-toggles > li > a {
		width: 177px;
		height: 60px;
	}
    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
		width: 177px;
	}
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    right: calc(100% - 177px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    right: calc(100% - 354px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    right: calc(100% - 531px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    right: calc(100% - 708px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    right: calc(100% - 885px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    right: calc(100% - 1062px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    right: calc(100% - 1239px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    right: calc(100% - 1416px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    right: calc(100% - 1593px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    right: calc(100% - 1770px);
  }
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    left: calc(100% - 177px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    left: calc(100% - 354px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    left: calc(100% - 531px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    left: calc(100% - 708px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    left: calc(100% - 885px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    left: calc(100% - 1062px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    left: calc(100% - 1239px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    left: calc(100% - 1416px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    left: calc(100% - 1593px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    left: calc(100% - 1770px);
    right: auto;
  }
}
@media screen and (max-width: 767px){
	.fxg-tabs .toggle-view .nav-toggles > li > a {
		width: 140px;
	}
    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
		width: 140px;
	}
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    right: calc(100% - 140px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    right: calc(100% - 280px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    right: calc(100% - 420px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    right: calc(100% - 560px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    right: calc(100% - 700px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    right: calc(100% - 840px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    right: calc(100% - 980px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    right: calc(100% - 1120px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    right: calc(100% - 1260px);
  }
  .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    right: calc(100% - 1400px);
  }
html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    left: calc(100% - 140px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    left: calc(100% - 280px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    left: calc(100% - 420px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    left: calc(100% - 560px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    left: calc(100% - 700px);
    right: 0;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    left: calc(100% - 840px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    left: calc(100% - 980px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    left: calc(100% - 1120px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    left: calc(100% - 1260px);
    right: auto;
  }
  html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    left: calc(100% - 1400px);
    right: auto;
  }
}

/* Editable Templates */

[dir] .aem-Grid .fxg-tabs {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  [dir] .aem-Grid .fxg-tabs {
    margin-bottom: 20px;
	margin-bottom: 30px;
  }
}
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir] .fxg-tab li[aria-selected] {
  background-color: transparent !important;
  border-bottom: none !important;
}
.fxg-tab .cc-aem-c-dropdown__button {
  display: block;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}
[dir] .fxg-tab .cc-aem-c-dropdown__button {
  background-color: #fafafa;
}
[dir=ltr] .fxg-tab .cc-aem-c-dropdown__button {
  text-align: left;
}
[dir=rtl] .fxg-tab .cc-aem-c-dropdown__button {
  text-align: right;
}
.fxg-tab .cc-aem-c-dropdown__button--text {
  text-transform: none;
}
.fxg-tab .cc-aem-c-dropdown__button__icon {
  position: absolute;
}
[dir=ltr] .fxg-tab .cc-aem-c-dropdown__button__icon {
  left: auto;
  right: 1rem;
}
[dir=rtl] .fxg-tab .cc-aem-c-dropdown__button__icon {
  right: auto;
  left: 1rem;
}
.fxg-tab .cc-aem-c-dropdown__menu {
  max-width: none;
}
[dir=ltr] .fxg-tab .cc-aem-c-dropdown__menu {
  right: auto;
}
[dir=rtl] .fxg-tab .cc-aem-c-dropdown__menu {
  left: auto;
}
.fxg-tab .cc-aem-c-dropdown__menu__item__button {
  font-size: 0.875rem;
  min-height: 3rem;
}
.fxg-tab--card .cc-aem-c-tabs__list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fxg-tab--card .cc-aem-c-tabs__list-item a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fxg-tab--card a[aria-selected=true] .fxg-tab__tile {
  color: #4d148c;
}
[dir] .fxg-tab--card a[aria-selected=true] .fxg-tab__tile {
  border-bottom: solid 4px #4d148c;
}
.fxg-tab--card .fxg-tab__toggle,
.fxg-tab--card .fxg-tab__content {
  max-width: 620px;
}
.fxg-tab--card .fxg-tab__icon {
  font-size: 60px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-table {
  max-width: 100%;
  width: 100%;
}
.fxg-table a {
  text-decoration: underline;
  color: #333333;
}
.fxg-table a:hover, .fxg-table a:focus {
  color: #007AB7;
}
.fxg-table a:active {
  color: #333333;
}
.fxg-table .link a {
  text-decoration: none;
}
.fxg-table th, .fxg-table td {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
}
[dir] .fxg-table th, [dir] .fxg-table td {
  padding: 20px 35px;
}
@media (max-width: 663px) {
  .fxg-table th, .fxg-table td {
    vertical-align: text-top;
  }
  [dir] .fxg-table th, [dir] .fxg-table td {
    padding: 15px;
  }
}
.fxg-table .fxg-font-size-16 {
  font-size: 1rem;
  font-weight: 300;
}
.fxg-table .fxg-font-size-14 {
  font-weight: 300;
}
.fxg-table .fxg-font-size-12 {
  font-weight: 300;
}
.fxg-table .fxg-default {
  font-weight: 400;
}
.fxg-table th {
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 500;
}
[dir=ltr] .fxg-table th {
  text-align: left;
}
[dir=rtl] .fxg-table th {
  text-align: right;
}
.fxg-table th p {
  font-size: 0.875rem;
  font-weight: 500;
}
.fxg-table th li {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 663px) {
  .fxg-table th {
    vertical-align: middle !important;
  }
}
.fxg-table th .fxg-font-size-16 {
  font-weight: 300;
}
.fxg-table th .fxg-font-size-14 {
  font-weight: 300;
}
.fxg-table th .fxg-font-size-12 {
  font-weight: 300;
}
.fxg-table th .fxg-default {
  font-weight: 400;
}
.fxg-table td p {
  font-size: 0.875rem;
  font-weight: 400;
}
.fxg-table td li {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-table th, [dir=ltr] .fxg-table tr {
    text-align: left;
  }
  [dir=rtl] .fxg-table th, [dir=rtl] .fxg-table tr {
    text-align: right;
  }
}
.fxg-table caption {
  font-size: 0.75rem;
}
[dir=ltr] .fxg-table caption {
  text-align: left;
}
[dir=rtl] .fxg-table caption {
  text-align: right;
}
.fxg-table-wrapper {
  overflow-x: auto;
}
[dir] .fxg-table-wrapper {
  padding: 15px;
}
[dir] .fxg-table.fxg-table--hover tbody tr:hover {
  background-color: #fafafa;
}
[dir] .fxg-table.fxg-table--striped-odd tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
[dir] .fxg-table.fxg-table--striped-even tbody tr:nth-of-type(even), [dir] .fxg-table.fxg-table--striped-even thead {
  background-color: #fafafa;
}
[dir] .fxg-table.fxg-table--striped-row tbody tr:nth-child(even), [dir] .fxg-table.fxg-table--striped-row thead tr:nth-child(odd) {
  background-color: #fafafa;
}
[dir] .fxg-table.fxg-table--striped-column tr td:nth-child(odd), [dir] .fxg-table.fxg-table--striped-column tr th:nth-child(odd) {
  background-color: #fafafa;
}
[dir] .fxg-table.fxg-table--bordered-row tr {
  border: 1px solid #8e8e8e;
}
[dir] .fxg-table.fxg-table--bordered-column {
  border: 1px solid #8e8e8e;
}
[dir=ltr] .fxg-table.fxg-table--bordered-column tr td, [dir=ltr] .fxg-table.fxg-table--bordered-column tr th {
  border-right: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
}
[dir=rtl] .fxg-table.fxg-table--bordered-column tr td, [dir=rtl] .fxg-table.fxg-table--bordered-column tr th {
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
}
[dir] .fxg-table.fxg-table--bordered-both tr th, [dir] .fxg-table.fxg-table--bordered-both tr td {
  border: 1px solid #8e8e8e;
}
@media (max-width: 663px) {
  [dir] .fxg-table--stackable {
    border-bottom: 0;
  }
  .fxg-table--stackable th, .fxg-table--stackable td {
    max-width: 100%;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-table--stackable td {
    padding: 0 15px 5px 15px;
  }
}
.fxg-table--stackable .st-head-row {
  font-weight: 700;
}
[dir] .fxg-table--stackable .st-head-row {
  text-align: center;
  padding-bottom: 10px;
}
.fxg-table--stackable .st-head-row-main {
  font-size: 1.25rem;
  font-weight: 400;
}
[dir] .fxg-table--stackable .st-head-row-main {
  background-color: #fafafa;
  margin-bottom: 0.625rem;
  border: 0;
  padding-bottom: 15px;
}
[dir] .fxg-table--stackable tr:first-child {
  border-bottom: 0;
}
.fxg-table--stackable .st-key {
  width: 49%;
}
[dir] .fxg-table--stackable .st-key {
  border: 0;
}
[dir=ltr] .fxg-table--stackable .st-key {
  text-align: right;
  padding-right: 1%;
}
[dir=rtl] .fxg-table--stackable .st-key {
  text-align: left;
  padding-left: 1%;
}
@media (max-width: 663px) {
  .fxg-table--stackable .st-key {
    font-weight: 400;
    width: 100%;
    display: block;
  }
  [dir] .fxg-table--stackable .st-key {
    text-align: center;
  }
  [dir=ltr] .fxg-table--stackable .st-key {
    padding-right: 15px;
  }
  [dir=rtl] .fxg-table--stackable .st-key {
    padding-left: 15px;
  }
}
.fxg-table--stackable .st-val {
  width: 49%;
}
[dir] .fxg-table--stackable .st-val {
  border: 0;
}
[dir=ltr] .fxg-table--stackable .st-val {
  padding-left: 1%;
}
[dir=rtl] .fxg-table--stackable .st-val {
  padding-right: 1%;
}
@media (max-width: 663px) {
  .fxg-table--stackable .st-val {
    font-weight: 300;
    width: 100%;
    display: block;
  }
  [dir] .fxg-table--stackable .st-val {
    text-align: center;
    margin-bottom: 0.625rem;
  }
  [dir=ltr] .fxg-table--stackable .st-val {
    padding-left: 15px;
  }
  [dir=rtl] .fxg-table--stackable .st-val {
    padding-right: 15px;
  }
}

[dir=ltr] .advanced_table .row {
  margin-left: 0;
  margin-right: 0;
}

[dir=rtl] .advanced_table .row {
  margin-right: 0;
  margin-left: 0;
}

.stacktable {
  width: 100%;
}

[dir] .st-head-row {
  padding-top: 1em;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .scroll .stacktable.large-only {
    display: table;
  }
  .scroll .stacktable.small-only {
    display: none;
  }
}
html[dir=rtl] .fxg-table--stackable .st-val {
  padding-right: 1%;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-table--stackable .st-val {
    padding-right: 15px;
  }
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-table--stackable .st-key {
    text-align: left;
    padding-left: 15px;
  }
}
html[dir=rtl] .fxg-table caption {
  text-align: right;
}
html[dir=rtl] .advanced_table th {
  text-align: right;
}
html[dir=rtl] .fx-dt_dynamic_table .fxg-table th {
  text-align: right;
}

.stickyHeaderDiv {
  top: 50px;
  overflow-x: scroll;
  position: fixed;
}

[dir] .stickyHeaderDiv {
  padding-top: 0px;
}
.stickyHeaderDiv::-webkit-scrollbar {
  width: 0px;
}
[dir] .stickyHeaderDiv::-webkit-scrollbar {
  background: transparent;
}
[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-row thead tr:nth-child(even) {
  background-color: #FFFFFF;
}
[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-column tr th:nth-child(even) {
  background-color: #FFFFFF;
}
[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-odd thead {
  background-color: #FFFFFF;
}
[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-none {
  background-color: #FFFFFF;
}

.table.parbase.aem-GridColumn {
  margin-bottom: 0;
}
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Component: Survey
 *
 * This component is created to build custom surveys
 * Styling of form elements came from Common Core 4.3.2
 * documentation: https://common-core-main.app.wtcdev1.paas.fedex.com/
 */
.fxg-survey {
  max-width: 650px;
  /* Radio button - Button style: Active state */
  /* eyebrow not yet available in cc-aem - adding it here */
  /* visually hide elements. needed for focussing on the right custom form elements*/
}
.fxg-survey .cc-aem-c-form[hidden] {
  display: none;
}
.fxg-survey label {
  min-width: 22px;
}
[dir] .fxg-survey label {
  cursor: pointer;
}
.fxg-survey #fxg-message-survey-responsivegrid--success .cc-aem-c-icon,
.fxg-survey #fxg-message-survey-responsivegrid--failure .cc-aem-c-icon {
  width: 32px;
  height: 32px;
  position: relative;
}
[dir] .fxg-survey #fxg-message-survey-responsivegrid--success .cc-aem-c-icon, [dir] .fxg-survey #fxg-message-survey-responsivegrid--failure .cc-aem-c-icon {
  margin-top: -8px;
}
.fxg-survey input.type-radio--button:checked + label.cc-aem-c-button--secondary {
  color: white !important;
}
[dir] .fxg-survey input.type-radio--button:checked + label.cc-aem-c-button--secondary {
  background-color: #007ab7;
}
.fxg-survey label.cc-aem-c-button--secondary-outline.cc-aem-c-button--secondary:hover {
  color: white !important;
}
[dir] .fxg-survey label.cc-aem-c-button--secondary-outline.cc-aem-c-button--secondary:hover {
  background-color: #007ab7;
}
.fxg-survey .fxg-radio-score--container > * {
  max-width: 40px;
}
.fxg-survey label.cc-aem-experiment-label:hover {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
[dir] .fxg-survey label.cc-aem-experiment-label:hover {
  -webkit-transition: all 0.2s ease-in-out;
}
.fxg-survey input:checked + label.cc-aem-experiment-label {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}
[dir] .fxg-survey input:checked + label.cc-aem-experiment-label {
  background-color: #007ab7;
  -webkit-transition: all 0.2s ease-in-out;
}
.fxg-survey .cc-aem-c-eyebrow.cc-aem-c-eyebrow--small {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.143;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fxg-survey .cc-aem-u--visuallyhidden {
  opacity: 1;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  top: 50%;
}
[dir=ltr] .fxg-survey .cc-aem-u--visuallyhidden {
  left: 50%;
}
[dir=rtl] .fxg-survey .cc-aem-u--visuallyhidden {
  right: 50%;
}
.fxg-survey input[type=radio]:focus + label {
  color: white !important;
  text-decoration: underline;
}
[dir] .fxg-survey input[type=radio]:focus + label {
  background: #007ab7;
}

/* Support for smaller mobile phones  (Samsung S8+ and Fold) */
@media screen and (min-width: 350px) {
  .fxg-survey label {
    min-width: 29px;
  }
}
@media screen and (min-width: 767px) {
  .fxg-survey form label {
    min-width: 40px;
  }
}

.fxg-spacer {
    clear: both;
}

.fxg-spacer-hide--mobile, 
.fxg-spacer-hide--tablet, 
.fxg-spacer-hide--desktop {
	display: block;
}

@media only screen and (max-width: 767px) {
	.fxg-spacer-hide--tablet, .fxg-spacer-hide--desktop {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.fxg-spacer-hide--mobile, .fxg-spacer-hide--desktop {
		display: none;
	}
}

@media only screen and (min-width: 993px) {
	.fxg-spacer-hide--mobile, .fxg-spacer-hide--tablet {
		display: none;
	}
}
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Smartbanner
 *
 * Banner promoting a native app on iOS or Android
 */
/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-smartbanner__icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
}
[dir] .fxg-smartbanner__icon {
  border-radius: 10px;
}

.fxg-smartbanner__sticky {
  z-index: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.fxg-smartbanner__title {
  font-size: 1rem;
  line-height: 1.5 !important;
}

.fxg-smartbanner__inner_title {
  line-height: 1.3;
  font-weight: 400;
}

.fxg-smartbanner__view {
  font-size: 0.875rem;
  color: #007ab7;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
 @-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-sitemap {
  -webkit-column-width: 175px;
     -moz-column-width: 175px;
          column-width: 175px;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  list-style-type: none;
}
[dir] .fxg-sitemap {
  margin-bottom: 20px;
  padding: 0;
}
.fxg-sitemap__link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fxg-sitemap__link a {
  display: inline;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* fxg-show-hide */
.fxg-show-hide__trigger {
  position: relative;
  padding-left: 20px;
  padding-bottom: 25px;
  text-decoration: none;
  cursor: pointer;
}

.fxg-show-hide__trigger__icon {
  position: absolute;
  top: 7px;
  left: 0;
}

.fxg-show-hide__trigger__text {
color: #007ab7;
  font-size: 14px;
  font-weight: 600;
}

.fxg-show-hide__panel {
  overflow:hidden;
  transition: height 0.3s ease-out;
}

/* fxg plus-minus icon with animation */
.fxg-plus-minus {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.fxg-plus-minus:before,
.fxg-plus-minus:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  width: 10px;

  height: 2px;

  transition: transform .3s ease;

  background: #007AB7 !important;

  content: '';
}

.fxg-plus-minus:after {
  transform: rotate(90deg);
}
.fxg-plus-minus:before {
  transform: rotate(180deg);
}

.is-active .fxg-plus-minus:after {
    transform: rotate(180deg);
}

html[dir=rtl] .fxg-show-hide__trigger {
  padding-left: 0;
  padding-right: 20px;
}
html[dir=rtl] .fxg-show-hide__trigger__icon {
  right: 0;
  left: auto;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fx-senseaware_map {
  width: 100%;
  height: 0;
}
[dir] .fx-senseaware_map {
  padding-top: 56.25%;
  margin: 15px 0 30px;
}
.fx-senseaware_map_data {
  position: absolute;
  max-width: 300px;
}
.fx-senseaware_map_data .fx-sa_data, .fx-senseaware_map_data .fx-sa_max_days, .fx-senseaware_map_data .fx-sa_map_pins, .fx-senseaware_map_data .fx-sa_location {
  display: none;
  visibility: hidden;
}
.fx-senseaware_map button {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.fx-senseaware_map label {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.fx-senseaware_map ul {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.fx-senseaware_map li {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.fx-senseaware_map span {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.fx-senseaware_map div {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}
.fx-senseaware_map button[aria-checked=false] {
  font-family: FedExSans, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

@media (min-width: 0px) and (max-width: 800px) {
  [dir] .fx-senseaware_map {
    padding-top: 75%;
  }
}


/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-secondary-menu {
  position: relative;
  z-index: 99;
}
[dir] .fxg-secondary-menu {
  background-color: #fafafa;
  margin-bottom: 1.875rem;
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu {
    background-color: #fff;
  }
}
[dir] .fxg-secondary-menu .secnavItemsList {
  padding: 0;
  margin-bottom: 0rem;
}
.fxg-secondary-menu .fxg-wrapper {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu .fxg-secondary-wrapper {
    padding: 0;
  }
  .fxg-secondary-menu .fxg-secondary-wrapper .fxg-secondary-menu__mobile {
    max-height: calc(100vh - 132px);
    overflow-y: scroll;
  }
}
.fxg-secondary-menu__gradient {
  position: absolute;
  top: -15px;
  height: 75px;
  width: 20px;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#fafafa", GradientType=1 );
}
[dir=ltr] .fxg-secondary-menu__gradient {
  right: 100%;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(76%, rgb(250, 250, 250)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(76%, rgb(250, 250, 250)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(250, 250, 250) 76%);
}
[dir=rtl] .fxg-secondary-menu__gradient {
  left: 100%;
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(76%, rgb(250, 250, 250)));
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(76%, rgb(250, 250, 250)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(250, 250, 250) 76%);
}
.fxg-secondary-menu__gradient-prev {
  top: -15px;
}
[dir=ltr] .fxg-secondary-menu__gradient-prev {
  left: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir=rtl] .fxg-secondary-menu__gradient-prev {
  right: 25px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fxg-secondary-menu .secondary-menu-item {
  display: inline-block;
  max-width: 250px;
  min-width: 100px;
  vertical-align: top;
}
[dir] .fxg-secondary-menu .secondary-menu-item {
  margin: 0rem 1.25rem;
  text-align: center;
  padding: 1px;
}
.fxg-secondary-menu .secondary-menu-item > .fxg-link {
  max-width: 250px;
}
.fxg-secondary-menu .secondary-menu-item a:focus {
  max-width: 100%;
}
.fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active > a svg {
  -webkit-transform: rotateX(180deg);
  fill: #333;
}
[dir] .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active > a svg {
  transform: rotateX(180deg);
  margin-bottom: 0.125rem;
}
.fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active a.bottom-line {
  color: #333 !important;
  font-weight: 700;
}
.fxg-secondary-menu .secondary-menu-item > a.secondary-item-active svg {
  -webkit-transform: rotateX(180deg);
  fill: #333;
}
[dir] .fxg-secondary-menu .secondary-menu-item > a.secondary-item-active svg {
  transform: rotateX(180deg);
  margin-bottom: 0.125rem;
}
@media (max-width: 663px) {
  .fxg-secondary-menu .secondary-menu-item {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  [dir] .fxg-secondary-menu .secondary-menu-item {
    border-bottom: 1px solid #fafafa;
    margin: 0rem !important;
    text-align: inherit;
  }
  [dir=ltr] .fxg-secondary-menu .secondary-menu-item {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .fxg-secondary-menu .secondary-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  [dir] .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active a.bottom-line:focus {
    background-color: #fff;
  }
  [dir] .fxg-secondary-menu .secondary-menu-item:last-child {
    border-bottom: 0;
  }
  .fxg-secondary-menu .secondary-menu-item > .fxg-link {
    max-width: 100%;
  }
}
[dir=ltr] .fxg-secondary-menu .secondary-menu-item:first-child {
  margin-left: 0.3125rem;
}
[dir=rtl] .fxg-secondary-menu .secondary-menu-item:first-child {
  margin-right: 0.3125rem;
}
html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:first-child {
  margin-right: 0.3125rem;
  margin-left: 1.25rem;
}
[dir=ltr] .fxg-secondary-menu .secondary-menu-item:last-child {
  margin-right: 0.3125rem;
}
[dir=rtl] .fxg-secondary-menu .secondary-menu-item:last-child {
  margin-left: 0.3125rem;
}
html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:last-child {
  margin-left: 0.3125rem;
  margin-right: 1.25rem;
}
@media (max-width: 663px) {
  .fxg-secondary-menu .secondary-menu-item:after {
    content: "";
    display: none;
  }
}
.fxg-secondary-menu .secondary-menu-item:last-child:after {
  content: "";
}
.fxg-secondary-menu__nav {
  font-size: inherit;
  position: relative;
  transition: 0.5s ease-in-out all;
}
[dir] .fxg-secondary-menu__nav {
  -webkit-transition: 0.5s ease-in-out all;
  background-color: #fafafa;
}
[dir=ltr] .fxg-secondary-menu__nav {
  left: 0;
}
[dir=rtl] .fxg-secondary-menu__nav {
  right: 0;
}
@media (max-width: 768px) {
  .fxg-secondary-menu__nav {
    transition: 0.25s ease-in-out all;
  }
  [dir] .fxg-secondary-menu__nav {
    -webkit-transition: 0.25s ease-in-out all;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu__nav {
    background-color: #fff;
  }
}
.fxg-secondary-menu__nav--active {
  height: 300px;
}
@media (max-width: 663px) {
  .fxg-secondary-menu__nav--active {
    height: auto;
  }
}
.fxg-secondary-menu__nav-button {
  display: inline-block;
  height: 45px;
  vertical-align: top;
  position: relative;
  z-index: 2;
  display: none;
}
[dir] .fxg-secondary-menu__nav-button {
  margin: 1rem 0rem;
  cursor: pointer;
  background-color: #fafafa;
}
@media (max-width: 663px) {
  .fxg-secondary-menu__nav-button {
    display: none;
  }
}
.fxg-secondary-menu__nav-button svg {
  width: 19px;
  height: 11px;
  fill: #333;
}
@media (max-width: 768px) {
  .fxg-secondary-menu__nav-button svg {
    height: 17px;
  }
}
.fxg-secondary-menu__nav-next {
  width: 200px;
}
[dir] .fxg-secondary-menu__nav-next {
  background-color: #fafafa;
}
[dir=ltr] .fxg-secondary-menu__nav-next {
  padding: 19px 0 16px 6px;
  left: -28px;
}
[dir=rtl] .fxg-secondary-menu__nav-next {
  padding: 19px 6px 16px 0;
  right: -28px;
}
html[dir=rtl] .fxg-secondary-menu__nav-next {
  left: 22px;
}
[dir=ltr] .fxg-secondary-menu__nav-next svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[dir=rtl] .fxg-secondary-menu__nav-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
html[dir=rtl] .fxg-secondary-menu__nav-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  z-index: 11;
}
html[dir=rtl] .fxg-secondary-menu__nav-next .fxg-secondary-menu__gradient {
  right: -10%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fxg-secondary-menu__nav-prev {
  position: absolute;
}
[dir=ltr] .fxg-secondary-menu__nav-prev {
  padding: 19px 6px 16px 0;
  left: auto;
}
[dir=rtl] .fxg-secondary-menu__nav-prev {
  padding: 19px 0 16px 6px;
  right: auto;
}
html[dir=rtl] .fxg-secondary-menu__nav-prev {
  right: 0;
  left: auto;
}
html[dir=rtl] .fxg-secondary-menu__nav-prev .fxg-secondary-menu__gradient-prev {
  left: auto;
  -webkit-transform: none;
  transform: none;
}
[dir=ltr] .fxg-secondary-menu__nav-prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[dir=rtl] .fxg-secondary-menu__nav-prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html[dir=rtl] .fxg-secondary-menu__nav-prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.fxg-secondary-menu__nav-wrapper {
  display: inline-block;
  max-width: 890px;
  white-space: nowrap;
  overflow: hidden;
}
[dir=ltr] .fxg-secondary-menu__nav-wrapper {
  padding: 0px 20px 0px 0px;
}
[dir=rtl] .fxg-secondary-menu__nav-wrapper {
  padding: 0px 0px 0px 20px;
}
html[dir=rtl] .fxg-secondary-menu__nav-wrapper {
  padding: 0px 0px 0px 20px;
}
.fxg-secondary-menu__nav-wrapper.fxg-nosocial {
  max-width: 950px;
}
@media (max-width: 768px) {
  .fxg-secondary-menu__nav-wrapper.fxg-nosocial {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 663px) {
  .fxg-secondary-menu__nav-wrapper.fxg-nosocial {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fxg-secondary-menu__nav-wrapper {
    width: 90%;
    overflow: hidden;
  }
}
@media (max-width: 663px) {
  .fxg-secondary-menu__nav-wrapper {
    display: none;
    width: 100%;
    overflow-y: scroll !important;
    max-height: 350px;
  }
  [dir] .fxg-secondary-menu__nav-wrapper {
    background-color: #fafafa;
  }
}
.fxg-secondary-menu__social {
  position: absolute;
  top: 3px;
  z-index: 10;
}
[dir] .fxg-secondary-menu__social {
  background: #fafafa;
  padding: 1px;
}
[dir=ltr] .fxg-secondary-menu__social {
  right: 15px;
}
[dir=rtl] .fxg-secondary-menu__social {
  left: 15px;
}
html[dir=rtl] .fxg-secondary-menu__social {
  left: 21px;
  right: auto;
}
@media (max-width: 768px) {
  html[dir=rtl] .fxg-secondary-menu__social {
    left: 24px;
  }
}
@media (max-width: 663px) {
  .fxg-secondary-menu__social {
    display: none;
  }
}
.fxg-secondary-menu__social-dropdown {
  display: none;
  position: relative;
}
[dir] .fxg-secondary-menu__social-dropdown {
  border-top: 1px solid #e3e3e3;
  padding: 13px 0;
}
[dir=ltr] .fxg-secondary-menu__social-dropdown {
  right: 15px;
}
[dir=rtl] .fxg-secondary-menu__social-dropdown {
  left: 15px;
}
html[dir=rtl] .fxg-secondary-menu__social-dropdown {
  right: -6px;
}
.fxg-secondary-menu__social-dropdown:after {
  content: "";
  display: table;
}
[dir] .fxg-secondary-menu__social-dropdown:after {
  clear: both;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-secondary-menu__social-dropdown {
    right: 0px;
  }
  [dir=rtl] .fxg-secondary-menu__social-dropdown {
    left: 0px;
  }
  [dir=ltr] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
    margin-right: 0rem;
  }
  [dir=rtl] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
    margin-left: 0rem;
  }
  html[dir=rtl] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
    margin-right: 1rem;
  }
}
.fxg-secondary-menu__social-btn {
  height: 75px;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
[dir] .fxg-secondary-menu__social-btn {
  cursor: pointer;
}
[dir=ltr] .fxg-secondary-menu__social-link {
  float: right;
  margin-right: 1rem;
}
[dir=rtl] .fxg-secondary-menu__social-link {
  float: left;
  margin-left: 1rem;
}
html[dir=rtl] .fxg-secondary-menu__social-link {
  float: left;
}
[dir=ltr] .fxg-secondary-menu__close-btn {
  float: right;
}
[dir=rtl] .fxg-secondary-menu__close-btn {
  float: left;
}
[dir] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
  padding-top: 10px;
}
[dir=ltr] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
  margin-left: 1.25rem;
}
[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
  margin-right: 1.25rem;
}
html[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
  float: left;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  [dir] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    float: none;
  }
  [dir=ltr] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    margin-left: 0.5rem;
  }
  [dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    margin-right: 0.5rem;
  }
  html[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    float: none;
  }
}
.fxg-secondary-menu__dropdown {
  display: none;
  width: 100%;
  position: absolute;
  white-space: normal;
}
[dir] .fxg-secondary-menu__dropdown {
  background-color: #fff;
}
[dir=ltr] .fxg-secondary-menu__dropdown {
  left: 0;
}
[dir=rtl] .fxg-secondary-menu__dropdown {
  right: 0;
}
[dir] .fxg-secondary-menu__dropdown .collapse .row {
  margin: 0rem;
}
html[dir=rtl] .fxg-secondary-menu__dropdown {
  left: auto;
  right: 0;
}
@media (max-width: 663px) {
  .fxg-secondary-menu__dropdown {
    position: relative;
  }
  [dir] .fxg-secondary-menu__dropdown {
    border-top: 1px solid rgba(182, 182, 182, 0.5);
  }
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu__dropdown-content {
    padding: 0 20px;
    background-color: #fafafa;
  }
}
.fxg-secondary-menu__dropdown-content .fxg-title {
  white-space: normal;
}
.fxg-secondary-menu__dropdown p {
  white-space: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 100;
  letter-spacing: 0.82px;
}
.fxg-secondary-menu__dropdown .fxg-wrapper {
  width: 100%;
}
[dir] .fxg-secondary-menu__dropdown .fxg-wrapper {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  padding-top: 24px;
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu__dropdown .fxg-wrapper {
    border-top: 0;
    padding-top: 0;
    background-color: #fafafa;
    padding: 0px 15px;
  }
}
.fxg-secondary-menu__item--active .fxg-secondary-menu__dropdown {
  display: block;
  z-index: 1;
}
[dir] .fxg-secondary-menu__footer-row {
  padding-top: 15px;
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu__footer-row {
    padding-bottom: 15px;
  }
}
.fxg-secondary-menu .fxg-secondary-menu__link {
  display: inline-block;
  color: #333;
  letter-spacing: 0.82px;
}
[dir] .fxg-secondary-menu .fxg-secondary-menu__link {
  border-bottom: 3px solid transparent;
}
.fxg-secondary-menu .fxg-secondary-menu__link svg {
  width: 19px;
  height: 11px;
  fill: #333;
  bottom: 5px;
  position: relative;
}
[dir] .fxg-secondary-menu .fxg-secondary-menu__link svg {
  margin: 0rem 0rem -0.175rem 0rem;
}
html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
  margin: 0rem -0.125rem -0.175rem 0rem;
}
@media (max-width: 663px) {
  .fxg-secondary-menu .fxg-secondary-menu__link svg {
    position: absolute;
    -webkit-transform: translateY(50%);
    bottom: auto;
  }
  [dir] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    transform: translateY(50%);
  }
  [dir=ltr] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    right: 11px;
  }
  [dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    left: 11px;
  }
  html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    right: auto;
    left: 11px;
  }
}
@media (max-width: 663px) {
  .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
    position: absolute;
    -webkit-transform: translateY(50%);
    bottom: auto;
  }
  [dir] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
    transform: translateY(50%);
  }
  [dir=ltr] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
    right: 11px;
  }
  [dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
    left: 11px;
  }
  html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
    right: auto;
    left: 11px;
  }
}
@media (max-width: 663px) {
  .fxg-secondary-menu .fxg-secondary-menu__link {
    position: relative;
    display: block;
  }
  [dir] .fxg-secondary-menu .fxg-secondary-menu__link {
    border-bottom: 0 !important;
  }
}
.fxg-secondary-menu__item--active .fxg-secondary-menu__link {
  color: #4d148c;
}
[dir] .fxg-secondary-menu__item--active .fxg-secondary-menu__link {
  border-bottom: 3px solid #4d148c;
}
@media (max-width: 663px) {
  .fxg-secondary-menu__item--active .fxg-secondary-menu__link {
    color: #333;
  }
}
.fxg-secondary-menu__item--active .fxg-secondary-menu__link svg {
  fill: #4d148c;
}
.fxg-secondary-menu__mobile-toggle {
  display: none;
}
@media (max-width: 663px) {
  .fxg-secondary-menu__mobile-toggle {
    display: block;
    text-decoration: none;
  }
  [dir] .fxg-secondary-menu__mobile-toggle {
    background: #fafafa;
    cursor: pointer;
    padding: 18px 20px 17px 20px;
  }
  .fxg-secondary-menu__mobile-toggle span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
  }
  .fxg-secondary-menu__mobile-toggle span svg * {
    fill: #007ab7;
  }
}
.fxg-secondary-menu__mobile-toggle-icon {
  position: absolute;
}
[dir=ltr] .fxg-secondary-menu__mobile-toggle-icon {
  right: 0;
  padding-right: 20px;
}
[dir=rtl] .fxg-secondary-menu__mobile-toggle-icon {
  left: 0;
  padding-left: 20px;
}
html[dir=rtl] .fxg-secondary-menu__mobile-toggle-icon {
  left: 20px;
  right: auto;
}

#fxg-mobile-secondary-icon-close {
  display: none;
}

.fxg-secondary-menu.stickyNavigation {
  position: fixed;
  width: 100%;
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line span {
  max-width: 230px;
  display: inline-block;
  overflow: hidden;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line span:focus, .fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect:focus {
  text-decoration: underline !important;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line span:hover, .fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect:hover {
  text-decoration: underline !important;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkRegular, .fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkRegular {
  font-weight: 400;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkLight, .fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkLight {
  font-weight: 300;
}
.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkBold, .fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkBold {
  font-weight: 700;
}
@media (max-width: 663px) {
  .fxg-secondary-menu .secondary-menu-item a.bottom-line {
    display: block;
  }
  [dir=ltr] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
    padding: 20px 0px 19px 20px;
  }
  [dir=rtl] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
    padding: 20px 20px 19px 0px;
  }
  .fxg-secondary-menu .secondary-menu-item a.bottom-line:focus {
    text-decoration: none !important;
    font-weight: 700 !important;
  }
  [dir] .fxg-secondary-menu .secondary-menu-item a.bottom-line:focus {
    background-color: #fafafa;
  }
  .fxg-secondary-menu .secondary-menu-item a.bottom-line:hover {
    text-decoration: none !important;
  }
  html[dir=rtl] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
    padding: 20px 20px 19px 0px;
  }
}
@media (min-width: 768px) {
  .fxg-secondary-menu .secondary-menu-item:after {
    color: #e3e3e3;
    height: 11px;
    font-size: 0.875rem;
    content: "|";
    position: absolute;
    top: 35px;
    display: inline-block;
  }
  [dir=ltr] .fxg-secondary-menu .secondary-menu-item:after {
    margin-left: 1.25rem;
  }
  [dir=rtl] .fxg-secondary-menu .secondary-menu-item:after {
    margin-right: 1.25rem;
  }
  html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:after {
    margin-right: 1.25rem;
  }
  .fxg-secondary-menu .secondary-menu-item:last-child:after {
    display: none;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-secondary-menu .secondary-menu-item {
    margin-top: -0.5rem;
  }
  .fxg-secondary-menu .secondary-menu-item .fxg-secondary-menu__dropdown {
    display: none;
  }
  .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active .fxg-secondary-menu__dropdown {
    display: inline-block;
  }
}
[dir] .fxg-secondary-menu .fxg-secondary-menu__dropdown {
  background-color: #fff;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a {
  font-size: 0.875rem !important;
  font-weight: 400;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a[style="color:inherit;"] {
  color: #333;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a.fxg-link--blue {
  color: #007ab7 !important;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a {
  font-size: 0.875rem !important;
  font-weight: 500;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a[style="color:inherit;"] {
  color: #333;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a.fxg-link--blue {
  color: #007ab7 !important;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .richtext p {
  font-size: 1rem !important;
  font-weight: 300;
}
.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .richtext p span {
  font-size: 1rem !important;
  font-weight: 300;
}

@media (min-width: 768px) {
  [dir] .fxg-secondary-header--shrunk {
    margin-top: -1.875rem;
  }
}
/* Editable Templates For Secondary Menu Component */
[dir] .aem-Grid .fxg-secondary-menu-core {
  margin-top: 0rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 663px) {
  [dir] .aem-Grid .fxg-secondary-menu-core {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

.fxg-searchbar__form {
  position: relative;
      grid-template-areas: "input input button";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.fxg-searchbar__input-icon {
  position: absolute;
  top: 27px;
  -webkit-transform: translateY(-50%);
}
[dir] .fxg-searchbar__input-icon {
          transform: translateY(-50%);
}
[dir=ltr] .fxg-searchbar__input-icon {
  left: 10px;
}
[dir=rtl] .fxg-searchbar__input-icon {
  right: 10px;
}
.fxg-searchbar .cc-aem-c-form__input {
  text-indent: 35px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Richtext
 */
/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
/* RTE */
.contentfragment p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.contentfragment p > span.cc-aem-u-font-size--small,
.contentfragment p > span.cc-aem-u-font-size--extra-small {
  font-weight: 400;
}
.contentfragment a {
  text-decoration: underline !important;
  color: #333333 !important;
}
.contentfragment a:hover {
  color: #007ab7 !important;
}

.fxg-rte p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.fxg-rte p > span.cc-aem-u-font-size--small,
.fxg-rte p > span.cc-aem-u-font-size--extra-small {
  font-weight: 400;
}
.fxg-rte a {
  text-decoration: underline !important;
  color: #333333 !important;
}
.fxg-rte a sup {
  display: inline-block;
  text-decoration: none;
}
.fxg-rte a sub {
  display: inline-block;
  text-decoration: none;
}
.fxg-rte a:hover {
  color: #007ab7 !important;
}
.fxg-rte a:hover span.rte-external-icon svg g {
  stroke: #007ab7 !important;
}
.fxg-rte a:hover .rte-external-icon-blue {
  display: inline-block !important;
}
.fxg-rte a:hover .rte-external-icon-gray {
  display: none;
}
.fxg-rte a:focus {
  color: #007ab7 !important;
}
.fxg-rte a:focus span.rte-external-icon svg g {
  stroke: #007ab7 !important;
}
.fxg-rte a:focus .rte-external-icon-blue {
  display: inline-block !important;
}
.fxg-rte a:focus .rte-external-icon-gray {
  display: none;
}
.fxg-rte a:active {
  color: #333333 !important;
}
.fxg-rte ul li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.fxg-rte ol li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.fxg-rte i b {
  font-style: inherit;
}
.fxg-rte i u {
  font-style: inherit;
}

.rte-fullscreen-richtextContainer .rte-editor p, .rte-fullscreen-richtextContainer .rte-editor ul, .rte-fullscreen-richtextContainer .rte-editor ol {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

[dir] .rte-external-icon-gray {
  padding: 0 10px;
}

[dir] .rte-external-icon-blue {
  padding: 0 10px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Quicklinks
 */
[dir] .fxg-quicklinks {
  /* Add support for tabs to be stretched over the full width of the page */
  /* B-1840480: Open-account usecase required 'text' version instead of links */
}
[dir] .fxg-quicklinks div > a.cc-aem-c-eyebrow {
  color: #007ab7 !important;
  text-decoration: none;
}
[dir] .fxg-quicklinks div > a.cc-aem-c-eyebrow:hover {
  text-decoration: underline;
}
[dir] .fxg-quicklinks .cc-aem-c-icon {
  width: 1.375rem;
  height: 1.375rem;
}
[dir] .fxg-quicklinks .cc-aem-c-tabs--striped [aria-selected=true] {
  font-weight: 700;
}
[dir] .fxg-quicklinks li .cc-aem-c-link.cc-aem-c-link--list {
  min-height: 3rem;
  display: inline-block;
  text-decoration: none;
}
[dir] .fxg-quicklinks li .cc-aem-c-link.cc-aem-c-link--list:hover {
  text-decoration: underline;
}
[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-u-border--top {
  border-color: #8e8e8e;
}
[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-button {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow:hover {
  text-decoration: underline;
}
[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow fdx-icon {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow:hover fdx-icon {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate(0.375rem, 0);
          transform: translate(0.375rem, 0);
}
[dir] .fxg-quicklinks .cc-aem-c-tabs__list.cc-aem-c-tabs__list-max-width li {
  width: 100%;
}
[dir] .fxg-quicklinks .cc-aem-c-tabs__list.cc-aem-c-tabs__list-max-width li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
[dir] .fxg-quicklinks--transparent .cc-aem-c-link.cc-aem-c-link--list {
  min-height: auto !important;
  margin-bottom: 1.5rem;
  cursor: default;
}
[dir] .fxg-quicklinks--transparent .cc-aem-c-link.cc-aem-c-link--list:hover {
  text-decoration: none !important;
}

/* Specific desktop styling (show column based layout) */
@media (min-width: 768px) {
  [dir] .fxg-quicklinks .fxg-quicklinks-row {
    margin-left: -1.5rem;
    width: calc(1.5rem + 100%) !important;
  }
  [dir] .fxg-quicklinks .fxg-quicklinks-row .cc-aem-ql-hideBlock {
    display: none !important;
  }
}
/* Specific mobile styling (Slide blocks in and out) */
/* Slide in out behavior based on column and display state. */
@media (max-width: 767px) {
  .fxg-quicklinks {
    position: relative;
    overflow: hidden;
  }
  .fxg-quicklinks .fxg-quicklinks-row {
    position: relative;
    overflow: hidden;
  }
  .fxg-quicklinks .fxg-quicklinks-row > div {
    -webkit-transform: translateX(0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  [dir] .fxg-quicklinks .fxg-quicklinks-row > div {
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
  }
  [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row > div:nth-child(1) ~ div {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row > div:nth-child(1) ~ div {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row > div.cc-aem-ql-hideBlock:nth-child(2) {
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row > div.cc-aem-ql-hideBlock:nth-child(2) {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row > div.cc-aem-ql-hideBlock:nth-child(1) {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row > div.cc-aem-ql-hideBlock:nth-child(1) {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  .fxg-quicklinks .fxg-quicklinks-row {
    width: 200%;
  }
}
/* RTL support icon */
[dir=rtl] .fxg-quicklinks a.cc-aem-u-display--flex > span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
[dir=rtl] .fxg-quicklinks a.cc-aem-u-display--flex > .cc-aem-c-button__icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0.5rem;
}

.fxg-quicklinks .cc-aem-c-link--list:hover {
  color: inherit;
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-popup {
  margin-top: 60px; }
  .fxg-popup p {
    /*font-size: 18px;*/
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px; }
  .fxg-popup p:last-child {
    margin-bottom: 50px; }
  .fxg-popup li{
   font-size: 16px;} 
  .fxg-popup .fxg-main-content {
    padding-right: 20px;
    padding-left: 20px; }
  .fxg-popup .fxg-print-indicator {
    float: left;
    cursor: pointer; }
    .fxg-popup .fxg-print-indicator svg {
      height: 60px; }
    

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir] .fxg-pods {
  margin: 60px 0;
  text-align: center;
}
.fxg-pods .fxg-podsExteranlIcon-large {
  display: inline-block;
}
[dir] .fxg-pods .fxg-podsExteranlIcon-large {
  padding: 0 10px;
}
.fxg-pods .fxg-podsExteranlIcon-large > svg {
  width: 1em;
  height: 1em;
  font-size: 16px;
}
.fxg-pods .fxg-rte ul {
  list-style-position: inside;
}
.fxg-pods .fxg-rte ol {
  list-style-position: inside;
}
.fxg-pods .richtext ul {
  list-style-position: inside;
}
.fxg-pods .richtext ol {
  list-style-position: inside;
}
.fxg-pods .fxg-button {
  display: inline-block;
  max-height: 82px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
[dir] .fxg-pods .fxg-button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 19px 30px;
}
.fxg-pods .fxg-button--orange {
  max-width: 280px;
  overflow: hidden;
  max-height: 82px;
  font-size: 1.1875rem;
}
.fxg-pods .fxg-button--orange:hover {
  color: #fff;
}
.fxg-pods .fxg-button--core {
  max-height: 82px;
  white-space: normal;
}
.fxg-pods .fxg-button--transparent {
  max-width: 280px;
  min-width: 160px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  max-height: 82px;
  color: #FF6200 !important;
  font-size: 1.1875rem;
}
[dir] .fxg-pods .fxg-button--transparent {
  text-align: center;
  background-color: transparent;
  border: 2px solid #FF6200;
}
.fxg-pods .fxg-button--round {
  line-height: 1;
}
.fxg-pods .fxg-link--blue {
  line-height: 1.3;
}
@media (max-width: 663px) {
  [dir] .fxg-pods {
    margin: 30px 0;
  }
}
.fxg-pods .fxg-swipe__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 663px) {
  .fxg-pods .fxg-swipe__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fxg-pods .fxg-swipe__wrapper.fxg-pods__icon-layout {
  display: block;
}
[dir] .fxg-pods p {
  margin: 0 auto;
  margin-top: 5px;
}
@media (max-width: 663px) {
  [dir] .fxg-pods p {
    margin-bottom: 10px;
  }
}
[dir] .fxg-pods__icon-block {
  margin-bottom: 30px;
}
[dir] .fxg-pods__icon-block p {
  margin-bottom: 10px !important;
}
.fxg-pods__icon-block--top img {
  max-width: 60px;
}
[dir] .fxg-pods .brc-align-center .brightcove-container {
  margin: 0 auto;
}
.fxg-tabs .fxg-pods .fxg-wrapper {
  width: inherit;
}
[dir] .fxg-tabs .fxg-pods .fxg-wrapper {
  padding: 0;
}
[dir] .fxg-carousel .fxg-pods {
  margin: 0;
}
.fxg-pods .fxg-podsExteranlIcon-left,
.fxg-pods .fxg-offerExteranlIcon-left {
  display: inline-block;
}
[dir] .fxg-pods .fxg-podsExteranlIcon-left, [dir] .fxg-pods .fxg-offerExteranlIcon-left {
  padding: 0 10px;
}
[dir=ltr] .fxg-pods .fxg-podsExteranlIcon-left, [dir=ltr] .fxg-pods .fxg-offerExteranlIcon-left {
  margin-right: 5px;
}
[dir=rtl] .fxg-pods .fxg-podsExteranlIcon-left, [dir=rtl] .fxg-pods .fxg-offerExteranlIcon-left {
  margin-left: 5px;
}
.fxg-pods .fxg-podsExteranlIcon-left > svg,
.fxg-pods .fxg-offerExteranlIcon-left > svg {
  width: 24px;
  height: 24px;
}
.fxg-pods .fxg-podsExteranlIcon-default,
.fxg-pods .fxg-offerExteranlIcon-default {
  display: inline-block;
}
[dir] .fxg-pods .fxg-podsExteranlIcon-default, [dir] .fxg-pods .fxg-offerExteranlIcon-default {
  padding: 10px;
}
[dir=ltr] .fxg-pods .fxg-podsExteranlIcon-default, [dir=ltr] .fxg-pods .fxg-offerExteranlIcon-default {
  margin-left: 5px;
}
[dir=rtl] .fxg-pods .fxg-podsExteranlIcon-default, [dir=rtl] .fxg-pods .fxg-offerExteranlIcon-default {
  margin-right: 5px;
}

.fxg-swipe--active {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
@media (max-width: 663px) {
  .fxg-swipe--active {
    height: auto !important;
  }
}
.fxg-swipe--active .fxg-swipe__wrapper {
  overflow: hidden;
  position: relative;
}
.fxg-swipe--active .fxg-swipe__wrapper > .fxg-col {
  width: 100%;
  position: relative;
}
[dir=ltr] .fxg-swipe--active .fxg-swipe__wrapper > .fxg-col {
  float: left;
}
[dir=rtl] .fxg-swipe--active .fxg-swipe__wrapper > .fxg-col {
  float: right;
}

.fxg-slider__indecators {
  list-style: none;
}

[dir] .fxg-slider__indecators {
  text-align: center;
  padding: 0px;
  margin-bottom: 0;
}

.fxg-pods .fxg-swipe__wrapper .fxg-col p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

[dir] .fxg-pods .fxg-swipe__wrapper .fxg-col p {
  text-align: center;
  margin-bottom: 20px;
}
.fxg-pods .fxg-swipe__wrapper .fxg-col .fxg-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}
.fxg-pods .title_v1 .fxg-title {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  [dir] .fxg-pods .title_v1 .fxg-title.default-align {
    text-align: center !important;
  }
}
@media (min-width: 0) and (max-width: 663px) {
  [dir] .fxg-pods .title_v1 .fxg-title.default-mobile-align {
    text-align: center !important;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  [dir] .fxg-pods .title_v1 .fxg-title.default-mobile-align {
    text-align: center !important;
  }
}

.fxg-slider__indecator {
  display: inline-block;
  height: 10px;
  width: 10px;
}

[dir] .fxg-slider__indecator {
  border: 1px solid #4d148c;
  border-radius: 5px;
  margin: 0px 5px;
}
[dir] .fxg-slider__indecator.active {
  background: #4d148c;
}
.fxg-slider__indecator:focus {
  outline: 1px solid #4d148c;
}

/* Editable Templates */
[dir] .aem-Grid .fxg-pods {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 663px) {
  [dir] .aem-Grid .fxg-pods {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.fxg-pods .fxg-link--rounded_button {
  text-decoration: none;
}

[dir] .fxg-pods .fxg-link--rounded_button {
  padding: 15px 28px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir] .fxg-offer {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.fxg-offer .fxg-link--rounded_button {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.fxg-offer .fxg-offer__wrapper .fxg-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 663px) {
  .fxg-offer .fxg-offer__wrapper .fxg-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.5rem;
  }
}
.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.5rem;
}
[dir] .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
  margin-bottom: 0.75rem;
}
@media (max-width: 663px) {
  .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.5rem;
  }
}
.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-rte p {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 663px) {
  .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-rte p {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1rem;
  }
}
.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-link--rounded_button {
  line-height: 1.3;
}
[dir] .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-link--rounded_button {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fxg-offer .fxg-swipe__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 663px) {
  .fxg-offer .fxg-featured-offer--small {
    max-width: 290px !important;
  }
  .fxg-offer .fxg-offer__item--small {
    height: auto !important;
    max-width: 290px;
    max-height: 250px;
  }
  [dir] .fxg-offer .fxg-offer__item--small {
    padding: 0;
    margin: 0rem auto;
  }
  [dir] .fxg-offer .fxg-offer__item--small .fxg-featured-offer__detail {
    padding: 40px 15px;
  }
  [dir] .fxg-offer .fxg-offer__item--small .fxg-link--rounded_button {
    margin: 0rem;
  }
}
[dir] .fxg-offer__wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 663px) {
  .fxg-offer__wrapper {
    height: auto !important;
    max-height: none;
  }
}
[dir] .fxg-offer__wrapper .row {
  margin: 0rem;
}
[dir] .fxg-offer__sub-title {
  text-align: center;
}
.fxg-offer__item {
  /*Splits offer item padding, Removes background: #F3F4F8;*/
  /* VMLNAFEDEXW 1275 */
}
[dir] .fxg-offer__item {
  padding: 0px 7.5px;
}
@media (max-width: 663px) {
  [dir] .fxg-offer__item {
    text-align: center;
    padding: 2.3125rem 0.9375rem;
  }
  [dir=ltr] .fxg-offer__item {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  [dir=rtl] .fxg-offer__item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.fxg-offer__item p {
  max-width: 77%;
  font-weight: 300;
}
[dir] .fxg-offer__item p {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .fxg-offer__item p {
    max-width: 100%;
  }
  [dir] .fxg-offer__item p {
    margin-bottom: 0rem;
  }
  .fxg-offer__item p sup {
    font-size: 70%;
  }
}
@media (max-width: 663px) {
  .fxg-offer__item p {
    font-size: 1rem;
    line-height: 1.25;
  }
  [dir] .fxg-offer__item p {
    margin-bottom: 1.25rem;
  }
}
.fxg-offer__item--picture {
  position: relative;
  overflow: hidden;
}
.fxg-offer__item--small {
  max-height: 150px;
  color: #fff;
}
[dir] .fxg-offer__item--small {
  padding: 42px 20px;
}
@media (max-width: 768px) {
  .fxg-offer__item--small {
    height: 112px;
  }
  [dir] .fxg-offer__item--small {
    padding: 30px 15px 23px;
  }
}
.fxg-offer__item--small .fxg-rte p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}
[dir=ltr] .fxg-offer__item--small .fxg-rte p {
  float: left;
}
[dir=rtl] .fxg-offer__item--small .fxg-rte p {
  float: right;
}
[dir] .fxg-offer__item--small:first-of-type {
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  [dir] .fxg-offer__item--small:first-of-type {
    margin-bottom: 0.875rem;
  }
}
[dir] .fxg-offer__item--purple {
  background-color: #4d148c;
}
[dir] .fxg-offer__item--orange {
  background-color: #ff6200;
}
.fxg-offer--fixed .fxg-offer__item {
  height: 100%;
}
@media (max-width: 663px) {
  .fxg-offer--fixed .fxg-offer__item {
    height: auto;
  }
}
.fxg-offer__picture {
  position: absolute;
  bottom: 5px;
}
[dir=ltr] .fxg-offer__picture {
  right: 0px;
}
[dir=rtl] .fxg-offer__picture {
  left: 0px;
}
@media (max-width: 768px) {
  .fxg-offer__picture {
    max-width: 115px;
  }
}
@media (max-width: 663px) {
  .fxg-offer__picture {
    display: none;
  }
}
.fxg-tabs .fxg-offer .fxg-wrapper {
  width: auto;
}

[dir] .fxg-offer-cta {
  background-color: #333;
  padding: 40px 60px;
  background-repeat: no-repeat;
}

[dir=ltr] .fxg-offer-cta {
  text-align: left;
  background-position: right center;
}

[dir=rtl] .fxg-offer-cta {
  text-align: right;
  background-position: left center;
}
@media (max-width: 663px) {
  [dir] .fxg-offer-cta {
    padding: 0.9375rem;
    margin-bottom: 1.25rem;
    background-image: none !important;
    text-align: center;
  }
}
.fxg-offer-cta p {
  max-width: 230px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
}
[dir] .fxg-offer-cta p {
  margin-bottom: 1.25rem;
}
@media (max-width: 663px) {
  .fxg-offer-cta p {
    max-width: none;
  }
}

@media (max-width: 663px) {
  .fxg-featured-offer--small .fxg-featured-offer__detail-image img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  [dir=rtl] .fxg-offer__item p {
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .fxg-title {
    padding-right: 5px;
  }
}

[dir] .root .fxg-offer {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media mobile and (orientation: portrait) {
  [dir] .root .fxg-offer .fxg-slider__indecators {
    padding-top: 25px;
  }
}

@media (max-width: 663px) {
  .fxg-offer .fxg-featured-offer__detail .fxg-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.5rem;
  }
}

@media (max-width: 663px) {
  .fxg-offer__item .fxg-offer__item--small .fxg-title {
    line-height: 1.3 !important;
    font-weight: 300 !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 663px) {
  .fxg-offer__item .fxg-offer__item--small .fxg-rte p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 0.875rem;
  }
}

[dir] .offers_container .fxg-offer__wrapper .fxg-featured-offer__detail .fxg-title {
  margin-bottom: 0.75rem !important;
}

.fxg-featured-offer__detail .fxg-title {
  font-size: 1.5rem !important;
}

div.navbar:not(:has(div)){
    display: none;
}
[dir=ltr] .fxg-navbar__menu__item__button--icon-after>*,[dir=ltr] .fxg-navbar__toggle,[dir=ltr] .fxg-navbar__toggle_b{
    margin-left:auto;
	width:auto;
}
[dir=rtl] .fxg-navbar__menu__item__button--icon-after>*,[dir=rtl] .fxg-navbar__toggle,[dir=rtl] .fxg-navbar__toggle_b{
    margin-right:auto;
	width:auto;
}
[dir=rtl] .fxg-navbar__back-arrow{
	transform:rotate(180deg);
}
.show,main,fxg-navbar__kebab__menu{
    display:block
}
.fxg-navbar__menu__item__button {
    background-color: inherit;
}
.fxg-navbar.fxg-navbar__sticky{
    position: fixed;
    z-index: 99;
}
.fxg-navbar__kebab__item{
  visibility:hidden;
}
*{
    box-sizing:border-box
}
.bi-arrow-left{
    color: #3e3e3e;
}
.fxg-navbar__widthcontrol{
 	display: flex;
    align-content: center;
    flex-wrap: wrap;
    width:100%;
 }
.fxg-navbar{
    background-color:#ffffff;
    z-index:2;
    height:3.875rem;
    position:relative;
}
.fxg-navbar::before{
    bottom:0;
    content:"";
    display:block;
    width:100vw;
    position:absolute;
    border-bottom:1px solid #e3e3e3
}
[dir=ltr] .fxg-navbar::before{
    left:50%;
    transform:translateX(-50%)
}
[dir=rtl] .fxg-navbar::before{
    right:50%;
    transform:translateX(50%)
}
.fxg-navbar__main{
    display:flex;
    align-content:center;
    margin:0 auto;
    flex-wrap:wrap;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.14)
}
.fxg-navbar__toggle,.fxg-navbar__toggle_b{
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    letter-spacing:.05em;
    box-shadow:0 0 0;
    transition:.2s cubic-bezier(.23, 1, .32, 1);
    cursor:pointer
}
.fxg-navbar__title{
    display:flex;
    align-items:center;
    height:60px;
    margin:0!important;
    padding:8px
}
.fxg-navbar__toggle{
    font-size:1.1875rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border-width:0;
    height:0;
    min-height:3.5rem;
    background-color:transparent;
    line-height:1
}
.fxg-navbar__menu{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    z-index:99
}
.fxg-navbar__kebab__item {
  list-style:none;
}
.fxg-navbar__menu>*{
    margin:0
}
.fxg-navbar__menu__item--is-active{
    z-index:2;
    position:relative;
}
.fxg-navbar__menu__item__button,.fxg-navbar__menu__item__text{
    font-weight:400;
    border-width:0;
    font-size:14px;
    line-height:24px;
    align-items:center;
    width:100%;
    height:calc(3.875rem - 2px);
    min-height:calc(3.875rem - 2px);
	letter-spacing:0.1px;
}
a.fxg-navbar__menu__item__button {
    text-decoration:none ;
}
.fxg-icon,.fxg-navbar__toggle_b [class*=icon]{
    vertical-align:top;
    width:1em;
    height:1em;
    fill:currentColor
}
.fxg-navbar__menu__item__button{
    display:flex
}
[dir=ltr] .fxg-navbar__menu__item__button,[dir=ltr] .fxg-navbar__menu__item__text{
    direction:ltr;
    text-decoration:none
}
[dir=rtl] .fxg-navbar__menu__item__button,[dir=rtl] .fxg-navbar__menu__item__text{
    direction:rtl;
    text-decoration:none
}
.fxg-navbar__menu__item__button:focus,.fxg-navbar__menu__item__button:hover{
    background-color:#fafafa;
    text-decoration:underline;
	text-decoration-color: #00689C;
}
.fxg-navbar__toggle_b:hover{
	background-color:#fafafa;
}
.fxg-navbar__menu__item__button--icon-after>*{
    font-size:1rem
}
.fxg-navbar__menu__item__button [class*=icon]{
    font-size:1.25rem
}
.fxg-icon{
    display:inline-block;
    color:inherit
}
.fxg-navbar__menu__item--has-submenu>.fxg-navbar__menu{
    display:none;
    flex-direction:column;
    align-items:flex-start
}
.fxg-navbar__menu__item--is-active>.fxg-navbar__menu{
    background-color:#ffffff;
    display:block;
    z-index:2;
	width:280px;
}
.fxg-navbar__menu__item{
    font-size:1rem;
    min-height:0;
}
.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item{
    margin:0;
    align-self:stretch;
    border-bottom:solid 0px #E3E3E3;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item>.fxg-navbar__menu__item__button{
    color:#333333;
}
.fxg-navbar__toggle_b{
    align-items:center;
    justify-content:center;
    padding:0;
    border-width:0;
    height:0;
    min-height:3.5rem;
    background-color:transparent;
}
.fxg-navbar__toggle_b [class*=icon]{
    color:#007ab7;
    font-size:1.25rem;
    display:inline-block
}
.fxg-kebab__menu__gap{
	float:left;
	margin-left:5px;
}
.fxg-kebab__menu_item div.aem-Grid {
    padding-top: 61px;
}
div.navbar {
    margin-bottom: 0;
}
.fxg-kebab__menu_item div.link a.fxg-link.default,
.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
    border-bottom: solid 1px #e3e3e3;
    line-height: 24px;
    font-size: 14px !important;
	font-weight: 300;
    background-color: #ffffff;
    color: #333333 !important;
    padding: 12px 20px;
    height: calc(3.875rem - 2px);
    display: flex;
    letter-spacing: 0.1px;
    align-items: center;
}
.fxg-kebab__menu_item div.link a.fxg-link.default:hover,
.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:hover {
    background-color: #fafafa;
    text-decoration: none;
}

.fxg-kebab__menu_item div.link a.fxg-link.default:focus,
.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:focus {
    padding:20px;
}

.fxg-kebab__menu_item div.link a.fxg-link.default {
    justify-content: left;
}
@media (min-width:992px) { /*was 768*/
    .fxg-navbar-hidden\@medium{
        display:none!important
    }
}
@media (min-width:0) and (max-width:1023px){
    .fxg-navbar__menu__item{
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.1px;
        border-bottom: solid 1px #E3E3E3;
		padding: 0px;
    }
    .fxg-navbar__menu__item--is-active>.fxg-navbar__menu{
        border-top: solid 1px #E3E3E3;
		width: 100%;
    }
    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item{
        background-color: #fafafa;
    }
    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button--icon-after{
        font-weight: bold;
    }
    .fxg-navbar__title{
        font-size: 20px;
		line-height: 24px;
    }
    a.fxg-navbar__menu__item__button{
        color: #333333;
        padding-left: 8px;
        border-bottom: solid 1px #E3E3E3;
    }
    .fxg-navbar__toggle svg {
        height: 48px;
        width: 40px;
    }
	.showOnDesktop{
    	display:none;
    }
    .fxg-navbar__menu,.fxg-navbar__toggle_b{
        display:none
    }
	.fxg-navbar__menu--lined-root-is-active{
    	display:inline-block;
    }
    .fxg-navbar__menu--is-open\@small{
        display:flex;
        margin-top:3px;
        background-color:#ffffff;
    }
  .fxg-navbar__menu{
        list-style:none;
        padding:0;
        margin:0;
        flex-direction:column!important;
        flex:0 1 100%;
        z-index:2;
        background-color: #ffffff;
    }
    .fxg-navbar__menu__item__button {
        background-color: inherit;
    }
    .fxg-navbar__menu__item__button:focus,.fxg-navbar__menu__item__button:hover{
        background-color:#fafafa;
        text-decoration:none;
    }
	.fxg-navbar__toggle{
        display:block !important;
		padding:10px !important;
    }
	.bi-arrow-left{
		height:60px;
		width:24px;
    margin-left:5px;
	}
	[dir=ltr] .fxg-navbar__menu__item--has-submenu > a.fxg-navbar__menu__item__button{
		padding-left:10px;
	}
	[dir=rtl] .fxg-navbar__menu__item--has-submenu > a.fxg-navbar__menu__item__button{
		padding-right:10px;
	}
	.fxg-navbar__back-arrow{
    	padding-left:5px;
	}
}
@media (min-width:1024px){
	.hideOnDesktop{
    	display:none;
    }
    .fxg-navbar__main{
        max-width:60.625rem;
        background:0 0;
        z-index:initial;
        box-shadow:none;
        flex-wrap:nowrap;
    }
    .fxg-navbar__title{
        font-weight:300;
        line-height: 24px;
        letter-spacing: -0.4px;
        margin:0!important;
        padding: 0px;
        font-size: 20px;
    }
    .fxg-navbar__toggle{
        display:none !important;
    }
    .fxg-navbar__menu{
        flex:0 1 auto;
        flex-direction:row
    }
    .fxg-kebab__menu_item{
        flex:0 1 auto;
        flex-direction:column;
        list-style: none;
        text-transform: none;
    }
    [dir=ltr] .fxg-kebab__menu{
        direction: rtl;
		padding-right: 6px;
    }
    [dir=ltr] .fxg-navbar__menu{
        margin-left:auto
    }
    [dir=rtl] .fxg-kebab__menu{
        direction: ltr;
		padding-left: 6px;
    }
    [dir=rtl] .fxg-navbar__menu{
        margin-right:auto
    }
    .fxg-navbar__menu__item__button,.fxg-navbar__menu__item__text{
		padding:12px 20px;
        color:#007ab7
    }
    [dir=ltr] .fxg-navbar__menu__item__button--icon-after>*{
        padding-left:.5rem
    }
	[dir=rtl] .fxg-navbar__menu__item__button--icon-after>*{
        padding-right:.5rem
    }
    .fxg-navbar__menu__item-is-active .fxg-kebab__menu_item, .fxg-navbar__menu .fxg-navbar__menu{
        box-shadow:0 2px 4px 0 rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.14);
        border:1px solid #e3e3e3;
        clip-path:inset(0 -10px -10px -10px)
    }
    .fxg-navbar__menu__item--is-active>.fxg-navbar__menu{
        position:absolute;
        top:61px;
        display:block;
    }
	[dir=ltr] .fxg-navbar__menu__third__item{
		right:0;
	}
    .fxg-navbar__menu--lined-root>li>ul>li+li{
        border-top:1px solid #e3e3e3
		padding-left:12px
		padding-right:12px
    }
    .fxg-navbar__menu__item-is-active .fxg-navbar__menu__item{
        visibility: visible;

    }
    .fxg-navbar__menu__item-is-hidden .fxg-navbar__menu__item{
        visibility: hidden;
    }
    .fxg-kebab__menu {
        max-width: 75px;
    }
    .fxg-kebab__menu .fxg-navbar__toggle_b{
        float: right;
		padding: 0;
    }
	[dir="rtl"] .fxg-navbar__menu__item {
    	direction: ltr;
	}
	a.fxg-navbar__menu__item__button{
    	background-color: #ffffff;
    }
	.fxg-navbar__toggle_b .fxg-kebab__menu_item{
        min-width: 160px;
        width: 280px;
        box-shadow: none;
        border: none;
    }
    .fxg-kebab__menu ul{
     	max-width: 40px;
    	height: 63px;
    }
	.fxg-kebab__menu a{
        color: #3e3e3e;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.14);
        border: 1px solid #e3e3e3;
    }
	.fxg-kebab__menu li:first-of-type a{
    	margin-top: 62px;
    }
	.bi-arrow-left{
    	margin-right: 8px;
    }
    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button--icon-after{
        font-weight: bold;
        text-decoration: none;
    }
	.fxg-navbar__dropdown {
		padding-bottom: 0.8em;
	}
	.fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button .fxg-navbar__dropdown{
		transform:rotate(180deg);
    	padding-right: 0.5rem;
    	padding-left: 0rem;
	}
	.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item{
		border-bottom:solid 1px #E3E3E3;
	}
	.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item>a{
		font-size:14px;
	}
	.fxg-navbar__backarrow-svg{
		transform:scale(1.5);
	}
	.fxg-navbar__toggle_b .fxg-kebab__menu_item>a{
		margin:0;
		align-self:stretch;
		border-bottom:solid 0px #E3E3E3;
		padding-left:20px;
		padding-right: 20px;
		line-height: 24px;
		letter-spacing: -0.1px;
		font-size:14px !important;
	}
	[dir=rtl] .fxg-navbar__back-arrow svg {
		height: 70px;
	}
}

@media screen and (max-width: 992px){
	.fxg-navbar__widthcontrol{
 		display: flex;
    	align-content: center;
    	flex-wrap: wrap;
    	width: 738px;
    	margin: auto;
    }
	.bi-arrow-left{
    	margin-left:15px;
	}
    .fxg-navbar__title{
		margin-left:10px!important;
    }
	.bi-arrow-left+.fxg-navbar__title{
	    margin-left:0!important
	}
    .fxg-kebab__menu_item div.aem-Grid{
        padding-top:0;
    }
    .fxg-kebab__menu_item a {
        padding: 12px 10px !important;
        font-weight: 400;
    }
    svg.bi-arrow-left{
		height:100%;
    }
    .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default{
		padding:12px 10px;
    }
    button.fxg-navbar__toggle+ul.fxg-navbar__menu button{padding:0 0 0 10px;}
    [dir="rtl"] button.fxg-navbar__toggle+ul.fxg-navbar__menu button {padding:0 10px 0 0;}
    .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default{
        background:#fafafa;
    }
	.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:focus {
		padding:12px 10px;
	}
}

@media screen and (max-width: 767px){
	.fxg-navbar__widthcontrol{
    	width: 100%;
     }
    .bi-arrow-left{
    	margin-left:5px;
	}
    .fxg-navbar__title{
		margin-left:0px!important;
		padding-left: 20px !important;
    }
	.bi-arrow-left+.fxg-navbar__title{
	    margin-left:0!important
	}
	.fxg-kebab__menu_item div.aem-Grid {
	    padding-top: 0 !important;
        margin-top: 1px;
    }
    .fxg-kebab__menu_item {
        padding: 0;
        height: calc(3.875rem - 2px);
        display: flex;
        align-items: center;
        line-height: 24px;
    }
    .fxg-kebab__menu_item a {
        padding: 12px 8px !important;
        font-weight: 400;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {

    .fxg-navbar__menu {
        max-width: 280px;
    }

    .bi-arrow-left {
        margin-left: 5px
    }

    .fxg-navbar__main>.fxg-navbar__widthcontrol {
        position: relative
    }

    button.fxg-navbar__toggle+ul.fxg-navbar__menu {
        position: absolute;
        right: 0;
        top: 50px;
        width: 280px;
    }

	.fxg-navbar__back-arrow {
		padding-left: 20px;
	}

    [dir="rtl"] button.fxg-navbar__toggle+ul.fxg-navbar__menu {
        left: 0;
        right: auto;
    }

}
html[dir="rtl"].fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
    direction: rtl;

}

html[dir="rtl"] .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button .fxg-navbar__dropdown {
    transform: none;
    padding-left: 0;
    padding-right: 0;
}

html[dir="rtl"] .fxg-link--carrot:after {
    margin-right: 5px;
    transform: rotateZ(90deg) rotateY(180deg);
}

[dir="rtl"] .fxg-kebab__menu_item div.link a.fxg-link.default {

    justify-content: right;

}
@media screen and (min-width: 1024px) {
    [dir="rtl"] .fxg-navbar__menu__item {
        direction: rtl;
    }
    [dir=rtl] .fxg-navbar__menu__third__item{
        right:auto;
        left:0;
    }
	h2.fxg-navbar__title {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1023px){
    .fxg-navbar{height:48px}
	.fxg-navbar__title{ height:48px}
	.fxg-navbar__toggle{ padding:0 10px 0 10px !important; min-height:48px}
	.fxg-navbar__toggle svg{height:32px}
	.fxg-navbar__back-arrow{max-height:48px}
	.fxg-navbar__menu__item__button, .fxg-navbar__menu__item__text{height:48px; min-height:48px}
	.fxg-kebab__menu_item div.link a.fxg-link.default, .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default{
    	height:48px;
    	font-weight:400;
    }
	.fxg-kebab__menu_item{height:auto;}
	.fxg-kebab__menu_item div.link a.fxg-link.default{height:48px}
	.fxg-navbar__menu > div > div > .link > .fxg-button {
    	width:100%;
    }

	button.fxg-navbar__toggle > span:hover {
		height: 46px;
		display: flex;
		align-items: center;
		width: auto;
		background:#fafafa;
	}

	button.fxg-navbar__toggle > span > svg:first-child{display:none}
}

.fxg-navbar__menu__item .link .fxg-button--orange, .fxg-navbar__menu__item .link .fxg-button--transparent{
max-width:none;
width:calc(100% - 20px);
    margin:auto; display:block; margin-bottom:5px;
}

.fxg-navbar__main .fxg-navbar__widthcontrol h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 300;
}

span.fxg-kebab__menu__gap > button{background:none!important}

span.fxg-kebab__menu__gap {
    float: left;
    margin-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.fxg-kebab__menu__gap > svg:first-child{display:none}

.fxg-kebab__menu__gap > svg:last-child{display: block;
    height: 24px;}
.fxg-u-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 89, 91, 0.65);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 20000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: unset;
  max-width: unset;
  max-height: unset;
  margin: unset;
  color: unset;
}
.fxg-u-modal--peekaboo {
  position: relative;
  height: auto;
  display: none;
  padding: 0;
  color: #333;
  background-color: #f2f2f2;
  z-index: 20010;
}
.fxg-u-modal__wrapper {
  position: relative;
  width: 700px;
  margin: 0px auto;
  margin-top: 200px;
  margin-bottom: -200px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
}
.fxg-u-modal__wrapper .fxg-wrapper {
  max-width: 100%;
}
.fxg-u-modal__content {
  padding: 40px 100px;
  opacity: 0;
  visibility: hidden;
}
.fxg-u-modal__content .fxg-link {
  color: #007ab7;
}
.fxg-u-modal--peekaboo .fxg-u-modal__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -500px;
  width: auto;
  max-height: calc(100% - 60px);
  color: #333;
  background-color: #f2f2f2;
  box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: bottom 0.5s !important;
}
.fxg-u-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.fxg-u-modal.is-open .fxg-u-modal__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.fxg-u-modal.is-open .fxg-u-modal__wrapper {
  margin: 70px auto;
}
.fxg-u-modal--peekaboo.is-open .fxg-u-modal__wrapper {
  height: auto;
  bottom: 0;
}
.fxg-u-modal__close {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 26px;
  height: 26px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
  z-index: 10;
}
.fxg-u-modal__close:before, .fxg-u-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  border-radius: 2px;
  background-color: #333f48;
  content: '';
}
.fxg-u-modal__close:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fxg-u-modal__close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flexbox .fxg-u-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-flexbox .fxg-u-modal {
  display: block;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center;
}
.no-flexbox .fxg-u-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.no-flexbox .fxg-u-modal__wrapper {
  max-height: 100%;
  margin: 0 auto !important;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
.no-flexbox .fxg-u-modal__content {
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.has-fxg-u-modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

::backdrop,
::-webkit-backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 768px) {
  .fxg-u-modal {
    background-color: #ffffff;
  }
  .fxg-u-modal__wrapper {
    width: 100%;
    height: 100%;
  }
  .fxg-u-modal__content {
    padding: 40px 20px;
  }
  .no-flexbox .fxg-u-modal__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fxg-u-modal__close {
    position: fixed;
  }
  .fxg-u-modal.is-open .fxg-u-modal__wrapper {
    margin: 0 auto;
  }
  .no-flexbox .fxg-u-modal {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .fxg-modal-media {
    display: block;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 320px) {
  .summary-tnc-res {
    width: 23.5em;
    margin: auto;
  }
}
.u-scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

html[dir=rtl] .fxg-u-modal__close {
  left: 15px;
  right: auto;
}
html[dir=rtl] .no-flexbox .fxg-u-modal__wrapper {
  text-align: right;
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-login-module {
  width: 240px;
  padding: 15px 15px 30px 15px;
  color: #333333;
  background-color: #ffffff; }
#NavLoginRememberMe,#NavLoginRememberMe + label {

    outline : none;

}
  @media (max-width: 992px) {
    .fxg-login-module {
      width: 465px; } }
  @media (max-width: 767px) {
    .fxg-login-module {
      padding: 15px;
      width: 100%; } }
  .fxg-login-module hr {
    margin: 20px -15px 20px; }
    .fxg-login-module hr + p {
      margin-bottom: 20px;
      padding: 0; }
  .fxg-login-module__remember-me {
    margin: 10px 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 27px; }
  .fxg-login-module .richtext {
    padding-bottom: 13px; }

.fxg-login-error {
  /* THESE ARE TEMPORARY STYLES. WILL BE TBD BY DESIGN LATER. */
  padding: 8px;
  color: #de002e; }


/* Replacing PlaceHolder color #333333 with #333333*/

.fxg-login-module .fxg-field__placeholder{color:#333333;}

.fxg-login-module .fxg-field-password__show-hide{
   text-align: right;
    background: #F2F2F2;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: right;
    position: relative;
    margin-top: -38px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
html[dir=rtl] .fxg-field-password__show-hide {
  text-align: left;
  float: left;
}
.fxg-field__input-checkbox:not(:checked), .fxg-field__input-checkbox:checked {
	position: absolute;
  left: -1px !important;
    opacity: 0;
    top: 4px;
    height: 25px;
    width: 22px;
}
/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-locations-module {
  width: 240px;
  padding: 15px;
  color: #333333;
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  color: #333333;
}
@media (max-width: 992px) {
  .fxg-locations-module {
    width: auto;
  }
}
@media (max-width: 767px) {
  .fxg-locations-module {
    width: 100%;
  }
}

.fxg-app__location .fxg-field__placeholder {
  color: #333333;
}

.fxg-u-loader {
  position: relative;
  display: block;
}
.fxg-u-loader__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(248, 248, 248, 0.65);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  z-index: 20000;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fxg-u-loader__circular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  width: 100px;
  height: 100px;

  margin: 0 auto;

  -webkit-animation: 1.3s linear infinite fxg-ld-dot-rotate;
          animation: 1.3s linear infinite fxg-ld-dot-rotate;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  
  z-index: 20001;
}
.fxg-u-loader__circular--fixed {
  position: fixed;
  top: 42%;
}
.fxg-u-loader__circular--inline {
  position: relative;
}
.fxg-u-loader__background {
  stroke: #ebf0f2;
}
.fxg-u-loader__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke:#4d148c;
  stroke-linecap: round;
  -webkit-animation: 1.3s ease-in-out infinite fxg-ld-circular-path;
          animation: 1.3s linear infinite fxg-ld-circular-path;
}
@-webkit-keyframes fxg-ld-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fxg-ld-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fxg-ld-circular-path {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fxg-ld-circular-path {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir] .fxg-landing-hero-bg-p {
  margin-bottom: -0.5rem !important;
}

[dir] .fxg-landing-hero-bg-heading {
  margin-top: -0.625rem !important;
  margin-bottom: -0.75rem !important;
}

.fxg-landing-hero-bg {
  min-height: 145px;
  max-height: 290px;
  width: 490px;
}

[dir] .fxg-landing-hero-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 25px;
  padding: 25px;
}
@media (max-width: 663px) {
  .fxg-landing-hero-bg {
    min-height: 0;
  }
  [dir] .fxg-landing-hero-bg {
    padding: 0;
  }
}

.fxg-wrapper-align-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fxg-wrapper-align-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fxg-wrapper-align-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fxg-landing-hero-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media (min-width: 768px) {
  [dir] .fxg-landing-hero-flex-row {
    padding-top: 60px !important;
  }
}

.fxg-landing-hero {
  width: 100%;
  min-height: 350px;
  position: relative;
}

[dir] .fxg-landing-hero {
  margin-top: 0;
}
[dir] .fxg-landing-hero .fxg-wrapper {
  padding-bottom: 30px;
}
@media (max-width: 663px) {
  [dir] .fxg-landing-hero .fxg-wrapper {
    padding-bottom: 0;
  }
}
@media print {
  [dir] .fxg-landing-hero .fxg-wrapper {
    padding-bottom: 30px !important;
  }
}
.fxg-landing-hero .fxg-title {
  font-weight: 300;
  max-width: 415px;
  line-height: 1;
}
[dir] .fxg-landing-hero .fxg-title {
  margin-top: 0px !important;
  margin-bottom: 1.25rem !important;
}
@media (max-width: 663px) {
  .fxg-landing-hero .fxg-title {
    max-width: 100%;
    letter-spacing: 0.5px;
    font-size: 2rem;
  }
  [dir] .fxg-landing-hero .fxg-title {
    margin-top: 0.625rem !important;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  .fxg-landing-hero .div.fxg-title {
    display: none !important;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero .fxg-subtext {
    max-width: 100%;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  .fxg-landing-hero .fxg-subtext:first-child {
    display: none !important;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  .fxg-landing-hero .fxg-subtext:last-child {
    display: none !important;
  }
}
.fxg-landing-hero .fxg-subtext p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 663px) {
  .fxg-landing-hero .fxg-subtext p {
    max-width: 100%;
  }
}
.fxg-landing-hero .fxg-button {
  line-height: 1.3;
}
.fxg-landing-hero__background-image {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[dir] .fxg-landing-hero__background-image {
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 663px) {
  .fxg-landing-hero__background-image {
    display: block;
    min-height: initial;
    min-height: auto;
  }
  [dir] .fxg-landing-hero__background-image {
    padding-top: 0;
    text-align: center;
    padding: 0px 15px;
    margin: 15px 0px;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-landing-hero__background-image .fxg-title {
    text-align: center;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-landing-hero__background-image .fxg-subtext {
    text-align: center;
  }
}
.fxg-landing-hero--open {
  position: relative;
  min-height: 565px;
  transition: 0.25s ease-in-out min-height;
}
[dir] .fxg-landing-hero--open {
  background: #000;
  -webkit-transition: 0.25s ease-in-out min-height;
}
.fxg-landing-hero--open .fxg-landing-hero__background-image {
  display: none;
}
.fxg-landing-hero--open .fxg-landing-hero__video {
  display: block;
}
[dir] .fxg-landing-hero--open .fxg-landing-hero__video .brightcove-container {
  margin: 0 auto;
}
@media (max-width: 663px) {
  .fxg-landing-hero--open .fxg-landing-hero__video {
    display: block;
  }
}
.fxg-landing-hero--open .fxg-landing-hero__video-btn,
.fxg-landing-hero--open .fxg-landing-hero__video-btn--dark {
  display: none;
}
@media (max-width: 663px) {
  .fxg-landing-hero--open .fxg-landing-hero__video-btn,
  .fxg-landing-hero--open .fxg-landing-hero__video-btn--dark {
    display: none;
  }
}
@media (max-width: 768px) {
  .fxg-landing-hero--open {
    min-height: 417px;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero--open {
    min-height: 0;
  }
  [dir] .fxg-landing-hero--open {
    background: transparent;
  }
}
.fxg-landing-hero--open:after {
  display: table;
  content: " ";
}
[dir] .fxg-landing-hero--open:after {
  clear: both;
}
.fxg-landing-hero--open .fxg-landing-hero__close-btn {
  display: inline-block;
}
@media (max-width: 663px) {
  .fxg-landing-hero--open .fxg-landing-hero__close-btn {
    display: inline-block;
    top: 10%;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero--open .fxg-landing-heroMobileVideo {
    display: none;
  }
}
.fxg-landing-hero__mobile-image {
  display: none;
}
@media (max-width: 663px) {
  .fxg-landing-hero__mobile-image {
    display: block;
    width: 100%;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero__mobile-image img {
    width: 100%;
  }
}
.fxg-landing-hero__tablet-image {
  display: none;
}
@media (max-width: 768px) {
  .fxg-landing-hero__tablet-image {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fxg-landing-hero__tablet-image img {
    width: 100%;
  }
}
.fxg-landing-hero__video {
  display: none;
  max-width: 970px;
}
[dir] .fxg-landing-hero__video {
  margin: 1.25rem auto 0;
}
@media (max-width: 768px) {
  .fxg-landing-hero__video, .fxg-landing-hero__video-btn--dark {
    max-width: 0 auto;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero__video, .fxg-landing-hero__video-btn--dark {
    height: 55vw;
    max-width: none;
  }
  [dir] .fxg-landing-hero__video, [dir] .fxg-landing-hero__video-btn--dark {
    margin-top: 0;
    margin: 1rem;
  }
}
@media (max-width: 663px) {
  .fxg-landing-hero {
    min-height: initial;
    min-height: auto;
  }
  [dir] .fxg-landing-hero {
    margin-top: 0px;
  }
}
.fxg-landing-hero__video-btn, .fxg-landing-hero__video-btn--dark {
  content: "";
  display: block;
  position: absolute;
  width: 102px;
  height: 102px;
  top: 50%;
}
[dir] .fxg-landing-hero__video-btn, [dir] .fxg-landing-hero__video-btn--dark {
  cursor: pointer;
}
[dir=ltr] .fxg-landing-hero__video-btn, [dir=ltr] .fxg-landing-hero__video-btn--dark {
  left: 50%;
  margin: -3.25rem 0 0 -3.25rem;
}
[dir=rtl] .fxg-landing-hero__video-btn, [dir=rtl] .fxg-landing-hero__video-btn--dark {
  right: 50%;
  margin: -3.25rem -3.25rem 0 0;
}
@media (max-width: 663px) {
  [dir] .fxg-landing-hero__video-btn, [dir] .fxg-landing-hero__video-btn--dark {
    margin: -3.25rem;
  }
}
.fxg-landing-hero__video-btn--dark ellipse {
  stroke: #333;
}
.fxg-landing-hero__video-btn--dark polygon {
  stroke: #333;
  fill: #333;
}
.fxg-landing-hero__close-btn {
  display: none;
  position: absolute;
  top: 25px;
  z-index: 11001;
}
[dir] .fxg-landing-hero__close-btn {
  cursor: pointer;
}
[dir=ltr] .fxg-landing-hero__close-btn {
  right: 25px;
}
[dir=rtl] .fxg-landing-hero__close-btn {
  left: 25px;
}
.fxg-landing-hero__close-btn svg {
  stroke: #fff;
  width: 25px;
}
@media (max-width: 663px) {
  .fxg-landing-hero .fxg-heading-align {
    min-width: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  [dir=ltr] .fxg-landing-hero .focal-x1y1--tablet {
    background-position: 16.66% 16.66%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y1--tablet {
    background-position: 83.34% 16.66%;
  }
  [dir] .fxg-landing-hero .focal-x2y1--tablet {
    background-position: 50% 16.66%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y1--tablet {
    background-position: 83.33% 16.66%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y1--tablet {
    background-position: 16.67% 16.66%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x1y2--tablet {
    background-position: 16.66% 50%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y2--tablet {
    background-position: 83.34% 50%;
  }
  [dir] .fxg-landing-hero .focal-x2y2--tablet {
    background-position: 50% 50%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y2--tablet {
    background-position: 83.33% 50%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y2--tablet {
    background-position: 16.67% 50%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x1y3--tablet {
    background-position: 16.66% 83.33%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y3--tablet {
    background-position: 83.34% 83.33%;
  }
  [dir] .fxg-landing-hero .focal-x2y3--tablet {
    background-position: 50% 83.33%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y3--tablet {
    background-position: 83.33% 83.33%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y3--tablet {
    background-position: 16.67% 83.33%;
  }
}
@media (min-width: 993px) {
  [dir=ltr] .fxg-landing-hero .focal-x1y1--desktop {
    background-position: 16.66% 16.66%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y1--desktop {
    background-position: 83.34% 16.66%;
  }
  [dir] .fxg-landing-hero .focal-x2y1--desktop {
    background-position: 50% 16.66%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y1--desktop {
    background-position: 83.33% 16.66%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y1--desktop {
    background-position: 16.67% 16.66%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x1y2--desktop {
    background-position: 16.66% 50%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y2--desktop {
    background-position: 83.34% 50%;
  }
  [dir] .fxg-landing-hero .focal-x2y2--desktop {
    background-position: 50% 50%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y2--desktop {
    background-position: 83.33% 50%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y2--desktop {
    background-position: 16.67% 50%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x1y3--desktop {
    background-position: 16.66% 83.33%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x1y3--desktop {
    background-position: 83.34% 83.33%;
  }
  [dir] .fxg-landing-hero .focal-x2y3--desktop {
    background-position: 50% 83.33%;
  }
  [dir=ltr] .fxg-landing-hero .focal-x3y3--desktop {
    background-position: 83.33% 83.33%;
  }
  [dir=rtl] .fxg-landing-hero .focal-x3y3--desktop {
    background-position: 16.67% 83.33%;
  }
}
@media print {
  [dir] .fxg-landing-hero .fxg-align-center {
    text-align: center;
  }
}
@media print {
  .fxg-landing-hero .fxg-button {
    width: auto;
  }
}

.fxg-landing-heroMobileVideo {
  display: none;
}
@media (max-width: 663px) {
  .fxg-landing-heroMobileVideo {
    position: relative;
    display: block;
  }
  [dir] .fxg-landing-heroMobileVideo {
    margin: 0px;
  }
}
@media print {
  .fxg-landing-heroMobileVideo {
    display: none !important;
  }
}

.fxg-landing-heroTabletVideo {
  display: none;
}
@media (max-width: 768px) {
  .fxg-landing-heroTabletVideo {
    position: relative;
    display: block;
  }
  [dir] .fxg-landing-heroTabletVideo {
    margin: 0px;
  }
}

@media (max-width: 663px) {
  .fxg-landing-heroDesktop {
    display: none;
  }
}

@media (max-width: 663px) {
  [dir] .fxg-landing-hero--has-video {
    padding-top: 0px;
  }
}

html[dir=rtl] .fxg-landing-hero__video {
  margin: 1.25rem 0 0 auto;
}
html[dir=rtl] .fxg-landing-hero__video-btn {
  right: 50%;
  margin: -3.25rem -3.25rem 0 0;
}
html[dir=rtl] .fxg-landing-hero__video-btn--dark {
  right: 50%;
  margin: -3.25rem -3.25rem 0 0;
}
html[dir=rtl] .fxg-landing-hero__close-btn {
  left: 25px;
  right: auto;
}
html[dir=rtl] .fxg-align-left {
  text-align: right !important;
}
html[dir=rtl] .fxg-align-left h1 {
  text-align: right !important;
}
html[dir=rtl] .fxg-align-right {
  text-align: left !important;
}
html[dir=rtl] .fxg-align-right h1 {
  text-align: left !important;
}

/* Editable Templates */
@media (max-width: 663px) {
  [dir] .aem-Grid .fxg-landing-hero__background-image {
    margin-top: 0.625rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 663px) {
  [dir] .aem-Grid .fxg-landing-hero .fxg-title {
    margin-top: 0.625rem;
  }
}

@media print {
  .fxg-title.fxg-desktop--hide-,
  .fxg-subtext.fxg-desktop--hide-,
  .fxg-landing-hero a.fxg-button.fxg-desktop--hide- {
    display: none !important;
  }
}

@media print {
  .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide {
    display: inherit !important;
  }
  [dir=ltr] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-right {
    float: right;
  }
  [dir=rtl] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-right {
    float: left;
  }
  [dir=ltr] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-left {
    float: left;
  }
  [dir=rtl] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-left {
    float: right;
  }
}

.hero_homepage_v1 .fxg-hero h1 {
  line-height: 1.5;
  font-size: 2.75rem;
  font-weight: 300;
}
.hero_homepage_v1 .fxg-cube-container .fxg-cube__text {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 700;
}
.hero_homepage_v1 .fxg-field__floating-placeholder {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 700;
}
.hero_homepage_v1 .fxg-button {
  font-size: 1.1875rem;
  font-weight: 700;
}
.hero_homepage_v1 .link .fxg-link.default {
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.875rem !important;
}

.fxg-landing-hero .fxg-heading-align .fxg-button--orange:hover {
  color: #fff;
}

[dir] .fxg-landing-hero .link .fxg-button--orange {
  padding: 19px 24px !important;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * JumpLinks
 */
[dir=rtl] .fxg-jumplinks__prev-tab svg,
[dir=rtl] .fxg-jumplinks__next-tab svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fxg-jumplinks__placeholder {
  height: 48px;
}

.fxg-jumplinks__nav {
  height: 48px;
  top: 0;
}

[dir=ltr] .fxg-jumplinks__nav {
  left: 0;
}

[dir=rtl] .fxg-jumplinks__nav {
  right: 0;
}

.fxg-jumplinks .cc-aem-c-tabs--underline [role=tab] {
  min-height: initial;
}

/* patch for tabs inside jumplinks due to the new tab version update from CC 6 version */
.fxg-jumplinks .cc-aem-c-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.fxg-tabs .fxg-form {
  margin: 0 auto;
}

.fxg-form__row {
  margin: 0 0 3px 0;
}

@media (max-width: 767px) {
  .fxg-form__row {
    margin-bottom: 0;
  }
}

.fxg-form__footer-row {
  padding-top: 7px;
  text-align: left;
}

@media (max-width: 767px) {
  .fxg-form__footer-row {
    padding-top: 10px;
  }
}

.fxg-form__label {
  font-size: 20px;
  font-weight: 300;
  margin-top: 25px;
}

.fxg-tracking-app__multi-tracking .fxg-form, .fxg-landing-tracking-app__multi-tracking .fxg-form {
  display: block !important;
  max-width: 475px;
  margin: 15px auto;
}

.fxg-toggle .fxg-tracking-app__multi-tracking .fxg-form, .fxg-toggle .fxg-landing-tracking-app__multi-tracking .fxg-form {
  max-width: 100%;
  margin-top: 0;
}

#trackingModuleTrackingNum, #NavLoginUserId, #NavLoginPassword, #HomeMultiTrackingApp .row .fxg-field .fxg-field__input-text--numbered {
  background: #F2F2F2;
}

.fxg-field {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 415px;
  float: left;
  text-align: left;
}

.fxg-field--small {
  width: 30%;
}

.fxg-field--med {
  width: 40%;
}

.fxg-field--large {
  width: 70%;
}

.fxg-field--full {
  width: 100%;
}

.fxg-login-module .fxg-field {
  width: 100%;
}

.fxg-tracking-module .fxg-field {
  width: 100%;
  margin-bottom: 10px;
}

.fxg-locations-module .fxg-field {
  width: 100%;
  margin-bottom: 10px;
}

.fxg-app__single-tracking .fxg-field, .fxg-landing-tracking-app__single-tracking .fxg-field {
  width: 440px;
  /* VMLNAFEDEXW-832 */
}

@media (max-width: 767px) {
  .fxg-app__single-tracking .fxg-field, .fxg-landing-tracking-app__single-tracking .fxg-field {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fxg-field {
    width: 100%;
    margin-bottom: 2px;
  }
}

@media (max-width: 992px) {
  #HomepageRateShipApp .fxg-field {
    width: 275px;
  }
}

@media (max-width: 767px) {
  #HomepageRateShipApp .fxg-field {
    width: 100%;
  }
}

.fxg-field__input-text--reg {
  width: 100% !important;
}

.fxg-field__input-text {
  background: #FAFAFA;
  font-size: 20px;
  font-weight: 300;
  width: calc(100% - 3px);
  padding: 27px 8px 10px 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fxg-field__input-text:focus {
  border-left: 3px solid #4D148C;
  opacity: 1 !important;
}

.fxg-field__input-text:focus ~ .fxg-field__floating-placeholder, .fxg-field__input-text:not(:focus):valid ~ .fxg-field__floating-placeholder {
  top: 12px;
  left: 15px;
  font-size: 10px;
  opacity: 1 !important;
  color: #4D148C;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fxg-field__input-text {
    width: 100%;
  }
}

.fxg-field__input-text--numbered {
  padding: 19px 10px 19px 65px;
}

[dir] .fxg-login-module .fxg-link--blue {
  border-bottom: 0;
}

.fxg-login-module .fxg-field__input-text {
  width: 100%;
  margin-bottom: 2px;
}

.fxg-tracking-module .fxg-field__input-text {
  width: 100%;
  margin-bottom: 2px;
}

.fxg-locations-module .fxg-field__input-text {
  width: 100%;
  margin-bottom: 2px;
}

.fxg-cube .fxg-app .fxg-field__input-text {
  margin-right: 3px;
  opacity: .7;
  transition: .2s ease opacity;
}

.fxg-cube .fxg-app .fxg-field__input-text:focus, .fxg-cube .fxg-app .fxg-field__input-text:not(:focus):valid {
  opacity: 1;
}

.fxg-field__input-checkbox {
  /* disabled checkbox */
}

.fxg-field__input-checkbox:not(:checked), .fxg-field__input-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.fxg-field__input-checkbox:not(:checked) + label,
.fxg-field__input-checkbox:checked + label {
  margin: 10px 0;
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked) + label, html[dir=rtl]
.fxg-field__input-checkbox:checked + label {
  padding-right: 1.95em;
}

.fxg-field__input-checkbox:not(:checked) + label:before,
.fxg-field__input-checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 3px;
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #333333;
  background: transparent;
  display: none;
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked) + label:before, html[dir=rtl]
.fxg-field__input-checkbox:checked + label:before {
  left: auto;
  right: 3px;
}

.fxg-field__input-checkbox:not(:checked) + label:after,
.fxg-field__input-checkbox:checked + label:after {
  content: '';
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/check_mark.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: .2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #333333;
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked) + label:after, html[dir=rtl]
.fxg-field__input-checkbox:checked + label:after {
  left: auto;
  right: 0.2em;
}

.fxg-field__input-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.fxg-field__input-checkbox:checked + label:after {
  opacity: 0;
  transform: scale(1);
}

.fxg-field__input-checkbox:disabled:not(:checked) + label:before,
.fxg-field__input-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.fxg-field__input-checkbox:disabled:checked + label:after {
  color: #999;
}

.fxg-field__input-checkbox:disabled + label {
  color: #aaa;
}

.fxg-login-module .fxg-field__input-checkbox:not(:checked) + label {
  /*margin: 10px 0 !important;*/
  display: block;
  background: url('../../../etc.clientlibs/clientlibs/fedex/images/resources/check-box--unchecked.svg') no-repeat 0 0;
  height: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.fxg-login-module .fxg-field__input-checkbox:checked + label {
  background: url('../../../etc.clientlibs/clientlibs/fedex/images/resources/check-box--checked.svg') no-repeat 0 0;
  height:20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fxg-field__button {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .fxg-field__button {
    right: 0;
  }
}

.fxg-field__placeholder {
  position: absolute;
  left: 15px;
  top: 24px;
}

.fxg-field__numbered-placeholder {
  font-size: 20px;
  font-weight: 700;
  top: 22px;
}

.fxg-field__floating-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: none;
  transition: 0.2s ease all;
  font-weight: bold;
}

.fxg-field__input--error {
  border-left: 3px solid #de002e !important;
}

.fxg-field__input--error:focus ~ .fxg-field__floating-placeholder, .fxg-field__input--error:not(:focus) ~ .fxg-field__floating-placeholder {
  color: #de002e !important;
}

.fxg-field__validation {
  display: inline-block;
  color: #de002e;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 15px;
}

.pac-item-query {
  font-size: 12px;
}

.pac-item {
  line-height: 48px;
  padding-left: 16px;
  padding-top: 2px;
}

.pac-icon.pac-icon-marker {
  margin-top: 14px;
  width: 14px;
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/common-icon-sprite.png);
  background-size: 114px 65px;
  background-position: -29px 0px;
}

.pac-container {
  /* padding-right: 21px; */
  border-top: 0;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
  z-index: 13001;
}

.pac-logo:after, .pac-logo:after {
  padding: 20px !important;
  position: relative;
  right: 15px;
}




html[dir=rtl] .fxg-field {
  text-align: right;
  float: right;
}
html[dir=rtl] .fxg-field__placeholder {
  right: 15px;
  left: inherit;
}
html[dir=rtl] .fxg-field__input-text {
  padding: 27px 15px 10px 8px;
}
html[dir=rtl] .fxg-field__input-text:focus {
  border-right: 3px solid #4D148C;
  border-left: 0px;
}
html[dir=rtl] .fxg-field__input-text:focus ~ .fxg-field__floating-placeholder {
  right: 15px;
  left: auto;
}
html[dir=rtl] .fxg-field__input-text--numbered {
  padding: 19px 65px 19px 10px;
}
html[dir=rtl] .fxg-field__input-text:not(:focus):valid ~ .fxg-field__floating-placeholder {
  right: 15px;
  left: auto;
}
html[dir=rtl] .fxg-field__input--error {
  border-right: 3px solid #de002e !important;
  border-left: 0px !important;
}
html[dir=rtl] .fxg-field__input-checkbox:not(:checked), html[dir=rtl] .fxg-field__input-checkbox :checked {
  right: -9999px;
  left: auto;
}
html[dir=rtl] .fxg-field__button {
  left: 15px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .fxg-field__button {
    left: 0;
    right: auto;
  }
}
html[dir=rtl] .fxg-form__footer-row {
  text-align: right;
}
html[dir=rtl] .fxg-cube .fxg-app .fxg-field__input-text {
  margin-left: 3px;
  margin-right: 0px;
}
html[dir=rtl] .pac-item {
  padding-right: 16px;
  padding-left: 0px;
}
html[dir=rtl] .pac-logo:after {
  right: auto;
  left: 15px;
}
.fxg-tracking-app__submitted .fxg-field__input-text {
  background: #F2F2F2;
}
/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: ''; }

.fxg-form select::-ms-expand {
  display: none; }

.fxg-caret__down:after {
  top: 25px;
  right: 20px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -107px;
  width: 22px;
  height: 11px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }
  @media (max-width: 992px) {
    .fxg-caret__down:after {
      right: 16px; } }

.fxg-arrow-icon {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 35px; }
  .fxg-arrow-icon .fxg--chevron-down:after {
    content: "";
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -107px;
    width: 22px;
    height: 11px;
    right: 20px;
    top: 28px; }
  .fxg-arrow-icon .fxg--chevron-up:after {
    content: "";
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -74px;
    width: 22px;
    height: 11px;
    right: 20px;
    top: 28px; }

.fxg-form-element__checkbox-label {
  position: relative;
  margin-top: 17px;
  margin-bottom: 5px;
  padding-left: 30px; }
  .fxg-form-element__checkbox-label input[type="checkbox"] {
    opacity: 0; }
    .fxg-form-element__checkbox-label input[type="checkbox"]:checked + label:after {
      content: ""; }
    .fxg-form-element__checkbox-label input[type="checkbox"]:focus + label:before, .fxg-form-element__checkbox-label input[type="checkbox"]:focus + label:after {
      outline: 1px dashed #4d148c; }
  .fxg-form-element__checkbox-label label {
    position: relative;
    display: inline-block; }
    .fxg-form-element__checkbox-label label:before {
      content: "";
      display: inline-block;
      background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -133px;
      width: 23px;
      height: 23px;
      position: absolute;
      top: -2px;
      left: -31px; }
    .fxg-form-element__checkbox-label label::after {
      content: none;
      display: inline-block;
      background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -165px;
      width: 23px;
      height: 23px;
      position: absolute;
      top: -2px;
      left: -31px; }
  @media (max-width: 992px) {
    .fxg-form-element__checkbox-label {
      margin-top: 11px;
      padding-left: 17px; } }

.fxg-form-element__checkbox--centered {
  margin-left: 27%;
  width: 60%;
  padding: 0;
  border: 0; }
  @media (max-width: 992px) {
    .fxg-form-element__checkbox--centered {
      margin: auto;
      width: 95%;
      padding: 0;
      border: 0; } }

.fxg-form__checkbox--round {
  display: none; }
  .fxg-form__checkbox--round:checked + label {
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat;
    height: 30px;
    background-position: 0 -226px; }
  .fxg-form__checkbox--round:not(:checked) + label {
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat;
    height: 30px;
    background-position: 0 -194px; }

.fxg-radio {
  line-height: 2.01;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 3px; }
  .fxg-radio-group {
    vertical-align: middle;
    width: 100%; }
  .fxg-radio-text {
    font-size: 15px !important;
    cursor: pointer;
    margin-left: 35px !important; }
  .fxg-radio-wrapper {
    margin-left: 40px;
    width: 100%;
    max-width: 276px; }

.fxg-float-label {
  display: block;
  position: relative; }
  .fxg-float-label *:focus {
    border-left: 3px solid #4D148C;
    opacity: 1 !important; }
  .fxg-float-label label, .fxg-float-label > span {
    position: absolute;
    cursor: text;
    top: 12px;
    left: 15px;
    font-size: 10px;
    opacity: 1 !important;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fxg-float-label input, .fxg-float-label select {
    background: #F2F2F2;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    padding: 27px 8px 10px 15px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (max-width: 992px) {
      .fxg-float-label input, .fxg-float-label select {
        width: 100%; } }
  .fxg-float-label input::-webkit-input-placeholder, .fxg-float-label select::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fxg-float-label input:-ms-input-placeholder, .fxg-float-label select:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fxg-float-label input::-ms-input-placeholder, .fxg-float-label select::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fxg-float-label input::placeholder, .fxg-float-label select::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fxg-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .fxg-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0; }
  .fxg-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .fxg-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0; }
  .fxg-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .fxg-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0; }
  .fxg-float-label input:placeholder-shown:not(:focus)::placeholder, .fxg-float-label select:placeholder-shown:not(:focus)::placeholder {
    opacity: 0; }
  .fxg-float-label input:placeholder-shown:not(:focus) + *, .fxg-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 14px;
    top: 38%; }
  .fxg-float-label input:focus ~ .fxg-field__floating-placeholder {
    color: #4D148C;
    font-weight: 700; }

.fxg-tooltip {
  display: inline-block;
  position: relative; }

.fxg-tooltip__icon {
  background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32_rev.png");
  background-repeat: no-repeat;
  background-size: 32px 384px;
  background-position: -6px -326px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  height: 21px;
  width: 21px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .fxg-tooltip__icon {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_64_rev.png");
      background-size: 32px 384px; } }
  .fxg-tooltip__icon--close {
    background-position: -6px -358px; }

.fxg-tooltip__content {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  color: #424242;
  display: block;
  display: none;
  font-size: 12px;
  text-align: center;
  padding: 30px 20px 26px;
  position: absolute;
  line-height: 22px;
  top: 31px;
  left: -151px;
  width: 300px;
  z-index: 200; }
  .fxg-tooltip__content--open {
    display: block; }
  @media (max-width: 767px) {
    .fxg-tooltip__content {
      left: 0px;
      right: auto; } }

.fxg-tooltip__content--large {
  text-align: left; }
  @media (max-width: 767px) {
    .fxg-tooltip__content--large {
      box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
      border: 0;
      position: fixed;
      overflow-y: scroll;
      height: 100vh;
      width: calc(100vw - 40px);
      margin: 0;
      padding: 50px 20px 0px;
      right: auto;
      top: 0px;
      left: 0px; } }

.fxg-tooltip__heading {
  color: #424242;
  font-weight: 300;
  font-size: 18px;
  margin: 0px 0 18px 0; }
  @media (max-width: 767px) {
    .fxg-tooltip__heading {
      margin: 40px 0 40px 0; } }

.fxg-tooltip__title {
  color: #424242;
  font-weight: 300;
  font-size: 15px;
  margin: 0; }

.fxg-tooltip__paragraph {
  color: #424242;
  font-size: 12px;
  margin: 0 0 7px; }
  .fxg-tooltip__paragraph:last-child {
    margin-bottom: 0; }

.fxg-tooltip__close {
  background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32_rev.png");
  background-repeat: no-repeat;
  background-size: 32px 384px;
  background-position: -6px -294px;
  cursor: pointer;
  user-select: none;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 21px;
  width: 21px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .fxg-tooltip__close {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_64_rev.png");
      background-size: 32px 384px; } }

.fxg-tooltip__content--large .fxg-tooltip__close {
  display: none; }
  @media (max-width: 767px) {
    .fxg-tooltip__content--large .fxg-tooltip__close {
      display: block; } }

/* only used for demo examples */
.demo-text {
  line-height: 1.5em; }

/*# sourceMappingURL=style.css.map */

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-image_gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxg-image_gallery .image_gallery_item {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 500px) and (max-width: 989px) {
  .fxg-image_gallery .image_gallery_item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media (min-width: 0px) and (max-width: 499px) {
  .fxg-image_gallery .image_gallery_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.fxg-image_gallery .image_gallery_item .inner_gallery {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
[dir=ltr] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
  float: left;
}
[dir=rtl] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
  float: right;
}
.fxg-image_gallery .image_gallery_item a {
  display: block;
  position: relative;
}
[dir] .fxg-image_gallery .image_gallery_item a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
  margin: 0 10px 20px;
}
.fxg-image_gallery .image_gallery_item a .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
[dir] .fxg-image_gallery .image_gallery_item a .caption {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}
[dir=ltr] .fxg-image_gallery .image_gallery_item a .caption {
  left: 0;
}
[dir=rtl] .fxg-image_gallery .image_gallery_item a .caption {
  right: 0;
}
.fxg-image_gallery .image_gallery_item img {
  width: 100%;
}
.fxg-image_gallery__editmode > .image_gallery_item, .fxg-image_gallery__editmode > * > .imageGalleryItems_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[dir] .fxg-image_gallery__editmode > .image_gallery_item, [dir] .fxg-image_gallery__editmode > * > .imageGalleryItems_v1 {
  border: 1px dashed #ccc;
  padding: 2px;
  margin: 2px 0;
}
.fxg-image_gallery__editmode .cq-Editable-dom {
  width: 100%;
}
.fxg-image_gallery__editmode .editmode__image {
  width: 20%;
}
.fxg-image_gallery__editmode .editmode__image img {
  width: 100%;
}
.fxg-image_gallery__editmode .editmode__items, .fxg-image_gallery__editmode .editmode__items .aem-Grid {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
[dir] .fxg-image_gallery__editmode .editmode__items, [dir] .fxg-image_gallery__editmode .editmode__items .aem-Grid {
  padding-top: 0;
}
.fxg-image_gallery__editmode .editmode__items .aem-Grid {
  width: 100%;
}
.fxg-image_gallery__editmode .editmode__items .aem-Grid .imageGalleryItems_v1 {
  width: 12%;
}
.fxg-image_gallery__editmode .editmode__items .image_gallery_item, .fxg-image_gallery__editmode .editmode__items .imageGalleryItems_v1 {
  width: 12%;
  min-width: 80px;
}
[dir] .fxg-image_gallery__editmode .editmode__items .image_gallery_item, [dir] .fxg-image_gallery__editmode .editmode__items .imageGalleryItems_v1 {
  padding: 0 2.5px 5px;
}
.fxg-image_gallery__editmode .editmode__items .editmode__image {
  width: 100%;
}

body.fxModalBox-active {
  overflow: hidden;
}
body.fxModalBox-iosfix {
  position: fixed;
}
[dir=ltr] body.fxModalBox-iosfix {
  left: 0;
  right: 0;
}
[dir=rtl] body.fxModalBox-iosfix {
  right: 0;
  left: 0;
}

.fxModalBox {
  /* Buttons */
  /* Navigation arrows */
  /* Close button on the top right corner of html content */
  /* Caption */
  /* Loading indicator */
  /* Transition effects */
  /* transitionEffect: fade */
  /* transitionEffect: zoom-in-out */
  /* transitionEffect: rotate */
  /* transitionEffect: circular */
  /* transitionEffect: tube */
  /* Share */
  /* Thumbs */
}
.fxModalBox-is-hidden {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
[dir=ltr] .fxModalBox-is-hidden {
  left: -9999px;
}
[dir=rtl] .fxModalBox-is-hidden {
  right: -9999px;
}
.fxModalBox-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
[dir] .fxModalBox-container {
  transform: translateZ(0);
}
[dir=ltr] .fxModalBox-container {
  left: 0;
}
[dir=rtl] .fxModalBox-container {
  right: 0;
}
.fxModalBox-inner, .fxModalBox-outer, .fxModalBox-bg, .fxModalBox-stage {
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .fxModalBox-inner, [dir=ltr] .fxModalBox-outer, [dir=ltr] .fxModalBox-bg, [dir=ltr] .fxModalBox-stage {
  right: 0;
  left: 0;
}
[dir=rtl] .fxModalBox-inner, [dir=rtl] .fxModalBox-outer, [dir=rtl] .fxModalBox-bg, [dir=rtl] .fxModalBox-stage {
  left: 0;
  right: 0;
}
.fxModalBox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fxModalBox-bg {
  opacity: 0;
  -webkit-transition-duration: inherit;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
[dir] .fxModalBox-bg {
  background: #1e1e1e;
          transition-duration: inherit;
  transition-property: opacity;
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fxModalBox-is-open .fxModalBox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
[dir] .fxModalBox-is-open .fxModalBox-bg {
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fxModalBox-infobar, .fxModalBox-toolbar, .fxModalBox-caption-wrap {
  position: absolute;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[dir] .fxModalBox-infobar, [dir] .fxModalBox-toolbar, [dir] .fxModalBox-caption-wrap {
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
}
[dir=ltr] .fxModalBox-infobar, [dir=ltr] .fxModalBox-toolbar, [dir=ltr] .fxModalBox-caption-wrap {
  direction: ltr;
}
[dir=rtl] .fxModalBox-infobar, [dir=rtl] .fxModalBox-toolbar, [dir=rtl] .fxModalBox-caption-wrap {
  direction: rtl;
}
.fxModalBox-show-infobar .fxModalBox-infobar, .fxModalBox-show-toolbar .fxModalBox-toolbar, .fxModalBox-show-caption .fxModalBox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
  overflow: hidden;
}
[dir] .fxModalBox-show-infobar .fxModalBox-infobar, [dir] .fxModalBox-show-toolbar .fxModalBox-toolbar, [dir] .fxModalBox-show-caption .fxModalBox-caption-wrap {
  -webkit-transition: opacity 0.25s, visibility 0s;
}
[dir=ltr] .fxModalBox-show-infobar .fxModalBox-infobar, [dir=ltr] .fxModalBox-show-toolbar .fxModalBox-toolbar, [dir=ltr] .fxModalBox-show-caption .fxModalBox-caption-wrap {
  border-radius: 0 0 0 10px;
}
[dir=rtl] .fxModalBox-show-infobar .fxModalBox-infobar, [dir=rtl] .fxModalBox-show-toolbar .fxModalBox-toolbar, [dir=rtl] .fxModalBox-show-caption .fxModalBox-caption-wrap {
  border-radius: 0 0 10px 0;
}
.fxModalBox-infobar {
  top: 0;
  font-size: 13px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
[dir] .fxModalBox-infobar {
  padding: 0 10px;
  text-align: center;
}
[dir=ltr] .fxModalBox-infobar {
  left: 0;
}
[dir=rtl] .fxModalBox-infobar {
  right: 0;
}
.fxModalBox-toolbar {
  top: 0;
}
[dir] .fxModalBox-toolbar {
  margin: 0;
  padding: 0;
}
[dir=ltr] .fxModalBox-toolbar {
  right: 0;
}
[dir=rtl] .fxModalBox-toolbar {
  left: 0;
}
.fxModalBox-stage {
  overflow: hidden;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
[dir=ltr] .fxModalBox-stage {
  direction: ltr;
}
[dir=rtl] .fxModalBox-stage {
  direction: rtl;
}
.fxModalBox-is-closing .fxModalBox-stage {
  overflow: visible;
}
.fxModalBox-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
}
[dir] .fxModalBox-slide {
  margin: 0;
  padding: 0;
  text-align: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[dir=ltr] .fxModalBox-slide {
  left: 0;
}
[dir=rtl] .fxModalBox-slide {
  right: 0;
}
.fxModalBox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fxModalBox-slide--image {
  overflow: visible;
}
.fxModalBox-slide--image::before {
  display: none;
}
[dir] .fxModalBox-slide--video .fxModalBox-content, [dir] .fxModalBox-slide--video iframe {
  background: #000;
}
[dir] .fxModalBox-slide--map .fxModalBox-content, [dir] .fxModalBox-slide--map iframe {
  background: #E5E3DF;
}
.fxModalBox-slide--next {
  z-index: 99995;
}
.fxModalBox-slide > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[dir] .fxModalBox-slide > * {
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  background-color: #fff;
}
[dir=ltr] .fxModalBox-slide > * {
  text-align: left;
}
[dir=rtl] .fxModalBox-slide > * {
  text-align: right;
}
.fxModalBox-slide > title, .fxModalBox-slide > style, .fxModalBox-slide > meta, .fxModalBox-slide > link, .fxModalBox-slide > script, .fxModalBox-slide > base {
  display: none;
}
.fxModalBox-slide .fxModalBox-image-wrap {
  position: absolute;
  top: 0;
  z-index: 99995;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
}
[dir] .fxModalBox-slide .fxModalBox-image-wrap {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[dir=ltr] .fxModalBox-slide .fxModalBox-image-wrap {
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
[dir=rtl] .fxModalBox-slide .fxModalBox-image-wrap {
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fxModalBox-slide--iframe .fxModalBox-content {
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
}
[dir] .fxModalBox-slide--iframe .fxModalBox-content {
  padding: 0;
  background: #fff;
}
.fxModalBox-is-sliding .fxModalBox-slide, .fxModalBox-slide--previous, .fxModalBox-slide--current, .fxModalBox-slide--next {
  display: block;
}
[dir] .fxModalBox-can-zoomOut .fxModalBox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
[dir] .fxModalBox-can-zoomIn .fxModalBox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
[dir] .fxModalBox-can-drag .fxModalBox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
[dir] .fxModalBox-is-dragging .fxModalBox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fxModalBox-image, .fxModalBox-spaceball {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dir] .fxModalBox-image, [dir] .fxModalBox-spaceball {
  margin: 0;
  padding: 0;
  border: 0;
}
[dir=ltr] .fxModalBox-image, [dir=ltr] .fxModalBox-spaceball {
  left: 0;
}
[dir=rtl] .fxModalBox-image, [dir=rtl] .fxModalBox-spaceball {
  right: 0;
}
.fxModalBox-spaceball {
  z-index: 1;
}
.fxModalBox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
[dir] .fxModalBox-iframe {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}
.fxModalBox-error {
  width: 100%;
  max-width: 380px;
}
[dir] .fxModalBox-error {
  margin: 0;
  padding: 40px;
  background: #fff;
  cursor: default;
}
.fxModalBox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
[dir] .fxModalBox-error p {
  margin: 0;
  padding: 0;
}
.fxModalBox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  transition: color 0.3s ease;
  outline: none;
  color: #333;
}
[dir] .fxModalBox-button {
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.3s ease;
  cursor: pointer;
}
.fxModalBox-button:visited, .fxModalBox-button:link {
  color: #333;
}
.fxModalBox-button:focus, .fxModalBox-button:hover {
  color: #666;
}
.fxModalBox-button[disabled] {
  color: #333;
  opacity: 0.6;
}
[dir] .fxModalBox-button[disabled] {
  cursor: default;
}
.fxModalBox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fxModalBox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1;
}
.fxModalBox-button--share svg path {
  stroke-width: 1;
}
.fxModalBox-button--play svg path:nth-child(2) {
  display: none;
}
.fxModalBox-button--pause svg path:nth-child(1) {
  display: none;
}
.fxModalBox-button--zoom svg path {
  fill: transparent;
}
.fxModalBox-navigation {
  display: none;
}
.fxModalBox-navigation button {
  position: absolute;
  top: 50%;
  z-index: 99997;
  width: 80px;
  height: 100px;
}
[dir] .fxModalBox-navigation button {
  margin: -50px 0 0 0;
  background: transparent;
  padding: 17px;
}
.fxModalBox-navigation button:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 60px;
  height: 60px;
}
[dir] .fxModalBox-navigation button:before {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}
[dir=ltr] .fxModalBox-navigation button:before {
  right: 10px;
}
[dir=rtl] .fxModalBox-navigation button:before {
  left: 10px;
}
[dir=ltr] .fxModalBox-navigation .fxModalBox-button--arrow_left {
  left: 0;
}
[dir=rtl] .fxModalBox-navigation .fxModalBox-button--arrow_left {
  right: 0;
}
[dir=ltr] .fxModalBox-navigation .fxModalBox-button--arrow_right {
  right: 0;
}
[dir=rtl] .fxModalBox-navigation .fxModalBox-button--arrow_right {
  left: 0;
}
.fxModalBox-show-nav .fxModalBox-navigation {
  display: block;
}
.fxModalBox-close-small {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
}
[dir] .fxModalBox-close-small {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
[dir=ltr] .fxModalBox-close-small {
  right: 0;
}
[dir=rtl] .fxModalBox-close-small {
  left: 0;
}
.fxModalBox-close-small:after {
  content: "x";
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
[dir] .fxModalBox-close-small:after {
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
}
[dir=ltr] .fxModalBox-close-small:after {
  right: 5px;
}
[dir=rtl] .fxModalBox-close-small:after {
  left: 5px;
}
.fxModalBox-close-small :focus {
  outline: none;
}
.fxModalBox-close-small :focus:after {
  outline: 1px dotted #888;
}
.fxModalBox-close-small:hover:after {
  color: #555;
}
[dir] .fxModalBox-close-small:hover:after {
  background: #eee;
}
.fxModalBox-slide--image .fxModalBox-close-small, .fxModalBox-slide--iframe .fxModalBox-close-small {
  top: 0;
}
[dir=ltr] .fxModalBox-slide--image .fxModalBox-close-small, [dir=ltr] .fxModalBox-slide--iframe .fxModalBox-close-small {
  right: -40px;
}
[dir=rtl] .fxModalBox-slide--image .fxModalBox-close-small, [dir=rtl] .fxModalBox-slide--iframe .fxModalBox-close-small {
  left: -40px;
}
.fxModalBox-slide--image .fxModalBox-close-small:after, .fxModalBox-slide--iframe .fxModalBox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fxModalBox-slide--image .fxModalBox-close-small:hover:after, .fxModalBox-slide--iframe .fxModalBox-close-small:hover:after {
  color: #fff;
}
[dir] .fxModalBox-slide--image .fxModalBox-close-small:hover:after, [dir] .fxModalBox-slide--iframe .fxModalBox-close-small:hover:after {
  background: transparent;
}
.fxModalBox-is-scaling .fxModalBox-close-small, .fxModalBox-is-zoomable.fxModalBox-can-drag .fxModalBox-close-small {
  display: none;
}
.fxModalBox-caption {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}
[dir] .fxModalBox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.fxModalBox-caption a,
.fxModalBox-caption button,
.fxModalBox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}
.fxModalBox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fxModalBox-caption-wrap {
  bottom: 0;
  pointer-events: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
[dir] .fxModalBox-caption-wrap {
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}
[dir=ltr] .fxModalBox-caption-wrap {
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
}
[dir=rtl] .fxModalBox-caption-wrap {
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
}
.fxModalBox-slide > .fxModalBox-loading {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  z-index: 99999;
}
[dir] .fxModalBox-slide > .fxModalBox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  background: transparent;
  margin-top: -30px;
}
[dir=ltr] .fxModalBox-slide > .fxModalBox-loading {
  -webkit-animation:  fxModalBox-rotate-ltr 0.8s infinite linear;
  animation:  fxModalBox-rotate-ltr 0.8s infinite linear;
  left: 50%;
  margin-left: -30px;
}
[dir=rtl] .fxModalBox-slide > .fxModalBox-loading {
  -webkit-animation:  fxModalBox-rotate-rtl 0.8s infinite linear;
  animation:  fxModalBox-rotate-rtl 0.8s infinite linear;
  right: 50%;
  margin-right: -30px;
}
.fxModalBox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
[dir] .fxModalBox-animated {
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fxModalBox-fx-slide.fxModalBox-slide--previous {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-slide.fxModalBox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .fxModalBox-fx-slide.fxModalBox-slide--previous {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fxModalBox-fx-slide.fxModalBox-slide--next {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-slide.fxModalBox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
[dir=rtl] .fxModalBox-fx-slide.fxModalBox-slide--next {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fxModalBox-fx-slide.fxModalBox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
[dir] .fxModalBox-fx-slide.fxModalBox-slide--current {
  transform: translate3d(0, 0, 0);
}
.fxModalBox-fx-fade.fxModalBox-slide--prevous, .fxModalBox-fx-fade.fxModalBox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[dir] .fxModalBox-fx-fade.fxModalBox-slide--prevous, [dir] .fxModalBox-fx-fade.fxModalBox-slide--next {
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fxModalBox-fx-fade.fxModalBox-slide--current {
  opacity: 1;
}
.fxModalBox-fx-zoom-in-out.fxModalBox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
}
.fxModalBox-fx-zoom-in-out.fxModalBox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
}
.fxModalBox-fx-zoom-in-out.fxModalBox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  opacity: 1;
}
[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--current {
  transform: scale3d(1, 1, 1);
}
.fxModalBox-fx-rotate.fxModalBox-slide--previous {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-rotate.fxModalBox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
[dir=rtl] .fxModalBox-fx-rotate.fxModalBox-slide--previous {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fxModalBox-fx-rotate.fxModalBox-slide--next {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-rotate.fxModalBox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
[dir=rtl] .fxModalBox-fx-rotate.fxModalBox-slide--next {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fxModalBox-fx-rotate.fxModalBox-slide--current {
  -webkit-transform: rotate(0deg);
  opacity: 1;
}
[dir] .fxModalBox-fx-rotate.fxModalBox-slide--current {
  transform: rotate(0deg);
}
.fxModalBox-fx-circular.fxModalBox-slide--previous {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-circular.fxModalBox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
[dir=rtl] .fxModalBox-fx-circular.fxModalBox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fxModalBox-fx-circular.fxModalBox-slide--next {
  opacity: 0;
}
[dir=ltr] .fxModalBox-fx-circular.fxModalBox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
[dir=rtl] .fxModalBox-fx-circular.fxModalBox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fxModalBox-fx-circular.fxModalBox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
[dir] .fxModalBox-fx-circular.fxModalBox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
[dir=ltr] .fxModalBox-fx-tube.fxModalBox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
[dir=rtl] .fxModalBox-fx-tube.fxModalBox-slide--previous {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
[dir=ltr] .fxModalBox-fx-tube.fxModalBox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
[dir=rtl] .fxModalBox-fx-tube.fxModalBox-slide--next {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fxModalBox-fx-tube.fxModalBox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
}
[dir] .fxModalBox-fx-tube.fxModalBox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
.fxModalBox-share {
  max-width: 90%;
}
[dir] .fxModalBox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  text-align: center;
}
.fxModalBox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
}
[dir] .fxModalBox-share h1 {
  margin: 0 0 20px 0;
}
[dir] .fxModalBox-share p {
  margin: 0;
  padding: 0;
}
.fxModalBox-share__button {
  display: inline-block;
  text-decoration: none;
  min-width: 130px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}
[dir] .fxModalBox-share__button {
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.2s;
}
[dir=ltr] .fxModalBox-share__button {
  margin: 0 10px 10px 0;
}
[dir=rtl] .fxModalBox-share__button {
  margin: 0 0 10px 10px;
}
.fxModalBox-share__button:hover {
  text-decoration: none;
}
[dir] .fxModalBox-share__button--fb {
  background: #3b5998;
}
[dir] .fxModalBox-share__button--fb:hover {
  background: #344e86;
}
[dir] .fxModalBox-share__button--pt {
  background: #bd081d;
}
[dir] .fxModalBox-share__button--pt:hover {
  background: #aa0719;
}
[dir] .fxModalBox-share__button--tw {
  background: #1da1f2;
}
[dir] .fxModalBox-share__button--tw:hover {
  background: #0d95e8;
}
.fxModalBox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
[dir=ltr] .fxModalBox-share__button svg {
  margin-right: 7px;
}
[dir=rtl] .fxModalBox-share__button svg {
  margin-left: 7px;
}
.fxModalBox-share__button svg path {
  fill: #fff;
}
.fxModalBox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}
[dir] .fxModalBox-share__input {
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fxModalBox-thumbs {
  display: none;
  position: absolute;
  top: auto;
  width: auto;
  bottom: 0;
  height: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
[dir] .fxModalBox-thumbs {
  padding: 10px 10px 5px 10px;
  background: rgba(0, 0, 0, 0.3);
}
[dir=ltr] .fxModalBox-thumbs {
  left: 0;
  right: 0;
}
[dir=rtl] .fxModalBox-thumbs {
  right: 0;
  left: 0;
}
.fxModalBox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
[dir] .fxModalBox-thumbs > ul {
  margin: 0;
  padding: 0;
}
.fxModalBox-thumbs > ul > li {
  overflow: hidden;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[dir] .fxModalBox-thumbs > ul > li {
  padding: 0;
  margin: 2px;
  cursor: pointer;
}
[dir=ltr] .fxModalBox-thumbs > ul > li {
  float: left;
}
[dir=rtl] .fxModalBox-thumbs > ul > li {
  float: right;
}
.fxModalBox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[dir] .fxModalBox-thumbs > ul > li:before {
  border: 4px solid #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[dir=ltr] .fxModalBox-thumbs > ul > li:before {
  right: 0;
  left: 0;
}
[dir=rtl] .fxModalBox-thumbs > ul > li:before {
  left: 0;
  right: 0;
}
.fxModalBox-thumbs > ul > li.fxModalBox-thumbs-active:before {
  opacity: 1;
}
.fxModalBox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dir=ltr] .fxModalBox-thumbs > ul > li > img {
  left: 0;
}
[dir=rtl] .fxModalBox-thumbs > ul > li > img {
  right: 0;
}
.fxModalBox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fxModalBox-thumbs-x > ul {
  overflow: hidden;
}
.fxModalBox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fxModalBox-thumbs-y > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
[dir] .fxModalBox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
[dir] .fxModalBox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fxModalBox-show-thumbs .fxModalBox-thumbs {
  display: block;
}
.fxModalBox-show-thumbs .fxModalBox-inner {
  bottom: 95px;
}
[dir=ltr] .fxModalBox-show-thumbs .fxModalBox-inner {
  right: 0;
}
[dir=rtl] .fxModalBox-show-thumbs .fxModalBox-inner {
  left: 0;
}

[dir=ltr] p.fxModalBox-share__links {
  margin-right: -10px;
}

[dir=rtl] p.fxModalBox-share__links {
  margin-left: -10px;
}

[dir] li.fxModalBox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

/* Loading indicator */
@-webkit-keyframes fxModalBox-rotate-ltr {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fxModalBox-rotate-rtl {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fxModalBox-rotate-ltr {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fxModalBox-rotate-rtl {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
/* RTL */
html[dir=rtl] .fxModalBox-thumbs > ul > li {
  float: right;
}
html[dir=rtl] .fxModalBox-toolbar {
  left: 0;
  right: inherit;
  direction: rtl;
  text-align: left;
}
html[dir=rtl] .fxModalBox-caption-wrap {
  direction: rtl;
}
html[dir=rtl] .fxModalBox-infobar {
  right: 0;
  left: auto;
}
html[dir=rtl] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
  float: right;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-image-component {
  max-width: 960px;
  display: block;
}
[dir] .fxg-image-component {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  [dir] .container .fxg-image-component {
    padding: 0;
  }
}
.fxg-image-component .fxg-img {
  display: inline;
}
@media (max-width: 768px) {
  .fxg-image-component__image div {
    max-width: 100%;
  }
}
@media (max-width: 663px) {
  .fxg-image-component__image img {
    width: 100%;
    height: auto;
  }
}
.fxg-image-component__caption {
  display: inline-block;
}
.fxg-image-component__caption p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
[dir] .fxg-image-component__caption p {
  margin: 15px 0;
}
@media (max-width: 663px) {
  [dir] .fxg-image-component__caption p {
    text-align: center;
  }
}
@media (max-width: 663px) {
  .fxg-image-component__caption {
    width: 100%;
  }
}

.fxg-pods .fxg-video-player .fxg-img, .fxg-featured-offer .fxg-img {
  width: 100%;
}

[dir=ltr] .fxg-image-component.fxg-image--align-right {
  margin-right: 0px;
  text-align: right;
  padding-right: 10px;
}
[dir=ltr] .fxg-image-component.fxg-image--align-left {
  margin-left: 0px;
  text-align: left;
  padding-left: 10px;
}

.fxg-image--align-right .fxg-image-component__caption, .fxg-image--align-left .fxg-image-component__caption {
  display: block;
}

[dir] .fxg-image--align-right .fxg-image-component__caption, [dir] .fxg-image--align-left .fxg-image-component__caption {
  text-align: center;
}

[dir=rtl] .fxg-image-component.fxg-image--align-right {
  margin-left: 0px;
  text-align: left;
  padding-left: 10px;
}
[dir=rtl] .fxg-image-component.fxg-image--align-left {
  margin-right: 0px;
  text-align: right;
  padding-right: 10px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
    Icons are grouped together into sprites.
    Each sprite is built anywhere from 2x-4x for image quality.
    When updating sprite, please keep in mind that when the size changes, the style has to be updated to
        match new size.
*/
.fxg-footer .fxg-footer__social .icon_link {
  display: inline-block;
}

[dir] .fxg-icon {
  background-repeat: no-repeat;
}
.fxg-icon__svg {
  fill: #333;
}
[dir] .fxg-icon__common, [dir] .fxg-icon--common {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/common-icon-sprite.png);
  background-size: 106px 41px;
}
.fxg-icon__common--locate, .fxg-icon--common--locate {
  width: 14px;
  height: 24px;
}
[dir] .fxg-icon__common--locate, [dir] .fxg-icon--common--locate {
  background-position: 0px 0px;
}
.fxg-help .fxg-icon {
  display: inline-block;
  vertical-align: text-bottom;
}
.dropdown.fxg-bootstrap-dropdown .fxg-icon {
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
[dir] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
  background-position: -367px 0px;
          transform: translateY(-50%);
}
[dir=ltr] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
  right: 15px;
}
[dir=rtl] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
  left: 15px;
}
.dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
  transition: 0.25s;
  top: 35%;
}
[dir] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
  -webkit-transition: 0.25s;
}
[dir=ltr] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir=rtl] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
[dir] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
  background-size: 406.67px 30px;
}
.fxg-icon .language_dropdown .icon_link .fxg-icon, .fxg-icon .languagenavigation_v1 .icon_link .fxg-icon {
  width: 25px;
  height: 23px;
}
[dir] .fxg-icon .language_dropdown .icon_link .fxg-icon, [dir] .fxg-icon .languagenavigation_v1 .icon_link .fxg-icon {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg);
}
[dir] .fxg-footer .fxg-icon, [dir] .icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
  background-position: center center;
  background-size: contain;
}

.languagenavigation_v1 .icon_link .fxg-icon {
  width: 25px;
  height: 23px;
}

[dir] .languagenavigation_v1 .icon_link .fxg-icon {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg);
}

.fxg-footer .fxg-link {
  color: #333;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.fxg-footer .icon_link.parbase .fxg-link {
  font-weight: 300 !important;
  line-height: 25px !important;
}
[dir] .fxg-footer .icon_link.section .fxg-icon--facebook, [dir] .fxg-footer .icon_link.section .fxg-icon--pencil, [dir] .fxg-footer .icon_link.section .fxg-icon--globe {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_facebook.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--twitter {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_twitter.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--pinterest {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_pinterest.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--youtube {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_youtube.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--instagram {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_instagram.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--linkedin {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_linkedin.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--tumblr {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_tumblr.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--email {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_email.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--wechat {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_wechat.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--sinaweibo {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_weibo.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--neverblog {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_naver.svg);
}
[dir] .fxg-footer .icon_link.section .fxg-icon--flag-default, [dir] .fxg-footer .icon_link.section .fxg-icon--flag-us {
  background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg);
}
[dir] .fxg-footer .fxg-footer__social .fxg-link {
  margin: 0px 7px;
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-footer .fxg-footer__social .fxg-link {
    margin-right: 25px;
    margin-left: 0px;
  }
  [dir=rtl] .fxg-footer .fxg-footer__social .fxg-link {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.fxg-footer .fxg-footer__social .fxg-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 663px) {
  .fxg-footer .fxg-footer__social .fxg-icon {
    width: 45px;
    height: 45px;
  }
}
.fxg-footer .fxg-footer__social .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: auto;
}
[dir] .fxg-footer .fxg-footer__social .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
}
.fxg-footer .fxg-copyright .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: auto;
}
[dir] .fxg-footer .fxg-copyright .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
}

.icon_link .fxg-link {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (max-width: 663px) {
  [dir=ltr] .icon_link .fxg-link {
    margin-right: 25px;
    margin-left: 0px;
  }
  [dir=rtl] .icon_link .fxg-link {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 663px) {
  .icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
    width: 45px;
    height: 45px;
  }
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
  left: 15px;
  right: auto;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-footer .fxg-footer__social .fxg-icon {
    margin-left: 25px;
    margin-right: 0px;
  }
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-footer .icon_link svg {
    margin-left: 25px;
    margin-right: 0px;
  }
}

@media (max-width: 663px) {
  .fxg-footer__social .fxg-cust-col_mobile .fxg-footer__social-wrapper .fxg-footer__social-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 664px) {
  .fxg-footer__social .fxg-cust-col_mobile .aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 664px) {
  .fxg-footer__social .fxg-title {
    display: inline;
  }
}

/**
 * GENERATED BY FMOD
 * Please do not modify this file directly.
 * Check 'ui.front-end/README.md' for the instructions.
 **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Responsivness
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.625rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.625rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hr_v1 .fxg-hr--gradient {
  height: 4px;
}
[dir] .hr_v1 .fxg-hr--gradient {
  border-top: 0;
}
[dir=ltr] .hr_v1 .fxg-hr--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#4d148c), color-stop(33%, #7d22c3), to(#ff6200));
  background: linear-gradient(to right, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
}
[dir=rtl] .hr_v1 .fxg-hr--gradient {
  background: -webkit-gradient(linear, right top, left top, from(#4d148c), color-stop(33%, #7d22c3), to(#ff6200));
  background: linear-gradient(to left, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
}
@media (max-width: 767px) {
  .hr_v1 .fxg-hr--gradient {
    height: 3px;
  }
}
[dir] .hr_v1 > hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fxg-hero {
  min-height: 470px;
}

@media (max-width: 767px) {
  .fxg-hero {
    min-height: 180px;
  }
}

.fxg-hero h1, .fxg-hero h2 {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.63px;
  font-weight: 300;
}

[dir] .fxg-hero h1, [dir] .fxg-hero h2 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 992px) {
  .fxg-hero h1, .fxg-hero h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .fxg-hero h1, .fxg-hero h2 {
    max-width: 320px;
    font-size: 32px;
    line-height: 34px;
  }

  [dir] .fxg-hero h1, [dir] .fxg-hero h2 {
    margin: 0 auto;
  }
}

.fxg-hero .fxg-app-container {
  display: none;
}

[dir] .fxg-hero .fxg-app-container {
  cursor: default;
}

.fxg-hero .fxg-app-container.fxg-app--active {
  display: block;
}

@media (min-width: 768px) {
  .fxg-hero .fxg-app-container.fxg-app--active-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .fxg-hero .fxg-app-container.fxg-app--active-mobile {
    display: block;
  }
}

[dir] .fxg-hero__header {
  padding-top: 75px;
}

@media (max-width: 767px) {
  [dir] .fxg-hero__header {
    padding-top: 33px;
  }
}

.fxg-hero__image {
  height: 480px;
  /* hidden initially */
  display: none;
}

@media (max-width: 767px) {
  .fxg-hero__image {
    height: 200px;
  }
}

.fxg-hero--cube-1-active .fxg-hero__image,
.fxg-hero--cube-2-active.fxg-hero--cube-2-open .fxg-hero__image {
  height: 250px;
}

@media (max-width: 767px) {
  .fxg-hero--cube-1-active .fxg-hero__image,
  .fxg-hero--cube-2-active.fxg-hero--cube-2-open .fxg-hero__image {
    height: 200px;
  }
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-help {
  margin-top: 5px; }
  .fxg-help__title {
    cursor: pointer;
    line-height: 18px; }
  .fxg-help__message {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 15px;
    padding: 15px 100px 15px 15px;
    background-color: #FAFAFA; }
    @media (max-width: 767px) {
      .fxg-help__message {
        padding-right: 80px; } }
    .fxg-help__message:before {
      content: " ";
      display: block;
      height: 15px;
      width: 15px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #FAFAFA;
      position: absolute;
      top: -7px;
      left: 3px; }
    .fxg-help--open .fxg-help__message {
      display: block;
      position: relative; }
  .fxg-help__message-close {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-nav a:not(.fxg-header__logo_wrapper):not(:last-child):focus,
.fxg-nav #global-login-wrapper a.fxg-dropdown-js:first-child:focus {
  outline-offset: -10px;
}

.fxg-dropdown__item > a:first-child:focus,
.fxg-user-options__option > a:first-child:focus {
  outline: dashed 1px #fff;
}

#global-login-wrapper > a:first-child:focus {
  outline: none;
}

.fxg-user-options__sign-in span.fxg-user-options__sign-in-text,
.fxg-user-options__sign-in .fxg-user-options__option > a:first-child:hover {
  outline: none;
  font-weight: 400;
}

.fxg-dropdown__sub-menu .fxg-link:hover {
  font-weight: 500 !important;
}

.fxg-link span {
  font-weight: 400;
}

div.fxg-mouse {
  color: #fff;
}

.fxg-dropdown__item--open div.fxg-mouse {
  color: #4d148c;
}

a.fxg-header__logo_wrapper:focus img,
a.fxg-search-close-btn:focus img {
  outline-offset: 10px;
  outline: dashed 1px #fff;
}

@media (max-width: 768px) {
  .fxg-dropdown__item > a:first-child:focus {
    outline: solid 2px #007ab7;
  }
  [dir] li.fxg-dropdown__item a:first-child {
    padding: 23px;
  }
}
.fxg-header {
  color: #fff;
  width: 100%;
}
/* Due to fedex-sans fonts, the sign up/login item is pushed below the purple bar and creating an extra white space. */
/* So, adjusted the logo width to 125px */
.fxg-header__logo_wrapper {
  display: inline-block;
  height: 75px;
  width: 125px;
  position: relative;
  transition: 0.25s height ease;
}
[dir] .fxg-header__logo_wrapper {
  -webkit-transition: 0.25s height ease;
}
.fxg-header__logo_wrapper > img {
  outline: dashed 1px #000;
  outline-offset: 15px;
}
@media (max-width: 663px) {
  .fxg-header__logo_wrapper {
    height: 60px;
    width: 103px;
  }
}
.fxg-header--shrunk .fxg-header__logo_wrapper,
.fxg-header--shrunk .fdx-utilityWrap {
  height: 52px;
}
@media (max-width: 663px) {
  .fxg-header--shrunk .fxg-header__logo_wrapper,
  .fxg-header--shrunk .fdx-utilityWrap {
    height: 60px;
  }
}
.fxg-header__logo_wrapper .fxg-header__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  width: auto;
  height: auto;
  max-width: 88px;
  max-height: 60px;
  transition: 0.25s ease;
}
[dir] .fxg-header__logo_wrapper .fxg-header__logo {
  margin: 0rem;
          transform: translateY(-50%);
  -webkit-transition: 0.25s ease;
}
[dir=ltr] .fxg-header__logo_wrapper .fxg-header__logo {
  left: 0;
}
[dir=rtl] .fxg-header__logo_wrapper .fxg-header__logo {
  right: 0;
}
@media (max-width: 663px) {
  .fxg-header__logo_wrapper .fxg-header__logo {
    max-height: 45px;
  }
  [dir] .fxg-header__logo_wrapper .fxg-header__logo {
    margin: 0rem !important;
  }
}
html[dir=rtl] .fxg-header__logo_wrapper .fxg-header__logo {
  right: 0;
}
.fxg-header--shrunk .fxg-header__logo_wrapper .fxg-header__logo {
  max-height: 40px;
}
[dir] .fxg-header--shrunk .fxg-header__logo_wrapper .fxg-header__logo {
  margin: 0rem;
}
.fxg-header__logo {
  height: 26px;
  width: 88px;
  transition: 0.25s margin ease;
  vertical-align: baseline;
}
[dir] .fxg-header__logo {
  -webkit-transition: 0.25s margin ease;
}
@media (max-width: 663px) {
  .fxg-header__logo {
    vertical-align: middle;
  }
  [dir=ltr] .fxg-header__logo {
    margin: 1.0625rem 0.9375rem 1.0625rem 0rem !important;
  }
  [dir=rtl] .fxg-header__logo {
    margin: 1.0625rem 0rem 1.0625rem 0.9375rem !important;
  }
}
.fxg-header__logo .fxg-header--sticky {
  display: fixed;
  top: 0;
}
[dir=ltr] .fxg-header__logo .fxg-header--sticky {
  left: 0;
}
[dir=rtl] .fxg-header__logo .fxg-header--sticky {
  right: 0;
}
[dir=ltr] .fxg-header--shrunk .fxg-header__logo {
  margin: 0.75rem 3.4375rem 0.875rem 0rem;
}
[dir=rtl] .fxg-header--shrunk .fxg-header__logo {
  margin: 0.75rem 0rem 0.875rem 3.4375rem;
}
.fxg-header--sticky {
  z-index: 11000;
  position: fixed;
  top: 0;
}
@media print {
  .fxg-header--sticky {
    position: relative;
  }
}
[dir] .fxg-header--editmode {
  background: #007ab7;
}
[dir] .fxg-header--editmode p {
  padding-top: 4px;
  text-align: center;
}

[dir=ltr] .fxg-header__logo {
  margin: 1.5rem 3.4375rem 1.5625rem 0rem;
}

[dir=rtl] .fxg-header__logo {
  margin: 1.5rem 0rem 1.5625rem 3.4375rem;
}

html[dir] #btn-back-to-top {
  background: #4d148c;
  border-radius: 28px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  width: 170px;
  padding: 4px 4px 6px 6px;
  text-align: right;
  white-space: nowrap;
  border: 2px solid transparent;
  bottom: 15px;
  height: 56px;
  position: fixed;
  right: 20px;
}

html[dir] .fxg-btt_text {
  padding: 5px 8px 5px 5px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  bottom: 6px;
}

[dir] #btn-back-to-top:hover {
  background-color: #3E0F70;
}

html[dir=rtl] #btn-back-to-top {
  padding: 4px 14px 6px 6px !important;
}

.fxg-dropdown__sub-menu .fxg-link {
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.fxg-link {
  line-height: 1;
}

.fxg-dropdown__sub-menu .link .fxg-link.default {
  font-size: 0.875rem !important;
}

.fxg-dropdown__sub-menu .button_v1 .link .fxg-link {
  font-size: 0.875rem !important;
  letter-spacing: 0;
  line-height: 14px;
}

[dir] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link {
  padding: 19px 13px 18px 13px !important;
}
[dir] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  border-top: 0;
}
[dir=ltr] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
  border-left: 0;
  border-right: 0;
}
[dir=rtl] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
  border-right: 0;
  border-left: 0;
}

.fxg-button-align.fxg-link--blue {
  line-height: 1.3 !important;
}

.fxg-img-noIcon.fxg-link--blue {
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.fxg-img-noIcon.fxg-link--blue:hover {
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

@media (min-width: 1024px) {
  .fxg-link.fxg-dropdown-js.fxg-keyboard {
    color: #fff;
  }
  .fxg-dropdown__item.fxg-dropdown__item--open .fxg-dropdown-js.fxg-keyboard {
    color: #4d148c;
  }
  .fxg-user-options__option.fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown-js.fxg-keyboard {
    color: #4d148c;
  }
}
@media (min-width: 0) and (max-width: 663px) {
  [dir] .fxg-global-nav .fxg-link {
    padding: 17px 26px 17px !important;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  [dir] .fxg-global-nav .fxg-link {
    padding: 17px 26px 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [dir] .fxg-global-nav .fxg-link {
    padding: 17px 26px 17px !important;
  }
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transform 
================================= */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  -webkit-moz-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, filter;
  -webkit-moz-property: opacity, filter;
  transition-property: opacity, filter;
  -webkit-transition-property: opacity, filter, -webkit-filter;
  -webkit-moz-property: opacity, filter, -webkit-filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  transition-duration: .15s;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  z-index: 10;
  height: 30px;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-bottom: 21px;
  top: 7px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  text-indent: -99999px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 100%;
  height: 1.5px;
  background-color: #ffffff;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  -webkit-moz-property: -webkit-transform;
  transition-property: -webkit-transform;
  -webkit-transition-property: transform;
  -webkit-moz-property: transform;
  transition-property: transform;
  -webkit-transition-property: transform, -webkit-transform;
  -webkit-moz-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}
.hamburger--slider .hamburger-inner {
  top: 5px;
}
.hamburger--slider .hamburger-inner:before {
  top: 9px;
  transition-timing-function: ease;
  transition-duration: .2s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 9px;
  transition-timing-function: ease;
  transition-duration: .2s;
  transition-property: transform,opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}
.menu-back .hamburger-box {
  width: 39px;
}
.menu-back .hamburger-inner {
  width: 39px;
}
.menu-back .hamburger-inner:before {
  width: 39px;
  top: -10px;
}
.menu-back .hamburger-inner:after {
  width: 39px;
  bottom: -10px;
}
/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

.fxg-guidednavigation {
  overflow: hidden;
}

.fxg-guidednavigation-wrapper {
  width: 100%;
}

[dir] .fxg-guidednavigation-wrapper {
  background-color: #FAFAFA;
  padding: 60px 0;
}

/* NOTE: Needs h3 to overwrite default Fedex.com styling */
[dir] h3.fxg-guidednavigation__title {
  margin-top: 0;
}
[dir=ltr] h3.fxg-guidednavigation__title {
  text-align: left;
}
[dir=rtl] h3.fxg-guidednavigation__title {
  text-align: right;
}

/**
* PANELS
*/
.fxg-guidednavigation__panels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  position: relative;
  width: calc(300% - 1px);
  /* Compensate for the components shared left border */
}

@media screen and (min-width: 1024px) {
  .fxg-guidednavigation__panels {
    width: calc(100% - 1px);
    /* Compensate for the components shared left border */
  }
}
/**
* PANEL
*/
.fxg-guidednavigation__panel {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition-property: height, -webkit-transform;
  transition: 0.3s ease-in-out;
}
[dir] .fxg-guidednavigation__panel {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition: 0.3s ease-in-out;
}
[dir=ltr] .fxg-guidednavigation__panel {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .fxg-guidednavigation__panel {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fxg-guidednavigation__panel:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 3;
}

.fxg-guidednavigation__panel:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 2;
}

.fxg-guidednavigation__panel:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 1;
}

.fxg-guidednavigation__panel.is-active {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

[dir] .fxg-guidednavigation__panel.is-active {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[dir=ltr] .fxg-guidednavigation__panel.is-active {
  border-right-color: #E3E3E3;
}

[dir=rtl] .fxg-guidednavigation__panel.is-active {
  border-left-color: #E3E3E3;
}

.fxg-guidednavigation__panel.is-collapsed {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
  height: 0;
}

[dir] .fxg-guidednavigation__panel.is-collapsed {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
}

[dir=ltr] .fxg-guidednavigation__panel.is-collapsed {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[dir=rtl] .fxg-guidednavigation__panel.is-collapsed {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@media screen and (min-width: 1024px) {
  .fxg-guidednavigation__panel {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
    width: auto;
  }
  [dir] .fxg-guidednavigation__panel {
            transform: translate3d(0, 0, 0);
  }
  [dir=ltr] .fxg-guidednavigation__panel {
    left: auto;
  }
  [dir=rtl] .fxg-guidednavigation__panel {
    right: auto;
  }

  /* (Re)set grid column to logical order for bigger screens */
  .fxg-guidednavigation__panel:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .fxg-guidednavigation__panel:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .fxg-guidednavigation__panel:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }

  [dir=ltr] .fxg-guidednavigation__panel.is-collapsed {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  [dir=rtl] .fxg-guidednavigation__panel.is-collapsed {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  [dir=ltr] .fxg-guidednavigation__panel:nth-child(3).is-collapsed {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }

  [dir=rtl] .fxg-guidednavigation__panel:nth-child(3).is-collapsed {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}
.fxg-guidednavigation__panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
[dir] .fxg-guidednavigation__panel-content {
  -webkit-transition: opacity 0.15s ease-out;
}

.fxg-guidednavigation__panel-content.is-hidden {
  display: none;
}

.fxg-guidednavigation__panel-content.is-faded {
  opacity: 0;
  -webkit-transition-delay: 0.15s;
}

[dir] .fxg-guidednavigation__panel-content.is-faded {
          transition-delay: 0.15s;
}

/**
* LIST
*/
.fxg-guidednavigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
[dir] .fxg-guidednavigation__list {
  margin: 0;
  padding: 0;
}

[dir] .fxg-guidednavigation__list-title {
  margin: 0 !important;
  padding: 1rem;
}

@media screen and (min-width: 1024px) {
  .fxg-guidednavigation__list-title {
    display: none;
  }
}
.fxg-guidednavigation__list-item {
  list-style: none;
  width: 100%;
}
[dir] .fxg-guidednavigation__list-item {
  margin: 0;
  padding: 0;
}

/**
* ITEM
*/
.fxg-guidednavigation__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  /* for svg scaling */
  -webkit-transition-property: background-color;
  transition: 0.15s ease-in-out;
  width: 100%;
}
[dir] .fxg-guidednavigation__item {
  background-color: #FFF;
  border: 1px solid #FFF;
  margin: 0;
  padding: 0;
  transition-property: background-color;
  -webkit-transition: 0.15s ease-in-out;
}
[dir=ltr] .fxg-guidednavigation__item {
  text-align: left;
}
[dir=rtl] .fxg-guidednavigation__item {
  text-align: right;
}

[dir] .fxg-guidednavigation__item:hover, [dir] .fxg-guidednavigation__item:focus {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}

.fxg-guidednavigation__item-is-active .fxg-guidednavigation__item-icon.fxg-guidednavigation__item-button-icon > .fxg-guidednavigation__svg > svg {
  color: #4d148c !important;
}

.fxg-guidednavigation__item-is-active .fxg-guidednavigation__button-label {
  font-weight: 700;
}

.fxg-guidednavigation__item-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[dir] .fxg-guidednavigation__item-label {
  padding: 1rem;
}

.fxg-guidednavigation__item-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

[dir] .fxg-guidednavigation__item-icon {
  padding: 1rem;
}

.fxg-guidednavigation__item-icon-chevron .fxg-guidednavigation__svg {
  font-size: 1rem !important;
}

.fxg-guidednavigation__item-button-icon .fxg-guidednavigation__svg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem !important;
}

/**
* BACK BUTTON
*/
[dir] .fxg-guidednavigation__button-back {
  border-bottom: 1px solid #E3E3E3;
}

[dir=ltr] .fxg-guidednavigation__button-back .fxg-guidednavigation__item-icon {
  padding-right: 0;
}

[dir=rtl] .fxg-guidednavigation__button-back .fxg-guidednavigation__item-icon {
  padding-left: 0;
}

[dir=ltr] .fxg-guidednavigation__button-back .fxg-guidednavigation__svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[dir=rtl] .fxg-guidednavigation__button-back .fxg-guidednavigation__svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 1024px) {
  .fxg-guidednavigation__button-back {
    display: none;
  }
}
/*  Hide component if CSS grid is not supported  */
@supports not (display: grid) {
  .fxg-guidednavigation {
    display: none;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
 @-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-keyboard:focus,
.fxg-mouse:focus,
.hamburger-box:focus,
.hamburger-inner:focus,
#fxg-mobile-menu-btn:focus {
  outline: none;
}

.fxg-keyboard:focus > .fxg-mouse {
  outline-style: dashed 1px #ffffff;
}

#fxg-mobile-menu-btn:focus > .hamburger-box {
  outline: dashed 1px #ffffff;
}

.fxg-mouse {
  display: inline-block;
  position: relative;
  z-index: 1;
}

[dir] .fxg-mouse {
  padding: 2em 2em 2em 1.7em;
  margin: -2em;
}

[dir=rtl] .fxg-mouse {
  padding: 2em 1.7em 2em 2em;
}

.fxg-user-options__search-btn .fxg-mouse {
  z-index: 0;
}

.fxg-header__logo_wrapper .fxg-mouse {
  display: inline;
  position: unset;
  z-index: -20;
}

[dir] .fxg-header__logo_wrapper .fxg-mouse {
  padding: 0;
  margin: 0;
}

[dir] #fxg-mobile-menu-btn .fxg-mouse, [dir] .fxg-user-options__search-btn .fxg-mouse, [dir] .column_control .fxg-mouse, [dir] .column_control_v1 .fxg-mouse {
  padding: 0;
  margin: 0;
}

.fxg-nav {
  width: 100%;
  z-index: 2;
  max-height: 75px;
  position: relative;
  top: 0px;
  transition: 0.25s;
}

[dir] .fxg-nav {
  background: #4d148c;
  -webkit-transition: 0.25s;
}

[dir=ltr] .fxg-nav {
  left: 0px;
}

[dir=rtl] .fxg-nav {
  right: 0px;
}
.fxg-header--shrunk .fxg-nav {
  max-height: 52px;
}
@media (max-width: 663px) {
  .fxg-header--shrunk .fxg-nav {
    max-height: 60px;
  }
}
@media print {
  .fxg-nav {
    -webkit-print-color-adjust: exact;
  }
  [dir] .fxg-nav {
    background: #4d148c !important;
  }
}

.fxg-globalnav {
  width: 100%;
  z-index: 2;
  max-height: 75px;
  position: relative;
  top: 0px;
  transition: 0.25s;
}

[dir] .fxg-globalnav {
  background: #4d148c;
  -webkit-transition: 0.25s;
}

[dir=ltr] .fxg-globalnav {
  left: 0px;
}

[dir=rtl] .fxg-globalnav {
  right: 0px;
}
.fxg-header--shrunk .fxg-globalnav {
  max-height: 52px;
}
@media (max-width: 663px) {
  .fxg-header--shrunk .fxg-globalnav {
    max-height: 60px;
  }
}
@media print {
  .fxg-globalnav {
    -webkit-print-color-adjust: exact;
  }
  [dir] .fxg-globalnav {
    background: #4d148c !important;
  }
}

.fxg-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
}

[dir] .fxg-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

[dir] .cc-aem-c-button.fxg-skip-to-main-content {
  position: absolute;
  left: -10000px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
[dir] .cc-aem-c-button.fxg-skip-to-main-content:focus {
  position: absolute;
  border: none;
  white-space: nowrap;
  background-color: #fff;
  font-family: FedExSans,
	 Arial,
	 sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #007ab7;
  outline-offset: 0 !important;
  top: 6px;
  margin-top: 12px;  
  padding: 8px;
  text-align: center;
  height: 40px;
  width: 171px;
  display: flex;
}
@media (min-width: 0) and (max-width: 663px) {
  [dir] .cc-aem-c-button.fxg-skip-to-main-content {
    top: 50px;
  }
}

[dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
  left: -46px;}

@media screen and (max-width: 992px) {
  [dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
    left: -5px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  [dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
    left: -36px;
  }
}

[dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
  right: -46px;
}

@media screen and (max-width: 992px) {
  [dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
    right: -5px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  [dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
    right: -36px;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Geolocator
 */
/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
GEO LOCATOR
-----------
Geo locator. Rendered through the modal component.
*/
.fxg-geo-locator {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
[dir] .fxg-geo-locator {
  text-align: center;
}

.fxg-geo-locator__title {
  font-size: 25px;
  font-weight: 300;
}

[dir] .fxg-geo-locator__title {
  margin-bottom: 20px;
}

.fxg-geo-locator__description {
  font-size: 15px;
  font-weight: 300;
}

[dir] .fxg-geo-locator__description {
  margin-bottom: 40px;
}

.fxg-geo-locator__focus {
  position: absolute;
  opacity: 0;
  width: 1px;
}

.fxg-geo-locator__countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 664px) {
  .fxg-geo-locator__countries {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.fxg-geo-locator__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

[dir] .fxg-geo-locator__country {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.fxg-geo-locator__country::after {
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 66.6%;
}
[dir] .fxg-geo-locator__country::after {
  background-color: #8e8e8e;
}
[dir=ltr] .fxg-geo-locator__country::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[dir=rtl] .fxg-geo-locator__country::after {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
[dir] .fxg-geo-locator__country:last-child {
  margin-bottom: 20px;
}
.fxg-geo-locator__country:last-child::after {
  display: none;
}
@media (min-width: 664px) {
  .fxg-geo-locator__country {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
  }
  [dir] .fxg-geo-locator__country {
    padding-bottom: 0;
  }
  .fxg-geo-locator__country:first-child::after {
    height: 90%;
    top: 5%;
    width: 1px;
    -webkit-transform: translateX(0);
  }
  [dir] .fxg-geo-locator__country:first-child::after {
            transform: translateX(0);
  }
  [dir=ltr] .fxg-geo-locator__country:first-child::after {
    left: auto;
    right: 0;
  }
  [dir=rtl] .fxg-geo-locator__country:first-child::after {
    right: auto;
    left: 0;
    right: auto;
    left: 0;
  }
}

.fxg-geo-locator__country-title {
  font-size: 15px;
  font-weight: 300;
}

[dir] .fxg-geo-locator__country-title {
  margin-top: 0;
}

.fxg-geo-locator__country-list {
  list-style: none;
}

[dir] .fxg-geo-locator__country-list {
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 664px) {
  [dir] .fxg-geo-locator__country-list {
    padding: 0 20px;
  }
}

.fxg-geo-locator__button {
  width: auto !important;
}

[dir] .fxg-geo-locator__button {
  margin-bottom: 10px;
  margin-top: 10px;
}
.fxg-geo-locator__button-label {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fxg-geo-locator__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

[dir] .fxg-geo-locator__link {
  margin: 0;
  padding: 0;
}
.fxg-geo-locator__link-anchor {
  text-decoration: none;
  text-transform: uppercase;
}
[dir] .fxg-geo-locator__link-anchor {
  padding: 10px;
}
.fxg-geo-locator__link-label {
  color: #007ab7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.07;
  position: relative;
}
.fxg-geo-locator__link-label::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 100%;
  transition: 0.1666s linear background-color;
  width: 100%;
}
[dir] .fxg-geo-locator__link-label::after {
  background-color: transparent;
  -webkit-transition: 0.1666s linear background-color;
}
[dir=ltr] .fxg-geo-locator__link-label::after {
  left: 0;
}
[dir=rtl] .fxg-geo-locator__link-label::after {
  right: 0;
}
[dir] .fxg-geo-locator__link-label:focus::after, [dir] .fxg-geo-locator__link-label:hover::after {
  background-color: #007ab7;
}
.fxg-geo-locator__link::after {
  content: "";
  font-size: 18px;
  font-weight: 600;
  height: 1em;
  width: 1px;
}
[dir] .fxg-geo-locator__link::after {
  background-color: #007ab7;
}
.fxg-geo-locator__link:last-child::after {
  display: none;
}

.fxg-geo-locator__global-link {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-gdpr a {
  color: inherit;
  text-decoration: underline;
}
.fxg-gdpr p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 0) and (max-width: 663px) {
  .fxg-gdpr__buttons button {
    min-height: 2.5rem;
  }
}

/* hide virtual assistants as long as GDPR is shown */
.has-cookie-consent .va_icon,
.has-cookie-consent .askFedex,
.has-cookie-consent .nuance-chat-floating-container {
  display: none !important;
}


/* fxg dy-fsc */
.fxg-dy-fsc {
    padding-top: 25px;
    padding-right: 16px;
    padding-left: 16px;

    margin-bottom: 24px;
    background-color: #F3F4F8;
}
.fxg-dy-fsc h3.fxg-dy-fsc__header__text {
    padding: 0 15px;
}
.fxg-dy-fsc--transparent {
    background-color: transparent;
}

.fxg-dy-fsc__header__text {
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16PX;
}

.fxg-dy-fsc__content {
	padding-bottom: 20px;
}
.fxg-dy-fsc__content__value {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.fxg-dy-fsc__content__week {
    font-size: 16px;
}

@media (max-width: 510px) {
	.fxg-dy-fsc__content__week,
	.fxg-dy-fsc__content__value {
        font-size: 14px;
        line-height: 24px;
    }
}


/* fxg st-fsc */
.fxg-st-fsc th {
	vertical-align: text-top !important;
    padding: 25px 16px 21.5px;
}
.fxg-st-fsc th span {
	display: block;
}
.fxg-st-fsc.fxg-table--striped-odd tbody tr:nth-of-type(odd) {
	background-color: #F3F4F8;
}
.fxg-st-fsc tbody td:first-child {
    font-weight: normal;
}
.fxg-st-fsc tbody tr.active {
	background-color: #007AB7 !important;
    color: white;
}
.fxg-st-fsc .show-on-mobile {
    display: none;
    padding-top: 14px;
    font-size: 16px;
    font-weight: 600;
}

.fxg-st-fsc td {
    padding: 25px 16px 21.5px;
    font-size: 16px;
    font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 510px) {
    .fxg-st-fsc.is-uk tbody tr td:last-child {
        display: none;
    }
    .fxg-st-fsc.is-uk thead tr th:last-child {
        display: none;
    }
    .fxg-st-fsc.is-uk .show-on-mobile {
        display: block;
    }
    .fxg-st-fsc th {
        font-size: 14px;
    }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/



/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-copyright a:focus {
  outline: dashed 1px #fff;
  outline-offset: 10px;
}
.fxg-copyright .button_v1 {
  display: inline-block;
}

@media (max-width: 663px) {
  .fxg-copyright-feedback-link {
    display: none;
  }
}

[dir] .fxg-footer {
  background-color: #fafafa;
  padding-top: 30px;
}
@media (max-width: 663px) {
  [dir] .fxg-footer {
    padding-top: 15px;
  }
}
[dir] .fxg-footer hr {
  margin: 2rem 0rem;
  border-color: rgba(89, 89, 91, 0.5);
}
[dir] .fxg-footer .hr_v1 > hr {
  margin: 2rem 0rem;
  border-color: rgba(89, 89, 91, 0.5);
}
[dir] .fxg-footer__social {
  padding-bottom: 30px;
}
@media print {
  .fxg-footer__social {
    display: none !important;
  }
}
.fxg-footer__social-wrapper {
  display: inline-block;
}
@media (max-width: 663px) {
  .fxg-footer__social-wrapper {
    width: 90%;
    overflow: hidden;
  }
}
.fxg-footer__social-inner {
  white-space: nowrap;
  position: relative;
}
.fxg-footer__social-indicator {
  display: none;
}
@media (max-width: 663px) {
  .fxg-footer__social-indicator {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
    vertical-align: top;
  }
  [dir] .fxg-footer__social-indicator {
    padding: 0 5px;
  }
}
.fxg-footer__social-indicator--left {
  position: absolute;
  z-index: -1;
}
[dir] .fxg-footer__social-indicator--left {
  background-color: #fafafa;
}
.fxg-footer__social-indicator--left svg {
  -webkit-transform: rotateY(180deg);
}
[dir] .fxg-footer__social-indicator--left svg {
  transform: rotateY(180deg);
}
.fxg-footer__social .title {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 663px) {
  .fxg-footer__social .title {
    display: block;
  }
}
.fxg-footer .fxg-copyright {
  width: 100%;
  color: #fff;
}
[dir] .fxg-footer .fxg-copyright {
  background-color: #4d148c;
  padding: 19px 15px;
}
@media (max-width: 768px) {
  [dir] .fxg-footer .fxg-copyright {
    text-align: center;
  }
}
@media (max-width: 663px) {
  .fxg-footer .fxg-copyright-feedback-link:before {
    content: "";
    display: inline-block;
    height: 13px;
    width: 11px;
  }
  [dir] .fxg-footer .fxg-copyright-feedback-link:before {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 325px 26px;
    background-position: -314px 2px;
  }
  [dir=ltr] .fxg-footer .fxg-copyright-feedback-link:before {
    margin-right: 0.25rem;
  }
  [dir=rtl] .fxg-footer .fxg-copyright-feedback-link:before {
    margin-left: 0.25rem;
  }
}
@media print {
  .fxg-footer .fxg-copyright {
    -webkit-print-color-adjust: exact;
  }
  [dir] .fxg-footer .fxg-copyright {
    background-color: #4d148c !important;
  }
}
@media print {
  .fxg-footer__primary {
    display: none !important;
  }
}
.fxg-footer .button_v1 .link .fxg-link {
  font-size: 0.75rem !important;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
}
.fxg-footer .button_v1 .link .fxg-link:focus {
  text-decoration: underline !important;
}
[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
  border: 0;
  padding: 0;
}

html[dir=rtl] .fxg-footer__social .fxg-title {
  margin-right: 0rem;
}

html[dir=ltr] .fxg-footer__social .fxg-title {
  margin-right: 1rem;
  margin-top: 1rem;
}

.fxg-footer .fxg-title {
  color: #4d148c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

[dir] .fxg-footer .fxg-title {
  margin-bottom: 1.25rem;
}
@media (max-width: 663px) {
  .fxg-footer .fxg-title {
    font-size: 0.75rem;
    display: inline-block;
  }
  [dir] .fxg-footer .fxg-title {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}
.fxg-footer__social .fxg-title {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}
[dir=ltr] .fxg-footer__social .fxg-title {
  margin-right: 1rem;
}
[dir=rtl] .fxg-footer__social .fxg-title {
  margin-left: 1rem;
}
.fxg-footer .fxg-copyright .fxg-title {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: normal;
}
[dir] .fxg-footer .fxg-copyright .fxg-title {
  margin-bottom: 0rem;
}

@media print {
  #btn-back-to-top {
    display: none !important;
  }
}

@media print {
  #nuance-fab-container {
    display: none !important;
  }
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  font-weight: 300;
  font-size: 0.75rem !important;
}

.fxg-copyright .fxg-link span {
  font-size: 0.75rem;
  line-height: 1.3;
}

.fxg-footer .button_v1 .link .fxg-link {
  line-height: 1.3 !important;
  font-weight: 400;
}

[dir] .fxg-footer .button_v1 .link .fxg-link {
  padding-bottom: 8px !important;
}
.fxg-footer .button_v1 .link .fxg-title {
  line-height: 1.5;
}

.fxg-footer .fxg-title {
  line-height: 1.3;
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a {
  line-height: 1.5;
  font-size: 1rem !important;
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  font-size: 1rem !important;
  line-height: 1.5;
}

[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
  padding-bottom: 8px;
}

.fxg-footer .icon_link.parbase .fxg-link {
  font-weight: 400 !important;
}

.fxg-footer .languagenavigation_v1 .dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a {
  text-decoration: none;
}

[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
  padding-bottom: 8px;
}


/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[dir=ltr] .layout5 .fxg-offer__item {
  float: left;
}
[dir=rtl] .layout5 .fxg-offer__item {
  float: right;
}

[dir=ltr] .layout6 .fxg-offer__item {
  float: right;
}

[dir=rtl] .layout6 .fxg-offer__item {
  float: left;
}

@media (max-width: 663px) {
  .fxg-featured-offer.fxg-featured-offer-layout-one.layout1,
  .fxg-featured-offer.fxg-featured-offer-layout-one.layout3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.fxg-featured-offer {
  max-width: 970px;
  display: block;
}
[dir] .fxg-featured-offer {
  margin: 2rem auto;
}
.fxg-featured-offer .fxg-button {
  display: inline-block;
}
[dir] .fxg-featured-offer .fxg-button {
  margin-top: 1rem;
}
[dir=ltr] .fxg-featured-offer .fxg-button {
  padding-left: 30px;
  padding-right: 30px;
}
[dir=rtl] .fxg-featured-offer .fxg-button {
  padding-right: 30px;
  padding-left: 30px;
}
.fxg-featured-offer:after {
  content: "";
  display: block;
}
[dir] .fxg-featured-offer:after {
  clear: both;
}
[dir] .fxg-featured-offer .brightcove-container {
  margin: 0rem !important;
}
.fxg-featured-offer .fxg-link--rounded_button {
  max-width: 300px;
}
[dir] .fxg-featured-offer .fxg-link--rounded_button {
  padding: 15px 24px;
}
.fxg-offer .fxg-featured-offer {
  max-width: none;
  min-height: 315px;
}
[dir] .fxg-offer .fxg-featured-offer {
  margin: 0rem auto;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .fxg-offer .fxg-featured-offer {
    min-height: auto;
  }
}
.fxg-featured-offer__detail {
  width: 56%;
}
[dir] .fxg-featured-offer__detail {
  padding: 35px 60px 34px;
}
[dir=ltr] .fxg-featured-offer__detail {
  float: left;
  text-align: left;
}
[dir=rtl] .fxg-featured-offer__detail {
  float: right;
  text-align: right;
}
@media (max-width: 768px) {
  [dir] .fxg-featured-offer__detail {
    padding: 19px 43px 18px;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer__detail {
    width: 100%;
  }
  [dir] .fxg-featured-offer__detail {
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 1.25rem;
  }
  [dir] .fxg-offer .fxg-featured-offer__detail {
    margin-bottom: 0rem;
    padding: 0;
  }
}
.fxg-featured-offer__detail p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
[dir] .fxg-featured-offer__detail p {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .fxg-featured-offer__detail p {
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir] .fxg-featured-offer__detail p {
    padding: 5px 0;
  }
  [dir] .fxg-offer .fxg-featured-offer__detail p {
    margin-bottom: 0rem;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer__detail p {
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir] .fxg-offer .fxg-featured-offer__detail p {
    margin-bottom: 0.25rem;
  }
}
[dir=ltr] .fxg-offer .fxg-featured-offer__detail {
  padding: 60px 5px 39px 25px;
}
[dir=rtl] .fxg-offer .fxg-featured-offer__detail {
  padding: 60px 25px 39px 5px;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-offer .fxg-featured-offer__detail {
    padding: 45px 5px 30px 15px;
  }
  [dir=rtl] .fxg-offer .fxg-featured-offer__detail {
    padding: 45px 15px 30px 5px;
  }
}
.fxg-featured-offer--small .fxg-featured-offer__detail {
  width: 70%;
}
[dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail {
  padding: 35px 10px 35px 60px;
}
[dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail {
  padding: 35px 60px 35px 10px;
}
[dir=ltr] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
  padding: 61px 5px 57px 25px;
}
[dir=rtl] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
  padding: 61px 25px 57px 5px;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 45px 5px 45px 15px;
  }
  [dir=rtl] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 45px 15px 45px 5px;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 35px 10px 35px 30px;
  }
  [dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 35px 30px 35px 10px;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer--small .fxg-featured-offer__detail {
    width: 100%;
  }
  [dir] .fxg-featured-offer--small .fxg-featured-offer__detail {
    float: none;
  }
}
.fxg-featured-offer__detail .fxg-link--rounded_button {
  line-height: 1.5;
}
[dir] .fxg-featured-offer__detail .fxg-link--rounded_button {
  padding: 15px 24px;
}
.fxg-featured-offer__detail .fxg-link--bluebold {
  line-height: 1.5;
  display: inline-block;
}
.fxg-featured-offer__detail-image {
  width: 44%;
}
[dir=ltr] .fxg-featured-offer__detail-image {
  float: left;
}
[dir=rtl] .fxg-featured-offer__detail-image {
  float: right;
}
.fxg-featured-offer--small .fxg-featured-offer__detail-image {
  width: 30%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
[dir] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
          transform: translateY(-50%);
}
[dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
  right: 0;
}
[dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
  left: 0;
}
@media (max-width: 663px) {
  .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
  }
  [dir] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
            transform: none;
    text-align: center;
    padding-top: 15px;
  }
  [dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    right: 0;
  }
  [dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    left: 0;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer__detail-image {
    width: 100%;
  }
  [dir] .fxg-featured-offer__detail-image {
    float: none;
  }
}
.fxg-featured-offer--small {
  min-height: 315px;
  position: relative;
  overflow: hidden;
  /* VMLNAFEDEXW 1275 */
}
[dir] .fxg-featured-offer--small {
  margin: 0rem;
}
@media (max-width: 768px) {
  .fxg-featured-offer--small {
    min-height: 315px;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer--small {
    min-height: auto;
  }
}
.fxg-offer--fixed .fxg-featured-offer--small {
  height: 100%;
}
@media (max-width: 663px) {
  .fxg-offer--fixed .fxg-featured-offer--small {
    height: auto;
  }
}
.fxg-carousel .fxg-featured-offer {
  max-width: 970px;
}
[dir] .fxg-carousel .fxg-featured-offer {
  margin: 0rem;
}
.fxg-featured-offer.fxg-featured-offer-layout-one.layout7, .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .fxg-featured-offer.fxg-featured-offer-layout-one.layout7, .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
    width: 325px;
  }
}
[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-rte p, [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-rte p {
  margin-bottom: 1rem;
}
[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-button, [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-button {
  margin-top: 0rem;
}
.fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail, .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
  width: 100%;
}
[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail, [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
  padding: 30px 32px 25px 32px;
}
.fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail .fxg-title, .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail .fxg-title {
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  font-weight: 400;
}
[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail .fxg-title, [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail .fxg-title {
  margin-bottom: 1rem;
}
@media (max-width: 663px) {
  [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail, [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail-image, .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail-image {
    width: 325px;
    height: 215px;
  }
}
.fxg-featured-offer .fxg-featured-offer__detail .fxg-button--orange:hover {
  color: #fff;
}
[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@small {
  text-align: right !important;
}
[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@small {
  text-align: left !important;
}
[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@small {
  text-align: left !important;
}
[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@small {
  text-align: right !important;
}
[dir] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--center\@small {
  text-align: center !important;
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@x-small-only {
    text-align: left !important;
  }
  [dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@x-small-only {
    text-align: right !important;
  }
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@x-small-only {
    text-align: right !important;
  }
  [dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@x-small-only {
    text-align: left !important;
  }
}
[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-right {
  text-align: right;
}
[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-right {
  text-align: left;
}
[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-left {
  text-align: left;
}
[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-left {
  text-align: right;
}
[dir] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-center {
  text-align: center;
}

.fxg-podsExteranlIcon-left {
  display: inline-block;
}

[dir] .fxg-podsExteranlIcon-left {
  padding: 0 10px;
}
.fxg-podsExteranlIcon-left > svg {
  width: 24px;
  height: 24px;
}

.fxg-podsExteranlIcon-default {
  display: inline-block;
}

[dir] .fxg-podsExteranlIcon-default {
  padding: 10px;
}

.fxg-offerExteranlIcon-default, .fxg-offerExteranlIcon-left {
  display: inline-block;
}

[dir] .fxg-offerExteranlIcon-default, [dir] .fxg-offerExteranlIcon-left {
  padding: 10px;
}

.fxg-featured-offer-two {
  max-width: 970px;
  display: block;
}

[dir] .fxg-featured-offer-two {
  padding: 30px;
  margin: 2rem auto;
  background-color: #333333;
  background-size: cover;
}
.fxg-featured-offer-two .fxg-button {
  display: inline-block;
}
[dir] .fxg-featured-offer-two .fxg-button {
  margin-top: 1rem;
}
[dir=ltr] .fxg-featured-offer-two .fxg-button {
  padding-left: 30px;
  padding-right: 30px;
}
[dir=rtl] .fxg-featured-offer-two .fxg-button {
  padding-right: 30px;
  padding-left: 30px;
}
.fxg-featured-offer-two .fxg-link--rounded_button {
  line-height: 1.5;
  max-width: 300px;
}
[dir] .fxg-featured-offer-two .fxg-link--rounded_button {
  padding: 15px 24px;
}
.fxg-featured-offer-two .fxg-link--bluebold {
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 663px) {
  [dir] .fxg-featured-offer-two {
    padding: 0;
    background-image: none !important;
  }
}
.fxg-featured-offer-two .fxg-offer__item {
  width: 390px;
}
[dir] .fxg-featured-offer-two .fxg-offer__item {
  background: rgba(255, 255, 255, 0.75);
  padding: 50px 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .fxg-featured-offer-two .fxg-offer__item {
    width: 275px;
  }
  [dir] .fxg-featured-offer-two .fxg-offer__item {
    padding: 30px 20px;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer-two .fxg-offer__item {
    width: 100%;
  }
  [dir] .fxg-featured-offer-two .fxg-offer__item {
    padding: 10px 20px;
  }
  [dir=ltr] .fxg-featured-offer-two .fxg-offer__item {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  [dir=rtl] .fxg-featured-offer-two .fxg-offer__item {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
.fxg-featured-offer-two .fxg-offer__item p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  max-width: inherit;
}
@media (max-width: 768px) {
  .fxg-featured-offer-two .fxg-offer__item p {
    font-size: 1rem;
    line-height: 1.5;
  }
  [dir] .fxg-featured-offer-two .fxg-offer__item p {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer-two .fxg-offer__item p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
[dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@small {
  text-align: right !important;
}
[dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@small {
  text-align: left !important;
}
[dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@small {
  text-align: left !important;
}
[dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@small {
  text-align: right !important;
}
[dir] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--center\@small {
  text-align: center !important;
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@x-small-only {
    text-align: left !important;
  }
  [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@x-small-only {
    text-align: right !important;
  }
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@x-small-only {
    text-align: right !important;
  }
  [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@x-small-only {
    text-align: left !important;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--center\@small {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-right {
    text-align: right;
  }
  [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-right {
    text-align: left;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-left {
    text-align: left;
  }
  [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-left {
    text-align: right;
  }
}
@media (min-width: 768px) {
  [dir] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-center {
    text-align: center;
  }
}
.fxg-featured-offer-two__mobile-image {
  display: none;
}
@media (max-width: 663px) {
  .fxg-featured-offer-two__mobile-image {
    display: block;
    width: 100%;
  }
  .fxg-featured-offer-two__mobile-image img {
    width: 100%;
  }
}
.fxg-featured-offer-two:after {
  content: "";
  display: block;
}
[dir] .fxg-featured-offer-two:after {
  clear: both;
}

.fxg-featured-offer .fxg-button--orange,
.fxg-featured-offer-two .fxg-button--orange {
  max-width: 280px;
  min-width: 160px;
  overflow: hidden;
  line-height: 1.3;
}

[dir] .fxg-featured-offer .fxg-button--orange, [dir] .fxg-featured-offer-two .fxg-button--orange {
  text-align: center;
}

.fxg-col .fxg-featured-offer .fxg-featured-offer__detail {
  width: 100%;
}
.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout7, .fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
  width: auto;
}
.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail-image, .fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail-image {
  width: 100%;
  height: 100%;
}

.aem-Grid .column_control_v1 .fxg-col .fxg-wrapper.fxg-featured-offer-wrapper {
  width: auto;
  min-width: auto;
}

[dir] .featured_offer_v2 .fxg-featured-offer {
  margin: 1rem auto;
}
[dir] .featured_offer_v2 .fxg-featured-offer-two {
  margin: 1rem auto;
}
.featured_offer_v2 .fxg-featured-offer-two .fxg-button--orange:hover {
  color: #fff;
}

.fxg-featured-offer .fxg-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

[dir] .fxg-featured-offer .fxg-title {
  margin-top: 0rem !important;
}
@media (max-width: 768px) {
  .fxg-featured-offer .fxg-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 663px) {
  .fxg-featured-offer .fxg-title {
    max-width: 100%;
  }
}
.fxg-featured-offer__detail .fxg-title {
  font-size: 1.5rem;
  font-weight: 300;
}
[dir] .fxg-featured-offer__detail .fxg-title {
  margin-bottom: 1.25rem !important;
}
[dir=ltr] .fxg-featured-offer__detail .fxg-title {
  text-align: left;
}
[dir=rtl] .fxg-featured-offer__detail .fxg-title {
  text-align: right;
}
@media (max-width: 663px) {
  [dir] .fxg-featured-offer__detail .fxg-title {
    text-align: center !important;
  }
}
.fxg-featured-offer-two .fxg-offer__item .fxg-title {
  font-weight: 300;
}
[dir] .fxg-featured-offer-two .fxg-offer__item .fxg-title {
  text-align: center;
}
@media (max-width: 768px) {
  .fxg-featured-offer-two .fxg-offer__item .fxg-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  [dir] .fxg-featured-offer-two .fxg-offer__item .fxg-title {
    margin-bottom: 0.75rem;
  }
}
.fxg-offer__item .fxg-title, .fxg-offer .fxg-featured-offer__detail .fxg-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}
[dir] .fxg-offer__item .fxg-title, [dir] .fxg-offer .fxg-featured-offer__detail .fxg-title {
  margin-top: 0rem !important;
  margin-bottom: 0.75rem !important;
}
[dir=ltr] .fxg-offer__item .fxg-title, [dir=ltr] .fxg-offer .fxg-featured-offer__detail .fxg-title {
  text-align: left;
}
[dir=rtl] .fxg-offer__item .fxg-title, [dir=rtl] .fxg-offer .fxg-featured-offer__detail .fxg-title {
  text-align: right;
}
@media (max-width: 768px) {
  .fxg-offer__item .fxg-title, .fxg-offer .fxg-featured-offer__detail .fxg-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 663px) {
  .fxg-offer__item .fxg-title, .fxg-offer .fxg-featured-offer__detail .fxg-title {
    font-size: 1.5rem;
  }
  [dir] .fxg-offer__item .fxg-title, [dir] .fxg-offer .fxg-featured-offer__detail .fxg-title {
    text-align: center;
    margin-bottom: 1rem;
  }
}

html[dir=rtl] .fxg-featured-offer__detail .fxg-title {
  text-align: right;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-featured-offer__detail .fxg-title {
    text-align: center !important;
  }
}
html[dir=rtl] .fxg-offer__item .fxg-title {
  text-align: right;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-offer__item .fxg-title {
    text-align: center;
  }
}

@media print {
  .fxg-featured-offer {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [dir] .fxg-featured-offer {
    background-color: #FAFAFA !important;
    background-size: cover !important;
  }
  .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

[dir=ltr] .fxg-faqlist__block {
  text-align: left;
}
[dir=rtl] .fxg-faqlist__block {
  text-align: right;
}
[dir] .fxg-faqlist__view-all {
  margin-bottom: 20px;
}
.fxg-faqlist__read-more a {
  color: #007ab7 !important;
  text-decoration: none !important;
  transition: 0.2s ease-in-out;
}
[dir] .fxg-faqlist__read-more a {
  -webkit-transition: 0.2s ease-in-out;
}
[dir=ltr] .fxg-faqlist__read-more a:hover {
  padding-right: 3px;
}
[dir=rtl] .fxg-faqlist__read-more a:hover {
  padding-left: 3px;
}
.fxg-faqlist__read-more a:hover span {
  text-decoration: underline !important;
}
.fxg-faqlist__title {
  font-size: 18px;
}
[dir] .fxg-faqlist .cc-aem-c-accordion {
  margin-bottom: 25px;
  margin-top: 25px;
}
.fxg-faqlist .cc-aem-c-accordion__item * {
  font-size: 16px !important;
  line-height: 24px;
}
[dir] .fxg-faqlist .cc-aem-c-accordion__item * {
  margin-top: 20px;
}
.fxg-faqlist .cc-aem-c-accordion__item *:not(b) {
  font-weight: 300;
}
.fxg-faqlist .cc-aem-c-accordion__item a {
  color: #333333;
  font-weight: 400;
  text-decoration: underline;
}
.fxg-faqlist .cc-aem-c-accordion__item b {
  font-weight: 400;
}
.fxg-faqlist .cc-aem-c-accordion__button {
  font-size: 18px;
  min-height: 3rem;
}
[dir] .fxg-faqlist .cc-aem-c-accordion__button {
  padding: 15px 8px;
}
[dir=ltr] .fxg-faqlist .cc-aem-c-accordion__item {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .fxg-faqlist .cc-aem-c-accordion__item {
  padding-right: 8px;
  padding-left: 8px;
}
.fxg-faqlist .cc-aem-c-accordion__button__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[dir] .fxg-faqlist .fxg-faqlist__accordion-full .cc-aem-c-icon, [dir] .fxg-faqlist .fxg-faqlist__accordion-sneak-peek .cc-aem-c-icon {
  margin: 5px;
}
[dir] .fxg-faqlist .fxg-faqlist__sneak-peek .cc-aem-c-icon {
  margin: 1px;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-expClsAriaLbl {
  color: transparent;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  font-size: 4px;
}

.fxg-expcols-mouse {
  outline: none;
}

.fxg-expcols-keyboard:focus > .fxg-expcols-mouse {
  outline: auto 2px -webkit-focus-ring-color;
}

.fxg-expcols-mouse {
  display: inline-block;
  position: relative;
  z-index: 1;
}

[dir] .fxg-expcols-mouse {
  padding: 0.25em 0.55em;
}

.fxg-expandable-cols {
  overflow: hidden;
}

[dir] .fxg-expandable-cols {
  margin: 30px 0;
}
.fxg-expandable-cols p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
[dir] .fxg-expandable-cols p {
  margin: 15px 0 20px;
  text-align: center;
}
.fxg-expandable-cols .fxg-rte p {
  line-height: 1.5;
}
.fxg-expandable-cols .fxg-rte p span {
  font-size: 1rem !important;
}
.fxg-expandable-cols ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.fxg-expandable-cols ol {
  line-height: 1.5;
}
.fxg-expandable-cols ol li {
  font-size: 1rem;
  font-weight: 300;
}
.fxg-expandable-cols__wrapper {
  white-space: nowrap;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
[dir] .fxg-expandable-cols__wrapper {
  -webkit-transition: -webkit-transform 0.25s ease;
}
.fxg-expandable-cols__wrapper--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 663px) {
  .fxg-expandable-cols__wrapper--centered {
    display: block;
  }
}
.fxg-expandable-cols__item {
  display: inline-block;
  width: 25%;
  height: 180px;
  transition: width 0.25s ease;
}
[dir] .fxg-expandable-cols__item {
  cursor: pointer;
  -webkit-transition: width 0.25s ease;
}
[dir=ltr] .fxg-expandable-cols__item {
  border-right: 1px solid rgba(145, 145, 145, 0.3);
}
[dir=rtl] .fxg-expandable-cols__item {
  border-left: 1px solid rgba(145, 145, 145, 0.3);
}
[dir=ltr] .fxg-expandable-cols__item:last-child {
  border-right: 0;
}
[dir=rtl] .fxg-expandable-cols__item:last-child {
  border-left: 0;
}
@media (max-width: 663px) {
  [dir] .fxg-expandable-cols__item:last-child {
    border-bottom: 1px solid rgba(145, 145, 145, 0.3);
  }
}
@media (max-width: 663px) {
  .fxg-expandable-cols__item {
    width: 100%;
    height: auto;
    max-height: 110px;
    display: block;
    transition: max-height 0.5s ease;
    overflow: hidden;
  }
  [dir] .fxg-expandable-cols__item {
    padding: 25px 0;
    border-top: 1px solid #fafafa;
    -webkit-transition: max-height 0.5s ease;
  }
  [dir=ltr] .fxg-expandable-cols__item {
    border-right: 0;
  }
  [dir=rtl] .fxg-expandable-cols__item {
    border-left: 0;
  }
}
.fxg-expandable-cols__item-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
[dir] .fxg-expandable-cols__item--open {
  cursor: auto;
}
[dir=ltr] .fxg-expandable-cols__item--open {
  -webkit-animation: open-option 0.3s ease forwards;
  animation: open-option 0.3s ease forwards;
}
[dir=rtl] .fxg-expandable-cols__item--open {
  -webkit-animation: open-option 0.3s ease forwards;
  animation: open-option 0.3s ease forwards;
}
@media (max-width: 663px) {
  .fxg-expandable-cols__item--open {
    max-height: 1000px;
  }
  [dir=ltr] .fxg-expandable-cols__item--open {
    -webkit-animation: none;
    animation: none;
  }
  [dir=rtl] .fxg-expandable-cols__item--open {
    -webkit-animation: none;
    animation: none;
  }
}
[dir=ltr] .fxg-expandable-cols__item--close {
  -webkit-animation: close-option 0.3s ease forwards;
  animation: close-option 0.3s ease forwards;
}
[dir=rtl] .fxg-expandable-cols__item--close {
  -webkit-animation: close-option 0.3s ease forwards;
  animation: close-option 0.3s ease forwards;
}
@media (max-width: 663px) {
  .fxg-expandable-cols__item--close {
    max-height: 110px;
  }
  [dir=ltr] .fxg-expandable-cols__item--close {
    -webkit-animation: none;
    animation: none;
  }
  [dir=rtl] .fxg-expandable-cols__item--close {
    -webkit-animation: none;
    animation: none;
  }
}
.fxg-expandable-cols__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: transform, background-color;
  -webkit-moz-property: transform, background-color;
  -webkit-transition-property: background-color, -webkit-transform;
}
[dir] .fxg-expandable-cols__close {
  cursor: pointer;
  border-radius: 14px;
  background-color: #007ab7;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}
[dir=ltr] .fxg-expandable-cols__close {
  float: left;
  right: 20px;
}
[dir=rtl] .fxg-expandable-cols__close {
  float: right;
  left: 20px;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-expandable-cols__close {
    right: 10px;
  }
  [dir=rtl] .fxg-expandable-cols__close {
    left: 10px;
  }
}
@media (max-width: 663px) {
  .fxg-expandable-cols__close {
    top: 22px;
  }
}
[dir] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
  background-color: #333;
}
[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fxg-expandable-cols__close-sign {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.fxg-expandable-cols__inner-left {
  position: relative;
  width: 190px;
  height: 100%;
}
[dir] .fxg-expandable-cols__inner-left {
  text-align: center;
}
[dir=ltr] .fxg-expandable-cols__inner-left {
  float: left;
}
[dir=rtl] .fxg-expandable-cols__inner-left {
  float: right;
}
.fxg-expandable-cols__inner-left svg {
  position: absolute;
  top: 75px;
}
[dir=ltr] .fxg-expandable-cols__inner-left svg {
  left: 50%;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
[dir=rtl] .fxg-expandable-cols__inner-left svg {
  right: 50%;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-left svg {
  left: 30%;
}
[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-left svg {
  right: 30%;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-expandable-cols__inner-left svg {
    left: 40%;
  }
  [dir=rtl] .fxg-expandable-cols__inner-left svg {
    right: 40%;
  }
}
@media (max-width: 663px) {
  .fxg-expandable-cols__inner-left svg {
    top: 0;
  }
  [dir=ltr] .fxg-expandable-cols__inner-left svg {
    left: 0 !important;
  }
  [dir=rtl] .fxg-expandable-cols__inner-left svg {
    right: 0 !important;
  }
}
@media (max-width: 768px) {
  .fxg-expandable-cols__inner-left {
    width: 145px;
  }
}
@media (max-width: 663px) {
  .fxg-expandable-cols__inner-left {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-flex-direction: column;
  }
  [dir=ltr] .fxg-expandable-cols__inner-left {
    text-align: left;
  }
  [dir=rtl] .fxg-expandable-cols__inner-left {
    text-align: right;
  }
  .fxg-expandable-cols__inner-left svg {
    width: 100px;
  }
  [dir=ltr] .fxg-expandable-cols__inner-left svg {
    float: left;
  }
  [dir=rtl] .fxg-expandable-cols__inner-left svg {
    float: right;
  }
}
.fxg-expandable-cols__inner-right {
  display: none;
  max-width: 265px;
  white-space: normal;
}
[dir] .fxg-expandable-cols__inner-right {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .fxg-expandable-cols__inner-right {
    max-width: 310px;
  }
  [dir=ltr] .fxg-expandable-cols__inner-right {
    padding-left: 30px;
  }
  [dir=rtl] .fxg-expandable-cols__inner-right {
    padding-right: 30px;
  }
}
@media (max-width: 663px) {
  .fxg-expandable-cols__inner-right {
    max-width: 100%;
  }
  [dir] .fxg-expandable-cols__inner-right {
    padding-top: 15px;
  }
}
.fxg-expandable-cols__inner-right p {
  line-height: 1.5;
}
.fxg-expandable-cols__inner-right ul {
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
[dir=ltr] .fxg-expandable-cols__inner-right ul {
  padding-left: 0px;
}
[dir=rtl] .fxg-expandable-cols__inner-right ul {
  padding-right: 0px;
}
.fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
  display: block;
}
[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
  float: left;
}
[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
  float: right;
}
.fxg-expandable-cols__title {
  display: block;
  color: #007ab7;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: normal;
  letter-spacing: 1px;
}
[dir] .fxg-expandable-cols__title {
  margin-bottom: 55px;
  border: none;
  background: none;
}
[dir=ltr] .fxg-expandable-cols__title {
  text-align: left;
  padding-left: 20px;
}
[dir=rtl] .fxg-expandable-cols__title {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 663px) {
  .fxg-expandable-cols__title {
    font-size: 0.875rem;
    display: inline-block;
    letter-spacing: 1px;
  }
  [dir=ltr] .fxg-expandable-cols__title {
    margin: 0 45px 0 100px;
  }
  [dir=rtl] .fxg-expandable-cols__title {
    margin: 0 100px 0 45px;
  }
}
.fxg-expandable-cols .fxg-title {
  font-size: 2.5rem;
}
[dir] .fxg-expandable-cols .fxg-title {
  text-align: center !important;
}
@media (max-width: 663px) {
  .fxg-expandable-cols .fxg-title {
    font-size: 2.5rem;
  }
}
@-webkit-keyframes open-option {
  to {
    width: 465px;
  }
}
@keyframes open-option {
  to {
    width: 465px;
  }
}
@-webkit-keyframes close-option {
  from {
    width: 465px;
  }
  to {
    width: 25%;
  }
}
@keyframes close-option {
  from {
    width: 465px;
  }
  to {
    width: 25%;
  }
}
html[dir=rtl] .fxg-expandable-cols__item {
  border-left: 1px solid rgba(145, 145, 145, 0.3);
  border-right: 0px solid rgba(145, 145, 145, 0.3);
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-expandable-cols__item {
    border-left: 0px solid rgba(145, 145, 145, 0.3);
  }
}
html[dir=rtl] .fxg-expandable-cols__item:last-child {
  border-left: 0;
}
html[dir=rtl] .fxg-expandable-cols__inner-left {
  float: right;
}
html[dir=rtl] .fxg-expandable-cols__inner-left svg {
  right: 50%;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-expandable-cols__inner-left svg {
    right: 40%;
    float: right;
    right: 0 !important;
  }
}
html[dir=rtl] .fxg-expandable-cols__title {
  text-align: right;
  padding-right: 10px;
  margin: 0 0px 55px auto;
}
html[dir=rtl] .fxg-expandable-cols__close {
  float: right;
  left: 20px;
  right: inherit;
}
html[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
  float: right;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-expandable-cols__title {
    margin: 0 100px 0 45px;
  }
}
@media (max-width: 992px) {
  html[dir=rtl] .fxg-expandable-cols__close {
    left: 10px;
    right: inherit;
  }
}

.fx-dt_content_highlighted {
	background: #4d148c !important;
	color:#fff;
}
.fx-dt_tablefixer .fxg-table-wrapper th,
.fx-dt_tablefixer .fxg-table-wrapper td {
	max-width: none;
}

.fx-dt_tablefixer .fxg-table-wrapper {
	overflow-x:auto;
}
@charset "UTF-8";
/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-dropdown {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.fxg-dropdown .tracking_module_v1 {
    border-bottom: 1px solid rgba(182, 182, 182, 0.5);
}
.fxg-dropdown .richtext {
  padding: 19px 13px 0 13px;
}

.fxg-dropdown.fxg-global-nav {
  list-style: none;
  position: relative;
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:hover {
	text-decoration: none;
	background-color: #fafafa;
}

.fxg-dropdown__sub-menu .fxg-login-module .fxg-link {
  border-bottom: none;
}
.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .richtext p{
  	margin: -19px -13px 0;
  	padding: 14px 16px 13px 16px;
  	border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  	background-color: #ffffff;
}
@media (max-width: 992px) {
  .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
    max-width: 50%;
    width: 465px;
    height: 100vh;
    background: #4D148C;
    display:block;
  }
}

@media (max-width: 767px) {
  .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
    max-width: 100%;
    width: 100%;
    height: auto;
    background: #FAFAFA;
    max-height: calc(100vh - 132px);
    -webkit-overflow-scrolling: touch;
  }
}

.fxg-nav--search-open .fxg-dropdown.fxg-global-nav, .fxg-header--search-close .fxg-dropdown.fxg-global-nav {
  display: none;
}

@media (max-width: 992px) {
  .fxg-dropdown.fxg-global-nav {
    width: 0;
    position: absolute;
    z-index: 11;
    top: 75px;
    right: 0;
    overflow-x: hidden;
    transition: .25s;
    background: #FAFAFA;
    display:none;
  }
  html[dir=rtl] .fxg-dropdown.fxg-global-nav {
    left: 0;
    right: auto;
  }
  .fxg-header--shrunk .fxg-dropdown.fxg-global-nav {
    top: 52px;
  }
}

@media (max-width: 767px) {
  .fxg-dropdown.fxg-global-nav {
    top: 121px !important;
  }
}

.fxg-dropdown__item {
  float: left;
}

 .fxg-dropdown__item .fxg-link{
  letter-spacing: 0;
} 

@media (max-width: 992px) {
  .fxg-dropdown__item {
    float: none !important;
    border-bottom: 1px solid #ffffff;
    background: #FAFAFA;
  }
}

.fxg-global-nav .fxg-dropdown__item.fxg-dropdown__item--open {
  background-color: #ffffff;
}

.fxg-dropdown__item--open.fxg-user-options__option .fxg-dropdown__sub-menu {
  right: auto;
}

@media (max-width: 992px) {
  html[dir=rtl] .fxg-dropdown__item--open.fxg-user-options__option .fxg-dropdown__sub-menu {
    left: 0;
    right: auto;
  }
}

.fxg-dropdown__sub-menu {
  color: #333333;
  display: none;
  width: 240px;
  background: #ffffff;
  position: absolute;
  transition: height 0.5s ease;
}

.fxg-dropdown__sub-menu .fxg-login-module .richtext p,
.fxg-dropdown__sub-menu .fxg-login-module .richtext div {
  font-size: 11px;
  padding: 19px 13px 0 13px;
  margin-bottom: 10px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .fxg-dropdown__sub-menu .fxg-login-module .richtext p,
  .fxg-dropdown__sub-menu .fxg-login-module .richtext div {
    padding-left: 26px;
    margin-bottom: 20px;
  }
}

.fxg-dropdown__sub-menu p {
  font-size: 11px;
  padding: 19px 13px 0 0;
}

@media (max-width: 767px) {
  .fxg-dropdown__sub-menu p {
    padding-left: 26px;
    margin-bottom: 20px;
  }
}

.fxg-dropdown__sub-menu ul {
  /* VMLNAFEDEXW-784 */
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .fxg-dropdown__sub-menu ul {
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

.fxg-dropdown__sub-menu ul li {
  font-size: 13px;
  line-height: 31px;
  font-weight: 300;
  list-style: none;
  padding: 0;
}

.fxg-dropdown__sub-menu ul li:before {
  content: "â€¢";
  padding-right: 8px;
}

.fxg-dropdown__sub-menu ul li a {
  color: #333333;
  font-size: 13px;
  line-height: 31px;
  font-weight: 300;
}

@media (min-width: 993px) {
  .fxg-dropdown__sub-menu {
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.17);
  }
}

@media (max-width: 992px) {
  .fxg-dropdown__sub-menu {
    position: relative;
    width: 100%;
  }
  .fxg-user-options__option .fxg-dropdown__sub-menu {
    display: none;
    width: 0;
    max-width: 465px;
    position: absolute;
    right: 0 !important;
    transition: .25s ease;
  }
  html[dir=rtl] .fxg-user-options__option .fxg-dropdown__sub-menu {
    left: 0;
    right: auto !important;
  }
  .fxg-user-options__option.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
    width: 100%;
  }
  .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
    height: 100vh;
    background: #4D148C;
	max-height: calc(100vh - 59px);
  }
}

@media (max-width: 767px) {
  .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
   height: calc((100vh - 100%) - 100%);
   overflow-y: scroll;
   max-height: calc(100vh - 39px);
   background: transparent;
  }
  .fxg-user-options__option .fxg-dropdown__sub-menu {
    max-width: 100%;
  }
}

.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
  display: block;
}

/* AEM component wrapper style fix */
.dropdown {
  float: left;
}

.dropdown .fxg-dropdown__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html[dir=rtl] .dropdown {
  float: right;
}

@media (max-width: 992px) {
  .dropdown {
    float: none !important;
  }
}

/* Bootstrap Dropdown Over rights */
.dropdown.fxg-bootstrap-dropdown {
  float: none;
  background-color: #FAFAFA;
  font-size: 12px;
}

@media (max-width: 767px) {
  .dropdown.fxg-bootstrap-dropdown br {
    display: none;
  }
  .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown {
  border: 1px solid rgba(89, 89, 91, 0.5);
}

.fxg-field .dropdown.fxg-bootstrap-dropdown {
  width: calc(100% - 3px);
}

@media (max-width: 767px) {
  .fxg-field .dropdown.fxg-bootstrap-dropdown {
    width: 100%;
  }
}

.dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  position: relative;
  font-size: 20px;
  background: transparent;
  border: 1px solid #FAFAFA;
  width: 100%;
  text-align: left;
  padding: 18px 15px 17px;
}

@media (max-width: 767px) {
  .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
   font-size: 15px;
   letter-spacing: 0.2px;
   color: #333333;
   background: #FAFAFA;
  }
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  font-size: 12px;
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle:focus {
	outline: 2px solid #BAD8FC;
}

.fxg-field .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu {
  width: 100.3%;
  margin: 1px 0px 0px -1px;
  border-radius: 0;
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-top: 0;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
	.dropdown.fxg-bootstrap-dropdown .dropdown-menu {
	border-top: 1px solid #E3E3E3;
}
}
.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
  border: 1px solid rgba(89, 89, 91, 0.5);
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a {
  color: #333333;
  font-weight: 300;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(182, 182, 182, 0.5);
  padding: 15px;
  font-size: 14px;
  letter-spacing:1.0px;
}
@media (max-width: 767px) {
  .dropdown.fxg-bootstrap-dropdown .dropdown-menu li.active a {
    font-weight: 700;
  }
}
.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a {
  font-size: 12px;
  border-top: 0;
  border-bottom: 0;
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a:hover, .dropdown.fxg-bootstrap-dropdown .dropdown-menu > li > a:focus {
  background-color: #FAFAFA;
  color: #333333;
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fxg-form .dropdown.fxg-bootstrap-dropdown {
  background-color: #FAFAFA;
  border: 0;
}

.fxg-form .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.17);
}

.fxg-form .dropdown.fxg-bootstrap-dropdown select {
  display: none !important;
}
@media (max-width: 767px) {
  .dropdown.fxg-bootstrap-dropdown.open .dropdown-toggle .fxg-icon {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
  }
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
  text-align: right;
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
  margin: 1px -1px 0 0;
}

html[dir=rtl] .fxg-dropdown__item {
  float: right;
}

html[dir=rtl] .fdx-utilityWrap {
    float:left; 
}

.fdx-utilityWrap {
	float: right; 
    }

@media (min-width: 1200px) {
  html[dir=rtl] .fxg-dropdown--open.fxg-user-options__option .fxg-dropdown__sub-menu {
    left: auto;
  }
}

html[dir=rtl] .fxg-dropdown__sub-menu p {
  padding: 19px 0 0 13px;
}

@media (max-width: 767px) {
  html[dir=rtl] .fxg-dropdown__sub-menu p {
    padding-right: 26px;
    padding-left: 0;
  }
}

html[dir=rtl] .fxg-dropdown__sub-menu ul li:before {
  padding-left: 8px;
  padding-right: 0;
}

@media (max-width: 767px) {
  html[dir=rtl] .fxg-dropdown__sub-menu ul {
    padding-right: 40px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  html[dir=rtl] .fxg-dropdown__sub-menu .richtext p {
    padding-right: 17px;
    padding-left: 0;
  }
}


/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-drawer {
  min-height: 140px;
  transition: 0.25s height ease;
}
[dir] .fxg-drawer {
  padding: 35px 0px 20px;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: bottom -70px center;
  -webkit-transition: 0.25s height ease;
}
.fxg-drawer .fxg-drawer-externalIcon-large {
  display: inline-block;
}
[dir] .fxg-drawer .fxg-drawer-externalIcon-large {
  padding: 0 10px;
}
.fxg-drawer .fxg-drawer-externalIcon-large > svg {
  width: 1em;
  height: 1em;
  font-size: 1rem;
}
.fxg-drawer .fxg-drawerExteranlIcon-left {
  display: inline-block;
}
[dir] .fxg-drawer .fxg-drawerExteranlIcon-left {
  padding: 0 10px;
}
.fxg-drawer .fxg-drawerExteranlIcon-left > svg {
  width: 24px;
  height: 24px;
}
.fxg-drawer .fxg-drawerExteranlIcon-default {
  display: inline-block;
}
[dir] .fxg-drawer .fxg-drawerExteranlIcon-default {
  padding: 10px;
}
.fxg-drawer .fxg-button {
  display: inline-block;
}
[dir] .fxg-drawer .fxg-button {
  margin-top: 1rem;
}
[dir=ltr] .fxg-drawer .fxg-button {
  padding-left: 30px;
  padding-right: 30px;
}
[dir=rtl] .fxg-drawer .fxg-button {
  padding-right: 30px;
  padding-left: 30px;
}
.fxg-drawer .fxg-button--orange {
  white-space: nowrap;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fxg-drawer .fxg-button--round {
  line-height: 1.5;
}
.fxg-drawer .fxg-button--transparent {
  color: #ff6200;
  line-height: 1.3;
  font-size: 1.1875rem;
}
[dir] .fxg-drawer .fxg-button--transparent {
  border: 2px solid #ff6200;
}
@media (max-width: 768px) {
  [dir] .fxg-drawer {
    background-size: 768px 288px;
    background-position: bottom -30px center;
  }
}
@media (max-width: 663px) {
  .fxg-drawer {
    min-height: 128px;
    max-height: 200px;
    transition: 0.25s max-height ease;
  }
  [dir] .fxg-drawer {
    padding: 20px 0;
    background-image: none !important;
    -webkit-transition: 0.25s max-height ease;
  }
}
.fxg-drawer .fxg-wrapper {
  position: relative;
}
[dir] .fxg-drawer .fxg-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.fxg-drawer__button, .fxg-drawer__button:hover, .fxg-drawer__button:focus {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 663px) {
  [dir] .fxg-drawer__button, [dir] .fxg-drawer__button:hover, [dir] .fxg-drawer__button:focus {
    float: none;
    text-align: center !important;
  }
}
.fxg-drawer--open {
  height: auto;
}
[dir] .fxg-drawer--open {
  background-position: center center;
  background-size: contain;
}
@media (max-width: 663px) {
  .fxg-drawer--open {
    height: auto;
    max-height: 100%;
  }
}
.fxg-drawer--open .fxg-drawer__button,
.fxg-drawer--open .fxg-drawer__button:hover,
.fxg-drawer--open .fxg-drawer__button:focus {
  display: none;
}
.fxg-drawer--open .fxg-drawer__close-button {
  display: inline-block;
}
[dir] .fxg-drawer--open .fxg-drawer__close-button {
  background: none;
  border: none;
}
.fxg-drawer--open .fxg-drawer__title-wrapper {
  display: none;
}
.fxg-drawer__close-button {
  display: none;
  position: absolute;
  top: 0;
}
[dir] .fxg-drawer__close-button {
  cursor: pointer;
}
[dir=ltr] .fxg-drawer__close-button {
  right: 15px;
}
[dir=rtl] .fxg-drawer__close-button {
  left: 15px;
}
.fxg-drawer__title-wrapper {
  display: block;
}
@media (max-width: 663px) {
  .fxg-drawer__title-wrapper {
    display: block;
  }
  [dir] .fxg-drawer__title-wrapper {
    text-align: center !important;
    margin: 0rem auto;
  }
}
.fxg-drawer__title-wrapper .fxg-link--md {
  width: 225px;
}
.fxg-drawer__title-wrapper .fxg-link--sm {
  width: 175px;
}
.fxg-drawer__title-wrapper .fxg-link--lg {
  width: 275px;
}
.fxg-drawer__title-wrapper .fxg-link--blue {
  line-height: 1.3;
}
.fxg-drawer__title-wrapper .fxg-link.default {
  color: #007ab7;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}
.fxg-drawer__detail {
  width: 56%;
}
[dir] .fxg-drawer__detail {
  padding: 35px 60px 34px;
}
[dir=ltr] .fxg-drawer__detail {
  float: left;
  text-align: left;
}
[dir=rtl] .fxg-drawer__detail {
  float: right;
  text-align: right;
}
.fxg-drawer__detail ul li {
  font-size: 1.125rem;
  font-weight: 300;
}
.fxg-drawer__detail ol li {
  font-size: 1.125rem;
  font-weight: 300;
}
.fxg-drawer__detail p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
[dir] .fxg-drawer__detail p {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .fxg-drawer__detail p {
    font-size: 0.75rem;
    line-height: 1;
  }
  [dir] .fxg-drawer__detail p {
    padding: 5px 0;
  }
}
@media (max-width: 663px) {
  .fxg-drawer__detail p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.fxg-drawer__detail .fxg-link--md {
  width: 225px;
}
.fxg-drawer__detail .fxg-link--sm {
  width: 175px;
}
.fxg-drawer__detail .fxg-link--lg {
  width: 275px;
}
.fxg-drawer__detail .fxg-link--blue {
  line-height: 1.3;
}
@media (max-width: 768px) {
  [dir] .fxg-drawer__detail {
    padding: 19px 43px 18px;
  }
}
@media (max-width: 663px) {
  .fxg-drawer__detail {
    width: 100%;
  }
  [dir] .fxg-drawer__detail {
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 1.25rem;
  }
}
.fxg-drawer__detail .fxg-link--rounded_button {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
}
[dir] .fxg-drawer__detail .fxg-link--rounded_button {
  text-align: center;
}
.fxg-drawer__detail-image {
  width: 44%;
}
[dir=ltr] .fxg-drawer__detail-image {
  float: left;
}
[dir=rtl] .fxg-drawer__detail-image {
  float: right;
}
.fxg-drawer-offer {
  max-width: 970px;
  display: block;
}
[dir] .fxg-drawer-offer {
  margin: 2rem auto;
}
@media (max-width: 768px) {
  [dir=ltr] .fxg-drawer-offer .fxg-drawer__detail {
    padding: 45px 5px 30px 15px;
  }
  [dir=rtl] .fxg-drawer-offer .fxg-drawer__detail {
    padding: 45px 15px 30px 5px;
  }
}
@media (max-width: 663px) {
  .fxg-drawer-offer .fxg-drawer__detail {
    position: relative;
    bottom: 10px;
  }
  [dir] .fxg-drawer-offer .fxg-drawer__detail {
    margin-bottom: 0rem;
    padding: 0;
  }
}
@media (max-width: 663px) {
  .fxg-drawer-offer .fxg-drawer__detail-image {
    width: 100%;
  }
  [dir] .fxg-drawer-offer .fxg-drawer__detail-image {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  [dir] .fxg-drawer-offer .fxg-drawer__detail p {
    margin-bottom: 0rem;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-drawer-offer .fxg-drawer__detail p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 663px) {
  .fxg-drawer-offer .fxg-video-component {
    position: relative;
    bottom: 5px;
  }
  [dir] .fxg-drawer-offer .fxg-video-component {
    clear: both;
  }
}
@media (max-width: 663px) {
  .fxg-drawer-offer.fxg-drawer-layout-one.layout1, .fxg-drawer-offer.fxg-drawer-layout-one.layout3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.fxg-drawer__button.fxg-link--carrot:after {
  vertical-align: initial;
}
[dir=ltr] .fxg-drawer__button.fxg-link--carrot:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[dir=rtl] .fxg-drawer__button.fxg-link--carrot:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Css for drawer images/videos alignments*/
[dir=ltr] .video_alert .fxg-video-component div.alert.alert-danger {
  float: right;
}
[dir=rtl] .video_alert .fxg-video-component div.alert.alert-danger {
  float: left;
}

[dir=ltr] .video_alert-left .fxg-video-component div.alert.alert-danger {
  float: left;
}

[dir=rtl] .video_alert-left .fxg-video-component div.alert.alert-danger {
  float: right;
}

[dir] .video_alert-left .fxg-featured-offer__detail-image {
  clear: both;
}

/*Mobile landscape view*/
@media (max-width: 663px) {
  .fxg-drawer-layout-one .fxg-drawer__detail-image img {
    height: 260px !important;
  }
  .fxg-drawer-layout-one .video_alert .fxg-video-component {
    max-width: 470px !important;
  }
  .fxg-drawer-layout-one .video_alert-left .fxg-video-component {
    max-width: 470px !important;
  }
}
.hiddenRichTextForTitleFocus {
  opacity: 0;
  width: 10px;
  height: 10px;
}

.fxg-drawer .fxg-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
}

[dir] .fxg-drawer .fxg-title {
  margin-top: 0.5rem !important;
}
@media (max-width: 768px) {
  .fxg-drawer .fxg-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (max-width: 663px) {
  .fxg-drawer .fxg-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  [dir] .fxg-drawer .fxg-title {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center !important;
  }
}

@media (max-width: 663px) {
  [dir] .fxg-drawer .fxg-title {
    text-align: center !important;
  }
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-drawer .fxg-title {
    text-align: center !important;
  }
}

.fxg-drawer__button {
  color: #007ab7;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.fxg-drawer .fxg-button--orange:hover {
  color: #fff;
}

.fxg-drawer__title-wrapper .fxg-button--orange, .fxg-drawer__detail .fxg-button--orange {
  line-height: 1.3;
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
.fxg-cube-container {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: .25s ease height;
  max-width: 475px;
  padding-inline-start:0; }
  .fxg-cube-container .fxg-cube__text {
  font-size: 14px;
  letter-spacing: 1.0px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .fxg-cube-container .fxg-cube__text {
        font-size: 14px; 
        letter-spacing: 1.0px;
        } }
  .fxg-cube-container .fxg-cube {
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: left;
    cursor: pointer; }
    .fxg-cube-container .fxg-cube:nth-child(2) .fxg-cube__content {
      border-right: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5; }
    .fxg-cube-container .fxg-cube__content {
      width: 158px;
      height: 120px;
      background-color: #FAFAFA;
      padding: 25px 15px;
      transition: .25s ease background-color, .25s ease height;
      line-height: 14px; }
      @media (max-width: 767px) {
        .fxg-cube-container .fxg-cube__content {
          box-sizing: border-box;
          width: calc((100vw - 40px) / 3);
          height: calc(((100vw - 40px) / 3) -  10px);
          max-width: 130px;
          max-height: 120px;
          padding: 20% 0px; } }
     .fxg-cube-container .fxg-cube__content svg {
			  display: block;
			  margin: 0 auto 10px;
			  width: 40px;
			  height: 40px; }
    .fxg-cube-container .fxg-cube__icon {
      display: block;
      margin: 0 auto 10px;
      width: 40px;
      height: 40px; }
      @media (max-width: 767px) {
        .fxg-cube-container .fxg-cube__icon {
          width: 43%;
          height: 48%; } }
    .fxg-cube-container .fxg-cube__icon-white {
      display: none; }
    .fxg-cube-container .fxg-cube--active {
      position: static;
      margin-top: -10px; }
      .fxg-cube-container .fxg-cube--active .fxg-cube__content {
        position: relative;
        z-index: 1;
        background-color: #4D148C;
        height: 140px;
        padding: 35px 15px 25px;
        border: 0 !important; }
        @media (max-width: 767px) {
          .fxg-cube-container .fxg-cube--active .fxg-cube__content {
            margin-top: 5px;
            height: calc(((100vw - 40px) / 3));
            max-height: 130px;
            padding: 20% 0px; } }
        .fxg-cube-container .fxg-cube--active .fxg-cube__content .fxg-cube__icon-grey {
          display: none; }
        .fxg-cube-container .fxg-cube--active .fxg-cube__content .fxg-cube__icon-white {
          display: block; }
      .fxg-cube-container .fxg-cube--active .fxg-cube__text {
        color: #ffffff; }
        
html[dir=rtl] .fxg-cube-container .fxg-cube {
	float: right;
}
.fxg-cube-container:before {
    display: table;
    content: " ";
}
.fxg-cube-container:after {
    display: table;
    content: " ";
}
.fxg-cube-container .fxg-cube__content{
    border :0;
}
.fxg-cube-vertical {
  display: inline-flex;
  flex-direction: column;
  padding-left: 10px;
}

.fxg-cube-container.fxg-cube-vertical .fxg-cube__content {
  border: 1px solid #E5E5E5;
}

.cube-vertical .cube-wrap {
  width: 25%;
  float: left;
}

.cube-vertical .body-wrapper {
  width: 75%;
  float: left;
}
html[dir=rtl] cube-vertical .cube-wrap {
  width: 25%;
  float: right;
}
html[dir=rtl] cube-vertical .body-wrapper {
  width: 25%;
  float: right;
}
.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
  width: 970px;
  clear: both;
}
@media (max-width: 992px) {
  .container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
    width: 738px;
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto;
    min-width: 290px;
  }
}
.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 .container.fxg-wrapper:before {
  content: none;
}
.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 .container.fxg-wrapper:after {
  content: none;
}
.root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 > .xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
  width: 970px;
  clear: both;
}
@media (max-width: 992px) {
  .root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 > .xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    width: 738px;
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 > .xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto;
    min-width: 290px;
  }
}
@media (max-width: 992px) {
  .root .cmp-wrapper .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 > .xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    padding: 0px;
  }
}
.fxg-cookie-modal {
  position: relative;
  color: #333333;
}
.fxg-cookie-modal__title {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 0;
	margin-bottom: 20px;
}
.fxg-cookie-modal__description {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}
.fxg-cookie-modal__settings {
  padding: 20px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.fxg-cookie-modal__settings__title {
  font-size: 25px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.fxg-cookie-modal__cookie {
  margin-bottom: 15px;
}
.fxg-cookie-modal__cookie label{
  display: block !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.fxg-cookie-modal__cookie:last-child {
  margin-bottom: 0;
}
.fxg-cookie-modal__cookie:last-child .fxg-cookie-modal__cookie__description {
  margin-bottom: 0;
}
.fxg-cookie-modal__cookie__name {
  display: inline-block;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 24px;
  margin-left: 35px;
}
.fxg-cookie-modal__cookie__description {
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  margin-left: 35px;
  margin-bottom: 20px;
  text-transform: none;
}
.fxg-cookie-modal__cookie__description.is-selected {
  display: block;
}
.fxg-cookie-modal__footer {
  text-align: center;
}
.fxg-cookie-modal__actions {
  display: inline-block;
}
.fxg-cookie-modal__save {
  margin-bottom: 20px;
}
.fxg-cookie-modal__link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
	.fxg-cookie-modal__title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.fxg-cookie-modal__settings {
		padding: 15px;
	}
	.fxg-cookie-modal__description {
		margin-bottom: 20px;
	}
	.fxg-cookie-modal__settings__title {
		margin-bottom: 15px;
	}
}
html[dir=rtl] .fxg-cookie-modal_cookie__description {
  margin-left: 0;
  margin-right: 35px;
  text-align: right;
}
html[dir=rtl] .fxg-cookie-modal__settings__title {
  text-align: right;
}
html[dir=rtl] .fxg-cookie-modal__cookie label{
  background-position-x: 100% !important;
}
html[dir=rtl] .fxg-cookie-modal__cookie__name {
    margin-left: 0;
    margin-right: 35px;
}
.fxg-cookie-consent {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  padding: 0;
  color: #333;
  z-index: 1;
  background-color: #F2F2F2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fxg-cookie-consent.is-active {
  display: block;
}
.fxg-cookie-consent__wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0 0;
  width: auto;
  max-height: calc(100% - 60px);
  color: #333333;
  box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.2);
  background-color: #F2F2F2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fxg-cookie-consent__text {
  margin-bottom: 15px;
  margin-left: 30px;
}
.fxg-cookie-consent__text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: 400;
  margin: 0 0 10px;
}
.fxg-cookie-consent__settings {
  margin-left: 30px;
}
.fxg-cookie-consent__settings .fxg-form-element__checkbox-label {
  display: inline-block;
  margin: 0 30px 15px;
  padding-left: 0;
  padding-right: 0;
}
.fxg-cookie-consent__settings input[type=checkbox] {
  position: absolute;
}
.fxg-cookie-consent__settings label {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: 300;
}
.fxg-cookie-consent__actions {
  margin-left: 30px;
}
.fxg-cookie-consent__actions button.fxg-button {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fxg-cookie-consent__title {
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 30px;
}
.fxg-cookie-consent__icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.fxg-cookie-consent .fxg-button--orange {
  line-height: 1;
  margin-bottom: 15px;
}
.fxg-cookie-consent .fxg-button--orange-secondary {
  background-color: transparent;
  border: 2px solid #FF6200;
  color: #FF6200;
  padding: 22px 40px;
  margin-right: 20px;
}
.fxg-cookie-consent .fxg-form-element__checkbox-label.is-disabled label::before, .fxg-cookie-consent .fxg-form-element__checkbox-label.is-disabled label::after {
  opacity: 0.5;
}
.fxg-cookie-consent input[type=checkbox] + label {
  margin-bottom: 0;
}
.fxg-cookie-consent input[type=checkbox]:disabled + label {
  color: #aaa;
}

@media (max-width: 767px) {
  .fxg-cookie-consent__settings .fxg-form-element__checkbox-label {
    display: block;
  }
  .fxg-cookie-consent__accept {
    margin-bottom: 20px;
  }
  .fxg-cookie-consent__actions {
    margin-right: auto;
    margin-left: auto;
  }
}
html[dir=rtl] .fxg-cookie-consent__text, html[dir=rtl] .fxg-cookie-consent__actions, html[dir=rtl] .fxg-cookie-consent__settings {
  margin-right: 30px;
  margin-left: auto;
}
html[dir=rtl] .fxg-cookie-consent .fxg-button--orange-secondary {
  margin-right: auto;
  margin-left: 20px;
}
html[dir=rtl] .fxg-cookie-consent__title {
  margin-right: 30px;
  margin-left: 20px;
}
html[dir=rtl] .fxg-cookie-consent__icon {
  margin-right: auto;
  margin-left: 10px;
  float: right;
}
html[dir=rtl] .fxg-cookie-consent .fxg-form-element__checkbox-label label::after,
html[dir=rtl] .fxg-cookie-consent .fxg-form-element__checkbox-label label::before {
  right: -31px;
  left: auto;
}
/**
 * GENERATED BY FMOD
 * Please do not modify this file directly.
 * Check 'ui.front-end/README.md' for the instructions.
 **/

/**
 * CONTENT NAVIGATION
 * 
 * A (side) navigation to help users easily navigate through pages
 */
[dir] .fxg-contentnavigation__block {
  border-bottom: solid #e3e3e3 1px;
}

[dir] .fxg-contentnavigation__block:last-child {
  border-bottom: none;
}

[dir=ltr] .fxg-contentnavigation__title {
  border-left: 4px solid transparent;
}

[dir=rtl] .fxg-contentnavigation__title {
  border-right: 4px solid transparent;
}

.fxg-contentnavigation__list-item {
  transition: 0.3s ease;
}

[dir] .fxg-contentnavigation__list-item {
  background-color: transparent;
  -webkit-transition: 0.3s ease;
}

[dir=ltr] .fxg-contentnavigation__list-item {
  border-left: 4px solid transparent;
}

[dir=rtl] .fxg-contentnavigation__list-item {
  border-right: 4px solid transparent;
}
.fxg-contentnavigation__list-item--highlighted {
  color: #4d148c;
}
[dir=ltr] .fxg-contentnavigation__list-item--highlighted {
  border-left: 4px solid #4d148c;
}
[dir=rtl] .fxg-contentnavigation__list-item--highlighted {
  border-right: 4px solid #4d148c;
}
.fxg-contentnavigation__list-item .cc-aem-c-button__icon {
  transition: 0.3s ease;
}
[dir] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
  -webkit-transition: 0.3s ease;
}
[dir=ltr] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
  -webkit-transform: translate(0px, 0) rotate(270deg);
  transform: translate(0px, 0) rotate(270deg);
}
[dir=rtl] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
  -webkit-transform: translate(0px, 0) rotate(-270deg);
          transform: translate(0px, 0) rotate(-270deg);
}

.fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover {
  transition: 0.3s ease;
}

[dir] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.3s ease;
}
.fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
  transition: 0.3s ease;
}
[dir] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
  -webkit-transition: 0.3s ease;
}
[dir=ltr] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
  -webkit-transform: translate(5px, 0) rotate(270deg);
  transform: translate(5px, 0) rotate(270deg);
}
[dir=rtl] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
  -webkit-transform: translate(-5px, 0) rotate(-270deg);
          transform: translate(-5px, 0) rotate(-270deg);
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Name: contactchannels
 * Title: Contact Details Display Component
 * Description: It provides a way to configure different contact options
 */
/* Make sure the link behaves correctly nested in contact options */
.fxg-contactchannels a.fxg-link {
  font-weight: 700 !important;
  color: #007ab7 !important;
  text-transform: uppercase !important;
  display: block;
  font-size: 0.875rem;
}

.fxg-contactchannels a.fxg-link:hover {
  text-decoration: underline;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.comp--contact-channels .fxg-chat .link a.fxg-link {
  font-weight: 700 !important;
  color: #007ab7 !important;
  text-transform: uppercase;
  display: block;
}
[dir=ltr] .comp--contact-channels .fxg-chat .link a.fxg-link {
  text-align: left !important;
}
[dir=rtl] .comp--contact-channels .fxg-chat .link a.fxg-link {
  text-align: right !important;
}

.contactchannels .contact-channels-title {
  font-size: 2rem;
  line-height: 1.3;
}

.contactchannels .contact-details-title {
  line-height: 1.3;
}

.contactchannels .contact-details-sub-title {
  font-size: 1rem;
  line-height: 1.5;
}

.contactchannels .contact-details-text p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.contactchannels .contact-details-link {
  font-size: 0.875rem;
  line-height: 1.3;
}

[dir=ltr] .contact-channel-options .cc-aem-u-mr--4 {
  margin-right: 1rem !important;
}

[dir=rtl] .contact-channel-options .cc-aem-u-mr--4 {
  margin-left: 1rem !important;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */ /* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-conditional-form__dropdown {
  position: relative;
}
[dir] .fxg-conditional-form__dropdown {
  margin-bottom: 10px;
}
.fxg-conditional-form__dropdown .cc-aem-c-form-group__label {
  line-height: 1.5;
}
.fxg-conditional-form__dropdown .cc-aem-c-form-group__select {
  font-weight: 300;
  line-height: 1.5;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
 @-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
COLUMN
------
Bootstrap grid column modifications
*/
.fxg-col__inner {
  width: 100%;
  height: 100%;
}
[dir] .fxg-col--mt20 {
  margin-top: 20px;
}
[dir] .fxg-col--mb20 {
  margin-bottom: 20px;
}
@media (max-width: 663px) {
  [dir] .fxg-col--mb20 {
    margin-bottom: 20px;
  }
}

[dir] .fxg-col-background {
  background-color: #333;
}
[dir] .fxg-margins {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*
COMPONENT VARIATIONS
--------------------
@TODO move to their respective component Sass files
*/
[dir=ltr] .advanced_table .fxg-col {
  padding-left: 2px;
  padding-right: 2px;
}
[dir=rtl] .advanced_table .fxg-col {
  padding-right: 2px;
  padding-left: 2px;
}

.fxg-copyright .fxg-col {
  display: inline-block;
  line-height: 12px;
  /* Right to left */
}
@media (max-width: 663px) {
  .fxg-copyright .fxg-col {
    display: block;
  }
  [dir] .fxg-copyright .fxg-col {
    margin-bottom: 15px;
  }
}
[dir] .fxg-copyright .fxg-col:last-of-type {
  margin-bottom: 0px;
}
[dir=ltr] .fxg-copyright .fxg-col:last-of-type {
  text-align: right;
}
[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
  text-align: left;
}
@media (max-width: 663px) {
  [dir] .fxg-copyright .fxg-col:last-of-type {
    text-align: center;
  }
}
html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
  text-align: center;
  padding-left: 5px;
}
@media (max-width: 663px) {
  html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
    text-align: left;
    padding-left: 15px;
  }
}

[dir] .fxg-featured-offer .fxg-col {
  margin: 0;
}

[dir=ltr] .fxg-offer__item--small .fxg-col {
  padding-left: 10px;
}

[dir=rtl] .fxg-offer__item--small .fxg-col {
  padding-right: 10px;
}

@media (max-width: 768px) {
  [dir=ltr] .fxg-offer__wrapper .fxg-col {
    padding-right: 0;
  }
  [dir=rtl] .fxg-offer__wrapper .fxg-col {
    padding-left: 0;
  }

  .fxg-offer__item--small .fxg-col {
    max-width: 175px;
  }

  [dir] .fxg-offer__item--small .fxg-col {
    padding: 0;
  }
}
[dir] .fxg-pods .fxg-col {
  text-align: center;
}
[dir=ltr] .fxg-pods .fxg-col {
  padding-left: 10px;
  padding-right: 10px;
}
[dir=rtl] .fxg-pods .fxg-col {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 663px) {
  [dir=ltr] .fxg-pods .fxg-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  [dir=rtl] .fxg-pods .fxg-col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fxg-pods--fixed .fxg-col {
  height: 100%;
}

.fxg-pods .fxg-col p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  height: 16%;
  max-height: 9%;
}

[dir] .fxg-pods .fxg-col p {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 663px) {
  .fxg-pods .fxg-col p {
    line-height: 20px;
    height: inherit;
    max-height: inherit;
  }
  [dir] .fxg-pods .fxg-col p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

[dir=ltr] .fxg-pods__icon-block--left .fxg-col p {
  text-align: left;
}

[dir=rtl] .fxg-pods__icon-block--left .fxg-col p {
  text-align: right;
}

[dir] .fxg-pods .fxg-image-component__caption p {
  margin: 3px !important;
}

[dir=ltr] .fxg-margin-left {
  margin-left: -1px;
}

[dir=rtl] .fxg-margin-left {
  margin-right: -1px;
}

@media (min-width: 664px) and (max-width: 767px) {
  .fxg-copyright .fxg-col {
    display: block;
    margin-bottom: 15px;
  }
  .fxg-copyright .fxg-col:last-of-type {
    text-align: center !important;
  }
 html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
    text-align: left;
    padding-left: 15px;
  }
  .fxg-cust-col_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fxg-col-mobile_position1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fxg-col-mobile_position2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fxg-col-mobile_position3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fxg-col-mobile_position4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fxg-col-mobile_position5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .fxg-hr-hide {
    display: none;
  }
}

@media (max-width: 663px) {
  .fxg-cust-col_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fxg-col-mobile_position1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .fxg-col-mobile_position2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .fxg-col-mobile_position3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .fxg-col-mobile_position4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .fxg-col-mobile_position5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  [dir] .fxg-offer__wrapper .fxg-col {
    padding: 0 0 25px;
  }

  [dir=ltr] .fxg-offer__wrapper .fxg-col {
    margin-right: 0;
    margin-left: 0;
  }

  [dir=rtl] .fxg-offer__wrapper .fxg-col {
    margin-left: 0;
    margin-right: 0;
  }

  [dir=ltr] .column_control.section .row, [dir=ltr] .column_control_v1.aem-GridColumn .row {
    margin-right: 0;
    margin-left: 0;
  }

  [dir=rtl] .column_control.section .row, [dir=rtl] .column_control_v1.aem-GridColumn .row {
    margin-left: 0;
    margin-right: 0;
  }

  [dir=ltr] .footer .column_control.section .row, [dir=ltr] .footer .column_control_v1 .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  [dir=rtl] .footer .column_control.section .row, [dir=rtl] .footer .column_control_v1 .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  [dir=ltr] div.fxg-lineOpt {
    border-right: none !important;
    border-left: none !important;
  }

  [dir=rtl] div.fxg-lineOpt {
    border-left: none !important;
    border-right: none !important;
  }

  [dir] .fxg-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fxg-hr-hide {
    display: none;
  }

  [dir=ltr] .fxg-margin-left {
    margin-left: 0px;
  }

  [dir=rtl] .fxg-margin-left {
    margin-right: 0px;
  }
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-code-snippet {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  border-left: 4px solid #4D148C;
  background: #FAFAFA; }
  .fxg-code-snippet pre {
    border: none;
    background: none;
    padding: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .fxg-code-snippet pre p {
      margin: 0px;
      font-family: inherit; }
  .fxg-code-snippet-expand-collapse {
    position: absolute;
    padding: 8px 10px;
    background: #4D148C;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    right: 0; }

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fxg-carousel {
  position: relative;
  width: 100%;
  max-width: 1024px;
}
[dir] .fxg-carousel {
  margin: 100px auto 60px;
}
.fxg-carousel img {
  max-width: 100%;
}
.fxg-carousel .richtext {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
[dir] .fxg-carousel .fxg-link--rounded_button {
  text-align: center;
}
[dir=ltr] .fxg-carousel .row {
  margin-right: 0;
  margin-left: 0;
}
[dir=rtl] .fxg-carousel .row {
  margin-left: 0;
  margin-right: 0;
}
.fxg-carousel .owl-controls {
  display: none !important;
}
[dir] .fxg-carousel .owl-controls {
  margin-top: 15px;
  text-align: center;
}
.fxg-carousel .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
[dir] .fxg-carousel .owl-controls .owl-page {
  cursor: pointer;
}
.fxg-carousel .owl-controls .owl-page span {
  display: block;
  height: 10px;
  width: 10px;
}
[dir] .fxg-carousel .owl-controls .owl-page span {
  border: 1px solid #4d148c;
  border-radius: 5px;
  margin: 0px 5px;
}
[dir] .fxg-carousel .owl-controls .owl-buttons div {
  cursor: pointer;
}
[dir] .fxg-carousel .owl-theme .owl-controls .owl-page.active span {
  background: #4d148c;
}
[dir] .fxg-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #4d148c;
}

.fxg-carousel__wrapper {
  width: 100%;
  max-width: 970px;
}

[dir] .fxg-carousel__wrapper {
  margin: 0 auto;
}

.fxg-carousel__arrow {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  outline: 0;
  z-index: 2;
}

[dir] .fxg-carousel__arrow {
          transform: translateY(-50%);
  cursor: pointer;
}

html[dir] .fxg-carousel__arrow-prev {
  right: 102% !important;
}

html[dir] .fxg-carousel__arrow-next {
  left: 102% !important;
}

.fxg-carousel__carousel.dot-pager .owl-controls {
  display: block !important;
}

.fxg-carousel__carousel .fxg-video-caption p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

[dir] .fxg-carousel__carousel .fxg-video-caption p {
  margin: 15px 0;
  text-align: center;
}
[dir] .fxg-carousel__carousel .brc-align-center .brightcove-container {
  margin: 0;
}

[dir] .column_control .fxg-carousel {
  margin: 0 auto 60px;
}

[dir] .column_control_v1 .fxg-carousel {
  margin: 0 auto 60px;
}

html[dir=rtl] .owl-carousel .owl-item {
  float: right;
}

[dir] .aem-Grid .fxg-carousel {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 0) and (max-width: 663px) {
  .fxg-carousel .owl-controls {
    display: block !important;
  }
  .fxg-carousel__arrow {
    width: 24px;
    height: 24px;
    display: none !important;
  }
  [dir] .fxg-carousel__arrow {
    background-color: #fafafa;
  }
  .fxg-carousel__arrow svg {
    height: 11px;
    width: 11px;
  }
  [dir=ltr] .fxg-carousel__arrow svg {
    -webkit-transform: translate(7px, 6px);
    transform: translate(7px, 6px);
  }
  [dir=rtl] .fxg-carousel__arrow svg {
    -webkit-transform: translate(-7px, 6px);
            transform: translate(-7px, 6px);
  }
  .fxg-carousel {
    width: auto;
    min-width: 290px;
  }
  [dir] .fxg-carousel {
    margin-top: 80px;
  }
  .fxg-carousel__wrapper {
    width: auto;
    min-width: 290px;
  }
  [dir] .fxg-carousel__wrapper {
    padding: 0 15px;
  }
  [dir] .aem-Grid .fxg-carousel {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media (min-width: 664px) and (max-width: 767px) {
  .fxg-carousel__arrow {
    width: 24px;
    height: 24px;
    display: none !important;
  }
  [dir] .fxg-carousel__arrow {
    background-color: #fafafa;
  }
  .fxg-carousel__arrow svg {
    height: 11px;
    width: 11px;
  }
  [dir=ltr] .fxg-carousel__arrow svg {
    -webkit-transform: translate(7px, 6px);
    transform: translate(7px, 6px);
  }
  [dir=rtl] .fxg-carousel__arrow svg {
    -webkit-transform: translate(-7px, 6px);
            transform: translate(-7px, 6px);
  }
  .fxg-carousel {
    width: auto;
    min-width: 290px;
  }
  [dir] .fxg-carousel {
    margin-top: 80px;
  }
  .fxg-carousel__wrapper {
    width: auto;
    min-width: 290px;
  }
  [dir] .fxg-carousel__wrapper {
    padding: 0 15px;
  }
  [dir] .aem-Grid .fxg-carousel {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fxg-carousel__arrow {
    width: 24px;
    height: 24px;
    display: none !important;
  }
  [dir] .fxg-carousel__arrow {
    background-color: #fafafa;
  }
  .fxg-carousel__arrow svg {
    height: 11px;
    width: 11px;
  }
  [dir=ltr] .fxg-carousel__arrow svg {
    -webkit-transform: translate(7px, 6px);
    transform: translate(7px, 6px);
  }
  [dir=rtl] .fxg-carousel__arrow svg {
    -webkit-transform: translate(-7px, 6px);
            transform: translate(-7px, 6px);
  }
  .fxg-carousel {
    max-width: 738px;
  }
  [dir] .fxg-carousel {
    margin-top: 90px;
  }
  .fxg-carousel__wrapper {
    max-width: 738px;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/* Line height
According to 1DX design specs we have 2 major line height specs.
Headings - Medium:
- h1: 60 / 48 ~ 1.3
- h2: 50 / 38 ~ 1.3
- h3: 40 / 30 ~ 1.3
- h4: 30 / 24 ~ 1.3
- h5: 30 / 20 ~ 1.3
large: paragraphs, buttons etc
- 24 / 16 ~ 1.5
- 25 / 19 ~ 1.3
- 19 / 14 ~ 1.3
- 16 / 12 ~ 1.3
- 10 / 14 ~ 1.3
 */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom
================================= */
/*
Base font styling
 */
/*
Heading
*/
/*
Body text
*/
/*
Eyebrow
 */
/*
Buttons
 */
@-webkit-keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@keyframes slidein-bottom {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0.5rem;
  }
}
@-webkit-keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-0-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
BUTTON
------
*/
.fxg-button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.11px;
  line-height: 12px;
  display: inline-block;
}
[dir] .fxg-button {
  padding: 24px 40px;
  border: 0;
}
.fxg-button:hover, .fxg-button:focus {
  transition: 0.16s;
  -webkit-transform: scale(1.02, 1.06);
}
[dir] .fxg-button:hover, [dir] .fxg-button:focus {
  -webkit-transition: 0.16s;
          transform: scale(1.02, 1.06);
}
@media (max-width: 663px) {
  .fxg-button {
    width: 100%;
  }
}
.fxg-button--orange {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}
[dir] .fxg-button--orange {
  background-color: #ff6200;
  border-radius: 0;
}
.fxg-button--outline {
  -webkit-box-shadow: inset 0 0 0 2px #ff6200, 0 0 0 2px #fff;
  color: #ff6200;
  font-size: 19px;
  transition: -webkit-box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
[dir] .fxg-button--outline {
  background-color: transparent;
          box-shadow: inset 0 0 0 2px #ff6200, 0 0 0 2px #fff;
  border: 0;
  -webkit-transition: -webkit-box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.fxg-button--outline[disabled] {
  color: #8e8e8e;
}
[dir=ltr] .fxg-button--float-right {
  float: right;
}
[dir=rtl] .fxg-button--float-right {
  float: left;
}
@media (max-width: 663px) {
  [dir] .fxg-button--float-right {
    float: none;
  }
}
@media (max-width: 663px) {
  [dir] .fxg-form .fxg-button {
    margin-top: 2px;
    margin-bottom: 20px;
  }
}
.fxg-login-module .fxg-button {
  width: 100%;
}
[dir] .fxg-login-module .fxg-button {
  margin-bottom: 20px;
}
.fxg-tracking-module .fxg-button {
  width: 100%;
}
.fxg-locations-module .fxg-button {
  width: 100%;
}
.fxg-landing-hero .fxg-button {
  display: inline-block;
}
[dir] .fxg-landing-hero .fxg-button {
  text-align: center;
  margin-top: 15px;
}

html[dir=rtl] .fxg-button--float-right {
  float: left;
}

[dir] .link .fxg-img.fxg-img-icon {
  padding: 16px !important;
}
[dir] .link .fxg-img.fxg-img-left {
  padding: 16px 24px !important;
}
[dir] .link .fxg-img.fxg-img-right {
  padding: 16px 24px !important;
}
[dir] .link .fxg-img.fxg-img-noIcon {
  padding: 16px 20px !important;
}
.link .fxg-link.default {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
}
.link .fxg-link--blue, .link .fxg-link--blue-override {
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1.3;
}
.link .fxg-link--blue:hover, .link .fxg-link--blue-override:hover {
  color: #00689C !important;
}
.link .fxg-link--blue-override {
  color: #007AB7;
}
.link .fxg-button--round {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3 !important;
}
.link .fxg-link--rounded_button:hover {
  color: #00689c !important;
}
.link .fxg-button--orange {
  font-size: 1.1875rem !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 1px;
}
[dir] .link .fxg-button--orange:hover {
  background-color: #E45528 !important;
}
.link .fxg-button--transparent {
  font-size: 1.1875rem !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 1px;
}
.link .fxg-button--transparent:hover {
  color: #E45528 !important;
}
[dir] .link .fxg-button--transparent:hover {
  border: 2px solid #E45528;
}

[dir=ltr] .fxg-link .fxg-image-right {
  margin-left: 8px;
}

[dir=rtl] .fxg-link .fxg-image-right {
  margin-right: 8px;
}
[dir=ltr] .fxg-link .fxg-image-left {
  margin-right: 8px;
}
[dir=rtl] .fxg-link .fxg-image-left {
  margin-left: 8px;
}
.fxg-link .fxg-img-other svg, .fxg-link .fxg-img-other #cdnSVG {
  width: 24px;
  height: 24px;
}
.fxg-link .fxg-img-default svg, .fxg-link .fxg-img-default #cdnSVG {
  width: 16px;
  height: 16px;
}

.fxg-img .fxg-image-left {
  position: relative;
  bottom: -5px;
}
.fxg-img .fxg-image-right {
  position: relative;
  bottom: -5px;
}

.fxg-img-icon.fxg-button--orange {
  min-width: 0;
}

.fxg-img-icon.fxg-button--transparent {
  min-width: 0;
}

.fxg-pill {
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 30px;
  text-transform: uppercase;
  color: #007ab7;
  border: 1.5px solid #007ab7;
  border-radius: 50px;
  min-width: 165px;
  margin: 0;
  letter-spacing: 1px;
  overflow: hidden;
  max-height: 54px;
  background-color: #fff;
}
.fxg-pill:hover {
  height: 53px;
  padding: 2px 32px;
  transform: translateY(-2px);
  padding-top: 2px;
  padding-bottom: 2px;
  max-height: 58px;
}
@media (max-width: 767px) {
  .fxg-pill {
    max-width: 300px;
  }
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

/**
 * Breadcrumb SCSS
 */
.fxg-landing-hero .fxg-breadcrumbs {
  position: absolute;
}
@media (max-width: 992px) {
  .fxg-breadcrumbs {
    display: none;
  }
}
.fxg-wiki .fxg-breadcrumbs {
  top: 7px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.fxg-landing-hero--open .fxg-breadcrumbs {
  display: none;
}
.fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
  min-height: 1.875rem;
}
[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
  padding-left: 0;
}
[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
  padding-right: 0;
}
.fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list {
  max-width: 970px;
}
.fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
  font-weight: 300;
}
[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item + .cc-aem-c-breadcrumb__list__item {
  padding-left: 0.3125rem;
}
[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item + .cc-aem-c-breadcrumb__list__item {
  padding-right: 0.3125rem;
}
[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item + .cc-aem-c-breadcrumb__list__item:before {
  padding-right: 0.3125rem;
}
[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item + .cc-aem-c-breadcrumb__list__item:before {
  padding-left: 0.3125rem;
}

.fxg-fullwidth {
	width: 100% !important;
}

@media (max-width: 767px) {
  genericAppContainer appBaseComponent section {
    margin-top: -12px;
  }
}
[dir] .fxg-app-container {
  cursor: default;
}

.fxg-cube .fxg-app-container {
  display: none;
}

.fxg-cube--active .fxg-app-container {
  width: 100%;
  min-height: 125px;
  display: block;
}

[dir=ltr] .fxg-cube--active .fxg-app-container {
  left: 0;
}

[dir=rtl] .fxg-cube--active .fxg-app-container {
  right: 0;
}

.fxg-app-container--open, .fxg-app-container--error {
  min-height: 235px;
  width: 100%;
}

[dir] .fxg-app-container--open, [dir] .fxg-app-container--error {
  background: #fff;
}

[dir] .fxg-app-container--error {
  padding-bottom: 35px;
}

.fxg-app-container--error .fxg-app__wrapper {
  min-height: 100px;
}

[dir] .fxg-app-container .fxg-app {
  cursor: default;
}

.fxg-app-container .fxg-app__wrapper {
  /**
   * Patch to undo CSS injected by magicRateShipApp
   */
  min-height: auto !important;
}

[dir] .fxg-app-container .fxg-app__wrapper {
  margin-top: 35px;
}

@media (max-width: 767px) {
  [dir] .fxg-app-container .fxg-app__wrapper {
    margin-top: 15px;
  }
}

.fxg-cube--active .fxg-app-container .fxg-app__wrapper form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .fxg-cube--active .fxg-app-container .fxg-app__wrapper form {
    display: block;
  }
}

.fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
  display: inline-block;
}

[dir] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
  margin: 0 auto;
}

[dir=ltr] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
  text-align: left;
}

[dir=rtl] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
  text-align: right;
}

@media (max-width: 767px) {
  .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    width: 100%;
  }

  [dir] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    margin-bottom: 0px;
  }
}

.cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
  display: inline-block;
}

[dir] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
  margin: 0 auto;
}

[dir=ltr] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
  text-align: left;
}

[dir=rtl] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
  text-align: right;
}

@media (max-width: 767px) {
  .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    width: 100%;
  }

  [dir] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    margin-bottom: 0px;
  }
}
.fx-pv-hidden {
  display: none;
}

.fx-pv-hidden_editmode {
  opacity: .8;
}

[dir] .fx-pv-hidden_editmode {
  border: 1px dashed #ff6200;
}

.fx-pv-hidden_editmode:before {
  content: "This field is hidden";
  color: #ff6200;
}

.fx-av_fields {
  overflow: hidden;
}

[dir] .fx-av_fields .fxg-field__input-text {
  background-color: #f2f2f2;
}

[dir] .fx-av_submit_wrap {
  padding-top: 40px;
}

.fx-av_submit_wrap button {
  position: relative;
}

[dir=ltr] .fx-av_submit_wrap button {
  left: 50%;
  transform: translateX(-50%) scale(1, 1);
}

[dir=rtl] .fx-av_submit_wrap button {
  right: 50%;
  transform: translateX(50%) scale(1, 1);
}

.fx-av_submit_wrap button:hover, .fx-av_submit_wrap button:focus {
  transition: 0.16s;
}

[dir=ltr] .fx-av_submit_wrap button:hover, [dir=ltr] .fx-av_submit_wrap button:focus {
  transform: translateX(-50%) scale(1.02, 1.06);
}

[dir=rtl] .fx-av_submit_wrap button:hover, [dir=rtl] .fx-av_submit_wrap button:focus {
  transform: translateX(50%) scale(1.02, 1.06);
}

@media (max-width: 767px) {
  [dir] .fx-av_submit_wrap {
    padding-top: 35px;
  }
}

.fxg-alert {
  display: none;
  position: relative;
  height: auto;
  font-size: 14px;
}

[dir] .fxg-alert {
  padding: 30px;
}

@media (max-width: 767px) {
  [dir] .fxg-alert {
    padding: 20px 0;
  }
}

.fxg-alert p {
  font-size: 14px;
  line-height: 14px;
}

[dir=ltr] .fxg-alert p {
  padding-right: 80px;
}

[dir=rtl] .fxg-alert p {
  padding-left: 80px;
}

@media (max-width: 767px) {
  .fxg-alert p {
    line-height: 18px;
  }

  [dir] .fxg-alert p {
    margin-bottom: 20px;
  }

  [dir=ltr] .fxg-alert p {
    padding-right: 30px;
  }

  [dir=rtl] .fxg-alert p {
    padding-left: 30px;
  }
}

.fxg-alert__footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

[dir=ltr] .fxg-alert__footer {
  left: 0px;
}

[dir=rtl] .fxg-alert__footer {
  right: 0px;
}

[dir] .fxg-alert.fxg-alert-no-details p {
  padding-top: 10px;
}

.fxg-alert__icon {
  width: 35px;
  height: 35px;
}

[dir=ltr] .fxg-alert__icon {
  float: left;
  margin-right: 20px;
}

[dir=rtl] .fxg-alert__icon {
  float: right;
  margin-left: 20px;
}

[dir=ltr] .fxg-alert__details-icon-spacer {
  margin-left: 55px;
}

[dir=rtl] .fxg-alert__details-icon-spacer {
  margin-right: 55px;
}

.fxg-alert__close-btn {
  position: absolute;
  top: 0;
}

[dir] .fxg-alert__close-btn {
  cursor: pointer;
}

[dir=ltr] .fxg-alert__close-btn {
  right: 20px;
}

[dir=rtl] .fxg-alert__close-btn {
  left: 20px;
}

.fxg-alert__details-info {
  display: none;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .fxg-alert__details-info {
    line-height: 18px;
  }

  [dir] .fxg-alert__details-info {
    margin-bottom: 20px;
  }
}

.fxg-alert__details-info a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .fxg-alert__details-info a {
    font-weight: 700;
  }
}

.fxg-alert__details--show .fxg-alert__details-info {
  display: block;
}

.fxg-alert__details-btn {
  font-weight: 700;
  width: auto;
}

.fxg-alert__details-btn svg {
  display: inline-block;
  width: 17px;
  transition: .25s;
}

[dir] .fxg-alert__details-btn svg {
  margin: 0 5px;
  cursor: pointer;
}

[dir=ltr] .fxg-alert__details-btn svg {
  transform: rotate(180deg);
}

[dir=rtl] .fxg-alert__details-btn svg {
  transform: rotate(-180deg);
}

[dir] .fxg-alert__details--show .fxg-alert__details-btn svg {
  transform: rotate(0);
}

[dir=ltr] .fxg-alert__text-spacer {
  margin-left: 55px;
  margin-right: 22px;
}
[dir=ltr] .fxg-alert__text-spacer p {
  padding-left: 0;
  padding-right: 60px;
}

[dir=rtl] .fxg-alert__text-spacer p {
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 767px) {
  [dir=ltr] .fxg-alert__text-spacer p {
    padding-left: 0;
    padding-right: 10px;
  }
  
  [dir=rtl] .fxg-alert__text-spacer p {
    padding-left: 10px;
    padding-right: 0;
  }
}
[dir=rtl] .fxg-alert__text-spacer {
  margin-left: 22px;
  margin-right: 55px;
}

.fxg-alert__text a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.fxg-alert.fxg-alert--show {
  display: block;
}

.fxg-alert.fxg-alert--red {
  color: #fff;
}

[dir] .fxg-alert.fxg-alert--red {
  background: #de002e;
}

.fxg-alert.fxg-alert--red p, .fxg-alert.fxg-alert--red ol, .fxg-alert.fxg-alert--red ul {
  color: #fff;
}

.fxg-alert.fxg-alert--red ol, .fxg-alert.fxg-alert--red ul {
  font-size: 12px;
}

[dir] .fxg-alert.fxg-alert--yellow {
  background: #ffffe0;
}

.fxg-alert.fxg-alert--green {
  color: #fff;
}

[dir] .fxg-alert.fxg-alert--green {
  background: #8fbc8f;
}

.fxg-alert.fxg-alert--blue {
  color: #fff;
}

[dir] .fxg-alert.fxg-alert--blue {
  background: #87cefa;
}

.fxg-alert.fxg-alert--gray {
  color: #333;
}

[dir] .fxg-alert.fxg-alert--gray {
  background: #f2f2f2;
}

.fxg-alert.fxg-alert--gray p {
  color: #333;
}

.fxg-alert.fxg-alert--gray a {
  color: #333;
}

.fxg-alert.fxg-alert--gray g {
  stroke: #333 !important;
}

.fxg-alert.fxg-alert--gray ul, .fxg-alert.fxg-alert--gray ol {
  color: #333;
  font-size: 12px;
}

.fxg-toast {
  display: inline-block;
  position: fixed;
  width: 252px;
  bottom: 15px;
  transition: transform 0.56s cubic-bezier(0.23, 1, 0.32, 1);
}

[dir] .fxg-toast {
  background-color: #f2f2f2;
}

[dir=ltr] .fxg-toast {
  left: 15px;
  padding: 24.5px 22.2px 20px 26px;
}

[dir=rtl] .fxg-toast {
  right: 15px;
  padding: 24.5px 26px 20px 22.2px;
}

@media (max-width: 767px) {
  .fxg-toast {
    width: calc(100vw - 78px);
  }

  [dir=ltr] .fxg-toast {
    padding: 24.5px 22.2px 20px 26px;
  }

  [dir=rtl] .fxg-toast {
    padding: 24.5px 26px 20px 22.2px;
  }
}

.fxg-toast .fxg-toast__text {
  color: #4A4A4A;
  font-size: 10px;
  font-size: 9px;
  max-width: 220px;
  opacity: 0;
}

[dir] .fxg-toast .fxg-toast__text {
  margin-top: 50px;
}

.fxg-toast .fxg-toast__status-icon {
  position: absolute;
  top: 11px;
  width: 50px;
  opacity: 0;
  height: 50px;
}

[dir] .fxg-toast .fxg-toast__status-icon {
  transform: scale(0.6);
  background-image: url(commoncore/components/alert_old/css/images/FX_calendar_sprite_64.png);
}

[dir=ltr] .fxg-toast .fxg-toast__status-icon {
  left: 15px;
}

[dir=rtl] .fxg-toast .fxg-toast__status-icon {
  right: 15px;
}

[dir] .fxg-toast .fxg-toast__status-icon--error {
  background-position: -7px 57px;
}

[dir] .fxg-toast .fxg-toast__status-icon--info {
  background-position: -7px 121px;
}

[dir] .fxg-toast .fxg-toast__status-icon--success {
  background-position: -7px 185px;
}

.fxg-toast .fxg-toast__close-icon {
  width: 18px;
  top: -2px;
  position: absolute;
  opacity: 0;
}

[dir] .fxg-toast .fxg-toast__close-icon {
  background-size: cover;
  transform: scale(0.6);
  background-position: -10px 390px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url(commoncore/components/alert_old/css/images/FX_calendar_sprite_64.png);
}

[dir=ltr] .fxg-toast .fxg-toast__close-icon {
  padding: 33px 30px 17px 17px;
  right: -9px;
}

[dir=rtl] .fxg-toast .fxg-toast__close-icon {
  padding: 33px 17px 17px 30px;
  left: -9px;
}

.fxg-toast .fxg-toast__close-icon:focus {
  outline: #007ab7 2px solid;
}

.fxg-toast .fxg-toast__status-icon--hide {
  display: none;
}

@media (max-width: 767px) {
  .fxg-toast--read-only .fxg-toast__status-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  [dir] .fxg-toast--read-only .fxg-toast__text {
    margin-top: 0;
  }
}

.fxg-wrapper a.fxg-toast__link,
.fxg-wrapper .fxg-toast__link {
  display: inline-block;
  color: #007ab7;
  text-transform: uppercase;
  font-size: 8px;
  opacity: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.fxg-wrapper a.fxg-toast__link:hover, .fxg-wrapper a.fxg-toast__link:focus, .fxg-wrapper a.fxg-toast__link:active,
  .fxg-wrapper .fxg-toast__link:hover,
  .fxg-wrapper .fxg-toast__link:focus,
  .fxg-wrapper .fxg-toast__link:active {
  color: #007ab7;
}

[dir] .fxg-wrapper a.fxg-toast__link:hover, [dir] .fxg-wrapper a.fxg-toast__link:focus, [dir] .fxg-wrapper a.fxg-toast__link:active, [dir] .fxg-wrapper .fxg-toast__link:hover, [dir] .fxg-wrapper .fxg-toast__link:focus, [dir] .fxg-wrapper .fxg-toast__link:active {
  border-bottom: 1px solid #007ab7;
}

.fxg-wrapper .fxg-toast__text + a.fxg-toast__link,
.fxg-wrapper .fxg-toast__text + .fxg-toast__link {
  opacity: 0;
  font-weight: 600;
}

[dir] .fxg-wrapper .fxg-toast__text + a.fxg-toast__link, [dir] .fxg-wrapper .fxg-toast__text + .fxg-toast__link {
  margin-top: 50px;
}

[dir=ltr] .fxg-toast__fadeInUp {
  -webkit-animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23, 1, 0.32, 1) 1.08s;
  animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23, 1, 0.32, 1) 1.08s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

[dir=rtl] .fxg-toast__fadeInUp {
  -webkit-animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23, 1, 0.32, 1) 1.08s;
  animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23, 1, 0.32, 1) 1.08s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

[dir=ltr] .fxg-toast__fadeOutDown {
  -webkit-animation-name: fxg-toast__fadeOutDown;
  animation-name: fxg-toast__fadeOutDown;
  -webkit-animation: slide 3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: slide 3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[dir=rtl] .fxg-toast__fadeOutDown {
  -webkit-animation-name: fxg-toast__fadeOutDown;
  animation-name: fxg-toast__fadeOutDown;
  -webkit-animation: slide 3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: slide 3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[dir=ltr] .fxg-toast-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir=rtl] .fxg-toast-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[dir] .fxg-toast--preload {
  transform: translateY(calc(100% + 40px));
}

[dir=ltr] .fxg-toast__animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

[dir=rtl] .fxg-toast__animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

[dir=ltr] .fxg-toast__alert {
  -webkit-animation-name: slide;
  animation-name: slide;
}

[dir=rtl] .fxg-toast__alert {
  -webkit-animation-name: slide;
  animation-name: slide;
}

.fxg-toast.fxg-toast--reverse {
  transition: all 0.56s cubic-bezier(0.23, 1, 0.32, 1);
}

[dir] .fxg-toast.fxg-toast--reverse {
  transform: translateY(115%);
  transform: translateY(calc(100% + 40px));
}

@-webkit-keyframes fxg-toast__fadeInUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fxg-toast__fadeInUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide {
  0% {
    transform: translateY(115%);
    transform: translateY(calc(100% + 40px));
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slide {
  0% {
    transform: translateY(115%);
    transform: translateY(calc(100% + 40px));
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes reverse-slide {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(115%);
    transform: translateY(calc(100% + 40px));
  }
}

@keyframes reverse-slide {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(115%);
    transform: translateY(calc(100% + 40px));
  }
}

.fxg-toast__list-item a {
  color: blue !important;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

fedex-alert-footer {
  position: fixed;
  bottom: 0;
}[dir=ltr] fedex-alert-footer {
  right: 0;
  left: 0;
}[dir=rtl] fedex-alert-footer {
  left: 0;
  right: 0;
}

.fxg-alerts {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.fxg-alerts a {
  color: inherit;
  text-decoration: underline;
}

[dir] .fxg-alerts p:first-child {
  margin-top: 0;
}

.fxg-alerts .cc-aem-c-icon {
  vertical-align: middle;
}

.fxg-alerts__details-toggle > span {
  font-weight: 500;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

.fxg-accordion__button__icon--child {
  display: none;
}

[dir] .fxg-accordion .fxg-accordion {
  margin-bottom: 0;
  border-bottom: 0;
}
.fxg-accordion .fxg-accordion .fxg-accordion__text__icon,
.fxg-accordion .fxg-accordion .fxg-accordion__button__icon--parent {
  display: none;
}
.fxg-accordion .fxg-accordion .fxg-accordion__button__icon--child {
  display: block;
}

[dir] *:not(.cc-aem-c-accordion__item > .aem-Grid) > .accordion_selector + .accordion_selector > .fxg-accordion > .cc-aem-c-accordion__button {
  border-top: 0;
}

.cc-aem-c-accordion__button__text > span {
  font-weight: inherit;
}

/**
   * GENERATED BY FMOD
   * Please do not modify this file directly.
   * Check 'ui.frontend/README.md' for the instructions.
   **/

[dir] .fxg-adaptiveform .guidefield {
  margin-bottom: 1.25rem;
}

.fxg-adaptiveform .panel {
  -webkit-box-shadow: none;
}

[dir] .fxg-adaptiveform .panel {
  margin-bottom: 0;
  border: 0;
          box-shadow: none;
}

[dir] .fxg-adaptiveform__tooltip-content p:last-child {
  margin-bottom: 0;
}

.fxg-adaptiveform .mobileLayout {
  display: none;
}

/* Responsivness 
================================= */
/* Box Shadows
================================= */
/* Flexbox
================================= */
/* Transfrom 
================================= */
.fxg-size-input {
  background-color: #f2f2f2;
  border-left: 3px solid transparent;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 20px;
}

.fxg-size-input--active {
  background-color: #f2f2f2;
}

.fxg-size-input__input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: 300;
  outline: 0;
  padding: 24px 10px 10px 9px;
  text-shadow: transparent 0 0 0;
  max-width: 85px;
  -webkit-appearance: none;
}

.fxg-size-input__input.fxg-field__input-padding {
  padding: 27px 8px 10px 15px !important;
}

@media (max-width: 992px) {
  .fxg-size-input__input {
    max-width: 60px;
  }
}

.fxg-size-input__label {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .025em;
  top: 10px;
  left: 12px;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
  transition: all .2s;
}

.fxg-size-input__label--active {
  color: #4d148c;
  font-size: 10px;
  letter-spacing: .025em;
  top: 11px;
  left: 12px;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
  transition: all .2s;
}

.fxg-size-input__label--filled {
  font-size: 10px;
  letter-spacing: .025em;
  top: 11px;
  left: 12px;
  position: absolute;
  pointer-events: none;
  text-transform: uppercase;
  transition: all .2s;
  color: #4D148C;
}

@media (max-width: 992px) {
  .fxg-size-input__label {
    color: #333333;
    font-size: 10px;
    letter-spacing: .025em;
    top: 10px;
    left: 12px;
    position: absolute;
    pointer-events: none;
    text-transform: uppercase;
    transition: all .2s;
  }
}

.fxg-size-input__separator {
  color: #333333;
  font-size: 20px;
  position: relative;
  top: 0;
}

[dir=rtl] :not([dir=ltr]) .size-input__label, [dir=rtl] > .size-input__label {
  left: none;
  right: 10px;
}

[dir=rtl] :not([dir=ltr]) .size-input--active, [dir=rtl] > .size-input--active {
  border-right: 3px solid #4d148c;
  border-left: none;
}

.size-input__label, .size-input__label--active, [dir=rtl] :not([dir=ltr]) .size-input__label--filled, [dir=rtl] > .size-input__label--filled {
  left: none;
  right: 12px;
}

.fxg-rtab {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 95px;
  padding-left: 0px;
}

.fxg-rtab-item {
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  font-size: 15px;
  padding-bottom: 12px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  transition: all .2s linear;
}

.fxg-rtab-item--active {
  color: #4d148c;
  border-bottom: 4px solid #4d148c;
}

.fxg-rtab-item--after {
  background-color: #4d148c;
  content: "";
  display: block;
  height: 5px;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: all .2s linear;
  opacity: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .fxg-rtab-item {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .fxg-rtab {
    margin-top: 67px;
    margin-bottom: 10px;
  }
}

.fxg-rate-table {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 5px;
  margin-bottom: 0;
  color: #333333;
}

.fxg-rate-table-header {
  margin: 40px 0px 20px 10px;
}

.fxg-rate-table-header:after {
  content: " ";
  display: table;
  clear: both;
}

.fxg-rate-table-header:before {
  content: " ";
  display: table;
}

.fxg-rate-table-header__icons {
  color: #4d148c;
  float: left;
}

.fxg-rate-table-header__text {
  font-size: 12px;
  float: right;
  text-align: right;
  width: 45%;
  vertical-align: bottom;
}

.fxg-rate-table-header__printer-icon {
  font-size: 26px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .fxg-rate-table-header__email-icon {
    display: none;
  }
  .fxg-rate-table-header__printer-icon {
    display: none;
  }
}

@media (max-width: 992px) {
  .fxg-rate-table-header {
    margin: 40px 0px 8px 10px;
  }
}

.fxg-rate-table__day {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.fxg-rate-table__day:last-child {
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 992px) {
  .fxg-rate-table__day {
    display: block;
  }
}

.fxg-rate-table__title {
  box-sizing: border-box;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  font-size: 20px;
  padding: 29px 20px;
  width: 27%;
  position: relative;
  z-index: 3;
  font-style: normal;
  font-weight: 300;
  color: #333333;
}

@media (max-width: 992px) {
  .fxg-rate-table__title {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    -ms-flex: none;
    flex: none;
    padding: 16px 5px 16px;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}

.fxg-rate-table__rates {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  width: 73%;
}

@media (max-width: 992px) {
  .fxg-rate-table__rates {
    -ms-flex: none;
    flex: none;
    display: block;
    width: 100%;
  }
}

.fxg-rate-table__rate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 50px 20px 0;
  position: relative;
}

.fxg-rate-table__rate--last {
  border-bottom: 1px solid transparent;
}

@media (max-width: 992px) {
  .fxg-rate-table__rate {
    padding: 12px 0;
  }
}

.fxg-rate-table__button {
  padding: 17px 40px;
  font-size: 20px;
}

.fxg-rate-table__rate-info {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  padding-top: 10px;
  width: 63%;
}

@media (max-width: 992px) {
  .fxg-rate-table__rate-info {
    width: 100%;
    font-size: 18px;
  }
}

.fxg-rate-table__rate-action {
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  width: 37%;
}

@media (max-width: 992px) {
  .fxg-rate-table__rate-action {
    display: block;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.fxg-rate-table__duties-and-taxes {
  cursor: pointer;
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 15px;
  text-decoration: underline;
}

.fxg-rate-table__rate-breakdown {
  display: none;
  width: 100%;
}

.fxg-rate-table__overlay {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  z-index: 100;
}

.fxg-rate-table__na {
  width: 100%;
  display: block;
  color: #333333;
  text-align: right;
  padding: 3px 47px 8px 0;
  font-size: 12px;
}

@media (max-width: 992px) {
  .fxg-rate-table__na {
    text-align: left;
    padding: 3px 0;
    margin-bottom: 10px;
  }
}

.fxg-rate-table-footer {
  margin-top: 10px;
}

.fxg-rate-table-footer__text {
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 992px) {
  .fxg-rate-table-footer__text {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .fxg-rate-table {
    padding-top: 0px;
  }
}

[dir="rtl"] *:not([dir="ltr"]) .rate-table-header__text,
[dir="rtl"] > .rate-table-header__text {
  float: left;
  width: 25%;
}

[dir="ltr"] *:not([dir="rtl"]) .rate-table-header__text,
[dir="ltr"] > .rate-table-header__text {
  float: right;
  width: 45%;
}

.fxg-price-table {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.fxg-price-table__title {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.5px;
}

.fxg-price-table__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  padding: 5px 0 0;
  font-weight: 300;
}

.fxg-price-table__item--total * {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}

.fxg-price-table__label {
  -ms-flex: 0 0 1;
  -webkit-box-flex: 0;
  flex: 0 0 1;
  width: 50%;
}

.fxg-price-table__price {
  -ms-flex: 0 0 1;
  -webkit-box-flex: 0;
  flex: 0 0 1;
  text-align: right;
  width: 50%;
}

.fxg-text-label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 992px) {
  .fxg-text-label {
    margin-bottom: 3px;
    font-size: 10px;
  }
}

.fxg-text--light {
  color: #333;
}

.fxg-text--small {
  font-size: 12px;
}

@media (max-width: 992px) {
  .fxg-text--small {
    font-size: 10px;
    font-weight: 300;
  }
}

.fxg-field__input-text {
  background: #f2f2f2 !important;
  padding: 27px 8px 10px 16px !important;
}

@media (max-width: 992px) {
  .fxg-field__input-text {
    letter-spacing: -0.4px;
  }
}

.fxg-field__input-text-center {
  background: #f2f2f2 !important;
  padding: 20px 8px 17px 16px !important;
}

.fxg-field__validation-no-padding {
  font-size: 14px;
  padding: 0px;
  height: 17px;
}

.fxg-field__input-padding {
  padding: 35px 8px 10px 15px !important;
}

@media (max-width: 992px) {
  .fxg-field__validation {
    padding: 8px 15px 10px 0px;
  }
}

.fxg-size-input__active {
  background: #f2f2f2 !important;
}

.fxg-form {
  /*.col-xs-6 .fxg-field--full {
        width: 317px !important;
    }*/
}

.fxg-form__row #fromPostalCode {
  margin-bottom: 0px;
}

.fxg-form__row .col-xs-8 {
  padding-right: 1px;
}

.fxg-form__row .col-xs-4 {
  padding-left: 1px;
}

.fxg-form__row .col-xs-6 {
  width: 50%;
  padding-left: 0px;
}

.fxg-form__row--height {
  height: 60px;
}

.fxg-modal {
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 80%;
  top: 70px;
  left: 65%;
  margin-left: -55%;
  padding: 20px;
}

.fxg-modal-link {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}

.fxg-modal-not-real-link {
  text-decoration: none;
  cursor: default;
  outline: none;
}

.fxg-modal--not-real-link :focus {
  outline: none;
}

.fxg-modal-2, .fxg-modal-3, .fxg-modal-4, .fxg-modal-5 {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.fxg-modal-2 .modal-content, .fxg-modal-3 .modal-content, .fxg-modal-4 .modal-content, .fxg-modal-5 .modal-content {
  padding: 35px 80px;
  background: #fff;
  position: relative;
  top: 10vh;
  max-width: 640px !important;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(-80vh);
  transform: translateY(-80vh);
  transition: .4s ease-out;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.07);
}

.fxg-modal-2 .close-modal, .fxg-modal-3 .close-modal, .fxg-modal-4 .close-modal, .fxg-modal-5 .close-modal {
  color: #444;
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 1.2em;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url(commoncore/magic/rate_ship/css/Cancel.c4280a944266160304d7.svg) no-repeat 0 0;
}

.fxg-modal-2 .show-modal, .fxg-modal-3 .show-modal, .fxg-modal-4 .show-modal, .fxg-modal-5 .show-modal {
  visibility: visible;
}

.fxg-modal-2.show-modal .modal-content, .fxg-modal-3.show-modal .modal-content, .fxg-modal-4.show-modal .modal-content, .fxg-modal-5.show-modal .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fxg-modal-2 h1, .fxg-modal-3 h1, .fxg-modal-4 h1, .fxg-modal-5 h1 {
  margin: 10px auto 40px auto;
}

.fxg-modal__close--btn {
  position: absolute;
  top: 3px;
  right: -15px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -9px -265px;
  width: 33px;
  height: 31px;
  opacity: 1;
}

.fxg-modal-2 .source-text, .fxg-modal-3 .source-text {
  font-size: 11px;
  margin-top: 5px;
  color: #949494;
  font-weight: 300;
}

.fxg-modal-2 .right, .fxg-modal-3 .right {
  text-align: right;
}

.fxg-modal-2 .bottom-info, .fxg-modal-3 .bottom-info {
  border-top: 1px solid #d5d5d7;
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.fxg-modal-2 .bottom-info .btn, .fxg-modal-3 .bottom-info .btn {
  text-align: center;
  padding: 25px 15px;
  width: 200px;
}

@media (min-width: 993px) {
  .fxg-modal {
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 40%;
    top: 70px;
    left: 65%;
    margin-left: -35%;
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .fxg-modal-4 .button--long {
    max-width: 180px;
    min-width: 180px;
  }
}

[dir=rtl] :not([dir=ltr]) .close, [dir=rtl] > .close {
  left: 5px;
  right: auto;
}

[dir=ltr] :not([dir=rtl]) .close, [dir=ltr] > .close {
  right: -15px !important;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes morphColors {
  0%, to {
    stroke: #4d148c;
  }
  40%, 80%, 90% {
    stroke: #4d148c;
  }
  66% {
    stroke: #4d148c;
  }
}

@keyframes morphColors {
  0%, to {
    stroke: #4d148c;
  }
  40%, 80%, 90% {
    stroke: #4d148c;
  }
  66% {
    stroke: #4d148c;
  }
}

.fxg-app-loading {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.fxg-spinner {
  position: relative;
  margin: 0 auto;
  width: 35px;
}

.fxg-spinner:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.fxg-spinner--large {
  width: 50px;
}

.fxg-spinner--small {
  width: 20px;
}

.fxg-spinner--input {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 25px;
}

.fxg-spinner--page {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
}

.fxg-spinner__circle {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fxg-spinner__path {
  -webkit-animation: dash 1.5s ease-in-out infinite,morphColors 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite,morphColors 6s ease-in-out infinite;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.fxg-heading {
  margin-top: 100px;
  margin-bottom: 45px;
  font-style: normal;
  font-weight: 300;
}

.fxg-heading--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fxg-heading--xlarge {
  font-size: 48px;
  letter-spacing: -.04em;
}

.fxg-heading--large {
  font-size: 35px;
}

.fxg-heading--medium {
  font-size: 32px;
}

.fxg-heading--small {
  font-size: 23px;
}

.fxg-heading--xsmall {
  font-size: 24px;
}

.fxg-heading--flat {
  margin-top: auto;
  margin-bottom: auto;
}

.fxg-heading--reduced-margin-top {
  margin-top: 25px;
}

.fxg-heading--reduced-margin-bottom {
  margin-bottom: 25px;
}

.fxg-heading__secondary-text {
  font-size: 16px;
}

@media (max-width: 992px) {
  .fxg-heading {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .fxg-heading--large {
    font-size: 25px;
    letter-spacing: -0.2px;
    line-height: 1.2;
  }
  .fxg-heading--medium {
    font-size: 32px;
  }
}

.fxg-rating {
  color: #333333;
  /*
	& .fxg-heading--large {
		font-size: 32px;
	}
	& .fxg-heading {
		margin: 35px auto;
	}
	
	& .fxg-address_heading,& .fxg-heading {
		-webkit-font-smoothing: antialiased;
		color: #333;
		font-weight: 400;
		text-align: center;
	}
	*/
}

.fxg-rating .fxg-address_heading {
  margin: 20px auto;
}

.fxg-rating .fxg-form-element__checkbox-label label {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}

.fxg-rating a {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  text-decoration: underline;
  font-style: normal;
  cursor: pointer;
}

.fxg-rating a:hover {
  color: #007ab7;
}

.fxg-calendarIcon {
  background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-style: none;
}

/* for high resolution display. High reso images needs testing */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fxg-calendarIcon {
    background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_64.png");
    background-position: 0 0;
    background-size: 32px 288px;
    width: 32px;
    height: 32px;
    /* rest of your styles... */
  }
}

.fxg-ui-datepicker {
  width: 100%;
  padding: .2em .2em 0;
  display: block;
  z-index: 1;
}

.fxg-ui-datepicker .fxg-ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.fxg-ui-datepicker .fxg-ui-datepicker-next, .fxg-ui-datepicker .fxg-ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.fxg-ui-datepicker .fxg-ui-datepicker-next-hover, .fxg-ui-datepicker .fxg-ui-datepicker-prev-hover {
  top: 1px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-prev {
  left: 2px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-prev-hover {
  left: 1px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 20%;
  margin-left: -8px;
  top: 32%;
  margin-top: -8px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-next {
  right: 2px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-next-hover {
  right: 1px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 20%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.fxg-ui-datepicker .fxg-ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.fxg-ui-datepicker .fxg-ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.fxg-ui-datepicker select.fxg-ui-datepicker-month-year {
  width: 100%;
}

.fxg-ui-datepicker select.fxg-ui-datepicker-month, .fxg-ui-datepicker select.fxg-ui-datepicker-year {
  width: 49%;
}

.fxg-ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: -10px 0 -.1em;
}

.fxg-ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.fxg-ui-datepicker td {
  border: 0;
  padding: 1px;
}

.fxg-ui-datepicker td a, .fxg-ui-datepicker td span {
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.fxg-ui-datepicker .fxg-ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.fxg-ui-datepicker .fxg-ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.fxg-ui-datepicker .fxg-ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.fxg-ui-datepicker.fxg-ui-datepicker-multi {
  width: auto;
}

.fxg-ui-datepicker-multi .fxg-ui-datepicker-group {
  float: left;
}

.fxg-ui-datepicker-multi .fxg-ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.fxg-ui-datepicker-multi-2 .fxg-ui-datepicker-group {
  width: 50%;
}

.fxg-ui-datepicker-multi-3 .fxg-ui-datepicker-group {
  width: 33.3%;
}

.fxg-ui-datepicker-multi-4 .fxg-ui-datepicker-group {
  width: 25%;
}

.fxg-ui-datepicker-multi .fxg-ui-datepicker-group-last .fxg-ui-datepicker-header, .fxg-ui-datepicker-multi .fxg-ui-datepicker-group-middle .fxg-ui-datepicker-header {
  border-left-width: 0;
}

.fxg-ui-datepicker-multi .fxg-ui-datepicker-buttonpane {
  clear: left;
}

.fxg-ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

.fxg-ui-datepicker-rtl {
  direction: rtl;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-rtl-prev {
  right: 2px;
  left: auto;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-rtl-prev:hover {
  right: 1px;
  left: auto;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-rtl-next {
  left: 2px;
  right: auto;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-rtl-next:hover {
  left: 1px;
  right: auto;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-buttonpane {
  clear: right;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-buttonpane button {
  float: left;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-buttonpane button.fxg-ui-datepicker-current, .fxg-ui-datepicker-rtl .fxg-ui-datepicker-group {
  float: right;
}

.fxg-ui-datepicker-rtl .fxg-ui-datepicker-group-last .fxg-ui-datepicker-header, .fxg-ui-datepicker-rtl .fxg-ui-datepicker-group-middle .fxg-ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.fxg-ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-filter: mask();
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

.fxg-ui-widget.fxg-ui-widget-content {
  background-color: #fff !important;
  border: 1px solid #d8d8d8 !important;
}

.fxg-ui-hidden-accessible {
  font-size: 5px !important;
  color: transparent;
  z-index: -99;
  position: absolute;
  /*21242: added so that hidden text is not visible on select of mouse drag also*/
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
  /*added so that hidden text is not visible on select of mouse drag also*/
}

.fxg-ui-hidden-accessible:focus {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
}

.fxg-fedexDatePicker {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}

.fxg-fedexDatePicker thead {
  padding: 5px 2px;
}

.fxg-fedexDatePicker td, .fxg-fedexDatePicker th {
  border-collapse: collapse;
  line-height: 1.8;
  padding: 1% 3% 2% !important;
  text-align: center;
}

.fxg-fedexDatePicker th {
  font-size: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8 !important;
  overflow-scroll: none;
  text-transform: uppercase;
}

.fxg-fedexDatePicker td {
  cursor: pointer;
  font-weight: 700;
  height: 28px;
}

.fxg-fedexDatePicker .nextmonth, .fxg-fedexDatePicker .prevmonth {
  display: none;
}

.fxg-fedexDatePicker .currmonth {
  padding: 5px;
}

.fxg-fedexDatePicker .activeDay div {
  background-color: #f3f3f3;
  color: #161515;
}

.fxg-fedexDatePicker .activeDay div, .fxg-fedexDatePicker .currday div {
  border-radius: 50px;
  width: 30px;
}

.fxg-fedexDatePicker .currday div {
  font-weight: 600;
}

.fxg-fedexDatePicker .selectedday div {
  background-color: #0079b5 !important;
  color: #f1f1f1;
  border-radius: 50px;
  width: 30px;
}

.fxg-fedexDatePicker .selectedday div a {
  color: #f1f1f1;
}

.fxg-fedexDatePicker .caltable tbody .currmonth:hover {
  background-color: #e0e0e0;
  border-radius: 100%;
}

.fxg-fedexDatePicker .disabled {
  cursor: default !important;
  color: #ccc !important;
}

.fxg-fedexDatePicker .disabled a {
  color: #ccc !important;
}

.fxg-fedexDatePicker .enable {
  color: blue;
  background-color: none !important;
}

p.fxg-icon--valid::before {
  display: inline-block;
  content: '';
  background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -10px -43px;
  width: 13px;
  height: 11px;
}

p.fxg-icon--invalid::before {
  display: inline-block;
  content: '';
  background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -9px -265px;
  width: 14px;
  height: 14px;
}

p.fxg-icon--invalid, p.fxg-icon--valid {
  margin-bottom: 0px;
}

.fxg-information-message {
  color: #333333;
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  opacity: 1;
  padding: 6px 15px 3px 15px;
}

.fxg-information-message__invalid {
  color: #de002e;
}

.fxg-information-message__valid {
  color: #090;
}

@media (max-width: 992px) {
  .fxg-information-message {
    padding: 1px 15px 5px 0px;
  }
  .fxg-information-message span {
    font-size: 10px;
  }
}

pickup-options {
  /* Moved inside fxg-rating
   label {
        font-weight: 450 !important;
        font-size: 16px !important;
        color: #666;
    }
*/
}

pickup-options .fxg-form {
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 992px) {
  pickup-options .fxg-form {
    margin-top: 14px;
  }
}

.fxg-appshell {
  margin: 0;
  background: #e5e5e5 url(../../../images/c/t1/global/bg-page.png) repeat-x 0 -30px;
  direction: ltr;
  color: #666;
}

.fxg-appshell #content {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0 0 7px;
  border-radius: 0 0 7px 7px;
}

.fxg-field__input-text:focus ~ .fxg-field__floating-placeholder {
  color: #4D148C;
  font-weight: 700;
  left: 16px !important;
}

.fxg-field__floating-placeholder {
  left: 16px !important;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .fxg-field {
    margin-bottom: 4px !important;
  }
}

.fxg-widetabs {
  width: 780px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .fxg-widetabs {
    width: 100%;
  }
}

.fxg-widetabs .fxg-title {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .fxg-widetabs .fxg-title {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }
}

.fxg-rate-table__rate-action .fxg-button {
  width: 100%;
}

