@charset "UTF-8";
/*!
 * Develop Brighton - 2015
 * Main Stylesheet
 *
 * @author: Hélène Malespine
 *
**/
/**
 * Global: Variables
 * @author: author
 *
 * Includes all the site specific used variables
 *
**/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"],
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/**
 * Global: Defaults
 * @author: Joao Guerreiro
 *
 * This file includes a few defaults for showoff. This means a few hacks, workarounds and common issues we've faced and that applies to all websites.
 *
**/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[name^="PageAnchor"], a[name^="Article_"] {
  display: block;
  width: 1px;
  float: left;
  *width: auto;
  *float: none;
  clear: both;
}

form {
  float: left;
}

.clear {
  clear: both;
}

/**
 * Helper: Prefixer
 * @author: Joao Guerreiro
 *
 * Example: @include prefixer(border-radius, 10px);
 *
**/
/*
* @Title: Function - Px to Em
* @Author: JGuerreiro
* @Date:   2014-08-27 09:37:43
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2014-08-27 09:43:16
*
*/
/**
 * Utilities: Layout
 * @author: Joao Guerreiro
 *
 * Includes a few utilities related to the overall layout handling
 *
**/
/**
 * Functions: Cut Corner
 * @author: Joao Guerreiro
 * @description: Creates a cut corner on the parent element /___|. Apply only on pseudo-elements. The parent needs position relative.
 *
 * Example: @include cut-corner(top left, 10px, red);
 *
**/
/**
 * Functions: Grayscale Effect
 * @author: Joao Guerreiro
 * @description: Converts a coloured element to black and white
 *
 * Example: @include grayscale();
 *
**/
/**
 * CSS3: Border Radius
 * @author: Joao Guerreiro
 *
 * Example: @include border-radius(10px);
 *
**/
/**
 * CSS3: Box Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include box-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Filters
 * @author: Joao Guerreiro
 *
 * Example: @include filter(grayscale(0));
 *
**/
/**
 * CSS3: Text Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include text-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Transforms
 * @author: Joao Guerreiro
 *
 * Example: @include rotate(45deg);
 *
**/
/**
 * CSS3: Transitions
 * @author: Joao Guerreiro
 *
 * Example: @include transition(all 1s ease 1.5s) or @include transition(color 1s ease 1.5s, background 1s ease 1.5s);
 *
**/
html, body {
  width: 100%;
  height: 100%;
}

body {
  background: url(../g/2015/template/bg_body.gif) repeat 0 15px transparent fixed;
  line-height: 1.4;
  font-family: "Apercu Light", Calibri, sans-serif;
  color: #2b2a2b;
  font-size: 1em;
}

.wrapper {
  width: 100%;
  display: inline-block;
}

.inner {
  width: 1050px;
  margin: 0 auto;
}

embed, object, iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto !important;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #8c3cff;
}

