html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: normal;
  border: 0;
  /*font-size:100%;/*font:inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

body, html {
  height: 100%;
  width: 100%;
  font-family: "AvantGardeGothicITCW01B 731069";
  font-size: 62.5%;
}

html.hidden {
  overflow: hidden;
}
html.hidden body {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*
 * Structure
 */
.container {
  height: 100%;
  width: 100%;
}

.content {
  width: 944px;
  margin: 0 auto;
}

/*
 * Headings
 */
.body h1 {
  font: 3.7em/48px "AvantGardeGothicITCW01D 731075";
  margin: 16px 0;
  padding: 8px 0 8px 13px;
  line-height: 30px;
  background: #9b9b9b;
  border-left: 3px solid #111111;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  padding: 0 0 0 16px;
  margin: 16px 0;
}

strong {
  font-family: "AvantGardeGothicITCW01D 731075";
}

a {
  cursor: pointer;
}

/*
 * Editable Area
 */
.ea p, .ea ul, .ea ol {
  color: #505050;
  font-size: 2.2em;
  line-height: 21px;
  padding: 0 16px;
  margin: 0 0 16px 0;
}
.ea ul {
  list-style: disc;
  word-wrap: break-word;
}
.ea p > span, .ea p > a, .ea p > strong > span {
  font-size: 1em !important;
}
.ea ol li {
  margin-right: 8px;
  float: left;
}
.ea > strong, .ea > span, .ea > strong {
  font-size: 1em !important;
}
.ea ul p {
  padding: 0;
  font-size: 1em;
}
.ea #result_list {
  font-size: 1em;
}
.ea #result_list a {
  font-family: "AvantGardeGothicITCW01D 731075";
  text-decoration: none;
}
.ea #result_list li {
  margin-bottom: 40px;
}
.ea #result_list .cta {
  font-size: 1.9em;
  float: right;
}
.ea a {
  color: #0088ad;
  text-decoration: none;
  color: #0088ad;
}
.ea a:hover {
  text-decoration: underline;
}
.ea h3 a {
  color: #505050;
}
.ea img {
  max-width: 575px;
  padding: 0 16px 16px 0;
}
.ea iframe {
  margin: 16px 0;
}
.ea h3 {
  color: #505050;
  margin: 0 0 8px 0;
  font-family: "AvantGardeGothicITCW01D 731075";
  padding-left: 16px;
  font-size: 2.5em;
}
.ea .quote {
  background: url(/assets/images/dot-matrix.png);
  float: left;
  font-size: 2.2em;
  width: 273px;
  margin: 16px 48px 48px 0;
  position: relative;
}
.ea .quote .text {
  right: -16px;
  bottom: -16px;
  position: relative;
  display: block;
  padding: 24px 16px 24px 16px;
  line-height: 21px;
  background: url(/assets/images/grey-back.png);
}
.ea .quote .text strong {
  font-family: "AvantGardeGothicITCW01D 731078";
  display: block;
}
.ea .quote .mark {
  position: absolute;
  display: block;
  text-indent: -9999px;
  height: 58px;
  width: 75px;
  z-index: 50;
}
.ea .quote .mark.top {
  background: url(/assets/images/icons.png) -136px -67px;
  left: -16px;
  top: -16px;
}
.ea .quote .mark.bottom {
  background: url(/assets/images/icons.png) -213px -70px;
  bottom: -48px;
  right: -32px;
}
.ea .quote .back {
  position: relative;
  top: -16px;
  left: -16px;
}
.ea .page_nav {
  border-top: 1px solid #a0a0a0;
}
.ea .page_nav a {
  margin-top: 8px;
  display: inline-block;
  font-family: "AvantGardeGothicITCW01D 731075";
  max-width: 250px;
  font-size: 2.2em;
}

/*
 * Color Blocks
 */
.blue ul.main, .mtblue ul.main, .mt ul.main {
  padding-bottom: 24px;
}
.blue .body h1, .mtblue .body h1, .mt .body h1 {
  background: #0088ad;
  color: #FFF;
  border-color: #ededed;
}
.blue .carousel, .mtblue .carousel, .mt .carousel {
  background: #0088ad;
}
.blue .carousel .overlay, .mtblue .carousel .overlay, .mt .carousel .overlay {
  background-image: url(/assets/images/overlay/mtblue.png);
}
.blue ul#form_steps li:first-child strong, .blue ul#form_steps li strong.on, .mtblue ul#form_steps li:first-child strong, .mtblue ul#form_steps li strong.on, .mt ul#form_steps li:first-child strong, .mt ul#form_steps li strong.on {
  background: #0088ad;
}

div.mt ul.main {
  padding-bottom: 64px;
}

.gold .body h1 {
  background: #a0a0a0;
  color: #fdb913;
  border-color: #fdb913;
}
.gold .carousel {
  background: #fdb913;
}
.gold .carousel .overlay {
  background-image: url(/assets/images/overlay/gold.png);
}
.gold ul#form_steps li:first-child strong, .gold ul#form_steps li strong.on {
  background: #fdb913;
}

