/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  /*margin: 0;*/
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


/*BOX SIZING*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/*TEXT*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

/*IMAGES*/

img {
    vertical-align: middle;
}

/*LINKS*/

a {
    text-decoration: none;
}

/*SCREENREADER*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*IMAGES*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.mejs-container:focus { 
	outline: none; 
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
/*	margin: 0;
	padding: 0;*/
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */

.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}

:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.9);
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}

.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}

/* :focus for accessibility */

.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}

/* Start: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}

/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */

.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */

.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}

/* End: Error */

/* Start: Loop */

.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */

.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}

/* End: backlight */

/* Start: Picture Controls */

.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}

/* End: Picture Controls */

/* context menu */

.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */

.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

/* End: Source Chooser */

/* Start: Postroll */

.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}

/* End: Postroll */

/* Start: Speed */

div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	display: none;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}

/* End: Speed */

/* Start: Jump Forward */

.mejs-controls .mejs-button.mejs-jump-forward-button {
	background: transparent url(jumpforward.png) no-repeat;
	background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Jump Forward */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(skipback.png) no-repeat;
	background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back */


@font-face{
    font-family: 'Source Sans Pro Light';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('/assets/fonts/SourceSansPro/EOT/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('/assets/fonts/SourceSansPro/WOFF2/TTF/SourceSansPro-Light.ttf.woff2') format('woff2'),
         url('/assets/fonts/SourceSansPro/WOFF/TTF/SourceSansPro-Light.ttf.woff') format('woff'),
         url('/assets/fonts/SourceSansPro/OTF/SourceSansPro-Light.otf') format('opentype'),
         url('/assets/fonts/SourceSansPro/TTF/SourceSansPro-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro Regular';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('/assets/fonts/SourceSansPro/EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('/assets/fonts/SourceSansPro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
         url('/assets/fonts/SourceSansPro/WOFF/TTF/SourceSansPro-Regular.ttf.woff') format('woff'),
         url('/assets/fonts/SourceSansPro/OTF/SourceSansPro-Regular.otf') format('opentype'),
         url('/assets/fonts/SourceSansPro/TTF/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro SemiBold';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('/assets/fonts/SourceSansPro/EOT/SourceSansPro-Semibold.eot') format('embedded-opentype'),
         url('/assets/fonts/SourceSansPro/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2') format('woff2'),
         url('/assets/fonts/SourceSansPro/WOFF/TTF/SourceSansPro-Semibold.ttf.woff') format('woff'),
         url('/assets/fonts/SourceSansPro/OTF/SourceSansPro-Semibold.otf') format('opentype'),
         url('/assets/fonts/SourceSansPro/TTF/SourceSansPro-Semibold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro Italic';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('/assets/fonts/SourceSansPro/EOT/SourceSansPro-It.eot') format('embedded-opentype'),
         url('/assets/fonts/SourceSansPro/WOFF2/TTF/SourceSansPro-It.ttf.woff2') format('woff2'),
         url('/assets/fonts/SourceSansPro/WOFF/TTF/SourceSansPro-It.ttf.woff') format('woff'),
         url('/assets/fonts/SourceSansPro/OTF/SourceSansPro-It.otf') format('opentype'),
         url('/assets/fonts/SourceSansPro/TTF/SourceSansPro-It.ttf') format('truetype');
}

/*FONTS*/

/*LAYOUT*/

/*COLOURS*/

/*Primary*/

/*Secondary*/

/*Tertiary*/

/*Secondary*/

/*Primary*/

/*Secondary*/

/*Primary*/

/*Secondary*/

/*Primary*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
    background: url("/assets/img/background.png");
    font-family: "Source Sans Pro Regular";
    font-size: 14px;
    color: #4E4D4D;
    /*width: 980px;*/
    /*margin: 0 auto;*/
    line-height: 20px;
    /*padding-bottom: 30px;*/
}

@media(max-width: 767px) {

  body {
    width: 100%;
  }
}

strong {
  font-family: "Source Sans Pro SemiBold";
}

#content ul li {
  margin-bottom: 5px;
}

#content ul li.arrowBullet {
  list-style: none;
  display: table;
  margin-left: -40px;
}

#content ul li.arrowBullet:before {
  content: url('/assets/img/icons/arrowbluelg.png');
  width: 5px;
  height: 9px;
  display: table-cell;
  padding-right: 10px;
}

#header {
  padding: 0 20px;
}

#header #headerLinks {
  text-align: right;
}

@media(max-width: 767px) {

  #header #headerLinks {
    display: none;
  }
}

#header #headerLinks p {
  margin: 5px 0;
}

#header #headerLinks a {
  font-size: 13px;
  font-family: "Source Sans Pro SemiBold";
  color: #787878;
}

#header #headerLinks a:hover {
  color: #4E4D4D
}

#header #headerLinks a.shop:before {
  content: url('/assets/img/icons/shopgreysm.png');
  position: relative;
  top: 3px;
  left: -4px;
}

#header #headerLinks a.shop:hover {
  color: #822146;
}

#header #headerLinks a.shop:hover:before {
  content: url('/assets/img/icons/shoppurplesm.png');
}

#header #headerLinks img {
  margin: -3px 5px 0 25px;
  vertical-align: middle;
}

#header #logo {
  margin: 10px 0 30px 0;
}

@media(max-width: 767px) {

  #header #logo {
    width: 70%;
  }

  #header #logo img {
    width: 100%;
  }
}

#mainNav {
  border-radius: 5px 5px 0 0;
  background-color: #0068B2;
  line-height: 60px;
  padding: 0 20px;
  position: relative;
}

