/* Global */
/* CSS Reset - Normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary
	{
	display:block;
	}

audio, canvas, video
	{
	display:inline-block;
	}

audio:not([controls])
	{
	display:none;
	height:0;
	}

[hidden]
	{
	display:none;
	}

html
	{
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	}

html, button, input, select, textarea
	{
	font-family:sans-serif;
	}

a:focus
	{
	outline:thin dotted;
	}

a:hover, a:active
	{
	outline:0;
	}

h1
	{
	font-size:2em;
	margin:0.67em 0;
	}

h2
	{
	font-size:1.5em;
	margin:0.83em 0;
	}

h3
	{
	font-size:1.17em;
	margin:1em 0;
	}

h4
	{
	font-size:1em;
	margin:1.33em 0;
	}

h5
	{
	font-size:0.83em;
	margin:1.67em 0;
	}

h6
	{
	font-size:0.75em;
	margin:2.33em 0;
	}

abbr[title]
	{
	border-bottom:1px dotted;
	}

b, strong
	{
	font-weight:700;
	}

blockquote
	{
	margin:1em 40px;
	}

dfn
	{
	font-style:italic;
	}

mark
	{
	background:#ff0;
	color:#000;
	}

pre, code, kbd, samp
	{
	font-family:monospace, serif;
	_font-family:'courier new', monospace;
	font-size:1em;
	}

pre
	{
	white-space:pre-wrap;
	word-wrap:break-word;
	}

q
	{
	quotes:none;
	}

q:before, q:after
	{
	content:none;
	}

small
	{
	font-size:75%;
	}

sub, sup
	{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	}

sup
	{
	top:-0.5em;
	}

sub
	{
	bottom:-0.25em;
	}

dd
	{
	margin:0 0 0 40px;
	}

menu, ol, ul
	{
	padding:0 0 0 40px;
	}

nav ul, nav ol
	{
	list-style:none;
	list-style-image:none;
	}

img
	{
	border:0;
	-ms-interpolation-mode:bicubic;
	}

svg:not(:root)
	{
	overflow:hidden;
	}

fieldset
	{
	border:1px solid silver;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
	}

legend
	{
	border:0;
	white-space:normal;
	padding:0;
	}

button, input, select, textarea
	{
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	}

button, input
	{
	line-height:normal;
	}

button, input[type="button"], input[type="reset"], input[type="submit"]
	{
	cursor:pointer;
	-webkit-appearance:button;
	}

button[disabled], input[disabled]
	{
	cursor:default;
	}

input[type="checkbox"], input[type="radio"]
	{
	box-sizing:border-box;
	padding:0;
	}

input[type="search"]
	{
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance:none;
	}

button::-moz-focus-inner, input::-moz-focus-inner
	{
	border:0;
	padding:0;
	}

textarea
	{
	overflow:auto;
	vertical-align:top;
	}

table
	{
	border-collapse:collapse;
	border-spacing:0;
	}

body, figure, form
	{
	margin:0;
	}

p, pre, dl, menu, ol, ul
	{
	margin:1em 0;
	}

/* Clearfix */
.cf:after,
.clearfix:after,
.row:after
	{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}

* html .cf,
* html .clearfix
* html .row
	{
	zoom:1;
	}