.pink .body h1 {
  background: #a0a0a0;
  color: #f6a2a8;
  border-color: #f6a2a8;
}
.pink .carousel {
  background: #f6a2a8;
}
.pink .carousel .overlay {
  background-image: url(/assets/images/overlay/pink.png);
}
.pink ul#form_steps li:first-child strong, .pink ul#form_steps li strong.on {
  background: #f6a2a8;
}

.yellow .body h1 {
  background: #a0a0a0;
  color: #ffe14f;
  border-color: #ffe14f;
}
.yellow .carousel {
  background: #ffe14f;
}
.yellow .carousel .overlay {
  background-image: url(/assets/images/overlay/yellow.png);
}
.yellow ul#form_steps li:first-child strong, .yellow ul#form_steps li strong.on {
  background: #ffe14f;
}

.tropical .body h1 {
  background: #a0a0a0;
  color: #7ed0e0;
  border-color: #7ed0e0;
}
.tropical .carousel {
  background: #7ed0e0;
}
.tropical .carousel .overlay {
  background-image: url(/assets/images/overlay/blue.png);
}
.tropical ul#form_steps li:first-child strong, .tropical ul#form_steps li strong.on {
  background: #7ed0e0;
}

.green .body h1 {
  background: #a0a0a0;
  color: #d6e03d;
  border-color: #d6e03d;
}
.green .carousel {
  background: #d6e03d;
}
.green .carousel .overlay {
  background-image: url(/assets/images/overlay/green.png);
}
.green ul#form_steps li:first-child strong, .green ul#form_steps li strong.on {
  background: #d6e03d;
}

/*
 * Float
 */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*
 * Header
 */
