@charset "UTF-8";
/*----------------------------------------
TABLE OF CONTENTS
1.  FONTS
2.  SWATCH
3.  CLEARING + FIXES
4.  FORMS
5.  IMPORTS
6.  BODY
7.  HEADER
8.  SECTIONS
9.  FOOTER
11. COOKIE POLICY
12. IMAGE & VIDEO STYLE INNER
13. NEWSLETTER
------------------------------------------*/
/* -------------------------------------------------------------- 
1.  FONTS
-------------------------------------------------------------- */
/* Remember to specify font weight and font style */
@font-face {
  font-family: 'Lane';
  src: url('../fonts/lane.eot');
  src: url('../fonts/lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lane.woff') format('woff'), url('../fonts/lane.ttf') format('truetype'), url('../fonts/lane.svg#lane') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria Italic';
  src: url('../fonts/cambria-italic.eot');
  src: url('../fonts/cambria-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cambria-italic.woff') format('woff'), url('../fonts/cambria-italic.ttf') format('truetype'), url('../fonts/cambria-italic.svg#cambria-italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?n4ds08');
  src: url('../fonts/icomoon/icomoon.eot?#iefixn4ds08') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?n4ds08') format('woff'), url('../fonts/icomoon/icomoon.ttf?n4ds08') format('truetype'), url('../fonts/icomoon/icomoon.svg?n4ds08#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\e600";
}
.icon-linkedin:before {
  content: "\e601";
}
/* Define heading and body fonts */
/*----------------------------------------
2. SWATCH
------------------------------------------*/
/* Higher numbers are darker */
/* Add site specific colour variables here */
/*----------------------------------------
3. CLEARING + FIXES
------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* http://sonspring.com/journal/clearing-floats */
.hide {
  display: none !important;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}