a:hover, a:focus {
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

h1, h2, h3, h4 {
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}

h1 {
  font-size: 2.64706em;
  line-height: 1.05882em;
  margin: 20px 0 10px;
  color: #8c3cff;
  background: url(../g/2015/template/astericks2.png) repeat-x 0 bottom transparent;
  padding-bottom: 15px;
}

h2 {
  margin: 0 0 15px;
  color: #8c3cff;
  background: url(../g/2015/template/astericks2.png) repeat-x 0 bottom transparent;
  padding-bottom: 15px;
}

#section_menu {
  background: #8c3cff;
  position: fixed;
  z-index: 999;
}
#section_menu #main_nav {
  display: inline-block;
  float: left;
}
#section_menu #main_nav li#menu_Home a {
  display: block;
  width: 25px;
  text-indent: -500px;
  overflow: hidden;
  background: url(../g/2015/template/ic_home.png) no-repeat 0 8px transparent;
}
#section_menu #main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#section_menu #main_nav > li {
  float: left;
  padding: 10px 0;
}
#section_menu #main_nav > li a {
  color: white;
  border: 1px solid #8c3cff;
  display: block;
  padding: 5px 10px;
  font-size: 1.05882em;
  font-weight: 700;
}
#section_menu #main_nav > li a:hover {
  border: 1px solid white;
}
#section_menu #main_nav > li:hover .sub_nav {
  display: block;
}
#section_menu #main_nav > li i {
  line-height: 1.5em;
}
#section_menu #main_nav .sub_nav {
  position: absolute;
  top: 54px;
  padding-top: 10px;
  background: url(../g/2015/template/bg_menu.png) no-repeat 25px top transparent;
  display: none;
  z-index: 9999;
  border: none;
}
#section_menu #main_nav .sub_nav li a {
  padding: 5px 20px;
  font-size: 1em;
  background: #2b2a2b;
}
#section_menu #main_nav .sub_nav li a:hover {
  background-color: #8c3cff;
}
#section_menu #main_nav .sub_nav li a:hover::before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: white;
  float: left;
  margin-right: 10px;
}
#section_menu #main_nav .sub_nav li a:last-child {
  border: none;
}

#section_header {
  margin-top: 92px;
  background: white;
  padding: 25px 0;
}
#section_header .panel_1 {
  float: left;
}
#section_header #panelnum_127 {
  float: right;
}
#section_header .site-search {
  padding: 10px 5px 10px 10px;
  width: 350px;
  display: inline-block;
  background: #dddddd;
}
#section_header .site-search form {
  margin: 0;
  width: 100%;
}
#section_header .site-search form input[type=text] {
  float: left;
  width: 85%;
  height: 25px !important;
  padding-left: 5px;
  color: #787678;
  border: none;
  background: none;
  font-size: 0.8em;
  font-style: italic;
}
#section_header .site-search form a {
  padding: 5px 5px 5px 10px;
}
#section_header .site-search i {
  color: #2b2a2b;
  font-size: 1.3em;
}
#section_header .panel_2 {
  margin-top: 35px;
  float: right;
  width: 450px;
}
#section_header .panel_2 .paneltitle_2 {
  float: left;
  font-weight: 700;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}
#section_header .panel_2 .paneltitle_2::before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: #8c3cff;
  float: left;
  margin-right: 10px;
}
#section_header .panel_2 .panelbody_2 {
  width: 280px;
  float: right;
  color: #8c3cff;
}

.cc_slider {
  margin: 0;
  list-style: none;
}

.cc_slide {
  padding-left: 0;
  background: none;
}

.bx-viewport {
  height: auto !important;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../g/2015/template/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bx-controls {
  position: absolute;
  width: 100%;
  top: 25%;
  z-index: 50;
}

.bx-wrapper .bx-prev {
  left: 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  z-index: 9999;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #aba9ab;
  border-radius: 50%;
}

.bx-wrapper .bx-controls-direction a:hover {
  background: #8c3cff;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#page_id_1 #section_content .inner,
#page_id_1 #section_content #main {
  padding: 0;
  background: none;
}

#section_content {
  text-align: center;
  -webkit-perspective: 600px;
  perspective: 600px;
}
#section_content .inner {
  text-align: left;
  display: inline-block;
  background: white;
  padding: 0 0 30px 30px;
}
#section_content #main {
  float: left;
  width: 66.66666666666667%;
  padding-right: 30px;
}
#section_content #main p {
  margin-bottom: 1em;
}
#section_content #main .cc_slider_id_1 .desc {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 35px;
  background: url(../g/2015/template/trans_bg.png);
  padding: 10px 20px;
}
#section_content #main .cc_slider_id_1 .cc_field_02 {
  color: white;
  font-size: 4.05882em;
  line-height: 1em;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}