.header .bar {
  height: 38px;
  background: #ededed;
  border-bottom: 1px solid #a0a0a0;
}
.header .bar .social {
  padding-top: 5px;
  float: right;
}
.header form {
  padding: 0 0 0 16px;
}
.header .search {
  height: 28px;
  float: right;
  padding-top: 5px;
}
.header .search .home_txt, .header .search label, .header .search .search_submit {
  float: left;
}
.header .search .home_txt {
  font: 62.5% "AvantGardeGothicITCW01B 731069";
  border: 1px solid #9b9b9b;
  border-right: 0;
  margin: 0;
  font-size: 1.9em;
  padding: 0 8px;
  height: 26px;
}
.header .search .search_submit {
  cursor: pointer;
  height: 28px;
  width: 30px;
  background: url(/assets/images/icons.png) -106px 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.header .login li {
  float: left;
  line-height: 36px;
}
.header .login li a {
  font-family: "AvantGardeGothicITCW01D 731075";
  color: #505050;
  text-decoration: none;
  font-size: 1.9em;
  padding: 0 8px;
  border-left: 1px solid #a0a0a0;
}
.header .login li a span {
  background: url(/assets/images/icons.png);
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  width: 12px;
}
.header .login li:first-child a {
  border-left: none;
  padding-left: 0;
}

/*
 * Navigation
 */
.nav .main {
  -webkit-transition: padding 0.2s;
  /* Safari */
  padding-bottom: 64px;
  position: relative;
  z-index: 170;
}
.nav .main.hover {
  padding-bottom: 64px;
}
.nav .main.hover li a .tab {
  filter: alpha(opacity=0);
  opacity: 0;
}
.nav .main > li {
  -webkit-transition: 0.4s background;
  border-left: 1px solid #a0a0a0;
  height: 115px;
  float: left;
  padding: 0 16px;
  width: 127px;
}
.nav .main > li a {
  text-decoration: none;
}
.nav .main > li.active .sub {
  z-index: 25;
}
.nav .main > li.active .tab {
  z-index: 40;
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav .main > li.active .sub {
  display: block;
}
.nav .main > li.active > a {
  color: #FFF;
}
.nav .main > li.hover .tab {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.nav .main > li.hover .sub {
  display: block;
  z-index: 30;
}
.nav .main > li.hover > a {
  color: #FFF;
}
.nav .main > li:first-child {
  border: none;
  width: 143px;
  padding: 0;
}
.nav .main > li.hover.blue, .nav .main > li.active.blue {
  background: #7ed0e0;
}
.nav .main > li.hover.green, .nav .main > li.active.green {
  background: #d6e03d;
}
.nav .main > li.hover.orange, .nav .main > li.active.orange {
  background: #f47b20;
}
.nav .main > li.hover.gold, .nav .main > li.active.gold {
  background: #fdb913;
}
.nav .main > li.hover.pink, .nav .main > li.active.pink {
  background: #f6a2a8;
}
.nav .main > li.hover.yellow, .nav .main > li.active.yellow {
  background: #ffe14f;
}
.nav .main > li.hover.mt, .nav .main > li.active.mt {
  background: #0088ad;
}
.nav .main > li.gold > a .tab {
  background-position: -79px -46px;
}
.nav .main > li.gold .sub li:hover, .nav .main > li.gold .sub li.active {
  background: #fdb913;
}
.nav .main > li.gold .dd li:first-child:hover span, .nav .main > li.gold .dd li:first-child.active span {
  background-position: -88px -125px;
}
.nav .main > li.pink > a .tab {
  background-position: -21px -46px;
}
.nav .main > li.pink .sub li:hover, .nav .main > li.pink .sub li.active {
  background: #f6a2a8;
}
.nav .main > li.pink .dd li:first-child:hover span, .nav .main > li.pink .dd li:first-child.active span {
  background-position: -88px -161px;
}
.nav .main > li.mt > a .tab {
  background-position: -1px -46px;
}
.nav .main > li.mt .sub li:hover, .nav .main > li.mt .sub li.active {
  background: #0088ad;
}
.nav .main > li.mt .dd li:first-child:hover span, .nav .main > li.mt .dd li:first-child.active span {
  background-position: -88px -173px;
}
.nav .main > li.yellow > a .tab {
  background-position: -3px -46px;
}
.nav .main > li.yellow .sub li:hover, .nav .main > li.yellow .sub li.active {
  background: #ffe14f;
}
.nav .main > li.yellow .dd li:first-child:hover span, .nav .main > li.yellow .dd li:first-child.active span {
  background-position: -88px -161px;
}
.nav .main > li.orange > a .tab {
  background-position: -3px -46px;
}
.nav .main > li.orange .sub li:hover, .nav .main > li.orange .sub li.active {
  background: #f47b20;
}
.nav .main > li.orange .dd li:first-child:hover span, .nav .main > li.orange .dd li:first-child.active span {
  background-position: -88px -125px;
}
.nav .main > li.blue > a .tab {
  background-position: -40px -46px;
}
.nav .main > li.blue .sub li:hover, .nav .main > li.blue .sub li.active {
  background: #7ed0e0;
}
.nav .main > li.blue .dd li:first-child:hover span, .nav .main > li.blue .dd li:first-child.active span {
  background-position: -88px -149px;
}
.nav .main > li.green > a .tab {
  background-position: -60px -46px;
}
.nav .main > li.green .sub li:hover, .nav .main > li.green .sub li.active {
  background: #d6e03d;
}
.nav .main > li.green .dd li:first-child:hover span {
  background-position: -88px -137px;
}
.nav .main > li > a {
  font-size: 2.5em;
  position: relative;
  line-height: 1.3em;
  display: block;
  color: #505050;
  height: 115px;
}
.nav .main > li > a span:first-child {
  position: absolute;
  bottom: 10px;
}
.nav .tab {
  -webkit-transition: 0.4s opacity;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 10;
  bottom: -8px;
  background-image: url(/assets/images/icons.png);
  left: 0;
  height: 8px;
  width: 14px;
}
.nav .sub {
  background: url(/assets/images/sub-back.png) 10px repeat-x;
  display: none;
  height: 39px;
  position: absolute;
  padding: 13px 0 12px 0;
  bottom: 0;
  left: 0;
  width: 944px;
}
.nav .sub > li {
  border-right: 1px solid white;
  float: left;
  line-height: 38px;
}
.nav .sub > li .tab {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: -1px;
  background: url(/assets/images/icons.png) -3px -22px;
  left: 11px;
  height: 16px;
  width: 10px;
}
.nav .sub > li:hover .dd {
  display: block;
}
.nav .sub > li.active .tab, .nav .sub > li:hover .tab {
  display: block;
}
.nav .sub > li.active > a, .nav .sub > li:hover > a {
  color: #FFF;
}
.nav .sub > li.active .arrow, .nav .sub > li:hover .arrow {
  background: url(/assets/images/icons.png) -37px -33px;
}
.nav .sub > li.child a {
  padding-right: 32px;
}
.nav .sub > li .tab {
  display: none;
}
.nav .sub > li a {
  position: relative;
  font-size: 2.2em;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: #505050;
}
.nav .sub > li a > .arrow {
  top: 15px;
  right: 16px;
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  background: url(/assets/images/icons.png) -19px -33px;
}
.nav .sub .dd {
  z-index: 150;
  box-shadow: 0px 8px 10px -2px rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  border-bottom: 1px solid #a0a0a0;
  position: absolute;
  display: none;
  max-width: 208px;
  min-width: 100px;
  overflow: hidden;
}
.nav .sub .dd li {
  background: #FFF;
  width: 100%;
  line-height: 20px;
}
.nav .sub .dd li a {
  padding: 8px 0;
  border-top: 1px solid #a0a0a0;
  margin: 0 16px;
}
.nav .sub .dd li:hover a {
  color: #FFF;
}
.nav .sub .dd li:first-child span {
  background-position: -88px -185px;
  background-image: url(/assets/images/icons.png);
  position: absolute;
  height: 10px;
  width: 208px;
  top: 0;
  left: 0;
}
.nav .sub .dd li:first-child a {
  border: none;
}

/*
 * Social Icons
 */
.social a {
  float: left;
  display: block;
  width: 28px;
  margin-left: 8px;
  height: 28px;
  background-image: url(/assets/images/icons.png);
  background-repeat: no-repeat;
}
.social .twitter {
  background-position: -75px 0;
}
.social .facebook {
  background-position: -44px 0;
}
.social .youtube {
  background-position: -14px 0;
}

.social_block {
  float: left;
  margin: 32px 0 32px 0;
  clear: both;
}
.social_block .tweet iframe {
  width: 90px !important;
}
.social_block .gone > div {
  width: 70px !important;
}
.social_block > div {
  float: left;
}
.social_block > div iframe {
  margin: 0;
}

#social li {
  list-style: none;
}

/*
 * Overlay
 */
body > .overlay {
  display: none;
  overflow: auto;
  color: #505050;
  top: 0;
  z-index: 9999;
  position: absolute;
  height: 800px;
  width: 100%;
  height: 100%;
  background: #FFF;
}
body > .overlay .social {
  position: absolute;
  top: 16px;
  right: 0;
}
body > .overlay .bar {
  height: 60px;
  background: url(/assets/images/dot-matrix.png);
  clear: both;
  height: 20px;
}
body > .overlay .bar .back {
  height: 60px;
  background: #9b9b9b;
}
body > .overlay .content {
  width: 592px;
}
body > .overlay .head {
  background: #F4F4F4;
}
body > .overlay .head .content {
  position: relative;
}
body > .overlay .head .cta.goto_home {
  right: 0;
  position: absolute;
  bottom: 16px;
  display: block;
  color: #505050;
  font-size: 2.2em;
}
body > .overlay .head .cta.goto_home span {
  top: 3px;
}
body > .overlay .bar {
  height: 60px;
}
body > .overlay .bar .content {
  padding: 16px 0;
  border-top: 1px solid white;
}
body > .overlay .bar p {
  color: #FFF;
  font-size: 2em;
  line-height: 20px;
}
body > .overlay .footer {
  padding: 16px 0 0 0;
}
body > .overlay .footer .sponsors {
  border-left: 3px solid white;
  padding: 16px 32px 16px 16px;
  margin-bottom: 16px;
}
body > .overlay .footer .content {
  padding: 32px 0 0 0;
}
body > .overlay .footer .content ul {
  float: left;
}
body > .overlay .footer .content p {
  padding: 16px 0;
  float: left;
  border-top: 1px solid white;
  font-size: 2em;
  line-height: 20px;
}
body > .overlay div.box {
  height: 239px;
  overflow: hidden;
}
body > .overlay div.box h2 a {
  color: #505050;
}
body > .overlay div.box p {
  height: 90px;
  font-size: 2.2em;
  line-height: 20px;
}
body > .overlay + .container {
  overflow: hidden;
}
body > .overlay .body {
  padding: 16px 0 0 0;
}

/*
 * Forms Steps
 */
#form_steps {
  margin: 0 auto;
  width: 192px;
  height: 70px;
}
#form_steps li {
  list-style: none;
  .
    width: 32px;
  margin: 0 16px;
  text-align: center;
  font-size: 2.5em;
  font-family: "AvantGardeGothicITCW01D 731075";
  float: left;
}
#form_steps li:first-child strong, #form_steps li strong.on {
  padding: 0 8px;
  background: #0088ad;
  color: #FFF;
}