/*----------------------------------------
4. FORMS
------------------------------------------*/
input,
textarea {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
textarea {
  padding: 2px 5px;
  font-size: 1.2em;
  margin: 0;
  border: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"] {
  width: 448px;
}
textarea {
  width: 448px;
  height: 150px;
}
select {
  height: 48px;
  font-size: 1em;
  width: 400px;
  border: 1px solid #ddd;
}
input[type="submit"] {
  border: 1px solid #f3d976;
  position: relative;
  background-image: linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -o-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -moz-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -ms-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #ecc732), color-stop(0.74, #f4dc86));
  color: #796007;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 6px 10px 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  cursor: pointer;
  text-decoration: none;
  color: #652297;
  background-image: linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -o-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -moz-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -ms-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e4b715), color-stop(0.8, #f2d33b));
}
.button,
a.button {
  display: block;
  border: 1px solid #f3d976;
  position: relative;
  background: #ECC732;
  background-image: linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -o-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -moz-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -ms-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #ecc732), color-stop(0.74, #f4dc86));
  color: #796007;
  text-shadow: 1px 1px 0px #ffffff;
  filter: glow(color=#ffffff, strength=1);
  padding: 3px 40px 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
}
.button:hover,
a.button:hover,
.button:focus,
a.button:focus {
  cursor: pointer;
  text-decoration: none;
  color: #652297;
  background-image: linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -o-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -moz-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -ms-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e4b715), color-stop(0.8, #f2d33b));
}
.button .icon,
a.button .icon {
  font-size: 1.5em;
  color: #B5941F;
  margin: 0 10px;
  display: inline;
  height: 15px;
  position: absolute;
  top: 2px;
  right: 0px;
}
.button2 {
  border: 1px solid #2D1241;
  background-image: linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -o-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -moz-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -ms-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #35154d), color-stop(0.99, #501e74));
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
}
.button2:hover,
.button2:focus {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 0px #9A7A0E;
  background-image: linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -o-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -moz-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -ms-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e4b715), color-stop(0.8, #f2d33b));
}
.download {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.center {
  text-align: center;
}
/*----------------------------------------
4-5. Icon Fonts
------------------------------------------*/
[data-icon]:before {
  font-family: 'Pictos Custom';
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
}
/* -------------------------------------------------------------- 
5.  IMPORTS
-------------------------------------------------------------- */
/*  
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
p img {
  display: inline;
}
nav ul {
  list-style: none;
  margin-right: 0;
  padding-left: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  font-weight: bold;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* End of Reset CSS*//*----------------------------------------
  Sets up some sensible default typography
------------------------------------------*/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 100%;
  color: #333333;
  line-height: 1.5em;
  font-family: Arial, sans-serif;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background: #aea3b8;
  color: #ffffff;
}
::-moz-selection {
  background: #aea3b8;
  color: #ffffff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #aea3b8;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-weight: bold;
  font-family: "Lane", Arial, sans-serif;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-weight: 100;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-weight: 100;
}
h6 {
  font-size: 1em;
  font-weight: bold;
  font-weight: 100;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #888888;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #777777;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
}
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
  color: #ba3b0d;
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #009bc2;
}
blockquote {
  margin: 1.5em;
  color: #999999;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #999;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
table {
  margin-bottom: 1.4em;
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #dddddd;
}
th {
  text-align: left;
}
thead th {
  background-image: linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -o-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -moz-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -ms-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #35154d), color-stop(0.99, #501e74));
  text-align: left;
  color: #ffffff;
}
th,
td,
caption {
  padding: 4px 10px 4px 15px;
}
tr.alt td {
  background: #F1F1F1;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
tfoot {
  font-style: italic;
}
caption {
  background: #999;
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #333333;
  color: #333333;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.35em;
  border: none;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*----------------------------------------
  COLUMNS
------------------------------------------*/
/*----------------------------------------
  CSS3 STYLES
------------------------------------------*/
/*----------------------------------------
  BUTTONS
------------------------------------------*/
/*----------------------------------------
  ICONS
------------------------------------------*/
/* ============================ */
/* = Grid                     = */
/* ============================ */
body {
  width: 100%;
  float: left;
}
/* ============================ */
/* = Misc                     = */
/* ============================ */
/*----------------------------------------
6. BODY
------------------------------------------*/
body {
  background: #F5F5F5;
}
body hr {
  background: #ffffff;
  box-shadow: 0 8px 6px -6px #e6e6e6;
  height: 10px;
  padding: 30px;
  width: 90%;
  margin: 40px auto;
}
/*----------------------------------------
7. HEADER
------------------------------------------*/
#header_wrap {
  width: 100%;
  background: #8734c5 url('/assets/images/design/header-bg.png');
  overflow: auto;
  border-top: 5px solid #33134A;
  padding-bottom: 10px;
}
#header_wrap > div {
  border-top: 1px solid #742DA8;
}
#header_wrap header {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
  padding: 15px 0 0 0;
}
#header_wrap header #logo {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
#header_wrap header #logo img {
  max-width: 340px;
}
#header_wrap header #search {
  display: inline;
  float: left;
  width: 22.916666666666664%;
  margin: 0 1.0416666666666665%;
  height: 33px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #652297;
  float: right;
  margin-bottom: 40px;
}
#header_wrap header #search input[type="text"] {
  width: 160px;
  border: none;
  background: none;
  font-size: 13px;
  color: #aea3b8;
  font-weight: normal;
  padding: 7px;
  margin: 0 0 0 8px;
}
#header_wrap header #search input[type="submit"] {
  float: right;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
  border: none;
  background: url('/assets/images/design/search-icon.png') no-repeat 0px 3px;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 5px;
}
#header_wrap header #search input[type="submit"]:hover,
#header_wrap header #search input[type="submit"]:focus {
  cursor: pointer;
}
#header_wrap header #search .social-media-links {
  margin-top: 12px;
}
#header_wrap header #search .social-media-links a {
  color: #f3d976;
}
#header_wrap header #search .social-media-links a span {
  float: right;
  padding: 0px 5px;
}
#header_wrap header #search .social-media-links a .icon-linkedin {
  padding: 0px 0px 0px 5px;
}
#header_wrap header nav {
  clear: right;
  margin-right: 19px;
  margin-top: 10px;
  background: #555;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f3d976;
  background-image: linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -o-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -moz-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -ms-linear-gradient(bottom, #e4b715 48%, #f2d33b 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e4b715), color-stop(0.8, #f2d33b));
  text-align: right;
  font-family: Arial, sans-serif;
}
#header_wrap header nav ul {
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header_wrap header nav ul li {
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  border-right: 1px solid #f3d976;
}
#header_wrap header nav ul li.on {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -o-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -moz-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -ms-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #ecc732), color-stop(0.74, #f4dc86));
}
#header_wrap header nav ul li.on a {
  color: #652297;
  font-weight: bold;
}
#header_wrap header nav ul li.on span {
  background: url('/assets/images/design/nav-bg.png') no-repeat center bottom;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
}
#header_wrap header nav ul li a {
  color: #796007;
  border-right: 1px solid #DCAE10;
  text-shadow: 1px 1px 0px #ffffff;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 14px;
  margin: 0px;
  display: inline-block;
}
#header_wrap header nav ul li a:hover {
  background-image: linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -o-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -moz-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -ms-linear-gradient(bottom, #ecc732 22%, #f4dc86 74%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #ecc732), color-stop(0.74, #f4dc86));
}
body.home #header_wrap {
  padding-bottom: 260px !important;
}
/*----------------------------------------
8. SECTIONS
------------------------------------------*/#page_divider {
  width: 100%;
  height: 85px;
  background: #431960;
  border-top: 1px solid #8734C5;
}
#main_content_wrap {
  width: 100%;
  background: url('/assets/images/design/main-content-bg.png') center top;
  position: relative;
  padding: 20px 0 20px 0;
}
#main_content_wrap #main_content {
  max-width: 960px;
  min-height: 500px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E8E8E8;
  box-shadow: 0 -8px 6px -8px #d9d9d9;
}
#main_content_wrap #main_content section#slider {
  width: 920px;
  margin: -345px 19px 0px 19px;
  background: #bbb;
  position: absolute;
  box-shadow: 0 0 0 2px #fff,  0 0 0 4px #D2B24B;
  z-index: 100;
  overflow: hidden;
  /* pager */

}
#main_content_wrap #main_content section#slider .sliderText {
  position: absolute;
  margin: -245px 0px 0px 500px;
  height: 210px;
  width: 400px;
  text-align: right;
  top: 283px;
}
#main_content_wrap #main_content section#slider .sliderText p {
  font-family: "Cambria Italic" Arial, sans-serif;
  background: rgba(100, 100, 100, 0.5);
  font-size: 1.2em;
  text-shadow: 1px 1px 6px #000000;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#main_content_wrap #main_content section#slider .sliderText .button {
  -webkit-box-shadow: 0 8px 6px -8px #000000;
  -moz-box-shadow: 0 8px 6px -8px #000000;
  box-shadow: 0 8px 6px -8px #000000;
}
#main_content_wrap #main_content section#slider .slider_top_left {
  background: url('/assets/images/design/slide-top-left-bg.png') no-repeat;
  width: 62px;
  position: absolute;
  margin: -296px 0px 0px -56px;
  height: 350px;
}
#main_content_wrap #main_content section#slider .slider_top_right {
  background: url('/assets/images/design/slide-top-right-bg.png') no-repeat;
  width: 62px;
  position: absolute;
  margin: -296px 0px 0px 925px;
  height: 350px;
}
#main_content_wrap #main_content section#slider .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}
#main_content_wrap #main_content section#slider .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
#main_content_wrap #main_content section#slider .cycle-pager span.cycle-pager-active {
  color: #61258D;
}
#main_content_wrap #main_content section#slider .cycle-pager > * {
  cursor: pointer;
}
#main_content_wrap #main_content section#page_content {
  position: relative;
  clear: both;
  padding-top: 20px;
}
#main_content_wrap #main_content section#page_content #page_top_left {
  background: url('/assets/images/design/left-top-bg.png') no-repeat;
  position: absolute;
  top: 10px;
  left: -52px;
  width: 62px;
  margin: 0 auto;
  height: 200px;
  z-index: 100;
}
#main_content_wrap #main_content section#page_content #page_top_right {
  background: url('/assets/images/design/right-top-bg.png') no-repeat;
  position: absolute;
  top: 10px;
  right: -62px;
  width: 62px;
  margin: 0 auto;
  height: 200px;
  z-index: 100;
}
#main_content_wrap #main_content section#page_content .content_box {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  position: relative;
  min-height: 350px;
}
#main_content_wrap #main_content section#page_content .content_box h1 {
  font-family: "Lane", Arial, sans-serif;
  font-size: 1.4em;
  color: #652297;
  padding: 10px 10px 10px 50px;
  margin: 0px 0px 10px 0px;
  background: #f3eff8 url('/assets/images/design/h1-bg-small.png') no-repeat 10px 10px;
}
#main_content_wrap #main_content section#page_content .content_box img {
  /*padding:5px;
            border: 1px solid @grey1;
            box-shadow: 0 8px 6px -3px #e6e6e6;
            margin-bottom:10px;
            max-width: 284px;*/

}
#main_content_wrap #main_content section#page_content .content_box .image-container {
  width: 284px;
  height: 125px;
  overflow: hidden;
  outline: 1px solid #dddddd;
  border: 5px solid white;
  box-shadow: 0 8px 6px -3px #e6e6e6;
  margin-bottom: 10px;
  /*padding:5px;*/

}
#main_content_wrap #main_content section#page_content .content_box .image-container img.front_image {
  max-width: 100%;
}
#main_content_wrap #main_content section#page_content .content_box p {
  font-size: 0.9em;
  color: #555555;
}
#main_content_wrap #main_content section#page_content .content_box a.button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 6px;
  min-width: 130px;
}
.full_box {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  text-align: center;
}
.full_box h2 {
  font-family: "Lane", Arial, sans-serif;
  font-size: 1.5em;
  color: #652297;
  margin-bottom: 20px;
}
.full_box #organisations {
  width: 100%;
  height: 92px;
  border: 1px solid #ffffff;
  box-shadow: 0 0px 6px 1px #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 40px;
  padding: 0;
  padding-left: 20px;
  background-image: linear-gradient(bottom, #eaeaea 22%, #ffffff 61%);
  background-image: -o-linear-gradient(bottom, #eaeaea 22%, #ffffff 61%);
  background-image: -moz-linear-gradient(bottom, #eaeaea 22%, #ffffff 61%);
  background-image: -webkit-linear-gradient(bottom, #eaeaea 22%, #ffffff 61%);
  background-image: -ms-linear-gradient(bottom, #eaeaea 22%, #ffffff 61%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #eaeaea), color-stop(0.61, #ffffff));
}
.full_box #organisations div img {
  max-width: 890px;
}
.full_box #organisations ul {
  margin: 0px;
}
.full_box #organisations ul li {
  padding: 0px;
  margin: 0;
  list-style-type: none;
  display: inline;
}
.full_box #organisations ul li img {
  max-height: 70px;
  float: left;
  margin: 0 20px;
}
.full_box #organisations ul li::before {
  content: '';
  display: none;
}
/* Standard */
#page_main_content {
  max-width: 960px;
  min-height: 500px;
  margin: 0 auto;
  padding-bottom: 100px;
  /* Standard Sidebar */

}
#page_main_content #content {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin-top: -92px;
  position: relative;
}
#page_main_content #content #page_top_left {
  background: url('/assets/images/design/left-top-bg-large.png') no-repeat right;
  position: absolute;
  top: -1px;
  left: -61px;
  width: 60px;
  margin: 0 auto;
  height: 400px;
  z-index: 100;
}
#page_main_content #content #page_top_right {
  background: url('/assets/images/design/right-top-bg-large.png') no-repeat left;
  position: absolute;
  top: -1px;
  right: -63px;
  width: 62px;
  margin: 0 auto;
  height: 400px;
  z-index: 100;
}
#page_main_content #content #standard {
  min-height: 500px;
}
#page_main_content #content #standard h1 {
  background: #EFE9F4;
  color: #43195f;
  font-size: 1.8em;
  padding: 24px 35px;
  border-bottom: 1px solid #E0D4EA;
}
#page_main_content #content #standard h2,
#page_main_content #content #standard h3,
#page_main_content #content #standard h4 {
  color: #652297;
  margin: 30px 0px 15px 0px;
  line-height: 1em;
}
#page_main_content #content #standard h2 {
  font-size: 1.6em;
}
#page_main_content #content #standard h3 {
  font-size: 1.4em;
}
#page_main_content #content #standard h4 {
  font-size: 1.2em;
}
#page_main_content #content #standard a {
  color: #43195f;
}
#page_main_content #content #standard hr {
  background: #ffffff;
  box-shadow: 0 8px 6px -6px #e6e6e6;
  height: 10px;
  padding: 20px 0 5px 0;
  width: 90%;
  margin: 0 auto;
}
#page_main_content #content #standard > div {
  padding: 10px 35px;
}
#page_main_content #content #standard div.search_results {
  min-height: 300px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