*:first-child+html .cf { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
*:first-child+html .row { zoom: 1; }
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
    pointer-events: none
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}
.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    direction: ltr
}
.plyr,
.plyr *,
.plyr::after,
.plyr::before {
    box-sizing: border-box
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}
.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}
.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}
.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}
.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}
.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}
.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}
.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}
.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db
}
.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}
.plyr input[type=range]::-ms-tooltip {
    display: none
}
.plyr input[type=range]:focus {
    outline: 0
}
.plyr input[type=range]::-moz-focus-outer {
    border: 0
}
.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}
.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important
}
.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}
.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container {
    display: none
}
.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-40px);
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}
.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7)
}
.plyr__captions span:empty {
    display: none
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px
    }
}
.plyr--captions-active .plyr__captions {
    display: block
}
.plyr--fullscreen-active .plyr__captions {
    font-size: 32px
}
.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}
.plyr::-webkit-media-controls {
    display: none
}
.plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    transition: opacity .3s ease
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
    margin-left: 5px
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
    margin-left: 0
}
.plyr__controls .plyr__volume {
    margin-left: 5px
}
.plyr__controls [data-plyr=pause] {
    margin-left: 0
}
.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}
.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}
.plyr__controls button:focus {
    outline: 0
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none
}
@media (min-width: 480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls>button {
        margin-left: 10px
    }
}
.plyr--hide-controls .plyr__controls {
    opacity: 0
}
.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff
}
.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #565D64
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #3498db;
    color: #fff
}
.plyr__play-large {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    transition: all .3s ease
}
.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}
.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}
.plyr .plyr__play-large {
    display: inline-block
}
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}
.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}
.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}
.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}
.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}
.plyr button:hover .plyr__tooltip {
    z-index: 3
}
.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}
.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}
.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}
.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}
.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}
.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}
.plyr__progress .plyr__tooltip {
    left: 0
}
.plyr .plyr__progress {
    display: inline-block
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px
}
.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    transition: none
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none
}
.plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}
.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}
.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}
.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}
.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}
.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: .95
}
.plyr__time+.plyr__time {
    display: none
}
@media (min-width: 768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}
.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}
.plyr__volume {
    display: none
}
.plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}
.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}
@media (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}
@media (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none!important
}
.plyr--fullscreen,
.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0
}
.plyr--fullscreen video,
.plyr--fullscreen-active video {
    height: 100%
}
.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}
.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

html.no-fullscreen-api .plyr [data-plyr=fullscreen] {
    display: none !important;
}
.plyr input[type=range]::-ms-fill-lower {
	background: #004EA5;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
	background: #004EA5;
}

.plyr input[type=range]:active::-moz-range-thumb {
	background: #004EA5;
}