/*
 * Forms
 */
form {
  padding: 0 16px;
}
form hr {
  display: none;
}
form h3 {
  font-size: 2.5em;
  float: left;
  width: 576px;
  margin: 16px 0;
  color: #505050;
  font-family: "AvantGardeGothicITCW01D 731075";
}
form .gsc-input {
  font-size: 1em;
  line-height: 23px;
}
form .row {
  overflow: visible;
  position: relative;
  float: left;
  margin: 8px 0;
  display: block;
  width: 576px;
  clear: both;
}
form .row > label, form .row .label {
  font-family: "AvantGardeGothicITCW01D 731075";
  display: block;
  padding-right: 16px;
  font-size: 2.1em;
  width: 145px;
  line-height: 23px;
  float: left;
}
form .row > label span, form .row .label span {
  font-family: "AvantGardeGothicITCW01B 731069";
  font-size: 0.8em;
}
form .row .req {
  color: #c60651;
}
form .row span.msg {
  display: none;
}
form .row ul {
  padding: 0;
  margin: 0;
  font-size: 1em;
  list-style: none;
  width: 415px;
  float: left;
}
form#press_release_form .row {
  width: 596px;
}
form#press_release_form .row ul {
  width: 425px;
}
form .row ul li {
  font-size: 2.2em;
  overflow: visible;
  margin-bottom: 8px;
}
form .row ul li label {
  display: block;
  font-size: 1em;
  line-height: 19px;
}
form .row ul li input {
  float: left;
}
form .row .division {
  width: 100%;
  clear: both;
}
form .row textarea {
  resize: none;
  font-family: "AvantGardeGothicITCW01B 731069";
  font-size: 1.9em;
  width: 380px;
  float: left;
}
form .row input {
  font-size: 1.9em;
  line-height: 23px;
}
form .row label.error {
  float: right;
  color: #c60651;
}
form .row p {
  font-size: 1.8em;
  margin: 5px 0;
  line-height: 15px;
  padding: 0;
}
form .row p.strong {
  font-family: "AvantGardeGothicITCW01D 731075";
  font-size: 2em;
  font-weight: bold;
}
form .row input[type=text], form .row input[type=password] {
  margin: 0;
  font-family: "AvantGardeGothicITCW01B 731069";
  width: 208px;
}
form .row input[type=checkbox] {
  margin: 0 0.5em 0 0;
}
form .row select {
  font-family: "AvantGardeGothicITCW01B 731069";
  font-size: 2.2em;
  line-height: 21px;
}
form .row input[type=submit] {
  text-align: right;
  float: left;
  margin-left: 175px;
  font-family: "AvantGardeGothicITCW01D 731075";
  cursor: pointer;
  font-size: 2.1em;
  padding-right: 14px;
  width: 200px;
  background: url(/assets/images/icons.png) no-repeat 189px 8px;
  border: none;
}