@media(max-width: 767px) {

  #mainNav {
    border-radius: 0;
    height: 60px;
  }
}

#mainNav ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {

  #mainNav ul {
    display: none;
  }
}

#mainNav ul li {
  display: inline-block;
  position: relative;
}

#mainNav ul li:last-child {
  float: right;
}

#mainNav ul li .dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 210px;
  z-index: 6000;
}

#mainNav ul li .dropdown p {
  height: 48px;
  line-height: 1;
  display: table;
  width: 100%;
}

#mainNav ul li .dropdown p a {
  display: table-cell;
  vertical-align: middle;
  color: #4E4D4D;
  font-size: 14px;
  font-family: "Source Sans Pro SemiBold";
  padding: 0 20px;
  line-height: 18px;
}

#mainNav ul li .dropdown p:hover {
  background-color: #4D96C9;
}

#mainNav ul li .dropdown p:hover a {
  color: #FFFFFF;
}

#mainNav ul li:hover .dropdown {
  display: block;
}

#mainNav ul li:hover > a {
  background-color: #4D96C9;
  border-radius: 5px;
}

#mainNav ul li > a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Source Sans Pro SemiBold";
  padding: 10px 15px;
}

#mainNav ul li > a.active {
  background-color: #4D96C9;
  border-radius: 5px;
}

#mainNav ul li img {
  margin-top: -6px;
  vertical-align: middle;
}

#mainNav ul li button {
  width: 130px;
}

#mainNav ul li button img {
  margin: -2px 0 0 10px;
}

#mainNav #donateMenu {
  display: none;
  position: absolute;
  right: 20px;
  top: 55px;
  border-radius: 5px;
  z-index: 6000;
  overflow: hidden;
  line-height: 20px;
}

#mainNav #donateMenu .leftBlock {
  padding: 25px 15px 40px 15px;
  background-color: #F9F6F2;
  width: 505px;
  height: 385px;
  float: left;
}

#mainNav #donateMenu .leftBlock .headerBlock {
  border-bottom: 1px dotted #C6C3BA;
  margin-bottom: 20px;
}

#mainNav #donateMenu .leftBlock .headerBlock h2 {
  font-size: 30px;
  font-family: "Source Sans Pro Light";
  margin: 0;
  line-height: 30px;
}

#mainNav #donateMenu .leftBlock .headerBlock .buttons {
  margin: 30px 0 20px 0;
}

#mainNav #donateMenu .leftBlock .headerBlock .buttons .button {
  width: 155px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
}

#mainNav #donateMenu .leftBlock .linkBlock {
  width: 50%;
  float: left;
  height: 80px;
  padding: 0 15px;
  position: relative;
}

#mainNav #donateMenu .leftBlock .linkBlock:before {
  content: ' ';
  position: absolute;
  background-image: url("/assets/img/icons/arroworangelg.png");
  top: 6px;
  left: 0;
  width: 5px;
  height: 9px;
}

#mainNav #donateMenu .leftBlock .linkBlock a {
  color: #4E4D4D;
  font-family: "Source Sans Pro SemiBold";
}

#mainNav #donateMenu .leftBlock .linkBlock a:hover {
  color: #FF7B14;
}

#mainNav #donateMenu .leftBlock .linkBlock p {
  margin: 0;
}

#mainNav #donateMenu .rightBlock {
  padding: 15px 15px 40px 15px;
  background-color: #F0EEE9;
  width: 240px;
  float: left;
  height: 385px;
}

#mainNav #donateMenu .rightBlock .shopLinksBlock {
  padding: 25px 15px 0 15px;
  position: relative;
}

#mainNav #donateMenu .rightBlock .shopLinksBlock:before {
  content: ' ';
  position: absolute;
  background-image: url("/assets/img/icons/arrowpurplelg.png");
  top: 31px;
  left: 0;
  width: 5px;
  height: 9px;
}

#mainNav #donateMenu .rightBlock .shopLinksBlock p {
  margin-bottom: 5px;
}

#mainNav #donateMenu .rightBlock .shopLinksBlock a {
  color: #822146;
  font-family: "Source Sans Pro SemiBold";
}

#mainNav #donateMenu .rightBlock .shopLinksBlock a:hover {
  color: #4E4D4D;
}

@media (min-width: 768px) { 
    #page {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 1500px;
    }
}

#leftModules {
  width: 210px;
  padding: 50px 0;
  background-color: #F5F3F1;
}

#main {
  width: 550px;
  padding: 50px 30px;
  background-color: #FFFFFF;
}

#main .mainImage {
  position: relative;
  margin-bottom: 20px;
}

#main .mainImage > img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 215px;
}

#main .mainImage .info {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#main .mainImage .info span {
  display: none;
  opacity: 0;
  font-family: "Source Sans Pro Italic";
  font-size: 13px;
  line-height: 17px;
}

#main .mainImage .info span.toggled {
  display: block;
  background-color: red;
  color: white;
  position: absolute;
  bottom: 30px;
}

@media(max-width: 767px) {

  #main .mainImage .info span {
    opacity: 1;
  }
}

#main a {
  color: #0068B2;
  font-family: "Source Sans Pro SemiBold";
}

#main p {
  margin-bottom: 10px;
}

#main p.articleDate {
  font-family: "Source Sans Pro SemiBold";
  font-size: 13px;
}

#main h1 {
  font-family: "Source Sans Pro Light";
  font-size: 36px;
  border-bottom: 1px dotted #C6C6C6;
  padding: 40px 0 20px;
  margin-bottom: 15px;
  line-height: 1;
}

#main h2 {
  font-size: 24px;
  font-family: "Source Sans Pro Light";
  margin-bottom: 20px;
}