#section_content #main .cc_slider_id_1 .cc_field_02 a {
  color: white;
}
#section_content #main .cc_slider_id_1 .cc_field_03 {
  font-size: 1.70588em;
}
#section_content #main .cc_slider_id_1 .cc_field_03 a {
  color: white;
}
#section_content #main .cc_slider_id_1 img {
  height: 504px !important;
}
#section_content #main .bx-controls {
  top: 52.5px;
}
#section_content #main .bx-controls-direction a {
  width: 48px;
  height: 48px;
  color: white;
  font-size: 1.7em;
  border-color: white;
  padding-top: 8px;
}
#section_content #main .bx-prev {
  left: 35px;
}
#section_content #main .bx-next {
  left: 105px;
}
#section_content #main .panel_1, #section_content #main .panel_2, #section_content #main .panel_4 {
  width: 50%;
  float: right;
  height: 400px;
}
#section_content #main .panel_4 {
  float: left;
}
#section_content #main .panel_1 {
  background: #8c3cff;
  color: white;
}
#section_content #main .paneltitle_1 {
  font-size: 1.35294em;
}
#section_content #main .paneltitle_2 {
  color: white;
  font-weight: 700;
  font-size: 1.35294em;
}
#section_content #main .panel_2 {
  padding: 17.5px;
  background: #2b2a2b;
}
#section_content #main .panel_2 li, #section_content #main .panel_2 .rss_css_item_container {
  margin: 10px 0 20px;
  padding-bottom: 15px;
  background: url(../g/2015/template/asterisk.png) repeat-x 0 bottom transparent;
}
#section_content #main .panel_2 .csc_field_01, #section_content #main .panel_2 .rss_date {
  color: #5f5c5f;
  font-size: 0.88235em;
}
#section_content #main .panel_2 .csc_field_01 span {
  font-size: 1em !important;
}
#section_content #main .panel_2 .csc_field_02, #section_content #main .panel_2 .rss_title {
  font-size: 1.11765em;
  font-weight: 700;
  line-height: 1.3em;
}
#section_content #main .panel_2 a {
  color: #C49CFE;
}
#section_content #main .panel_2 a:hover {
  color: white;
}
#section_content #main #tweets {
  padding: 155px 20px 0;
  text-align: center;
  background: url(../g/2015/template/bg_twitter.gif) no-repeat 0 0 transparent;
}
#section_content #main #tweets .timePosted {
  color: #2b2a2b;
  font-style: italic;
  margin-top: 20px;
}
#section_content #main #tweets a {
  color: #C49CFE;
}
#section_content #main #tweets a:hover {
  color: white;
}
#section_content .panel_4 .paneltitle_4 {
  padding: 20px 20px;
  background: #8c3cff;
  color: white;
  font-size: 1.35294em;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
  height: 70px;
}
#section_content .panel_4 li {
  position: relative;
  float: left;
  width: 33.333333%;
  height: 110px;
}
#section_content .panel_4 li a {
  display: block;
  width: 100%;
  height: 110px;
}
#section_content .panel_4 img {
  width: 100%;
  height: 110px !important;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-style: "preserve-3d";
  -ms-transform-style: "preserve-3d";
  -o-transform-style: "preserve-3d";
  transform-style: "preserve-3d";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* @include transition(all .4s ease-in-out); */
}
#section_content .panel_4 span {
  position: absolute;
  padding-top: 40px;
  background: #8c3cff;
  color: white;
  display: block;
  height: 110px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 800;
  text-align: center;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: "preserve-3d";
  -ms-transform-style: "preserve-3d";
  -o-transform-style: "preserve-3d";
  transform-style: "preserve-3d";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*@include transition(all .4s ease-in-out); */
}
#section_content .panel_4 li.flip img {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#section_content .panel_4 li.flip span {
  z-index: 1000;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#section_content #sidebar {
  float: right;
  width: 33.33333333333333%;
}
#section_content #sidebar .panel_5 {
  background: #8c3cff;
}
#section_content #sidebar .panel_5 a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.47059em;
  padding: 25px 10px 25px 60px;
  background: url(../g/2015/template/ic_develop.png) no-repeat 10px center #8c3cff;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}