form .row ul.charity-types, form .row.corporate_partners {display:none;}

#reg_form {
  width: 600px;
}

#reg_form .url-field, #reg_form .msg.fail {
  display: none !important;
}/* honeypot */

#reg_form .error{font-size:2.2em; color:red;}

table.summary_info {
	font-size: 2.1em;
}

/*
 * Carousel
 */
.carousel {
  background: #0088ad;
  width: 100%;
  height: 465px;
  float: left;
}
.carousel .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.carousel .menu {
  padding: 0 16px 4px 16px;
  z-index: 20;
  width: 288px;
  position: absolute;
  right: 128px;
  bottom: 32px;
  background: url(/assets/images/transbox.png);
  /* START MAXX - SE 23/06/2015 */
  display: none;
  /* END MAXX */
}
.carousel .menu li {
  border-top: 1px solid #a0a0a0;
}
.carousel .menu li h3 {
  line-height: 30px;
  color: #505050;
  cursor: pointer;
  font-size: 2.5em;
}
.carousel .menu li p {
  color: #505050;
  margin: 2px 0 0 0;
  line-height: 20px;
  font-size: 2.2em;
}
.carousel .menu li a {
  margin: 3px 0;
  display: inline-block;
  color: #505050;
  text-decoration: none;
  font-family: "AvantGardeGothicITCW01D 731075";
}
.carousel .menu li a span {
  top: 5px;
}
.carousel .menu li .copy {
  display: none;
}
.carousel .menu li:first-child {
  border-top: none;
}
.carousel .menu li.active .copy {
  display: block;
}
.carousel .menu li.active h3 {
  font-family: "AvantGardeGothicITCW01D 731075";
}
.carousel img {
  width: 1200px;
  height: 465px;
  float: left;
  background: #666;
}
.carousel .nav {
  position: absolute;
  display: block;
  z-index: 25;
  background-image: url(/assets/images/icons.png);
  width: 61px;
  height: 61px;
  top: 50%;
  margin-top: -30px;
}
.carousel .nav.previous {
  background-position: -137px 0;
  left: 32px;
}
.carousel .nav.next {
  background-position: -200px 0;
  right: 32px;
}
.carousel .overlay {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4u134LAAHEQKVMqLkXQAAAABJRU5ErkJggg==");
  height: 465px;
  width: 64px;
  z-index: 20;
  position: absolute;
  top: 0;
}
.carousel .overlay.left {
  left: 0;
}
.carousel .overlay.right {
  right: 0;
}

/*
 * Columns
 */
.col {
  min-height: 140px;
  float: left;
}
.col.full {
  width: 944px;
}
.col.full p {
  max-width: 592px;
}

/*
 * CTA button
 */
a.cta {
  text-decoration: none;
  font-family: "AvantGardeGothicITCW01D 731075";
  padding: 0 16px 0 0;
  color: #505050;
  position: relative;
}
a.cta span {
  background: url(/assets/images/icons.png);
  display: block;
  right: 0;
  top: 4px;
  position: absolute;
  height: 12px;
  width: 12px;
}

/*
 * Content Area
 */
.body {
  min-height: 610px;
}
.body .main {
  width: 592px;
  padding-right: 32px;
  margin-bottom: 32px;
}
.body .side {
  width: 320px;
}

.body .main .box, .overlay .box {
  position: relative;
  margin: 16px 0 0 0;
  width: 288px;
  height: 283px;
}
.body .main .box.orange, .overlay .box.orange {
  background: #f47b20;
}
.body .main .box.orange h2, .overlay .box.orange h2 {
  background: url(/assets/images/overlay/orange.png);
}
.body .main .box.blue, .overlay .box.blue {
  background: #7ed0e0;
}
.body .main .box.blue h2, .overlay .box.blue h2 {
  background: url(/assets/images/overlay/blue.png);
}
.body .main .box.mtblue, .body .main .box.mt, .overlay .box.mtblue, .overlay .box.mt {
  background: #0088ad;
}
.body .main .box.mtblue h2, .body .main .box.mt h2, .overlay .box.mtblue h2, .overlay .box.mt h2 {
  background: url(/assets/images/overlay/mtblue.png);
}
.body .main .box.green, .overlay .box.green {
  background: #d6e03d;
}
.body .main .box.green h2, .overlay .box.green h2 {
  background: url(/assets/images/overlay/green.png);
}
.body .main .box.gold, .overlay .box.gold {
  background: #fdb913;
}
.body .main .box.gold h2, .overlay .box.gold h2 {
  background: url(/assets/images/overlay/gold.png);
}
.body .main .box.pink, .overlay .box.pink {
  background: #f6a2a8;
}
.body .main .box.pink h2, .overlay .box.pink h2 {
  background: url(/assets/images/overlay/pink.png);
}
.body .main .box img, .overlay .box img {
  padding: 0;
  height: 166px;
  width: 288px;
}
.body .main .box h2, .overlay .box h2 {
  top: 125px;
  left: 0;
  width: 256px;
  line-height: 24px;
  position: absolute;
  font-size: 2.5em;
  padding: 0 16px;
  color: #505050;
  border-bottom: 1px solid black;
  font-family: "AvantGardeGothicITCW01D 731075";
  text-decoration: none;
}
.body .main .box p, .overlay .box p {
  color: #505050;
  height: 70px;
  overflow: hidden;
  margin: 8px 0;
  padding: 0 16px;
}
.body .main .box a, .overlay .box a {
  text-decoration: none;
}
.body .main .box .cta, .overlay .box .cta {
  font-size: 2.1em;
  padding: 0 16px;
}