#main h3 {
  font-family: "Source Sans Pro SemiBold";
  font-size: 18px;
  margin-bottom: 15px;
}

#main.contactus #contactContent {
  float: left;
  width: 290px;
}

#main.contactus #contactMap {
  float: right;
  width: 200px;
}

#main.contactus #contactMap > a {
  font-size: 13px;
  font-family: "Source Sans Pro Regular";
  color: #4E4D4D;
}

#main.contactus #contactMap > a:hover {
  font-family: "Source Sans Pro SemiBold";
}

#main.contactus #contactContacts {
  margin-top: 30px;
}

#main.contactus #contactContacts .contact .contactTitle {
  background-color: #F5F3F1;
  margin-bottom: 5px;
  position: relative;
  border-radius: 5px;
}

#main.contactus #contactContacts .contact .contactTitle:hover {
  background-color: #e6e3e1;
}

#main.contactus #contactContacts .contact .contactTitle a {
  color: #4E4D4D;
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro SemiBold";
  padding: 0 12px;
  line-height: 35px;
}

#main.contactus #contactContacts .contact .contactTitle:after {
  content: ' ';
  background-image: url("/assets/img/icons/arrowgreyuplg.png");
  position: absolute;
  right: 12px;
  top: 14px;
  width: 13px;
  height: 8px;
  cursor: pointer;
}

#main.contactus #contactContacts .contact .contactDetails {
  padding: 20px 12px;
}

#main.contactus #contactContacts .contact.collapsed .contactTitle:after {
  background-image: url("/assets/img/icons/arrowgreydownlg.png");
}

#main.contactus #contactContacts .contact.collapsed .contactDetails {
  display: none;
}

#footer {
  margin-top: 25px;
}

#footer #eNews {
  font-size: 12px;
  line-height: 90px;
  color: #FFFFFF;
  background-color: #1E82C9;
  border-radius: 5px 5px 0 0;
  padding: 0 35px;
  overflow: hidden;
  font-size: 16px;
}

@media(max-width: 767px) {

  #footer #eNews {
    border-radius: 0;
    line-height: 55px;
  }
}

#footer #eNews > div {
  float: left;
}

#footer #eNews > div:last-child {
  float: right;
}

#footer #eNews p {
  margin: 0;
  font-family: "Source Sans Pro SemiBold";
}

#footer #eNews form {
  margin-left: 10px;
}

@media(max-width: 767px) {

  #footer #eNews form {
    margin-left: 0;
  }
}

#footer #eNews form input {
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  border: none;
  margin-right: 3px;
}

#footer #eNews form input[type=text] {
  width: 175px;
  color: #4E4D4D;
  font-family: "Source Sans Pro Regular";
}

@media(max-width: 767px) {

  #footer #eNews form input[type=text] {
    width: 100%;
  }
}

#footer #eNews form input[type=submit] {
  width: 125px;
  background-color: #61A2D4;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

@media(max-width: 767px) {

  #footer #eNews form input[type=submit] {
    width: 100%;
  }
}

#footer #eNews form input[type=submit]:hover {
  background-color: #A3C1DD;
}

#footer #eNews a {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Source Sans Pro SemiBold";
  margin-right: 8px;
}

#footer #eNews a:hover {
  color: #D1E2EF;
}

#footer #eNews span {
  margin: 0 5px;
}

#footer #links {
  background-color: #0063a9;
  color: #FFFFFF;
  font-size: 15px;
  overflow: hidden;
  padding: 40px 35px 65px 35px;
}

#footer #links .col {
  width: 20%;
  float: left;
  padding-right: 20px;
}

@media(max-width: 767px) {

  #footer #links .col {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

#footer #links h5 {
  font-family: "Source Sans Pro SemiBold";
  font-size: 15px;
  margin: 4px 0;
}

#footer #links p {
  margin: 4px 0;
}

#footer #links a {
  color: #FFFFFF;
  display: inline-block;
  line-height: 15px;
}

#footer #links a:hover {
  color: #D1E2EF;
}

#footer #contact {
  background-color: #0068B2;
  color: #FFFFFF;
  overflow: hidden;
  padding: 0 35px;
  line-height: 75px;
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
}

@media(max-width: 767px) {

  #footer #contact {
    line-height: 40px;
    text-align: center;
    padding: 30px;
  }
}

#footer #contact > div {
  float: left;
  margin-right: 30px;
}

@media(max-width: 767px) {

  #footer #contact > div {
    width: 100%;
    margin: 0;
  }
}

#footer #contact #contactLinks p {
  margin: 0;
}

@media(max-width: 767px) {

  #footer #contact #contactLinks p span {
    display: block;
  }
}

#footer #contact #contactLinks a {
  font-size: 14px;
  color: #FFFFFF;
}

#footer #contact #contactLinks a:hover {
  color: #D1E2EF;
}

#footer #contact #contactLinks img {
  vertical-align: middle;
  margin: -3px 5px 0 25px;
}

@media(max-width: 767px) {

  #footer #contact #contactLinks img {
    margin-left: 0;
  }
}

#footer #contact #socialLinks {}

#footer #contact #buttonLinks {
  float: right;
  margin: 0;
  text-align: right;
}

#footer #contact #buttonLinks .button {
  font-size: 14px;
  width: 120px;
  margin-left: 10px;
  text-align: center;
}

@media(max-width: 767px) {

  #footer #contact #buttonLinks .button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

#footer #copyright {
  font-size: 12px;
  line-height: 45px;
  color: #FFFFFF;
  background-color: #1E82C9;
  border-radius: 0 0 5px 5px;
  padding: 0 35px;
  overflow: hidden;
}