#page_main_content #content #standard div.search_results h2 {
  background: #ddd5e2;
  color: #43195f;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #bcadc6;
  margin-bottom: 0px;
}
#page_main_content #content #standard div.search_results .listing_item,
#page_main_content #content #standard div.search_results .listing_item_odd {
  padding: 10px 20px 0px 20px;
  height: 120px;
}
#page_main_content #content #standard div.search_results .listing_item:hover,
#page_main_content #content #standard div.search_results .listing_item_odd:hover {
  background: #f8f4fb;
}
#page_main_content #content #standard div.search_results .listing_item ul,
#page_main_content #content #standard div.search_results .listing_item_odd ul,
#page_main_content #content #standard div.search_results .listing_item ol,
#page_main_content #content #standard div.search_results .listing_item_odd ol {
  display: none;
}
#page_main_content #content #standard div.search_results .listing_item h3,
#page_main_content #content #standard div.search_results .listing_item_odd h3 {
  color: #43195f;
  font-size: 1.2em;
  background: url('/assets/images/design/h3-bg.png') no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}
#page_main_content #content #standard div.search_results .listing_item p,
#page_main_content #content #standard div.search_results .listing_item_odd p {
  font-size: 0.9em;
  width: 80%;
  float: left;
  margin-right: 25px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #555555;
}
#page_main_content #content #standard div.search_results .listing_item > div,
#page_main_content #content #standard div.search_results .listing_item_odd > div {
  margin-top: 10px;
  float: right;
}
#page_main_content #content #standard div.search_results .listing_item .listing_item_odd,
#page_main_content #content #standard div.search_results .listing_item_odd .listing_item_odd {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdG9wLWNvbG9yPSIjRjhGOEY4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiIC8+PHJlY3QgeD0iLTUwJSIgeT0iLTUwJSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgZmlsbD0idXJsKCNnKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 227, color-stop(5%, #f8f8f8), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -moz-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -ms-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -o-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: radial-gradient(farthest-side at center center, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
}
#page_main_content #content #standard div.search_results p.tags {
  padding: 5px 8px;
  margin-bottom: 20px;
  margin-left: 15px;
  background: #f8f4fb;
  border: 1px solid #EAE2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1em;
  color: #9C85AC;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
}
#page_main_content #content #standard div.search_results p.tags:hover {
  background: #ffffff;
}
#page_main_content #content #standard ol.legal {
  font-size: 13px;
}
#page_main_content #content #standard #breadcrumbs ul,
#page_main_content #content #standard #content #breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5em;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Lane", Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin-left: -5px;
}
#page_main_content #content #standard #breadcrumbs ul li,
#page_main_content #content #standard #content #breadcrumbs ul li {
  display: inline;
  padding: 0;
  padding-left: 30px;
}
#page_main_content #content #standard #breadcrumbs ul li a,
#page_main_content #content #standard #content #breadcrumbs ul li a {
  margin-right: 4px;
  color: #b9b9b9;
}
#page_main_content #content #standard #breadcrumbs ul li a:hover,
#page_main_content #content #standard #content #breadcrumbs ul li a:hover,
#page_main_content #content #standard #breadcrumbs ul li a:focus,
#page_main_content #content #standard #content #breadcrumbs ul li a:focus {
  color: #999999;
}
#page_main_content #content #standard #breadcrumbs ul li:before,
#page_main_content #content #standard #content #breadcrumbs ul li:before {
  content: '2';
  font-family: 'Pictos Custom';
  vertical-align: middle;
  padding-right: 4px;
  text-transform: none;
  font-weight: normal;
  color: #b9b9b9;
  font-size: 1.2em;
}
#page_main_content #content #standard #breadcrumbs ul li.home:before,
#page_main_content #content #standard #content #breadcrumbs ul li.home:before {
  content: '1';
}
#page_main_content #content #standard p {
  font-size: 0.9em;
}
#page_main_content #content #standard blockquote {
  color: #43195f;
}
#page_main_content #content #standard ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 0.9em;
}
#page_main_content #content #standard li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1.5em;
}
#page_main_content #content #standard ul {
  padding-left: 15px;
  font-size: 0.9em;
}
#page_main_content #content #standard ul li:before {
  content: 'u';
  font-family: 'Pictos Custom';
  vertical-align: sub;
  font-size: 1.4em;
  color: #43195f;
  margin-right: 5px;
  text-transform: none;
  margin-left: -24px;
}
#page_main_content #content #standard ul li.video:before {
  content: 'v';
}
#page_main_content #content #standard ul li.download:before {
  content: 'd';
}
#page_main_content #content #standard ul li.doc:before {
  content: 'x';
}
#page_main_content #content #standard ul li.docs:before {
  content: 'p';
  color: #43195f;
}
#page_main_content #content #standard ul li.arrow:before {
  content: 'x';
  color: #43195f;
}
#page_main_content #content #standard ul li.ref_link:before {
  content: 'l';
  color: #43195f;
}
#page_main_content #content #standard ul li.mail:before {
  content: 'm';
  color: #43195f;
}
#page_main_content #content #standard ul li.cal:before {
  content: 'r';
  color: #43195f;
}
#page_main_content #content #standard ul li.cal_tick:before {
  content: 'c';
  color: #43195f;
}
#page_main_content #content #standard ul li.person:before {
  content: 'g';
  color: #43195f;
}
#page_main_content #content #standard figure {
  padding: 4px;
  background: #ffffff;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  display: inline-block;
  float: left;
  margin-right: 1.5em;
}
#page_main_content #form form {
  font-size: 0.9em;
}
#page_main_content #form form ul {
  padding: 0px;
  margin: 0px;
  margin-left: -20px;
}
#page_main_content #form form ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
#page_main_content #form form ul li input,
#page_main_content #form form ul li textarea {
  display: block;
  border: 1px solid #dddddd;
  padding: 5px ;
  font-size: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px 0px 5px 0px;
}
#page_main_content div#contact_form p.note {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 14px;
  margin: 0 auto;
  background: #FFF1C6;
  padding: 6px 7px 4px 7px;
  line-height: 22px;
  color: #777777;
  margin-bottom: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#page_main_content div#contact_form div {
  width: 100%;
  margin-bottom: 20px;
  color: #ce0c0c;
  font-size: 1em;
  padding: 8px;
}
#page_main_content div#contact_form div:last-child {
  text-align: center;
}
#page_main_content div#contact_form div label {
  display: block;
  font-size: 1em;
  font-family: "Lane", Arial, sans-serif;
  color: #888888;
  margin-bottom: 5px;
  font-weight: bold;
}
#page_main_content div#contact_form div p.form_error {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  background: #E4B715;
  padding: 6px 10px 4px 10px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 8px;
}
#page_main_content div#contact_form div p.form_error span {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  font-size: 22px;
}
#page_main_content div#contact_form div input,
#page_main_content div#contact_form div textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 0px 3px 1px #cccccc;
  color: #888888;
  background: #F7F7F7;
  border: none;
}
#page_main_content div#contact_form div input.button {
  margin: 0 !important;
}
#page_main_content div#contact_form div textarea {
  line-height: 20px;
  min-height: 160px;
  margin-bottom: 4px;
  background: #F7F7F7;
}
#page_main_content div#contact_form div input:focus,
#page_main_content div#contact_form div textarea:focus {
  outline: none;
  background: #FDFFEB;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0px 0px 3px 1px #aaaaaa;
}
#page_main_content div.contact_details {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  margin: 0;
}
#page_main_content div.contact_details > div {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  padding-right: 10px;
  margin: 0;
}
#page_main_content div.contact_details > div > a {
  font-size: 14px;
}
#page_main_content article#map {
  display: inline-block;
  *display: block;
  width: 100%;
  margin: 0;
  zoom: 1;
  margin-bottom: 20px;
}
#page_main_content article#map #mapWrap {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
}
#page_main_content article#map #mapWrap .map {
  height: 360px;
}
#page_main_content article#map #mapWrap .mapHolder {
  width: 500px;
}
#page_main_content aside {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
#page_main_content aside div#side_news {
  margin-top: 20px;
}
#page_main_content aside div#side_news h2 {
  margin-bottom: 0;
}
#page_main_content aside .side_content {
  margin: 30px 0px 70px 0px;
}
#page_main_content aside .side_content > div.news_item {
  width: 100%;
}
#page_main_content aside .side_content > div.news_item a {
  color: #43195f;
}
#page_main_content aside .side_content > div.news_item a:hover {
  color: #9C85AC;
  text-decoration: none;
}
#page_main_content aside .side_content > div.news_item a p {
  color: #43195f;
}
#page_main_content aside .side_content > div.news_item a p:hover {
  color: #9C85AC;
  text-decoration: none;
}
#page_main_content aside .side_content > div.news_item span.date {
  font-size: 14px;
  padding: 0 4px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #F8F4FB;
  border: 1px solid #EAE2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.8em;
  color: #9C85AC;
  display: inline-block;
}
#page_main_content aside h2 {
  color: #43195f;
  font-size: 1.5em;
}
#page_main_content aside h3 {
  color: #43195f;
  font-size: 1.1em;
  margin-bottom: 8px;
}
#page_main_content aside h3 a:hover {
  text-decoration: none;
  color: #bcadc6;
}
#page_main_content aside img {
  max-width: 260px;
  padding: 5px;
  border: 1px solid #dddddd;
  box-shadow: 0 8px 6px -3px #dddddd;
  margin-bottom: 15px;
  background: #ffffff;
}
#page_main_content aside img:hover {
  box-shadow: 0 8px 6px -3px #cccccc;
  border: 1px solid #E0D4EA;
}
#page_main_content aside p {
  color: #555555;
  font-size: 0.9em;
}
#page_main_content aside strong {
  font-weight: bold;
}
#page_main_content aside ul {
  list-style-type: none;
  padding-left: 0;
}
#page_main_content aside ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
#page_main_content aside ul li a {
  color: #555555;
  font-size: 0.9em;
  padding-left: 10px;
}
#page_main_content aside ul li a:hover {
  color: #652297;
  text-decoration: none;
}
#page_main_content aside ul li:before {
  content: 'u';
  font-family: 'Pictos Custom';
  vertical-align: sub;
  font-size: 1.4em;
  color: #43195f;
  margin-right: 5px;
  text-transform: none;
  margin-left: -24px;
}
#page_main_content aside ul li.video:before {
  content: 'v';
}
#page_main_content aside ul li.download:before {
  content: 'd';
}
#page_main_content aside ul li.doc:before {
  content: 'x';
}
#page_main_content aside ul li.docs:before {
  content: 'p';
  color: #43195f;
}
#page_main_content aside ul li.arrow:before {
  content: 'x';
  color: #43195f;
}
#page_main_content aside ul li.ref_link:before {
  content: 'l';
  color: #43195f;
}
#page_main_content aside ul li.mail:before {
  content: 'm';
  color: #43195f;
}
#page_main_content aside ul li.cal:before {
  content: 'r';
  color: #43195f;
}
#page_main_content aside ul li.cal_tick:before {
  content: 'c';
  color: #43195f;
}
#page_main_content aside ul li.person:before {
  content: 'g';
  color: #43195f;
}
#page_main_content aside .tags > ul {
  padding: 0px 20px;
  margin: 0px;
  margin-bottom: 10px;
}
#page_main_content aside .tags > ul > li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}
#page_main_content aside .tags > ul > li:before {
  content: none;
}
#page_main_content aside .tags > ul > li > a {
  padding: 0px 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #F8F4FB;
  border: 1px solid #EAE2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.8em;
  color: #9C85AC;
  display: inline-block;
}
#page_main_content aside .tags > ul > li > a:hover {
  background: #ffffff;
}
#page_main_content aside h4 {
  margin: 20px 10px 10px 20px;
  color: #652297;
}
/* Research Fullwidth Layout */
#content_fullwidth {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin-top: -92px;
  position: relative;
  padding-bottom: 50px;
  /* Full Page Sidebar */

  /*  Detail Fullwidth Layout */

}
#content_fullwidth h1 {
  background: #EFE9F4;
  color: #43195f;
  font-size: 1.8em;
  padding: 24px 35px;
  border-bottom: 1px solid #E0D4EA;
}
#content_fullwidth #page_top_left {
  background: url('/assets/images/design/left-top-bg-large.png') no-repeat right;
  position: absolute;
  top: -1px;
  left: -61px;
  width: 60px;
  margin: 0 auto;
  height: 400px;
  z-index: 100;
}
#content_fullwidth #page_top_right {
  background: url('/assets/images/design/right-top-bg-large.png') no-repeat left;
  position: absolute;
  top: -1px;
  right: -63px;
  width: 62px;
  margin: 0 auto;
  height: 400px;
  z-index: 100;
}
#content_fullwidth .listing {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  padding-bottom: 40px;
}
#content_fullwidth .listing h2 {
  background: #ddd5e2;
  color: #43195f;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #bcadc6;
  margin-bottom: 0px;
}
#content_fullwidth .listing .listing_item,
#content_fullwidth .listing .listing_item_odd {
  padding: 20px 20px 0px 20px;
  height: 120px;
}
#content_fullwidth .listing .listing_item:hover,
#content_fullwidth .listing .listing_item_odd:hover {
  background: #f8f4fb;
}
#content_fullwidth .listing .listing_item ul,
#content_fullwidth .listing .listing_item_odd ul,
#content_fullwidth .listing .listing_item ol,
#content_fullwidth .listing .listing_item_odd ol {
  display: none;
}
#content_fullwidth .listing .listing_item h3,
#content_fullwidth .listing .listing_item_odd h3 {
  color: #43195f;
  font-size: 1.2em;
  background: url('/assets/images/design/h3-bg.png') no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