/*
 * Sidebar
 */
.side {
  padding-bottom: 16px;
  width: 320px;
  margin-bottom: 16px;
  background: url(/assets/images/dot-matrix.png);
}
.side .box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: url(/assets/images/transbox.png);
  margin: 16px 0 0 0;
  border-left: 3px solid #0088ad;
  min-height: 50px;
}
.side .box.contact {
  font-family: "AvantGardeGothicITCW01D 731075";
  background: url(/assets/images/dark-bg.png);
  color: #FFF;
}
.side .box.contact a {
  color: #FFF;
  padding: 0;
  text-decoration: none;
}
.side .box.contact p {
  padding: 16px;
}
.side .box.contact h3 {
  color: #FFF;
  padding: 8px 16px 16px;
}
.side .box.contact br {
  margin: 5px 0;
}
.side .box.events p, .side .box.related p {
  padding: 0 0 8px 0;
}
.side .box.twitter .twitter_list {
  list-style: none;
  padding: 0 16px 16px 16px;
}
.side .box.twitter a {
  text-decoration: none;
  color: #0088ad;
  padding: 0;
}
.side .box.twitter a:hover {
  text-decoration: underline;
}
.side .box.twitter p {
  padding: 0;
}
.side .box.twitter p.when {
  font-family: "AvantGardeGothicITCW01D 731078";
  padding: 0 0 8px 0;
}
.side .box .cta {
  font-size: 2.2em;
}
.side p {
  color: #505050;
  line-height: 20px;
  padding: 16px 0;
  font-size: 2.2em;
}
.side form {
  padding: 0 16px 16px 16px;
}
.side form h3 {
  width: 300px;
  margin-bottom: 0;
}
.side form ul.filter-list li {
  width: 292px;
}
.side form ul.filter-list li a {
  display: inline-block;
}
.side form ul li {
  float: left;
  color: #505050;
  font-size: 2.2em;
  padding-bottom: 8px;
}
.side form ul li a {
  display: block;
  padding: 0;
}
.side form input[type=submit] {
  text-align: right;
  font-family: "AvantGardeGothicITCW01D 731075";
  cursor: pointer;
  font-size: 2.1em;
  padding-right: 14px;
  width: 50px;
  background: url(/assets/images/icons.png) no-repeat 39px 5px;
  border: none;
}
.side form .txt {
  margin: 0;
  border: 1px solid #9b9b9b;
  margin: 0;
  font-size: 1.9em;
  padding: 0 8px;
  height: 26px;
  font-family: "AvantGardeGothicITCW01B 731069";
  width: 215px;
}
.side form select {
  font-family: "AvantGardeGothicITCW01B 731069";
  width: 233px;
  margin-bottom: 4px;
}
.side h2 {
  color: #0088ad;
  font-family: "AvantGardeGothicITCW01D 731075";
  padding: 8px 16px;
  margin: 0 0 8px 0;
  font-size: 2.8em;
  background: url(/assets/images/side-heading-bg.png);
}
.side h3 {
  font-size: 2.5em;
  line-height: 21px;
  margin-top: 8px;
  padding: 8px 0;
  font-family: "AvantGardeGothicITCW01D 731075";
}
.side h3 a {
  font-size: 1em;
  text-decoration: none;
  color: #505050;
}
.side .news_list {
  list-style: none;
  padding: 0 16px;
}
.side .news_list li {
  border-top: 1px solid #9b9b9b;
  padding-bottom: 16px;
}
.side .news_list li:first-child {
  border: none;
  margin-top: 0;
}
.side .news_list li p {
  padding: 0 0 16px 0;
}
.side .news_list li a {
  padding: 0;
  color: #505050;
}
.side .news_list li a.cta {
  padding: 0 16px 0 0;
}
.side a {
  padding: 0 0 16px 16px;
  text-decoration: none;
  color: #0088ad;
}
.side a:hover {
  text-decoration: underline;
}

.list strong {
  font-family: "AvantGardeGothicITCW01D 731075";
  color: #0088ad;
}

/*
 * Footer
 */