#section_content #sidebar .panel_5 a:hover {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  background: url(../g/2015/template/ic_arrow.png) no-repeat 10px center #8c3cff;
}
#section_content #sidebar .panel_6 {
  width: 100%;
  display: inline-block;
}
#section_content #sidebar .panel_6 ul {
  margin: 0px;
  list-style: none;
}
#section_content #sidebar .panel_6 li {
  float: left;
  width: 25%;
  background: #525052;
}
#section_content #sidebar .panel_6 li a {
  display: block;
  padding-top: 22px;
  height: 75px;
  background: #525052;
  color: white;
  text-align: center;
}
#section_content #sidebar .panel_6 li a:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
#section_content #sidebar .panel_6 li i {
  padding: 2px;
  font-size: 1.5em;
}
#section_content #sidebar .panel_6 li:nth-child(even),
#section_content #sidebar .panel_6 li:nth-child(even) a {
  background: #454345;
}
#section_content #sidebar .panel_7 {
  width: 100%;
  height: 345px;
  overflow: hidden;
  display: inline-block;
  background: #2b2a2b;
  padding: 33px 20px;
  text-align: center;
}
#section_content #sidebar .panel_7 .paneltitle_7 {
  color: white;
  font-size: 1.35294em;
  margin-bottom: 15px;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}
#section_content #sidebar .panel_7 .cc_field_01 {
  width: 152px;
  display: inline-block;
  position: relative;
}
#section_content #sidebar .panel_7 .cc_field_01 img {
  border-radius: 50%;
}
#section_content #sidebar .panel_7 .cc_field_01::before {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  content: " ";
  border-radius: 50%;
  display: block;
  width: 152px;
  height: 152px;
  background: rgba(140, 60, 255, 0.5);
}
#section_content #sidebar .panel_7 .cc_field_02, #section_content #sidebar .panel_7 .cc_field_03 {
  width: 200px;
  display: inline-block;
}
#section_content #sidebar .panel_7 .cc_field_02 {
  color: white;
  margin-top: 10px;
  font-size: 1.35294em;
}
#section_content #sidebar .panel_7 .cc_field_02 a {
  color: white;
}
#section_content #sidebar .panel_7 .cc_field_03 {
  color: #5f5c5f;
  font-size: 0.94118em;
}
#section_content #sidebar .panel_8 {
  width: 100%;
  display: inline-block;
}
#section_content #sidebar .panel_8 li {
  width: 50%;
  float: left;
}
#section_content #sidebar .panel_8 li:first-child {
  background: #00d7e1;
}
#section_content #sidebar .panel_8 li:last-child {
  background: darkorange;
}
#section_content #sidebar .panel_8 li a {
  display: block;
}
#section_content #sidebar .panel_8 li a:hover {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
#section_content #sidebar .panel_9 {
  width: 100%;
  display: inline-block;
}
#section_content #sidebar .panel_9 li a {
  display: block;
  height: 75px;
  background: #2b2a2b;
  padding: 20px 10px 0px 30px;
  position: relative;
  font-size: 1.35294em;
  color: white;
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
}
#section_content #sidebar .panel_9 li a::before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: white;
  float: left;
  margin-right: 10px;
  color: white;
  font-size: 0.82353em;
  line-height: 1.7em;
}
#section_content #sidebar .panel_9 li:nth-child(even) a {
  background: #383738;
}
#section_content #sidebar .panel_9 li a:hover {
  background: #00d7e1;
}
#section_content #sidebar .panel_10 {
  width: 100%;
  height: 401px;
  display: inline-block;
  position: relative;
  background: #c49cfe;
}
#section_content #sidebar .panel_10 .paneltitle_10 {
  padding: 19px 20px;
  color: white;
  font-weight: 700;
  font-size: 1.35294em;
  background: #8c3cff;
  height: 70px;
}
#section_content #sidebar .panel_10 .panelbody_10 {
  padding-top: 185px;
}
#section_content #sidebar .panel_10 p {
  font-size: 0.94118em;
  padding: 5px 20px;
}
#section_content #sidebar .panel_10 p strong {
  font-size: 1.4375em;
}
#section_content #sidebar .panel_10 img {
  position: absolute;
  top: 70px;
  left: 0;
}
#section_content #sidebar .panel_1 {
  width: 100%;
  display: inline-block;
  padding: 20px;
}
#section_content #sidebar .paneltitle_1 {
  padding: 19px 20px;
  color: white;
  font-weight: 700;
  font-size: 1.35294em;
  background: #8c3cff;
}
#section_content .fullsheet, #section_content .leftsheet, #section_content .rightsheet {
  margin-bottom: 35px;
}
#section_content .fullsheet a:hover, #section_content .leftsheet a:hover, #section_content .rightsheet a:hover {
  text-decoration: underline;
}
#section_content .fullsheet ul li::before, #section_content .leftsheet ul li::before, #section_content .rightsheet ul li::before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: #2b2a2b;
  float: left;
  margin-right: 10px;
}
#section_content .fullsheet {
  width: 100%;
  clear: both;
}
#section_content .leftsheet {
  width: 48%;
  float: left;
  margin-right: 3%;
  clear: none;
}
#section_content .rightsheet {
  width: 48%;
  float: right;
  clear: none;
}