#content_fullwidth .listing .listing_item h3 > span,
#content_fullwidth .listing .listing_item_odd h3 > span {
  font-size: 12px;
  font-family: arial;
  text-transform: uppercase;
  color: #43195f;
  margin-left: 15px;
  background: #DDD5E2;
  padding: 3px 5px;
  border-top: solid 1px 3px;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  position: absolute;
  top: 0px;
}
#content_fullwidth .listing .listing_item p,
#content_fullwidth .listing .listing_item_odd p {
  font-size: 0.9em;
  width: 80%;
  float: left;
  margin-right: 25px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #555555;
}
#content_fullwidth .listing .listing_item > div,
#content_fullwidth .listing .listing_item_odd > div {
  margin-top: 10px;
  float: right;
}
#content_fullwidth .listing .listing_item_odd {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdG9wLWNvbG9yPSIjRjhGOEY4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiIC8+PHJlY3QgeD0iLTUwJSIgeT0iLTUwJSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgZmlsbD0idXJsKCNnKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 227, color-stop(5%, #f8f8f8), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -moz-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -ms-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: -o-radial-gradient(center center, farthest-side, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
  background-image: radial-gradient(farthest-side at center center, #f8f8f8 10%, rgba(255, 255, 255, 0) 200%);
}
#content_fullwidth aside {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  padding: 0px;
  margin-top: 0px;
  border: 1px solid #eee;
  border-top: 0px;
  box-shadow: 0 8px 6px -3px #e6e6e6;
}
#content_fullwidth aside h2 {
  background: #ddd5e2;
  color: #43195f;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #bcadc6;
}
#content_fullwidth .intro {
  padding: 10px 35px;
}
#content_fullwidth .intro div#listing_page_content ul > li {
  font-size: 14px;
}
#content_fullwidth .intro div#listing_page_content p {
  font-size: 14px;
}
#content_fullwidth #breadcrumbs ul,
#content_fullwidth #content #breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5em;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Lane", Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin-left: -5px;
}
#content_fullwidth #breadcrumbs ul li,
#content_fullwidth #content #breadcrumbs ul li {
  display: inline;
  padding: 0;
  padding-left: 30px;
}
#content_fullwidth #breadcrumbs ul li a,
#content_fullwidth #content #breadcrumbs ul li a {
  margin-right: 4px;
  color: #b9b9b9;
}
#content_fullwidth #breadcrumbs ul li a:hover,
#content_fullwidth #content #breadcrumbs ul li a:hover,
#content_fullwidth #breadcrumbs ul li a:focus,
#content_fullwidth #content #breadcrumbs ul li a:focus {
  color: #999999;
}
#content_fullwidth #breadcrumbs ul li:before,
#content_fullwidth #content #breadcrumbs ul li:before {
  content: '2';
  font-family: 'Pictos Custom';
  vertical-align: middle;
  padding-right: 4px;
  text-transform: none;
  font-weight: normal;
  color: #b9b9b9;
  font-size: 1.2em;
}
#content_fullwidth #breadcrumbs ul li.home:before,
#content_fullwidth #content #breadcrumbs ul li.home:before {
  content: '1';
}
#content_fullwidth p {
  font-size: 0.9em;
}
#content_fullwidth blockquote {
  color: #43195f;
}
#content_fullwidth ul {
  list-style-type: none;
  padding-left: 0;
}
#content_fullwidth li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1.5em;
}
#content_fullwidth ul {
  padding-left: 15px;
}
#content_fullwidth ul li:before {
  content: 'u';
  font-family: 'Pictos Custom';
  vertical-align: sub;
  font-size: 1.4em;
  color: #43195f;
  margin-right: 5px;
  text-transform: none;
  margin-left: -24px;
}
#content_fullwidth ul li.video:before {
  content: 'v';
}
#content_fullwidth ul li.download:before {
  content: 'd';
}
#content_fullwidth ul li.doc:before {
  content: 'x';
}
#content_fullwidth ul li.docs:before {
  content: 'p';
  color: #43195f;
}
#content_fullwidth ul li.arrow:before {
  content: 'x';
  color: #43195f;
}
#content_fullwidth ul li.ref_link:before {
  content: 'l';
  color: #43195f;
}
#content_fullwidth ul li.mail:before {
  content: 'm';
  color: #43195f;
}
#content_fullwidth ul li.cal:before {
  content: 'r';
  color: #43195f;
}
#content_fullwidth ul li.cal_tick:before {
  content: 'c';
  color: #43195f;
}
#content_fullwidth ul li.person:before {
  content: 'g';
  color: #43195f;
}
#content_fullwidth .detail_heading {
  background: #EFE9F4;
  border-bottom: 1px solid #E0D4EA;
  overflow: auto;
  margin-bottom: 14px;
}
#content_fullwidth .detail_heading h1 {
  width: 70%;
  float: left;
  overflow: hidden;
  border: none;
  margin-bottom: 0px;
  padding-right: 0;
}
#content_fullwidth .detail_heading img.reference_logo_small {
  max-height: 58px;
  display: inline;
  margin: 5px;
  margin-top: 10px;
  float: right;
  margin-right: 20px;
  padding: 2px;
}
#content_fullwidth #detail_intro {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  margin-top: -10px;
}
#content_fullwidth #detail_intro h2 {
  background: #f3eff8;
  color: #43195f;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #bcadc6;
}
#content_fullwidth #detail_intro p {
  padding: 0px 20px;
  font-size: 0.9em;
}
#content_fullwidth #detail_intro ul,
#content_fullwidth #detail_intro ol {
  font-size: 14px;
  margin-left: 1em;
}
#content_fullwidth #detail_media {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  padding-right: 15px;
  margin-bottom: 35px;
  margin-top: -10px;
  position: relative;
}
#content_fullwidth #detail_media img {
  padding: 4px;
  border: 1px solid #dddddd;
  float: right;
  max-width: 100%;
  width: 540px;
}
#content_fullwidth #detail_media .media_text {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 280px;
  max-height: 320px;
  overflow: hidden;
  text-align: right;
  padding: 10px;
}
#content_fullwidth #detail_media .media_text p {
  font-family: "Cambria Italic" Arial, sans-serif;
  font-size: 1.2em;
  text-shadow: 0px 1px 3px #000000;
  color: #ffffff;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#content_fullwidth #detail_media .left {
  text-align: left;
  left: 20px;
}
#content_fullwidth #detail_media .right {
  text-align: right;
  right: 20px;
}
#content_fullwidth #detail_media .top {
  text-align: center;
  top: 20px;
}
#content_fullwidth #detail_media .bottom {
  text-align: center;
  bottom: 20px;
  width: 500px;
  padding-top: 120px;
}
#content_fullwidth div#quote {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  background-image: url('/assets/images/design/quote-start.png'), url('/assets/images/design/quote-end.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 12px 60px;
  margin-bottom: 34px;
  text-align: center;
  font-family: "Lane", Arial, sans-serif;
  font-size: 1.2em;
  color: #30476D;
  line-height: 28px;
  min-height: 50px;
}
#detail_content {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.0416666666666665%;
}
#detail_info {
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
}
.detail_box {
  box-shadow: 0 8px 6px -3px #e6e6e6;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  margin-top: 30px;
  font-size: 0.9em;
}
.detail_box img.reference_logos {
  max-width: 150px;
  display: block;
  margin: 20px auto;
}
.detail_box .research_detail {
  margin: 0.5em 0 1.8em 0;
}
.detail_box .research_detail > p {
  padding: 15px 20px 0px 20px;
  margin: 0;
  margin-bottom: 0.2em;
}
.detail_box .research_detail ul li::before {
  margin-left: -28px;
}
.detail_box .research_info {
  padding: 10px 0px 15px 0px;
  border-bottom: 1px dashed #dddddd;
}
.detail_box .research_info p {
  padding: 0px 60px 0px 20px;
  margin: 5px 0;
  display: inline-block;
}
.detail_box .research_info span {
  font-size: 22px;
  color: #43195f;
  margin-top: 2px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.detail_box .research_info strong {
  color: #43195f;
}
.detail_box .no_border {
  border: none !important;
}
.detail_box h3 {
  background: #ddd5e2;
  color: #43195f;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #bcadc6;
  margin-bottom: 0px;
}
.detail_box h3 span {
  float: right;
  font-weight: normal;
  font-size: 24px;
}
.detail_box p {
  padding: 20px 20px 0px 20px;
}
.detail_box ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}
.detail_box li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
}
.detail_box ul {
  padding-left: 15px;
}
.detail_box ul li:before {
  content: 'u';
  font-family: 'Pictos Custom';
  vertical-align: sub;
  font-size: 20px;
  color: #43195f;
  margin-right: 7px;
  text-transform: none;
  margin-left: -24px;
}
.detail_box ul li a {
  color: #43195f;
}
.detail_box ul li a:hover {
  color: #bcadc6;
  text-decoration: none;
}
.detail_box ul li.video:before {
  content: 'v';
}
.detail_box ul li.download:before {
  content: 'd';
  font-size: 26px;
  padding-right: 4px;
}
.detail_box ul li.doc:before {
  content: 'x';
  font-size: 24px;
}
.detail_box ul li.docs:before {
  content: 'p';
  color: #43195f;
  font-size: 24px;
}
.detail_box ul li.arrow:before {
  content: 'x';
  color: #43195f;
}
.detail_box ul li.ref_link:before {
  content: 'l';
  color: #43195f;
  font-size: 24px;
}
.detail_box ul li.mail:before {
  content: 'm';
  color: #43195f;
}
.detail_box ul li.cal:before {
  content: 'r';
  color: #43195f;
}
.detail_box ul li.cal_tick:before {
  content: 'c';
  color: #43195f;
}
.detail_box ul li.person:before {
  content: 'g';
  color: #43195f;
}
.detail_box .findings {
  background: url('/assets/images/design/findings-bg.png') repeat-y;
}
.detail_box .findings > .item {
  margin-left: 62px;
  padding: 20px;
}
.detail_box .findings > .item span {
  color: #43195f;
  margin-left: -60px;
  font-size: 28px;
  float: left;
}
.detail_box .findings > .item strong {
  display: block;
  margin-bottom: 5px;
}
.detail_box .findings > .item p {
  margin: 0px;
  padding: 0px;
}
.detail_box .findings > .item a {
  color: #333333;
}
.detail_box .findings > .item a:hover {
  color: #bcadc6;
  text-decoration: none;
}
.detail_box .findings > .item div.video {
  position: relative;
  display: inline;
  margin-right: 20px;
}
.detail_box .findings > .item div.video img {
  display: block;
  margin-bottom: 10px;
  max-width: 180px;
}
.detail_box .findings > .item div.video p {
  max-width: 120px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 1em;
}
.detail_box .findings > .item div.video div.play_button {
  background: url(/assets/images/design/youtube_button.png) center center no-repeat;
  position: absolute;
  top: -70px;
  left: 35px;
  width: 50px;
  height: 34px;
  opacity: 0.85;
}
.detail_box .findings > .item div.video div.play_button:hover {
  opacity: 1;
}
.detail_box .team {
  border-bottom: 1px dashed #dddddd;
  overflow: auto;
  margin-top: 10px;
}
.detail_box .team img {
  border: 1px solid #dddddd;
  padding: 2px;
  float: left;
  margin: -10px 20px 20px 0px;
  max-width: 80px;
}
.detail_box .team p a.button {
  float: right;
  padding: 3px 10px;
}
.detail_box .team .leader {
  float: left;
  width: 150px;
  color: #43195f;
  margin-top: -4px;
  font-size: 16px;
}
.detail_box .team .leader span {
  display: block;
  color: #333333;
  font-size: 12px;
}
.detail_box .team .members {
  color: #43195f;
  margin-top: -15px;
  margin-bottom: 5px;
  font-size: 16px;
}
.detail_box .team .members_list,
.detail_box .team .members_list_odd {
  margin: 0px;
  font-size: 12px;
  color: #666666;
  display: block;
  line-height: 18px;
  padding: 8px 0px;
  overflow: auto;
}
.detail_box .team .members_list_odd {
  background: #f8f4fb;
}
.detail_box .team .name {
  display: inline-block;
  width: 140px;
  padding-left: 22px;
  float: left;
}
.detail_box .team .position {
  width: 120px;
  display: inline-block;
  float: left;
}
.detail_box .team .email {
  float: right;
  padding-right: 22px;
  text-align: left;
  width: 90px;
  display: inline-block;
}
.detail_box .team .email a {
  color: #bcadc6;
  font-weight: bold;
}
.detail_box .team .email a:hover {
  color: #652297;
  text-decoration: none;
}
.detail_box .tags > ul {
  padding: 0px 20px;
  margin: 10px 0px;
}
.detail_box .tags > ul > li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}
.detail_box .tags > ul > li:before {
  content: none;
}
.detail_box .tags > ul > li > a {
  padding: 0px 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #f8f4fb;
  border: 1px solid #EAE2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.8em;
  color: #9C85AC;
  display: inline-block;
  text-decoration: none;
}
.detail_box .tags > ul > li > a:hover {
  background: #ffffff;
}
.detail_box .tags h4 {
  margin: 20px 10px 10px 25px;
  color: #652297;
  font-family: arial, sans-serif;
}
.detail_box .news_item {
  height: 60px;
  padding-right: 10px;
  border-bottom: 1px dashed #dddddd;
  font-size: 0.9em;
  overflow: hidden;
}
.detail_box .news_item:hover {
  background: #f8f4fb;
}
.detail_box .news_item p {
  line-height: 18px;
  height: 24px;
  padding: 10px;
}
.detail_box .news_item a {
  color: #9C85AC;
  text-decoration: none;
}
.detail_box .news_item a:hover {
  color: #43195f;
}
.detail_box .news_item span {
  color: #43195f;
  text-align: left;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 120px;
  overflow: hidden;
}
section#sitemap ul {
  list-style-type: none;
  padding: 0 0 0 27px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500 !important;
}
section#sitemap ul li {
  list-style-type: none;
  font-family: "Lane", Arial, sans-serif;
  margin: 4px 0;
}
section#sitemap ul li:before {
  display: none;
}
section#sitemap ul li > a:before {
  content: 't';
  font-family: 'Pictos Custom';
  color: #aea3b8 !important;
  font-size: 1.5em;
  vertical-align: sub;
  margin-right: 0.5em;
  font-weight: normal;
  color: #AAA;
}
section#sitemap ul li > a:hover {
  text-decoration: none;
  color: #bcadc6;
}
section#sitemap ul ul.nav-sub {
  margin-left: 15px;
}
section#sitemap ul ul.nav-sub > li {
  font-size: 12px;
  font-family: "Lane", Arial, sans-serif;
}
section#sitemap ul ul.nav-sub > li a {
  color: #555 !important;
}
section#sitemap ul ul.nav-sub > li a:hover {
  color: #652297 !important;
}
/*----------------------------------------
9. FOOTER
------------------------------------------*/
div#footer_end_wrap {
  background: #2D1241;
  border-top: 1px solid #422A54;
  width: 100%;
}
div#footer_end_wrap div#footer_end {
  max-width: 940px;
  margin: 0 auto;
  font-size: 0.7em;
  color: #ffffff;
  overflow: auto;
  padding: 10px 0px;
}
div#footer_end_wrap div#footer_end #copyright {
  float: left;
}
div#footer_end_wrap div#footer_end #copyright a {
  color: #ffffff;
}
div#footer_end_wrap div#footer_end #copyright a:hover {
  text-decoration: none;
  color: #aea3b8;
}
div#footer_end_wrap div#footer_end nav {
  float: right;
}
div#footer_end_wrap div#footer_end nav ul {
  padding: 0px;
  margin: 0px;
}
div#footer_end_wrap div#footer_end nav ul li {
  padding: 0px 10px;
  display: inline;
  list-style-type: none;
  border-right: 1px solid #aea3b8;
}
div#footer_end_wrap div#footer_end nav ul li:last-child {
  border: none;
}
div#footer_end_wrap div#footer_end nav ul li a {
  color: #ffffff;
}
div#footer_end_wrap div#footer_end nav ul li a:hover {
  text-decoration: none;
  color: #aea3b8;
}
#footer_wrap {
  width: 100%;
  border-top: 3px solid #fed64d;
  background-image: linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -o-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -moz-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -ms-linear-gradient(bottom, #35154d 22%, #501e74 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #35154d), color-stop(0.99, #501e74));
}
#footer_wrap footer {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  height: 250px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdG9wLWNvbG9yPSIjNzE0NzkwIi8+PHN0b3Agb2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9InJnYmEoNjcsIDI2LCA5NywgMCkiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAlIiB5PSIwJSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0icmdiYSg2NywgMjYsIDk3LCAwKSIgLz48cmVjdCB4PSItMjAuNzEwNyUiIHk9Ii0xNDEuNDIxNCUiIHdpZHRoPSIxNDEuNDIxNCUiIGhlaWdodD0iMjgyLjg0MjclIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 162, color-stop(5%, #714790), color-stop(50%, rgba(67, 26, 97, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-corner, #714790 5%, rgba(67, 26, 97, 0) 50%);
  background-image: -moz-radial-gradient(center top, farthest-corner, #714790 5%, rgba(67, 26, 97, 0) 50%);
  background-image: -ms-radial-gradient(center top, farthest-corner, #714790 5%, rgba(67, 26, 97, 0) 50%);
  background-image: -o-radial-gradient(center top, farthest-corner, #714790 5%, rgba(67, 26, 97, 0) 50%);
  background-image: radial-gradient(farthest-corner at center top, #714790 5%, rgba(67, 26, 97, 0) 50%);
}
#footer_wrap footer .footer_links_left {
  display: inline;
  float: left;
  width: 27.083333333333332%;
  margin: 0 1.0416666666666665%;
  color: #ffffff;
  font-size: 0.9em;
}
#footer_wrap footer .footer_links_left span.address {
  color: #AEA3B8;
  display: inline-block;
  padding-left: 60px;
  padding-right: 50px;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.8em;
}
#footer_wrap footer .footer_links_right {
  display: inline;
  float: left;
  width: 68.75%;
  margin: 0 1.0416666666666665%;
}
#footer_wrap footer .footer_links_right ul {
  padding-left: 50px;
}
#footer_wrap footer .footer_links_right ul li {
  float: left;
  margin: 0 10px;
}
#footer_wrap footer .footer_links_right ul li a h3 {
  color: #fed64d;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1.5em;
}
#footer_wrap footer .footer_links_right ul li a:hover {
  text-decoration: none;
}
#footer_wrap footer .footer_links_right .footer_logo {
  text-align: center;
}
#footer_wrap footer .footer_links_right .footer_logo img {
  display: inline;
}
#footer_wrap footer .footer_links_right .footer_logo p {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
}
#footer_wrap footer .footer_links_right .footer_logo a {
  color: #aea3b8;
}
#footer_wrap footer .footer_links_right .footer_logo a:hover {
  color: #aea3b8;
  text-decoration: underline;
}
/*----------------------------------------
10. COOKIE POLICY
------------------------------------------*/
body #cookieMessage {
  background: #652297;
  position: fixed;
  z-index: 200000000;
  width: 100%;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  padding: 0px 10px;
  text-align: center;
  padding-top: 15px;
  color: white;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