#footer #copyright p {
  margin: 0;
  width: 650px;
  float: left;
}

#footer #copyright #translate {
  float: right;
  line-height: normal;
}

#footer #copyright #translate > div {
  margin-top: 10px;
}

#footer #copyright #translate > div a {
  color: #000000;
}

#footer #copyright a {
  color: #FFFFFF;
}

#footer #copyright a:hover {
  color: #D1E2EF;
}

#footer #copyright span {
  margin: 0 5px;
}

#homePage #homePageCarousel {
  height: 410px;
  overflow: hidden;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel {
    height: auto;
  }
}

#homePage #homePageCarousel .slide {
  position: relative;
  height: 410px;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slide {
    height: auto;
  }
}

#homePage #homePageCarousel .slideImage {
  position: absolute;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 410px;
  width: 100%;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slideImage {
    height: 220px;
    position: relative;
  }
}

#homePage #homePageCarousel .slideText {
  position: absolute;
  z-index: 1;
  padding: 30px;
  max-height: 240px;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slideText {
    height: auto;
    position: relative;
  }
}

#homePage #homePageCarousel .slideText.smallRight {
  right: 0;
  top: 70px;
  width: 325px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px 0 0 5px;
}

#homePage #homePageCarousel .slideText.smallRight:hover {
  background-color: rgba(0, 0, 0, 0.54);
}

#homePage #homePageCarousel .slideText.smallLeft {
  left: 0;
  top: 70px;
  width: 325px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 5px 5px 0;
}

#homePage #homePageCarousel .slideText.smallLeft:hover {
  background-color: rgba(0, 0, 0, 0.54);
}

#homePage #homePageCarousel .slideText.largeRight {
  right: 0;
  top: 70px;
  width: 430px;
}

#homePage #homePageCarousel .slideText.largeLeft {
  left: 0;
  top: 70px;
  width: 430px;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slideText {
    width: 100% !important;
    background-color: #0068B2 !important;
    border-radius: 0 !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

#homePage #homePageCarousel .slideText h2 {
  margin: 0 0 15px 0;
  font-family: "Source Sans Pro Light";
  font-size: 38px;
  line-height: 40px;
  color: #FFFFFF;
}

#homePage #homePageCarousel .slideText p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  line-height: 22px;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slideText p.text {
    display: none;
  }
}

#homePage #homePageCarousel .slideText p.link {
  margin-top: 10px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Source Sans Pro SemiBold";
}

#homePage #homePageCarousel .slideText a {
  display: block;
  color: #FFFFFF;
}

#homePage #homePageCarousel .slick-arrow {
  position: absolute;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 5px;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5000;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slick-arrow {
    display: none !important;
  }
}

#homePage #homePageCarousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.54);
}

#homePage #homePageCarousel .slick-arrow.slick-prev {
  right: 65px;
  background-image: url('/assets/img/icons/arrowwhitevlgleft.png');
}

#homePage #homePageCarousel .slick-arrow.slick-next {
  right: 20px;
  background-image: url('/assets/img/icons/arrowwhitevlgright.png');
}

#homePage #homePageCarousel .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 35px;
  padding: 0;
  margin: 0;
}

@media(max-width: 767px) {

  #homePage #homePageCarousel .slick-dots {
    display: none !important;
  }
}

#homePage #homePageCarousel .slick-dots li {
  display: inline;
}

#homePage #homePageCarousel .slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  background-color: #C6C3BA;
  border: 1px solid #4E4D4D;
  width: 11px;
  height: 11px;
  padding: 0;
  margin-right: 5px;
}

#homePage #homePageCarousel .slick-dots li a {
  width: 11px;
  height: 11px;
  display: inline-block;
}

#homePage #homePageCarousel .slick-dots li a.play {
  background-image: url("/assets/img/icons/playlightsm.png");
  display: none;
  margin-left: 2px;
}

#homePage #homePageCarousel .slick-dots li a.pause {
  background-image: url("/assets/img/icons/pauselightsm.png");
}

#homePage #homePageCarousel .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

#homePage #homePageAbout {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  padding: 35px 85px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

@media(max-width: 767px) {

  #homePage #homePageAbout {
    text-align: center;
    padding: 25px;
  }
}

#homePage #homePageAbout h2 {
  font-size: 36px;
  color: #0068B2;
  font-family: "Source Sans Pro Light";
  margin: 5px 0 0 0;
  line-height: 40px;
}

@media(max-width: 767px) {

  #homePage #homePageAbout h2 {
    margin-bottom: 20px;
  }
}

#homePage #homePageAbout a {
  color: #0068B2;
}

#homePage #homePageAbout a:hover {
  color: #4E4D4D;
}

@media(max-width: 767px) {

  #homePage #homePageAbout a {
    display: block;
  }
}

#homePage #homePageAbout p {
  margin: 0;
  font-size: 16px;
  color: #4E4D4D;
  font-family: "Source Sans Pro SemiBold";
}

#homePage #homePageAbout > div {
  float: left;
}

#homePage #homePageAbout > div:first-child {
  width: 30%;
}

@media(max-width: 767px) {

  #homePage #homePageAbout > div:first-child {
    width: 100%;
  }
}

#homePage #homePageAbout > div:last-child {
  width: 70%;
}

@media(max-width: 767px) {

  #homePage #homePageAbout > div:last-child {
    width: 100%;
  }
}

#homePage #homePageFeatures {
  background-color: #F9F6F2;
  width: 66.66%;
  height: 320px;
  float: left;
  padding: 95px 35px 45px 35px;
  position: relative;
  color: #4E4D4D;
  border-radius: 5px 0 0 0;
}