.plyr input[type=range]:active::-ms-thumb {
	background: #004EA5;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover,
.plyr__play-large {
	background: #004EA5;
}

.plyr__progress--played,
.plyr__volume--display {
	color: #004EA5;
}

/* Slideshow */
div.slideshow
	{
	border:1px solid #CCC;
	float:left;
	margin:0;
	text-align:center;
	max-width:924px;
	width:100%;
	}

div.slideshow div.slideshow-body
	{
	float:left;
	text-align:center;
	max-width:915px;
	width:100%;
	height:100%;
	margin:5px 0 0 5px;
	overflow:hidden;
	position:relative;
	z-index:10;
	}

div.slideshow div.slideshow-screen
	{
	float:left;
	height:100%;
	width:9000px;
	position:relative;
	z-index:11;
	height:386px;
	}

div.slide-item
	{
	display:none;
	float:left;
	margin-right:50px;
	position:relative;
	}

div.slide-item-current
	{
	display:block;
	}

div.slide-item img
	{
	padding:0;
	border:none;
	}

div.slide-item-video a.media-container div.overlay-media
	{
	background:url(https://d1t3gia0in9tdj.cloudfront.net/cdn/8632D-DyM/layout/css/img/blank.gif);
	cursor:pointer;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:13;
	}

div.slide-item-video a.player
	{
	visibility:hidden;
	display:block;
	width:914px;
	height:381px;
	position:absolute;
	top:0;
	}

div.slide-item-video a.play-button
	{
	background:transparent url(img/slideshow-bg.png) no-repeat scroll -10px -248px;
	width:140px;
	height:140px;
	position:absolute;
	text-indent:-9999px;
	outline:0;
	z-index:14;
	top:50%;
	left:50%;
	margin:-75px;
	}

div.slide-item-video a.play-button:hover
	{
	background-position:-10px -410px;
	}

div.slideshow-controls
	{
	background:#f5f5f5;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,  #f5f5f5 1%, #efefef 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#efefef));
	background:-webkit-linear-gradient(top,  #f5f5f5 1%,#efefef 100%);
	background:-o-linear-gradient(top,  #f5f5f5 1%,#efefef 100%);
	background:-ms-linear-gradient(top,  #f5f5f5 1%,#efefef 100%);
	background:linear-gradient(top,  #f5f5f5 1%,#efefef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#efefef',GradientType=0 );
	display:inline-block;
	height:43px;
	outline:0 none;
	clear:both;
	border-top:1px solid #CCC;
	margin-bottom:-4px;
	text-align:center;
	width:100%;
	}

div.slideshow-controls-body
	{
	display:inline-block;
	height:37px;
	outline:0 none;
	text-align:center;
	margin-bottom:-3px;
	margin-top:5px;
	display:inline-block;
	}

div.slideshow-controls a.slideshow-controls-prev,
div.slideshow-controls a.slideshow-controls-next
	{
	display:inline-block;
	height:31px;
	outline:0 none;
	text-indent:-9999px;
	width:26px;
	margin:1px;
	float:left;
	}

div.slideshow-controls a.slideshow-controls-prev
	{
	background:transparent url(img/slideshow-bg.png) no-repeat scroll 0 0;
	margin-left:5px;
	}

div.slideshow-controls a.slideshow-controls-next
	{
	background:transparent url(img/slideshow-bg.png) no-repeat scroll 100% 0;
	margin-right:0;
	}

div.slideshow-controls a.slideshow-controls-prev:hover
	{
	background-position:0 -35px;
	}

div.slideshow-controls a.slideshow-controls-next:hover
	{
	background-position:100% -35px;
	}

div.slideshow-controls ul.slides
	{
	background:transparent url(img/slideshow-bg.png) repeat-x scroll 0 -114px;
	float:left;
	margin:1px -1px;
	height:31px;
	padding:0 5px 0 7px;
	list-style:none;
	}

div.slideshow-controls ul.slides li
	{
	float:left;
	width:9px;
	height:27px;
	}

div.slideshow-controls ul.slides li a
	{
	background:transparent url(img/slideshow-bg.png) no-repeat scroll 0 -191px;
	display:inline-block;
	height:27px;
	margin:0;
	outline:0 none;
	text-indent:-9999px;
	width:9px;
	float:left;
	}

div.slideshow-controls ul.slides li a.current
	{
	background-position:0 -152px;
	}

div.slideshow-controls ul.slides li a:hover
	{
	background-position:0 -152px;
	}

/* IE6 */
* html div.slideshow
	{
	margin-left:9px;
	}

* html div.slideshow div.slideshow-body
	{
	margin-left:3px;
	}

* html div.slideshow div.slideshow-screen
	{
	margin-left:-30px;
	}

* html div.slideshow-controls ul.slides
	{
	padding:0 7px 0 5px;
	}

* html div.slide-item-video a.play-button
	{
	margin-left:415px;
	background:transparent url(https://d1t3gia0in9tdj.cloudfront.net/cdn/8632D-DyM/layout/css/img/slide-show-video.png) no-repeat left top;
	behavior:url(https://d1t3gia0in9tdj.cloudfront.net/cdn/8632D-DyM/layout/js/iepngfix.htc);
	cursor:pointer;
	}

* html div.slide-item-video a.play-button:hover
	{
	background-image:url(https://d1t3gia0in9tdj.cloudfront.net/cdn/8632D-DyM/layout/css/img/slide-show-video-hover.png);
	behavior:url(https://d1t3gia0in9tdj.cloudfront.net/cdn/8632D-DyM/layout/js/iepngfix.htc);
	}

* html div.slideshow-controls ul.slides li a
	{
	background-position:2px -191px;
	}

* html div.slideshow-controls ul.slides li a:hover,
* html div.slideshow-controls ul.slides li a.current
	{
	background-position:2px -152px;
	}

/* New Slideshow */
div.slide-item-video a.player.playing object,
div.slide-item-video a.player.playing embed
	{
	visibility: visible;
	}

div.slide-item-video a.play-button
	{
	cursor: pointer;
	}

div.slide-item-video a.play-button.hide
	{
	display: none;
	}

div.slide-item-video a.play-button.show
	{
	display: block;
	}

div.slideshow-controls.disabled
	{
	display: none;
	}

div.slide-item a.media-container
	{
	cursor: pointer;
	}

div.slideshow-controls ul.slides li a
	{
	cursor: pointer;
	}

/* HTML5 PLAYER */
div.slide-item-video .plyr
	{
	display: none;
	left: 0;
	height: 381px !important;
	position: absolute;
	top: 0;
	width: 914px !important;
	}

div#slideShow div.slide-item-video video.native-support
	{
	display: none;
	height: 100%;
	width: 100%;
	}

div#slideShow.playing-video div.slide-item-video .mejs-video,
div#slideShow.playing-video div.slide-item-video video.native-support,
div#slideShow.playing-video div.slide-item-video .plyr
	{
	display: block;
	}

div.slide-item-video .plyr .plyr__video-wrapper
	{
	height: 100% !important;
	width: 100% !important;
	}

div.slide-item-video .plyr.plyr--fullscreen-active {
	height: 100% !important;
	width: 100% !important;
}

div.slide-item-video .plyr.plyr--fullscreen-active video
	{
	left: 0 !important;
	top: 0 !important;
	-webkit-transform: scale(1, 1) !important;
	-moz-transform: scale(1, 1) !important;
	-ms-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
	width: 100% !important;
    height: 100% !important;
	}

/* iOS Fixes */
div#slideShow.int-slideshow-mobile div.slide-item-video video
	{
	display: none;
	left: 0;
	height: 381px !important;
	position: absolute;
	top: 0;
	width: 914px !important;
	}

div#slideShow.int-slideshow-mobile.playing-video div.slide-item-video.slide-item-current video
	{
	display: block;
	object-fit: cover;
	}

html,
body
	{
	width:100%;
	min-height:100%;
	color:#575757;
	font-family:Arial,Helvetica,sans-serif;
	}

/* Background */
body
	{
	color:#575757;
	}

body.iframe
	{
	background:#FFF !important;
	}

/* Base */
body a
	{
	outline:0;
	color:#004EA5;
	}

p
	{
	line-height:22px;
	font-size:14px;
    font-family:Arial,Helvetica,sans-serif;
	margin:7px 0 20px;
	padding:0;
	}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
	text-decoration:none;
	}

h1,
body.home h2
	{
	font-family:Georgia;
	font-size:24px;
	letter-spacing:-1px;
	margin:0 8px 15px 0;
	word-spacing:3px;
	font-weight:normal;
	}

h2
	{
	font-family:Georgia;
	font-size:24px;
	margin:0 0 6px;
	word-spacing:-2px;
	font-weight:normal;
	}

h3
	{
	font-family:Georgia;
	font-size:18px;
	margin:15px 10px 25px 0;
	font-weight:normal;
	}

h4
	{
	font-family:Georgia;
	font-size:20px;
	margin:9px 0 20px;
	padding:0 0 0 2px;
	word-spacing:1px;
	font-weight:normal;
	}

h5
	{
	font-family:Georgia;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0;
	line-height:normal;
	margin:0 0 9px;
	word-spacing:3px;
	}

h6
	{
	font-family:Georgia;
	font-size:21px;
	font-weight:normal;
	margin:0 0 18px;
	word-spacing:-2px;
	}

hr
	{
	margin:0 0 25px;
	padding:15px 0 0;
	background:0;
	border:0;
	border-width:3px;
	border-bottom-style:double;
	border-color:#E5E5E5;
	height:1px;
	clear:both;
	}

div.wms-content div.photo
	{
	border:1px solid #D9D9D9;
	display:inline;
	float:left;
	margin:0 25px 15px 0;
	padding:4px;
	}

div.wms-content div.photo.opt-align-left
	{
	float:left;
	}

div.wms-content div.photo.opt-align-right
	{
	float:right;
	margin-left:25px;
	margin-right:0;
	}

div.wms-content div.photo img
	{
	float:left;
	}

div.videoplayer-wrapper:after
	{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}

div.videoplayer-wrapper img.videoplayer-play-button
	{
	border: 0 none;
	cursor: pointer;
	left: 50%;
	margin: -36px 0 0 -36px;
	padding: 0;
	position: absolute;
	top: 50%;
	}

div.wms-content a.button
	{
	display:inline-block;
	-moz-box-shadow:0 2px 2px -1px #777;
	-webkit-box-shadow:0 2px 2px -1px #777;
	box-shadow:0 2px 2px -1px #777;
	font-weight:bold;
	}

div.wms-content a.button span
	{
	padding:9px 12px;
	display:inline-block;
	border:1px solid #FFF;
	margin:3px;
	font-size:12px;
	font-family:Georgia;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#FFF;
	}

/* Aside */
aside
	{
	float:left;
	width:215px;
	}

aside h1
	{
	margin:0 8px 15px 0;
	}

aside nav
	{
	clear:both;
	}

aside nav ul
	{
	margin:0;
	padding:0;
	list-style:none;
	}

aside nav ul li
	{
	border-bottom:1px solid #DADADA;
	}

aside nav ul li a
	{
	background:transparent url(img/stylesheet.png) no-repeat 5px 8px;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 15px;
	font-size:13px;
	text-decoration:none;
	}

aside nav ul li.active a,
aside nav ul li:hover a,
aside nav ul li a:hover
	{
	color:#FFF !important;
	}

aside nav ul li.bookmark-share
	{
	position:relative;
	}

aside nav ul li.bookmark-share a span
	{
	background:transparent url(img/stylesheet.png) no-repeat -935px 0;
	text-indent:-9999px;
	position:absolute;
	top:7px;
	right:5px;
	width:62px;
	height:18px;
	}

/* Article */
div.wms-content article
	{
	display:block;
	padding-left:235px;
	min-height:400px;
	}

div.wms-content article .template-content-wrap {
	float: left;
}

/* Grid System */
header.container,
div.container,
footer.container
	{
	max-width:964px;
	position:relative;
	margin:0 auto;
	}

/* Header */
header
	{
	padding-bottom:15px;
	}

/* Logo */
header div.logo
	{
	width:305px;
	height:75px;
	padding:10px 0 12px;
	}

/* Phone Header */
header div.phone-header
	{
	font-family:Georgia,Arial,Helvetica,sans-serif;
	position:absolute;
	top:0;
	right:0;
	}

header div.phone-header ul
	{
	list-style:none;
	}

header div.phone-header ul li
	{
	display:inline-block;
	position:relative;
	}

header div.phone-header ul li a
	{
	display:inline-block;
	border-right:1px solid #FFF;
	padding-right:15px;
	margin-right:5px;
	}

header div.phone-header ul li a:hover
	{
	text-decoration:underline;
	}

header div.phone-header ul li a,
header div.phone-header ul li span
	{
	color:#FFF;
	padding-left:12px;
	text-decoration:none;
	white-space:nowrap;
	font-size:16px;
	}

header div.phone-header ul li span
	{
	margin-left:-8px;
	}

header div.phone-header ul li span.arrow
	{
	position:absolute;
	top:5px;
	left:3px;
	text-indent:-9999px;
	display:inline-block;
	width:0;
	height:0;
	border-top:5px solid transparent !important;
	border-bottom:5px solid transparent !important;
	border-left:5px solid #FFF;
	padding-left:0;
	margin:0;
	}

/* Store Button */
header div.button-store
	{
	position:absolute;
	right:-3px;
	top:45px;
	}

header div.button-store a
	{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}

header div.button-store a.store-button
	{
	background:transparent url(img/button-send-gift.png) no-repeat scroll 0 0;
	width:256px;
	height:53px;
	}

header div.button-store a.store-button:hover
	{
	background-position:0 -65px;
	}

header div.button-store a.store-button-flower
	{
	background:transparent url(img/button-send-flowers.png) no-repeat scroll 0 0;
	width:199px;
	height:51px;
	}

header div.button-store a.store-button-flower:hover
	{
	background-position:0 -65px;
	}

/* Nav */
header nav,
header a.mobile-nav-button,
div.wms-content div.form div.select span.select span.arrow
	{
	background:#FFF;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,  #FFF 0%, #fafafa 48%, #e8e8e8 57%, #e8e8e8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(48%,#fafafa), color-stop(57%,#e8e8e8), color-stop(100%,#e8e8e8));
	background:-webkit-linear-gradient(top,  #FFF 0%,#fafafa 48%,#e8e8e8 57%,#e8e8e8 100%);
	background:-o-linear-gradient(top,  #FFF 0%,#fafafa 48%,#e8e8e8 57%,#e8e8e8 100%);
	background:-ms-linear-gradient(top,  #FFF 0%,#fafafa 48%,#e8e8e8 57%,#e8e8e8 100%);
	background:linear-gradient(top,  #FFF 0%,#fafafa 48%,#e8e8e8 57%,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 )
	}

header a.mobile-nav-button
	{
	width:45px;
	height:45px;
	display:block;
	text-indent:-9999px;
	margin:-15px 0 0 0;
	position:relative;
	z-index:2;
	display:none;
	margin-bottom:-1px;
	border:1px solid #D0D0D0;
	border-bottom:0;
	outline:0;
	}

header a.mobile-nav-button:before,
header a.mobile-nav-button:after,
header a.mobile-nav-button span:before,
header a.mobile-nav-button span:after
	{
    content:"";
    left:0;
    position:absolute;
    top:32%;
	}

header a.mobile-nav-button span:before,
header a.mobile-nav-button span:after
	{
    background:none repeat scroll 0 0 transparent;
    border-color:#000;
    border-style:double;
    border-width:8px 0;
    height:2px;
    left:8px;
    width:65%;
	}

header a.mobile-nav-button:hover,
header a.mobile-nav-button.active
	{
	background:#FFF;
	box-shadow:none;
	}

header nav
	{
	width:100%;
	border-collapse:collapse;
	display:table;
	height:45px;
	position:relative;
	z-index:1;
	}

header nav ul
	{
	width:100%;
	height:100%;
	display:table-row;
	}

header nav li
	{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #D0D0D0;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
	}

header nav li:hover
	{
	background:#FFF;
	}

header nav li a
	{
	display:block;
	line-height:45px;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	white-space:nowrap;
	font-family:Georgia;
	font-size:18px;
	border-left:1px solid #FFF;
	}

header nav li.active a
	{
	color:#FFF;
	text-shadow:none;
	}

header nav li.active:last-child
	{
	border-right:0;
	}

/* Main */
div.main
	{
	margin:0 auto;
	}

/* Content Block */
section
	{
	background:#FFF;
	-moz-box-shadow:0 0 2px 0px #777;
	-webkit-box-shadow:0 0 2px 0px #777;
	box-shadow:0 0 2px 0px #777;
	padding:19px;
	margin-bottom:15px;
	}

html.ie8 section,
html.ie9 section,
html.ie1 section,
html.ie11 section {
	border: 1px solid #CCC;
	box-shadow: none;
}

section:after
	{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}

* html section
	{
	zoom:1;
	}

*:first-child+html section { zoom:1; }

/* Tabs */
div.wms-content div.tabs
	{
	width:100%;
	border:1px solid #C4C4C4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:25px 0 15px;
	}

div.wms-content div.tabs-nav
	{
	border-collapse:collapse;
	display:table;
	height:45px;
	width:100%;
	}

div.wms-content div.tabs ul.tabs
	{
	display:table-row;
	}

div.wms-content div.tabs ul.tabs li
	{
	background:#ffffff;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f5f5f5 51%, #f5f5f5 87%, #dcdcdc 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#f5f5f5), color-stop(87%,#f5f5f5), color-stop(100%,#dcdcdc));
	background:-webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 51%,#f5f5f5 87%,#dcdcdc 100%);
	background:-o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 51%,#f5f5f5 87%,#dcdcdc 100%);
	background:-ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 51%,#f5f5f5 87%,#dcdcdc 100%);
	background:linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 51%,#f5f5f5 87%,#dcdcdc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #C4C4C4;
	border-left:1px solid #C4C4C4;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
	}

div.wms-content div.tabs ul.tabs li.tabs-prev,
div.wms-content div.tabs ul.tabs li.tabs-next
	{
	width:50px;
	display:none;
	border-right:1px solid #C4C4C4;
	}

div.wms-content div.tabs ul.tabs li.tabs-prev a,
div.wms-content div.tabs ul.tabs li.tabs-next a
	{
	position:relative;
	height:45px;
	}

div.wms-content div.tabs ul.tabs li.tabs-prev span,
div.wms-content div.tabs ul.tabs li.tabs-next span
	{
	position:absolute;
	top:17px;
	left:22px;
	text-indent:-9999px;
	display:inline-block;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #000;
	padding-left:0;
	margin:0;
	}

div.wms-content div.tabs ul.tabs li.tabs-prev span
	{
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:5px solid #000;
	border-left:0;
	}

div.wms-content div.tabs ul.tabs li:first-child,
div.wms-content div.tabs ul.tabs li.first-child
	{
	border-left:0;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	}

div.wms-content div.tabs ul.tabs li:first-child a,
div.wms-content div.tabs ul.tabs li.first-child a
	{
	border-left:0;
	}

div.wms-content div.tabs ul.tabs li:last-child,
div.wms-content div.tabs ul.tabs li.last-child
	{
	border-right:0;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	}

div.wms-content div.tabs ul.tabs li:first-child a,
div.wms-content div.tabs ul.tabs li.first-child a
	{
	border-left:0;
	}

div.wms-content div.tabs ul.tabs li:hover
	{
	background:#FFF;
	}

div.wms-content div.tabs ul.tabs li a
	{
	display:block;
	line-height:55px;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	white-space:nowrap;
	font-family:Georgia;
	font-size:18px;
	border-left:1px solid #FFF;
	outline:0;
	}

div.wms-content div.tabs ul.tabs li.active
	{
	background:#FFF;
	border-bottom:1px solid #FFF;
	filter:none;
	}

div.wms-content div.tabs-content
	{
	border-top:0;
	padding:20px 30px;
	width:92%;
	}

div.wms-content div.tabs-content form
	{
	display:table;
	width:100%;
	}

div.wms-content div.tab-body
	{
	padding:10px;
	display:table-row;
	clear:both;
	width:100%;
	}

div.wms-content div.tab-item
	{
	display:none;
	width:100%;
	}

div.wms-content div.tab-item-active
	{
	display:block;
	}

/* Footer */
footer
	{
	margin:0 auto;
	padding-bottom:15px;
	}

footer div.ribbon
	{
	height:55px;
	margin:-15px -25px 0;
	position:relative;
	-moz-box-shadow:0 2px 2px -1px #777;
	-webkit-box-shadow:0 2px 2px -1px #777;
	box-shadow:0 2px 2px -1px #777;
	}

footer div.ribbon-right,
footer div.ribbon-left
	{
	position:absolute;
	top:53px;
	right:0;
	border-bottom:9px solid transparent;
	border-left:25px solid #000;
	border-top:2px solid transparent;
	display:inline-block;
	height:0;
	margin:0;
	padding-left:0;
	text-indent:-9999px;
	width:0;
	}

footer div.ribbon-left
	{
	border-left:0;
	border-right:25px solid #000;
	left:0;
	}

footer div.ribbon h5
	{
	color:#FFF;
	line-height:53px;
	font-size:20px;
	padding:0 0 0 40px;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	}

footer section
	{
	margin-bottom:0;
	}

footer div.footer
	{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#F8F8F7;
	border:1px solid #CECECE;
	border-collapse:collapse;
	}

footer div.footer-block
	{
	display:table;
	width:100%;
	}

footer div.footer-wrapper
	{
	display:table-row;
	}

footer div.footer-column
	{
	display:table-cell;
	padding:15px 20px 15px 20px;
	}

footer div.footer-column ul
	{
	margin:0 0 15px 15px;
	padding:0;
	}

footer div.footer-column ul li
	{
	margin:0 0 7px;
	padding:0;
	}

footer div.footer-column ul li,
footer div.footer-column ul li a,
footer div.footer-column ul li strong,
footer div.footer-column ul li span
	{
	color:#575757;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	}

footer div.footer-column ul li a:hover
	{
	text-decoration:underline;
	}

footer div.footer-column h4
	{
	font-size:16px;
	font-style:italic;
	margin:9px 0 6px;
	padding:0 0 10px 2px;
	word-spacing:1px;
	font-weight:normal;
	border-bottom-style:double;
	border-color:#E5E5E5;
	font-size:16px;
	}

footer div.footer-column ul.contact
	{
	list-style:none;
	margin-left:0;
	}

footer div.footer-column.newsletter
	{
	background:#EDECEB;
	width:215px;
	border-left:1px solid #CECECE;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	}

footer div.footer-column.newsletter p
	{
	font-size:12px;
	margin:0 0 5px;
	}

footer div.subscribe:after
	{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}

* html footer div.subscribe
	{
	zoom:1;
	}

*:first-child+html footer div.subscribe { zoom:1; }

footer div.subscribe p.message
	{
	display:none;
	padding:15px 0 10px;
	margin:0;
	font-weight:bold;
	}

footer div.subscribe
	{
	padding-bottom:10px;
	}

footer div.wms-content div.form div.line
	{
	padding:5px 0 0;
	}

footer div.wms-content div.form div.line.align-right
	{
	text-align: right;
	}

footer div.wms-content div.form input[type="text"]
	{
	min-width:1px;
	width:200px;
	}

footer div.wms-content div.ajax-submit-loading
	{
	display:none;
    clear:both;
    font-size:13px;
    font-weight:bold;
    margin:5px 10px 15px 0;
    padding:10px 30px 0 0;
	}

footer div.footer-bottom
	{
	text-align:center;
	}

footer div.footer-bottom p
	{
	font-size:12px;
	line-height:22px;
	margin:7px 0 20px;
	padding:0;
	}

footer div.footer-bottom p.gpl {
	margin-bottom: 10px;
}

footer div.footer-bottom p a
	{
	text-decoration:underline;
	}

footer div.footer-locations
	{
	display:block;
	padding:15px 20px 0;
	text-align:center;
	}

footer div.footer-locations ul
	{
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	}

footer div.footer-locations ul li
	{
	border-right:1px solid transparent;
	padding:0 10px 0 7px;
	margin:3px 0;
	display:inline-block;
	position:relative;
	}

footer div.footer-locations ul li.separated
	{
	border-right:1px solid #CECECE;
	}

footer div.footer-locations ul li span
	{
	font-size:12px;
	white-space:nowrap;
	}

/* Social */
footer div.footer-column ul.social li a
	{
	background-attachment:scroll;
	background-image:url(img/social-icons.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:16px;
	padding:0;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	width:16px;
	}

footer div.footer-column ul.social
	{
	display:inline-block;
	list-style:none outside none;
	margin:4px 0;
	padding:0;
	height:16px;
	}

footer div.footer-column ul.social li
	{
	float:left;
	margin:0;
	margin-right:6px;
	padding:0;
	}

footer div.footer-column ul.social li .twitter
	{
	background-position:-16px -16px;
	}

footer div.footer-column ul.social li .facebook
	{
	background-position:0px 0px;
	}

footer div.footer-column ul.social li .linkedin
	{
	background-position:-32px -32px;
	}

footer div.footer-column ul.social li .googleplus
	{
	background-position:-48px -48px;
	}

footer div.footer-column ul.social li .youtube
	{
	background-position:-64px -64px;
	}

footer div.footer-column ul.social li .instagram
	{
	background-position:-80px -80px;
	}

.defaultText365
	{
	color: #a0a0a0!important;
	}

/* Editor */
html.we-editor header.container,
html.we-editor div.container,
html.we-editor footer.container
	{
	min-width:964px;
	}

html.we-editor div.wms-content article
	{
	display:block;
	float:left;
	margin-left:20px;
	padding-left:0;
	width:690px;
	}

html.we-editor div.we-widget-static-coverflow object
	{
	margin-left:30px;
	}

/* Translator Bar */
html body div.translatorbar-container,
html body div.translatorbar-wrapper a.translatorbar-open {
	background: #FFF;
	border-color: #004EA5;
	color: #004EA5;
}

html.translatorbar-enabled body {
	-webkit-transition: padding-bottom .2s;
	-moz-transition: padding-bottom .2s;
	-ms-transition: padding-bottom .2s;
	transition: padding-bottom .2s;
}

html.translatorbar-state-opened body {
	padding-bottom: 46px;
}

/* WARNING MESSAGE */
html body div.warning-message {
	background: #FEEFB3;
	border-bottom: 1px solid #e8cf6c;
	color: #9F6000;
	left: 0;
	padding: 10px 25px 10px 15px;
	right: 0;
	top: 0;
	z-index: 99999;
}

html.has-warning-message body div.warning-message {
	position: fixed;
}

html body div.warning-message p {
	color: #9F6000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 15px 0 0;
	padding: 0;
}

html body div.warning-message a,
html body div.warning-message a:hover,
html body div.warning-message a:active,
html body div.warning-message a:visited {
	color: #9F6000;
	text-decoration: underline;
}

html body div.warning-message .warning-message__close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	cursor: pointer;
	right: 16px;
	position: absolute;
	top: 10px;
}