body #cookieMessage div.current_total {
  padding: 0px 40px;
}
body #cookieMessage span {
  color: darkgrey;
  font-size: 1.2em;
  top: -40px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
body #cookieMessage p {
  padding: 15px;
  margin: 0;
  font-size: 1em;
  color: white;
}
@media screen and (max-width: 600px) {
  body #cookieMessage p {
    font-size: 0.9em;
    padding: 15px 0px;
  }
}
body #cookieMessage a {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 30px;
  margin-bottom: 15px;
  color: white;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  body #cookieMessage a {
    margin-top: 15px;
    display: block;
  }
}
/*----------------------------------------
11. IMAGE & VIDEO STYLE INNER
------------------------------------------*/
.video-container {
  margin-bottom: 20px;
}
.image-container {
  margin-bottom: 20px;
}
.image-container .image-post {
  outline: 1px solid #dddddd;
  border: 5px solid white;
  box-shadow: 0 8px 6px -3px #e6e6e6;
  width: 100%;
  margin-bottom: 10px;
}
.image-container .image-cap {
  font-size: 0.9em;
  font-style: italic;
}
.html5-video-player {
  border: 15px solid #FFF!important;
  border-radius: 4px!important;
}
/*----------------------------------------
13. NEWSLETTER
------------------------------------------*/
.newsletter-side {
  margin-top: -40px !important;
}
#mc_embed_signup input {
  width: 100%;
}
#mc_embed_signup .newsletter-fields {
  border: 1px solid #ccc!important;
  font-size: 0.875em;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #888888;
  background: #fff;
  border: none;
  margin-bottom: 10px;
}
#mc_embed_signup #mc-embedded-subscribe {
  margin: 10px 0 0 0;
}
#mc_embed_signup label {
  display: block;
  font-size: 0.875em;
  font-family: "Lane", Arial, sans-serif;
  color: #888888;
  margin-bottom: 5px;
  font-weight: bold;
}
.newsletter-box {
  margin: 0px 0px 0px 0px;
}
.newsletter-box .mc-field-group {
  padding: 0px 20px;
}
.newsletter-box .input-box {
  padding: 0px 20px;
  margin-bottom: 30px;
}
.newsletter-box h2,
.newsletter-box h3 {
  background: #DDD5E2;
  color: #43195F;
  font-size: 1.5em;
  padding: 10px 20px;
  border-bottom: 5px solid #BCADC6;
}
.email-fields {
  margin-top: 20px;
}
#mail-popup {
  display: none;
}
#mail-popup-link {
  display: none;
}
.inner-margin {
  margin-bottom: 60px;
}

.side-nav{
float:right;
text-align:right;
margin:5px 10px;
font-weight:bold;
font-size:12px;
}

.side-nav a{
color:#FFFFFF;
text-decoration:none;
}

.side-nav a:hover{
color:#FFFFFF;
text-decoration:underline;
}