@media(max-width: 767px) {

  #homePage #homePageFeatures {
    width: 100%;
  }
}

#homePage #homePageFeatures h2 {
  background-color: #0068B2;
  font-size: 28px;
  font-family: "Source Sans Pro Light";
  margin: 0;
  padding: 0 20px 0 45px;
  border-radius: 0 5px 5px 0;
  line-height: 45px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 30px;
}

#homePage #homePageFeatures h2 a {
  color: #FFFFFF;
}

#homePage #homePageFeatures > a {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
  color: #4E4D4D;
  position: absolute;
  right: 35px;
  top: 40px;
}

#homePage #homePageFeatures > a img {
  margin-left: 5px;
}

#homePage #homePageFeatures .items {
  overflow: hidden;
}

#homePage #homePageFeatures .items .item {
  width: 50%;
  float: left;
  height: 185px;
}

#homePage #homePageFeatures .items .item:first-child {
  border-right: 2px dotted #C6C3BA;
  padding-right: 30px;
}

#homePage #homePageFeatures .items .item:last-child {
  padding-left: 30px;
}

#homePage #homePageFeatures .items .item p {
  margin: 0;
  font-size: 15px;
}

#homePage #homePageFeatures .items .item p.leader {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
}

#homePage #homePageFeatures .items .item p a {
  color: #0068B2;
  font-family: "Source Sans Pro SemiBold";
}

#homePage #homePageFeatures .items .item p a:hover {
  color: #4E4D4D;
}

#homePage #homePageExplore {
  width: 33.33%;
  height: 320px;
  float: left;
  background-color: #F0EEE9;
  color: #4E4D4D;
  padding: 40px 25px 25px 25px;
  border-radius: 0 5px 0 0;
}

@media(max-width: 767px) {

  #homePage #homePageExplore {
    width: 100%;
  }
}

#homePage #homePageExplore h2 {
  font-family: "Source Sans Pro Light";
  font-size: 30px;
  margin: 0 0 25px 0;
}

#homePage #homePageExplore h2 a {
  color: #4E4D4D;
}

#homePage #homePageExplore > img {
  float: right;
}

#homePage #homePageExplore > a {
  background-color: #C6C3BA;
  color: #FFFFFF;
  font-family: "Source Sans Pro SemiBold";
  font-size: 15px;
  padding: 0 15px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  margin-top: 25px;
}

#homePage #homePageExplore > a img {
  float: right;
  margin-top: 14px;
}

#homePage #homePageReflections {
  background-color: #0068B2;
  color: #FFFFFF;
  padding: 30px 25px 30px 35px;
  width: 33.33%;
  height: 405px;
  position: relative;
  float: left;
}

@media(max-width: 767px) {

  #homePage #homePageReflections {
    width: 100%;
  }
}

#homePage #homePageReflections > div {
  position: relative;
}

#homePage #homePageReflections h2 {
  font-family: "Source Sans Pro Light";
  font-size: 30px;
  margin: 0 0 25px 0;
}

#homePage #homePageReflections a {
  color: #FFFFFF;
}

#homePage #homePageReflections a:hover {
  color: #D1E2EF;
}

#homePage #homePageReflections a.readAllLink {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 3px;
}

#homePage #homePageReflections a.readAllLink img {
  margin-left: 4px;
  margin-top: -1px;
}

#homePage #homePageReflections a.readAllButton {
  background-color: #4D96C9;
  font-family: "Source Sans Pro SemiBold";
  font-size: 15px;
  padding: 0 15px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

#homePage #homePageReflections a.readAllButton:hover {
  background-color: #A3C1DD;
  color: #FFFFFF;
}

#homePage #homePageReflections a.readAllButton img {
  float: right;
  margin-top: 14px;
}

#homePage #homePageReflections .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #FFFFFF;
}

#homePage #homePageReflections .item p {
  margin: 0;
  font-size: 15px;
}

#homePage #homePageReflections .item p.leader {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
}

#homePage #homePageReflections .item p a {
  color: #FFFFFF;
  font-family: "Source Sans Pro SemiBold";
}

#homePage #homePageReflections .item p a:hover {
  color: #D1E2EF;
}

#homePage #homePageMedia {
  width: 33.33%;
  float: left;
  position: relative;
  color: #FFFFFF;
  height: 405px;
}

@media(max-width: 767px) {

  #homePage #homePageMedia {
    width: 100%;
  }
}

#homePage #homePageMedia.watchTab {
  background-color: #822146;
}

#homePage #homePageMedia.watchTab #watchTabContent {
  display: block;
}

#homePage #homePageMedia.watchTab #listenTabContent {
  display: none;
}

#homePage #homePageMedia.watchTab a.readAllButton {
  background-color: #9B4D6B;
}

#homePage #homePageMedia.watchTab a.readAllButton:hover {
  background-color: #B98398;
  color: #FFFFFF;
}

#homePage #homePageMedia.listenTab {
  background-color: #9B4D6B;
}

#homePage #homePageMedia.listenTab #watchTabContent {
  display: none;
}

#homePage #homePageMedia.listenTab #listenTabContent {
  display: block;
}

#homePage #homePageMedia.listenTab a.readAllButton {
  background-color: #822146;
}

#homePage #homePageMedia.listenTab a.readAllButton:hover {
  background-color: #B98398;
  color: #FFFFFF;
}

#homePage #homePageMedia a {
  color: #FFFFFF;
  font-family: "Source Sans Pro SemiBold";
}

#homePage #homePageMedia a.readAllButton {
  font-size: 15px;
  padding: 0 15px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
}

#homePage #homePageMedia a.readAllButton img {
  float: right;
  margin-top: 14px;
}