[id^="page_formid_"] #main ul {
  background: initial;
  list-style: inside;
}

#section_quote {
  clear: both;
  text-align: center;
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
}
#section_quote .inner {
  background: url(../g/2015/template/bg_quote.gif) repeat 0 0 transparent;
  padding: 50px;
}
#section_quote p {
  font-size: 1.64706em;
}
#section_quote strong {
  display: block;
  clear: both;
  font-size: 0.70588em;
  font-weight: normal;
}

#section_advert .panel_1 {
  position: relative;
  padding: 35px 0;
  text-align: center;
}

#section_sponsors {
  width: 100%;
  display: inline-block;
  clear: both;
  background: url(../g/2015/template/bg_sponsors.png) repeat-x 0 bottom white;
  padding-bottom: 43px;
}
#section_sponsors .paneltitle_1 {
  font-size: 0.94118em;
}
#section_sponsors .panel_1 {
  position: relative;
  width: 25%;
  float: left;
  padding: 35px 0;
  text-align: center;
  text-align: center;
}

#section_footer {
  background: #2b2a2b;
  color: #787678;
  font-size: 0.94118em;
}
#section_footer a {
  color: #5f5c5f;
}
#section_footer a:hover {
  color: #8c3cff;
}

#pb_footer {
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
#pb_footer .panel_1 {
  float: left;
  width: 19%;
  margin-right: 2%;
}
#pb_footer .panel_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
#pb_footer .panel_1 li {
  margin: 0px 0px 10px;
}
#pb_footer .panel_1 li a {
  position: relative;
}
#pb_footer .panel_1 li a::before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: white;
  float: left;
  color: #787678;
  margin-right: 10px;
}
#pb_footer .paneltitle_1, #pb_footer .paneltitle_6 {
  font-family: "Apercu Mono Regular", "Andale Mono", monospace;
  color: white;
  font-size: 1.4375em;
  margin-bottom: 35px;
}
#pb_footer #panelnum_148 {
  width: 28%;
}
#pb_footer .panel_6 {
  margin-right: 0;
  float: left;
  width: 24%;
}
#pb_footer .panel_6 a {
  display: block;
  float: left;
  margin-right: 35px;
  color: white;
  font-size: 2em;
}

#footer {
  padding: 20px 0;
  float: left;
  margin: 0;
  list-style: none;
}
#footer li {
  float: left;
  margin: 0 5px;
}
#footer li a {
  text-transform: uppercase;
}
#footer li:nth-child(even) {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