.footer {
  background: url(/assets/images/dot-matrix.png);
  color: #FFF;
  padding: 16px 0 0 0;
  margin: 20px 0 0 0;
}
.footer .back {
  background: #9b9b9b;
  padding: 0 0 16px 0;
}
.footer .corp_mem li {
  float: left;
}
.footer .main {
  padding: 16px 0;
}
.footer .col {
  min-width: 176px;
  padding: 0 16px 0 13px;
  border-left: 3px solid white;
}
.footer .corp {
  width: 512px;
  padding-right: 0;
}
.footer .main {
  float: left;
}
.footer .bar {
  height: 30px;
  float: left;
  border-top: 1px solid white;
}
.footer .bar p {
  font-size: 2.2em;
  line-height: 45px;
  float: left;
}
.footer .bar .social {
  margin: 8px 0;
  float: right;
}
.footer h5 {
  font-family: "AvantGardeGothicITCW01D 731075";
  font-size: 2.5em;
  margin-bottom: 12px;
}
.footer li, .footer address {
  font-size: 2.2em;
  line-height: 20px;
  font-style: normal;
}
.footer a {
  color: #FFF;
  text-decoration: underline;
}

/*
 * Shifted Background
 */
.back {
  background: url(/assets/images/dot-matrix.png);
  position: relative;
}

/*
 * Case Studies
*/
.cases .col p {
  max-width: none;
}

.case {
  margin: 0 16px 16px 0;
  position: relative;
  overflow: hidden;
  height: 155px;
  width: 224px;
}
.case.last {
  margin-right: 0;
}
.case:hover h2 {
  height: 60px;
}
.case h2 {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  left: 0;
  bottom: 0;
  position: absolute;
  line-height: 30px;
  height: 30px;
  background: rgba(160, 160, 160, 0.9);
  font-family: "AvantGardeGothicITCW01D 731075";
  padding: 0 0 0 16px;
  margin: 0;
  width: 208px;
  float: left;
  color: #FFF;
  font-size: 2.3em;
}
.case h2 span {
  font-family: "AvantGardeGothicITCW01B 731069";
  display: block;
}
.case img {
  float: left;
  padding: 0;
}

/*
 * Sub Pages
 */
.sub .carousel {
  height: 354px;
}
.sub .slides-container {
  overflow: hidden;
  float: left;
  z-index: 20;
  position: relative;
  width: 783px;
  height: 354px;
}
.sub .slides-container img {
  height: 354px;
  width: 783px;
}
.sub .body {
  min-height: 834px;
}
.sub .body.form {
  min-height: 0;
}
.sub .side {
  z-index: 20;
  position: relative;
  left: -32px;
}

body#newswirefeed .sub .side {
   left: -16px;
   top: 16px;
}
body#newswirefeed .ea ul p {
	font-size: 2.2em;
}
body#newswirefeed .ea #result_list li {
	list-style: none;
}
body#newswirefeed h2 {
	font-size: 2.8em;
}
.noimg .content .side {
  left: 0;
}

body#newswirefeed .ea div {
	font-size: 11pt;
	font-weight: normal;
	margin: 0 0 0 6px;
}
body#newswirefeed .ea .page_nav a {
	font-size: 1.1em;
}


/*
 *
 */
/* slider container */
.slides-container {
  /* required */
  overflow: hidden;
  width: 1200px;
  height: 465px;
}

/* slider */
.slides-container .slider {
  /* required */
  width: 100%;
  height: 100%;
}

/* slide */
.slides-container .slider .slides {
  /* required */
  float: left;
}

/*
 * Events Secion
 */
.ea ul#t_cal {
  font-size: 1em;
  padding: 0;
  list-style: none;
  /*
   * Media matching search
   */
}
.ea ul#t_cal.newswire li {
  padding-left: 16px;
}
.ea ul#t_cal.mmsearch {
  font-size: 2.2em;
}
.ea ul#t_cal.mmsearch li {
  padding: 16px;
}
.ea ul#t_cal.mmsearch li div.detail {
  margin: 0 0 4px 0;
  float: left;
  width: 560px;
}
.ea ul#t_cal.mmsearch li div.detail > span, .ea ul#t_cal.mmsearch li div.detail strong {
  display: block;
  width: 200px;
}
.ea ul#t_cal.mmsearch li div.detail > span {
  font-family: "AvantGardeGothicITCW01D 731075";
  float: left;
}
.ea ul#t_cal.mmsearch li div.detail strong, .ea ul#t_cal.mmsearch li div.detail .hold {
  float: left;
  width: 360px;
  font-family: "AvantGardeGothicITCW01B 731069";
}
.ea ul#t_cal.mmsearch li .cta {
  float: right;
  color: #505050;
}
.ea ul#t_cal.mmsearch li .cta:hover {
  text-decoration: none;
}
.ea ul#t_cal.news {
  list-style: none;
}
.ea ul#t_cal.news li {
  padding: 16px;
}
.ea ul#t_cal li {
  min-height: 74px;
  position: relative;
  padding: 16px 16px 16px 84px;
}
.ea ul#t_cal .region {
  font-family: "AvantGardeGothicITCW01B 731072";
}
.ea ul#t_cal .region, .ea ul#t_cal .comma {
  font-size: 2.2em;
}
.ea ul#t_cal .the_date {
  position: absolute;
  left: 16px;
  height: 50px;
  width: 56px;
  margin-right: 16px;
}
.ea ul#t_cal .the_date .day {
  background: #a0a0a0;
  color: #fdb913;
  font-size: 3.7em;
}
.ea ul#t_cal .the_date .month {
  color: #a0a0a0;
  background: #fdb913;
  font-size: 2.8em;
}
.ea ul#t_cal .the_date .month, .ea ul#t_cal .the_date .day {
  padding: 8px;
  font-family: "AvantGardeGothicITCW01D 731075";
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.ea ul#t_cal .title {
  text-decoration: none;
}
.ea ul#t_cal .even {
  background: #f6f6f6;
}
.ea ul#t_cal .title, .ea ul#t_cal .region {
  color: #505050;
  display: inline-block;
}
.ea ul#t_cal li > span {
  font-family: "AvantGardeGothicITCW01B 731069";
}
.ea ul#t_cal p {
  font-size: 2.2em;
  margin-bottom: 0;
  line-height: 22px;
}
.ea ul#t_cal .title {
  font-size: 2.5em;
  margin: 0;
  font-family: "AvantGardeGothicITCW01D 731075";
}