#homePage #homePageMedia .tabs {
  overflow: hidden;
}

#homePage #homePageMedia .tabs .tab{
  width: 50%;
  float: left;
  text-align: center;
}

#homePage #homePageMedia .tabs .tab a {
  font-size: 18px;
  font-family: "Source Sans Pro SemiBold";
  line-height: 60px;
  display: block;
}

#homePage #homePageMedia .tabs .tab a img {
  margin: -4px 10px 0 0;
  vertical-align: middle;
}

#homePage #homePageMedia .tabs .tab#watchTab a {
  border-radius: 0 0 10px 0;
  background-color: #822146;
}

#homePage #homePageMedia .tabs .tab#listenTab a {
  border-radius: 0 0 0 10px;
  background-color: #9B4D6B;
}

#homePage #homePageMedia .tabContents {
  padding: 25px 20px;
}

#homePage #homePageMedia .tabContents p {
  margin: 0;
}

#homePage #homePageOurWork {
  padding: 30px 35px 30px 25px;
  float: left;
  width: 33.33%;
  height: 405px;
  position: relative;
  background-color: #ABC449;
  color: #FFFFFF;
}

@media(max-width: 767px) {

  #homePage #homePageOurWork {
    width: 100%;
  }
}

#homePage #homePageOurWork h2 {
  font-family: "Source Sans Pro Light";
  font-size: 30px;
  margin: 0 0 25px 0;
}

#homePage #homePageOurWork p {
  font-size: 16px;
  font-family: "Source Sans Pro SemiBold";
  padding-left: 15px;
  margin: 0 0 12px 0;
  position: relative;
}

#homePage #homePageOurWork p > img {
  position: absolute;
  left: 0;
  top: 6px;
}

#homePage #homePageOurWork a {
  color: #FFFFFF;
}

#homePage #homePageOurWork a:hover {
  color: #D0DE99;
}

#homePage #homePageOurWork a.readAllButton {
  background-color: #BCD06D;
  font-family: "Source Sans Pro SemiBold";
  font-size: 15px;
  padding: 0 15px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 25px;
  right: 35px;
  bottom: 25px;
}

#homePage #homePageOurWork a.readAllButton:hover {
  color: #FFFFFF;
  background-color: #D0DE99;
}

#homePage #homePageOurWork a.readAllButton img {
  float: right;
  margin-top: 14px;
}

#homePage #homePageSupport {
  border-radius: 0 0 5px 5px;
  background-color: #F9F6F2;
  padding: 40px 30px;
}

#homePage #homePageSupport h2 {
  font-size: 30px;
  font-family: "Source Sans Pro Light";
  color: #4E4D4D;
  text-align: center;
  margin: 0;
}

#homePage #homePageSupport .items {
  margin-top: 30px;
  overflow: hidden;
}

#homePage #homePageSupport .items .item {
  width: 25%;
  float: left;
  padding: 0 5px;
}

#homePage #homePageSupport .items .item .image {
  position: relative;
  margin-bottom: 15px;
}

#homePage #homePageSupport .items .item .image img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

#homePage #homePageSupport .items .item a {
  font-size: 16px;
  font-family: "Source Sans Pro SemiBold";
  display: block;
  padding: 0 5px;
}

#homePage #homePageSupport .items .item a img {
  float: right;
  margin-top: 7px;
}

#homePage #homePageSupport .items .item a.title {
  color: #4E4D4D;
}

#homePage #homePageSupport .items .item a.link {
  color: #0068B2;
}

#homePage #homePageSupport .items .item:hover .image:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.12);
}

#homePage #homePageSupport .items .item:hover a {
  color: #0068B2;
}

.button {
    font-family: "Source Sans Pro SemiBold";
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
}

.button img {
  margin-right: 10px;
  vertical-align: middle;
}

.button.orange {
  background-color: #FF7B14;
}

.button.orange:hover {
  background-color: #FF9641 !important;
}

.button.purple {
  background-color: #822146;
}

.button.purple:hover {
  background-color: #9B4D6B !important;
}

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

#breadcrumbs ul li {
  display: inline-block;
}

#breadcrumbs ul li a {
  color: #0068B2;
  font-family: "Source Sans Pro SemiBold";
}

#breadcrumbs ul li a:hover {
  color: #4E4D4D;
}

#breadcrumbs ul li.B_lastCrumb a {
  color: #4E4D4D;
  font-family: "Source Sans Pro Regular";
}

#breadcrumbs ul .separator {
  background-image: url('/assets/img/icons/arrowbluesm.png');
  width: 5px;
  height: 8px;
  content: '';
  display: inline-block;
  margin: 0 4px;
}

#leftHandNav h3 {
  font-size: 18px;
  font-family: "Source Sans Pro SemiBold";
  padding: 0 20px;
}

#leftHandNav h3 a {
  color: #1E82C9;
}

#leftHandNav h3 a:hover {
  color: #4E4D4D;
}

#leftHandNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#leftHandNav ul li {
  position: relative;
}

#leftHandNav ul a {
  display: block;
  line-height: 15px;
  color: #4E4D4D;
  font-size: 14px;
}

#leftHandNav > ul {
  margin-top: 45px;
}

#leftHandNav > ul > li > a {
  padding: 12px 30px 12px 20px;
  font-family: "Source Sans Pro SemiBold";
}

#leftHandNav > ul > li.active > a, #leftHandNav > ul > li:hover > a {
  background-color: #1866aa;
  color: #FFFFFF;
}

#leftHandNav > ul > li.active > ul {
  display: block;
}

#leftHandNav > ul > li.active:after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 12px;
  top: 16px;
  background-image: url('/assets/img/icons/arrowwhitedownsm.png');
}

#leftHandNav > ul > li > ul {
  display: none;
}

#leftHandNav > ul > li > ul > li > a {
  padding:12px 40px;
}

#leftHandNav > ul > li > ul > li:before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: 15px;
  background-image: url('/assets/img/icons/arrowbluesm.png');
}

#leftHandNav > ul > li > ul > li.active > ul {
  display: block;
}

#leftHandNav > ul > li > ul > li.active:before {
  background-image: url('/assets/img/icons/arrowbluedownsm.png');
  width: 8px;
  height: 5px;
  top: 17px;
  left: 22px;
}

#leftHandNav > ul > li > ul > li.active > a, #leftHandNav > ul > li > ul > li:hover > a {
  color: #1866aa;
}

#leftHandNav > ul > li > ul > li > ul {
  display: none;
}

#leftHandNav > ul > li > ul > li > ul > li > a {
  padding:12px 50px;
}

#leftHandNav > ul > li > ul > li > ul > li.active > a, #leftHandNav > ul > li > ul > li > ul > li:hover > a {
  background-color: #4D96C9;
  color: #FFFFFF;
}

#rightModules {
  width: 220px;
  padding: 20px 20px 20px 0;
  background-color: #FFFFFF;
  color: #4E4D4D;
}

#rightModules > div {
  background-color: #F5F3F1;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

#rightModules > div h3 {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
}

#rightModules > div h3.purple {
  color: #822146;
}

#rightModules > div a {
  color: #822146;
}

#rightModules > div form {
  margin: 15px 0;
}

#rightModules > div form input[type=text] {
  line-height: 35px;
  border-radius: 4px;
  border: none;
  padding: 0 15px;
  margin-bottom: 5px;
  width: 100%;
}

#rightModules > div form textarea {
  border: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  height: 130px;
}

#rightModules > div form input[type=submit] {
  margin-top: 15px;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  font-family: "Source Sans Pro SemiBold";
  color: #FFFFFF;
  background-color: #822146;
  text-transform: uppercase;
}

#rightModules > div .complete {
  display: none;
}

#rightModules > div .complete a {
  text-align: right;
  display: block;
}

#rightModules > div#socialLinks p {
  margin-top: 20px;
}

#rightModules > div#socialLinks img {
  margin-right: 15px;
}

#rightModules > div#socialLinks a {
  color: #4E4D4D;
}

#rightModules > div#otherDonate {
  padding: 0 0 20px 0;
}

#rightModules > div#otherDonate .header {
  background-color: #822146;
  color: #FFFFFF;
  line-height: 35px;
  border-radius: 4px 4px 0 0;
  padding: 0 15px;
}

#rightModules > div#otherDonate .block {
  overflow: hidden;
  margin-top: 20px;
  padding: 0 15px;
}

#rightModules > div#otherDonate .block .img {
  width: 35px;
  float: left;
}

#rightModules > div#otherDonate .block .info {
  width: 135px;
  float: left;
}

#rightModules > div#otherDonate .block .info a.hasArrow {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

#rightModules > div#otherDonate .block .info a.hasArrow:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  background-image: url('/assets/img/icons/arrowpurplesm.png');
  width: 5px;
  height: 8px;
}

#actionBar {
    margin-bottom: 35px;
    overflow: hidden;
}

#actionBar .addthis_default_style .addthis_separator, #actionBar .addthis_default_style .at4-icon, #actionBar .addthis_default_style .at300b, #actionBar .addthis_default_style .at300bo, #actionBar .addthis_default_style .at300bs, #actionBar .addthis_default_style .at300m  {
  float: none !important;
}

#actionBar .left {
  width: 80%;
  float: left;
}

#actionBar .right {
  width: 20%;
  float: right;
  text-align: right;
}

#actionBar .right a {
  display: inline-block;
  margin-left: 15px;
  color: #343242;
  font-size: 12px;
  font-family: "Source Sans Pro SemiBold";
}

#actionBar .right a img {
  margin-right: 5px;
}

#centreModule #menuIndex1 {
  overflow: hidden;
}

#centreModule #menuIndex1 .item {
  width: 48%;
  float: left;
  height: 220px;
}

#centreModule #menuIndex1 .item:nth-child(odd) {
  margin-right: 4%;
}

#centreModule #menuIndex1 .item img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

#centreModule #menuIndex1 .item p a {
  color: #4E4D4D;
  font-family: "Source Sans Pro SemiBold";
  font-size: 14px;
  display: block;
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
}

/*#centreModule #menuIndex1 .item p a:before {
  content: '';
  background-image: url('/assets/img/icons/arrowbluelg.png');
  width: 5px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
}*/

#centreModule #menuIndex1 .item p a:hover {
  color: #0068B2;
}
/*
#centreModule #menuIndex2 {
  overflow: hidden;
}

#centreModule #menuIndex2 .item {
  width: 240px;
  float: left;
  height: 175px;
  padding: 15px 10px;
  background-color: #F5F3F1;
  border-radius: 4px;
  margin-bottom: 10px;
}

#centreModule #menuIndex2 .item:nth-child(odd) {
  margin-right: 10px;
}

#centreModule #menuIndex2 .item img {
  display: block;
  border-radius: 4px;
  float: left;
}

#centreModule #menuIndex2 .item h4 a {
  color: #4E4D4D;
  font-family: "Source Sans Pro SemiBold";
  font-size: 14px;
}

#centreModule #thumbnailList .item {
  overflow: hidden;
  margin-bottom: 25px;
}

#centreModule #thumbnailList .item .image{
  width: 115px;
  float: left;
  margin-right: 20px;
}

#centreModule #thumbnailList .item .image img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

#centreModule #thumbnailList .item .text {
  float: left;
  width: 355px;
  margin-top: -4px;
}

#centreModule #thumbnailList .item p.heading {
  font-family: "Source Sans Pro SemiBold";
  margin: 0;
}

#centreModule #thumbnailList .item p a {
  color: #4E4D4D;
  font-family: "Source Sans Pro SemiBold";
  font-size: 14px;
  display: block;
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
}

#centreModule #thumbnailList .item p a:hover {
  color: #0068B2;
}
*/
#subscribeModule p {
  margin-bottom: 15px;
}