#event2 {
  padding: 0 16px;
  position: relative;
}

.editor div > span {
  color: #505050;
  padding: 0 0 0 16px;
  display: block;
  line-height: 21px;
  font-size: 2.2em;
}

#map_canvas {
  display: block;
  width: 100%;
  height: 400px;
}

.event_details {
  line-height: 21px;
  color: #505050;
  margin: 8px 0 8px 0;
  font-size: 2.2em;
  padding: 0 16px;
}
.event_details address {
  font-style: normal;
}

.event_row {
  padding: 0 16px;
}

.event_details_head {
  line-height: 21px;
  color: #505050;
  font-family: "AvantGardeGothicITCW01D 731075";
  margin: 0 0 8px 0;
  font-size: 2.5em;
  padding: 0 16px;
}
.event_details_head.map {
  padding: 0 16px 0 0;
}

.view {
  font-size: 2.2em;
  line-height: 21px;
}

/*
 * Media matching result
 */
#event.result dt {
  line-height: 21px;
  color: #505050;
  font-family: "AvantGardeGothicITCW01D 731075";
  margin: 0 0 8px 0;
  font-size: 2.5em;
  padding: 0 16px;
}
#event.result dd {
  color: #505050;
  font-size: 2.2em;
  line-height: 21px;
  padding: 0 16px;
  margin: 0 0 16px 0;
}
#event.result textarea {
  resize: none;
  font-family: "AvantGardeGothicITCW01B 731069";
  font-size: 1.9em;
  width: 380px;
  border: 1px solid #a0a0a0;
}

/*
 * Search results
 */
.gsc-results div.gsc-cursor {
  display: inline-block;
  margin: 16px 0;
}

.gsc-results .gsc-cursor-box {
  color: #505050;
  font-size: 1.2em;
}
.gsc-results .gsc-cursor-box div.gsc-cursor-page {
  font-family: "AvantGardeGothicITCW01B 731069";
  color: #505050;
}
.gsc-results .gsc-cursor-box div.gsc-cursor-current-page {
  font-family: "AvantGardeGothicITCW01D 731075";
  color: #0088ad;
}

div.gs-result div.gs-snippet {
  font-family: "AvantGardeGothicITCW01B 731069";
  line-height: 21px;
  font-size: 1.1em;
  color: #505050;
}

.gsc-control-cse .gs-result a.gs-title {
  font-family: "AvantGardeGothicITCW01D 731075";
  color: #505050;
  text-decoration: none;
  font-size: 0.95em;
  margin: 0 0 8px 0;
}
.gsc-control-cse .gs-result a.gs-title b {
  color: #505050;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  font-family: "AvantGardeGothicITCW01B 731069";
  margin: 8px 0 8px 0;
  color: #0088ad !important;
}

.gsc-webResult div.gsc-result {
  border: none;
}

.gsc-control-cse div {
  font-family: "AvantGardeGothicITCW01B 731069";
  color: #505050;
}

.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none !important;
}

.gsc-results .gsc-cursor-box div.gsc-cursor-page {
  text-decoration: none;
  color: #0088ad;
  font-size: 0.9em;
}

/*
 * Responsive Arrows
 */
@media screen and (max-width: 1140px) {
  .carousel .nav {
    top: auto;
    bottom: 20px;
  }
  .carousel .nav.previous {
    left: 100px;
  }
  .carousel .nav.next {
    right: auto;
    left: 170px;
  }

  .carousel div.menu {
    right: 252px;
  }
}
@media screen and (max-width: 944px) {
  .container .body {
    width: 944px;
  }
}

/* SE 30/06/2015 */
/* Homepage slider */
.slides-container {
	position: relative;
}

.slidesjs-pagination {
    margin:6px 0 0;
    list-style: none;
	float: none;
	position: absolute;
	bottom: 15px;
	right: 85px;
	z-index: 999
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px }

.slidesjs-pagination li a:hover { background-position: 0 -26px }