#subscribeModule p input[type=text] {
  border-radius: 4px;
  border: none;
  line-height: 35px;
  padding: 0 15px;
  background-color: #F5F3F1;
  width: 190px;
}

#subscribeModule p input[type=submit] {
  font-family: "Source Sans Pro SemiBold";
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  width: 100px;
  line-height: 30px;
  border-radius: 4px;
  border: none;
  background-color: #61A2D4;
  margin-top: 15px;
}

#filterBar {
    line-height: 45px;
    border-top: 1px dotted #C6C6C6;
    border-bottom: 1px dotted #C6C6C6;
    color: #4E4D4D;
    overflow: hidden;
    margin-bottom: 15px;
}

#filterBar .left {
  float: left;
  width: 50%;
}

#filterBar .right {
  float: right;
  width: 50%;
  text-align: right;
}

#filterBar h4 {
  font-size: 14px;
  font-family: "Source Sans Pro SemiBold";
}

#filterBar p {
  font-size: 13px;
  margin: 0;
}

#filterBar select {
  font-size: 13px;
  width: 145px;
  height: 25px;
  border: 1px solid #D7D7D7;
  margin-left: 20px;
  padding-left: 5px;
}

#main.publicationindex h3 {
  font-family: "Source Sans Pro SemiBold";
  font-size: 16px;
  color: #0068B2;
  padding-bottom: 20px;
  border-bottom: 1px dotted #B7B1AD;
}

#main.publicationindex #issueSummary {
  overflow: hidden;
}

#main.publicationindex #issueSummary .text {
  float: left;
  width: 300px;
}

#main.publicationindex #issueSummary .image {
  float: left;
  width: 170px;
  margin-left: 20px;
}

#main.publicationindex #issueSummary .image img {
  border-radius: 2px;
  width: 100%;
}

#main.publicationindex #contents .subPage {
  overflow: hidden;
  margin-bottom: 30px;
}

#main.publicationindex #contents .subPage .img {
  float: left;
  width: 125px;
}

#main.publicationindex #contents .subPage .text {
  float: left;
  width: 365px;
}

#main.publicationindex #contents .subPage .text p {
  line-height: 18px;
  margin-bottom: 5px;
}

#main.archivepublicationindex .items {
  overflow: hidden;
}

#main.archivepublicationindex .items .item {
  float: left;
  width: 110px;
  margin-right: 15px;
  height: 230px;
}

#main.archivepublicationindex .items .item:nth-child(4n + 1) {
  margin-right: 0;
}

#main.archivepublicationindex .items .item > img {
  margin-bottom: 10px;
}

#main.archivepublicationindex .items .item a {
  color: #4E4D4D;
  padding-left: 15px;
  display: block;
  position: relative;
  line-height: 15px;
}

#main.archivepublicationindex .items .item a:hover {
  color: #4D96C9;
}

#main.archivepublicationindex .items .item a:before {
  width: 5px;
  height: 8px;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('/assets/img/icons/arrowbluesm.png')
}

.videoplaylist #mainItem {
  margin-bottom: 20px;
}

.videoplaylist #mainItem p {
  margin-bottom: 0;
}

.videoplaylist #playlist .listItem {
  overflow: hidden;
}

.videoplaylist #playlist .listItem .video {
  width: 295px;
  float: left;
}

.videoplaylist #playlist .listItem .text {
  width: 195px;
  float: left;
}

.videoplaylist #playlist .listItem .text p {
  margin-bottom: 0;
}

.audiopage #player {
  overflow: hidden;
  padding: 10px 20px;
  background-color: #F5F3F1;
  border-radius: 4px;
  margin-bottom: 20px;
}

.audiopage #player .image {
  width: 135px;
  float: left;
}

.audiopage #player .content {
  width: 200px;
  float: left;
}

.audiopage #player .content p {
  margin-bottom: 0;
}

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0,0,0,0.25);
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
}

#backToTop a {
  display: block;
  line-height: 40px;
}

#backToTop a img {
  margin-top: -3px;
}

#backToTop:hover {
  background-color: rgba(0,0,0,0.5);
}

#pageNav {
  text-align: center;
}

#pageNav ul {
  list-style: none;
}

#pageNav ul li {
  display: inline-block;
}

#pageNav ul li.control a {
  width: auto;
  padding: 0 5px;
  position: relative;
}

#pageNav ul li.control.next a:after {
  content: '';
  display: block;
  background-image: url('/assets/img/icons/arrowgreylg.png');
  width: 6px;
  height: 9px;
  top: 6px;
  right: -10px;
  position: absolute;
}

#pageNav ul li.control.prev a:before {
  content: '';
  display: block;
  background-image: url('/assets/img/icons/arrowgreylg.png');
  width: 6px;
  height: 9px;
  top: 6px;
  left: -10px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pageNav ul li a {
  font-family: "Source Sans Pro SemiBold";
  font-style: 12px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #4E4D4D;
}

#pageNav ul li a.active, #pageNav ul li a:hover {
  color: #FFFFFF;
  background-color: #A3C1DD;
}