/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    RESET                                           //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
html,
body,
div,
span,
h2,
h3,
h4,
h5,
p,
a,
code,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
article,
footer,
header,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

article,
footer,
header,
section {
  display: block;
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    Base                                            //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

html {
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fafafc;
}

body {
  margin: 0;
  color: #242424;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
  background-color: #fafafc;
  font-size: 13px;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -khtml-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

main {
  display: block;
}

a {
  color: #324fe1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active,
a:focus {
  color: #d43125;
  outline: 1px dotted #cd7f7f;
}

h2,
h3,
h4,
h5,
strong,
dt {
  font-weight: bold;
}

h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
}

h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: normal;
}

h3 {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: normal;
}

h4 {
  margin: 0 0 8px;
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

em {
  font-style: italic;
}

ul {
  margin: 0 0 13px;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  zoom: 1;
}

ol,
dl {
  margin-left: 2em;
}

ol > li {
  list-style: decimal outside;
}

dl dd {
  margin-left: 13px;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

label {
  color: #454958;
  font-weight: bold;
}

p {
  margin-bottom: 13px;
}

code {
  font-family: monospace;
  line-height: 100%;
}

button {
  -webkit-font-smoothing: antialiased;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
}

input,
button,
textarea {
  font-size: 13px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

code {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 4px;
  color: #242424;
  font-style: normal;
  font-size: 12px;
}

/* No greater than 960px, no less than 672px */

/* Local Extends
---------------------------------------- */

.box {
  margin-bottom: 20px;
  background-color: white;
  padding: 20px 20px 12px;
  border: 1px solid #e4e4ec;
}

.box img {
  max-width: 100%;
  height: auto;
}

.c00v20 > li {
  display: inline;
  margin-right: 8px;
}

.c00v20 > li:last-child {
  margin-right: 0;
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    YUI3 GRIDS                                      //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

/* from: http://yui.yahooapis.com/3.6.0/build/cssgrids/grids.css
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

.yui3-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

/* Opera as of 12 on Windows needs word-spacing. The ".opera-only" selector is used to prevent actual prefocus styling and is not required in markup.
*/

.opera-only :-o-prefocus,
.yui3-g {
  word-spacing: -0.43em;
}

.yui3-u-1,
.yui3-u-1-2,
.yui3-u-1-3,
.yui3-u-2-3,
.yui3-u-1-4,
.yui3-u-1-5,
.yui3-u-2-5,
.yui3-u-3-5,
.yui3-u-4-5 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE < 8: fake inline-block */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.yui3-u-1 {
  display: block;
}

.yui3-u-1-2 {
  width: 50%;
}

.yui3-u-1-3 {
  width: 33.33333%;
}

.yui3-u-2-3 {
  width: 66.66666%;
}

.yui3-u-1-4 {
  width: 25%;
}

.yui3-u-1-5 {
  width: 20%;
}

.yui3-u-2-5 {
  width: 40%;
}

.yui3-u-3-5 {
  width: 60%;
}

.yui3-u-4-5 {
  width: 80%;
}

/* YUI CSS Detection Stamp */

/* Need a grid? http://yuilibrary.com/yui/docs/cssgrids/cssgrids-units-example.html */

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    YUI3 Responsive Options                         //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

@media (max-width: 63.85625em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */

  .xl_yui3-u-1 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .xl_yui3-u-1 {
    display: block;
    width: auto;
  }
}

@media (max-width: 59.91875em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */

  .l_yui3-u-1,
  .l_yui3-u-1-2,
  .l_yui3-u-1-3,
  .l_yui3-u-13-24 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .l_yui3-u-1 {
    display: block;
    width: auto;
  }

  .l_yui3-u-1-2 {
    width: 50%;
  }

  .l_yui3-u-1-3 {
    width: 33.33333%;
  }

  .l_yui3-u-13-24 {
    width: 54.1666%;
  }
}

@media (max-width: 47.91875em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */

  .ml_yui3-u-1,
  .ml_yui3-u-1-2 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .ml_yui3-u-1 {
    display: block;
    width: auto;
  }

  .ml_yui3-u-1-2 {
    width: 50%;
  }
}

@media (max-width: 34.91875em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */
}

@media (max-width: 29.91875em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */

  .sm_yui3-u-1 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .sm_yui3-u-1 {
    display: block;
    width: auto;
  }
}

@media (max-width: 19.91875em) {
  /* Copyright (c) 2010, Yahoo Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */
}

.yui3-by {
  margin-left: -20px;
}

.yui3-by-content {
  padding-left: 20px;
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    FORM GENERICS, ETC                              //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

textarea,
input[type="text"] {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e4e4ec;
  border-top-color: #babacf;
  border-bottom-color: #dfe7eb;
  color: #000;
  outline: 0;
  padding: 9px 3px 7px 5px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, clean, sans-serif, sans-serif;
  text-indent: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f01 textarea,
.f01 input[type="text"] {
  width: 100%;
}

textarea {
  text-indent: 0;
}

textarea {
  display: block;
  width: 99%;
  min-height: 70px;
}

/* Typography
---------------------------------------- */

/* Header Strips (formerly gradient'd)
---------------------------------------- */

/* Boxes
---------------------------------------- */

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    LINKS                                           //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

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

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    LISTS                                           //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

/* Document / Resources List e.g. r01, c09
---------------------------------------- */

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    ANIMATIONS                                      //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

/* General
---------------------------------------- */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 8px);
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translate(0, 8px);
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    c00 - GENERIC                                   //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

.c00v14 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 13px;
}

.c00v15 > li,
.c00v16 > li {
  margin-bottom: 8px;
}

.c00v19 {
  font-size: 11px;
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    c01 - Buttons                                   //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

.c01 {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-font-smoothing: inherit;
  font-size: 13px;
  margin: 0;
  text-align: center;
  border: 1px solid #324fe1;
  background-color: #324fe1;
  padding: 7px 13px;
  line-height: 1;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.c01:focus,
.c01:hover {
  outline: 0;
  text-decoration: none;
  border-color: #1d38c3;
  background-color: #1d38c3;
}

.c01:active {
  outline: 0;
  color: #fff;
  background-color: #1d38c3;
}

a.c01 {
  color: #fff;
}

.c01v1 {
  background-color: #687080;
  border-color: #687080;
}

.c01v1:focus,
.c01v1:hover {
  outline: 0;
  text-decoration: none;
  border-color: #515764;
  background-color: #515764;
}

.c01v1:active {
  background-image: none;
  background-color: #515764;
}

.c01v12,
a.c01v12 {
  background-color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-color: transparent;
  color: #324fe1;
  padding: 0;
}

.c01v12:active,
.c01v12:focus,
.c01v12:hover,
a.c01v12:active,
a.c01v12:focus,
a.c01v12:hover {
  color: #324fe1;
  border-color: #fff;
  border-color: transparent;
  background-color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

.c01v12:active,
a.c01v12:active {
  color: #d43125;
}

.c01 + .c01 {
  margin-left: 10px;
}

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    c02 - FLOATING IMAGES                           //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////*/

/*//                                                    //*/

/*//    FRAMEWORK: header, panel, content well, footer  //*/

/*//                                                    //*/

/*////////////////////////////////////////////////////////*/

body {
  position: relative;
  min-height: 640px;
}

.l-content-well {
  position: relative;
  z-index: 2;
  width: 96%;
  padding: 20px 2% 0;
  background-color: #fafafc;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.l-content-well-content {
  max-width: 1050px;
  min-height: 300px;
  padding-bottom: 20px;
  margin: auto;
}

.l-ext-row-content-well-bd {
  padding: 10px;
}

@media (max-width: 47.91875em) {
  .box-frame {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .l-ext-row {
    max-width: 1310px;
  }

  .l-ext-row-content-well {
    min-width: 100px;
    margin-left: 188px;
  }

  .l-ext-row-content-well-bd {
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 59.91875em) {
  .l-ext-row {
    position: relative;
  }
}

.l-footer {
  margin-left: -20px;
  margin-right: -10px;
  position: relative;
}

.l-footer a {
  color: #1d1da3;
}

.l-footer a:hover {
  color: #454958;
}

.l-ext-row .l-footer {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 63.9375em) {
  .l-ext-row .l-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 168px;
  }
}

.l-footer-content {
  padding: 20px;
  min-height: 400px;
  max-width: 1050px;
  margin: auto;
}

.l-ext-row .l-footer-content {
  min-height: 0;
}

.l-main {
  display: block;
  overflow-x: hidden;
}

@media (min-width: 42em) {
  .l-content-well {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 54em) {
  .l-footer-content {
    min-height: 500px;
  }

  .l-content-well {
    width: auto;
  }

  .l-content-well-content {
    min-height: 500px;
  }
}

@charset "UTF-8";
/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    a11 - MODAL                                     //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
/* a11 Modal
---------------------------------------- */
.a11 {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  height: 100%;
  left: -999em;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.gteIE7 .a11 {
  background-color: none;
  background-position: -248px -238px;
  width: 10px;
  height: 10px;
  background-image: url("i/help-icon-sprite.png");
}

.a11.is-visible {
  z-index: 1000000001;
  right: 0;
  left: 0;
  -webkit-animation: fadeIn .2s ease-out;
  -khtml-animation: fadeIn .2s ease-out;
  -moz-animation: fadeIn .2s ease-out;
  -ms-animation: fadeIn .2s ease-out;
  -o-animation: fadeIn .2s ease-out;
  animation: fadeIn .2s ease-out;
}

.a11_close {
  display: none;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
  width: 26px;
  height: 26px;
  border: 0;
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  background-position: -248px -180px;
  width: 26px;
  height: 26px;
  background-image: url("i/help-icon-sprite.png");
  background-color: transparent;
}
.a11.is-visible .a11_close {
  display: block;
  -webkit-animation: fadeIn .2s ease-out;
  -khtml-animation: fadeIn .2s ease-out;
  -moz-animation: fadeIn .2s ease-out;
  -ms-animation: fadeIn .2s ease-out;
  -o-animation: fadeIn .2s ease-out;
  animation: fadeIn .2s ease-out;
}
.a11_close:hover {
  background-position: -248px -210px;
}

.a11_frame {
  position: absolute;
  z-index: 888;
  top: 250px;
  left: 50%;
  width: 590px;
  margin-top: -125px;
  margin-left: -295px;
  min-height: 200px;
  border: 1px solid #e4e4ec;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.a11v1 .a11_frame {
  width: 740px;
  margin-left: -370px;
}
.a11v2 .a11_frame {
  width: 320px;
  margin-left: -160px;
}

.a11.is-visible .a11_frame {
  -webkit-animation: fadeInUp .2s ease-out;
  -khtml-animation: fadeInUp .2s ease-out;
  -moz-animation: fadeInUp .2s ease-out;
  -ms-animation: fadeInUp .2s ease-out;
  -o-animation: fadeInUp .2s ease-out;
  animation: fadeInUp .2s ease-out;
}

.a11_bd {
  height: auto;
  min-height: 490px;
  max-height: 490px;
  overflow: auto;
  padding: 14px 15px 20px;
}
.a11v2 .a11_bd {
  min-height: 150px;
  max-height: 450px;
}

.a11_bd h2 {
  margin-bottom: 15px;
}

.a11_filter-bd {
  min-height: 590px;
}

@media (max-height: 650px) {
   .a11_frame {
    top: 150px;
  } 

  .a11_bd {
    max-height: 420px;
  }
}
@media (max-height: 800px) {
  .a11_frame {
    top: 200px;
  } 
}
@media (min-width: 78.6875em) {
  .a11_bd {
    max-height: 600px;
  }
}
@media (max-width: 63.85625em) {
  .a11_frame {
    top: 180px;
  } 

  .a11_bd {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-height: 1000px) {
  .a11_frame {
    top: 400px;
  } 
}
@media (max-height: 480px) {
  .a11_frame {
    top: 150px;
  } 
}
@media (max-height: 320px) {
  .a11_frame {
    top: 80px;
  } 
}
@media (max-width: 59.91875em) {
  .a11_close {
    z-index: 10;
    top: 7px;
    right: 7px;
  }

  .a11_frame {
    top: 10px;
    margin-top: 10px;
  }
  .a11v0 .a11_frame, .a11v1 .a11_frame, .a11v2 .a11_frame {
    width: auto;
    right: 0;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    min-height: none;
    bottom: 20px;
    overflow: auto;
  }

  .a11v0 .a11_bd, .a11v1 .a11_bd, .a11v2 .a11_bd {
    max-height: none;
  }
}
/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    a12 - DRAG UPLOAD                               //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.a12 {
  border: 1px solid #e4e4ec;
  padding: 10px;
  background-color: #fafafc;
  margin-bottom: 20px;
  min-height: 76px;
  position: relative;
}
.touch.websqldatabase .a12 {
  min-height: 60px;
}

.a12_target {
  padding: 10px;
  height: 54px;
  border: 1px dashed transparent;
}
.touch.websqldatabase .is-dropped .a12_target {
  display: block;
}

.a12_processing {
  display: none;
}

.a12.is-dragging {
  background-color: #e4e4e4;
}

.a12.is-dragging .a12_target {
  border: 1px dashed #687080;
  background-color: #fff;
}

.a12.is-dragging .a12_message {
  display: none;
  position: absolute;
  right: 100%;
}

.a12_preview {
  display: none;
}

.a12.is-dragging .a12_preview {
  display: block;
}

.a12.is-dropped {
  padding-bottom: 1px;
}

.a12.is-dropped .a12_target {
  padding: 0;
  height: auto;
  min-height: 54px;
}

.a12.is-dropped .a12_message {
  display: none;
}

.a12.is-dropped .a12_processing {
  display: block;
}

.a12_message {
  padding-top: 36px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.is-dragging .a12_message {
  display: none;
}
.touch.websqldatabase .a12_message {
  padding-top: 35px;
}
.touch.websqldatabase .a12_message strong, .touch.websqldatabase .a12_message em {
  display: none;
}
.touch.websqldatabase .a12_message .c01 {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  margin: 0 auto;
}
.a12_message em {
  font-size: 16px;
  margin: 0 13px 0 9px;
}
.a12_message strong {
  font-size: 16px;
}

.a12_file {
  top: -2px;
  position: relative;
  overflow: hidden;
  height: 30px;
  padding: 8px 0;
}
.touch.websqldatabase .a12_file {
  width: 100%;
}

.a12_file-type {
  width: 145px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e4e4ec;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.a12_file-type:hover + .c01 {
  border-color: #1d1da3;
  background-color: #4255b5;
}

.a12_file-type:active + .c01 {
  color: #fff;
  background-color: #1d1da3;
}

.a12_details {
  display: none;
}

.a12.is-dropped .a12_details {
  display: block;
  -webkit-animation: fadeInDown .33s ease-out;
  -khtml-animation: fadeInDown .33s ease-out;
  -moz-animation: fadeInDown .33s ease-out;
  -ms-animation: fadeInDown .33s ease-out;
  -o-animation: fadeInDown .33s ease-out;
  animation: fadeInDown .33s ease-out;
}

.a12 .c08 {
  margin-bottom: 0;
}
.touch.websqldatabase .a12 .c08 .c08_media {
  float: none;
}
.touch.websqldatabase .a12 .c08 .c08_text {
  padding-left: 0;
}

.a12 .c22_label {
  background-color: #fafafc;
  background-color: transparent;
}

.a12_secondary_file {
  position: relative;
}
.a12_secondary_file .a12_additional_file_upload {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.a12_secondary_file:hover .c01 {
  color: #454958;
}

.a12_secondary_file_existing {
  overflow: hidden;
  *zoom: 1;
}
.a12_secondary_file_existing .a12_secondary_file_existing_actions {
  float: right;
}

.a12_secondary_replace_file {
  position: relative;
  overflow: hidden;
  width: auto;
}
.a12_secondary_replace_file .a12_additional_file_replace {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.a12_secondary_replace_file .a12_replace_secondary_file_button {
  font-weight: normal;
}
.a12_secondary_replace_file:hover .a12_replace_secondary_file_button {
  color: #454958;
}

.a12_secondary_file_existing em {
  font-style: normal;
  font-weight: normal;
}

.a12_secondary_file_list .a12_secondary_file_list_item {
  display: block;
  float: none;
  min-height: 30px;
  line-height: 30px;
  margin-top: 0;
}
.a12_secondary_file_list .a12_secondary_file_wrap {
  margin-top: 2px;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    a13 - PROGRESS BAR                              //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
@-webkit-keyframes a13_anim {
  100% {
    background-position: 100px 0px;
  }
}

@-moz-keyframes a13_anim {
  100% {
    background-position: 100px 0px;
  }
}

@-ms-keyframes a13_anim {
  100% {
    background-position: 100px 0px;
  }
}

keyframes a13_anim 100%  {
  background-position: 100px 0px;
}

.a13 {
  position: relative;
  margin: 0 0 10px 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e4e4ec;
}

.a13 b {
  width: 0;
  display: block;
  height: 100%;
  background-color: #e4e4ec;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width 0.2 ease-out;
  -khtml-transition: width 0.2 ease-out;
  -moz-transition: width 0.2 ease-out;
  -ms-transition: width 0.2 ease-out;
  -o-transition: width 0.2 ease-out;
}

.a13v1 b {
  width: 100%;
}

.a13 i {
  background-image: repeating-linear-gradient(-45deg, #ededf2, #ededf2 10%, transparent 10%, transparent 20%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: 33px 50px;
  -webkit-animation: a13_anim 2s linear infinite;
  -khtml-animation: a13_anim 2s linear infinite;
  -moz-animation: a13_anim 2s linear infinite;
  -ms-animation: a13_anim 2s linear infinite;
  -o-animation: a13_anim 2s linear infinite;
  animation: a13_anim 2s linear infinite;
  border-radius: 3px;
  overflow: hidden;
}

.a13.is-complete b {
  box-shadow: none;
  width: 100%;
  background-color: #e4e4ec;
}

.a13.is-complete i {
  background-image: none;
  box-shadow: none;
}

.a13_file {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 45px 10px 10px;
  display: block;
  color: #400090;
}
.a13_file span {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-right: 6px;
  font-weight: bold;
}
.a13_file em {
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  margin-top: 2px;
}

.a13_cancel {
  border: 0;
  font: 0/0 a;
  color: transparent;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 20;
  margin-top: -12px;
}
.a13_cancel:before {
  content: '×';
  color: #687080;
  font-size: 25px;
}
.a13_cancel:hover:before {
  color: #454958;
}
.a13_cancel:active {
  opacity: .5;
}

.uploading {
  font-style: italic;
}
.uploading img {
  margin-left: 5px;
  -webkit-transform: translate(0px, 3px);
  -moz-transform: translate(0px, 3px);
  -o-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

/* a14 Choose Preview Image
---------------------------------------- */
.a14v0 {
  position: relative;
  min-height: 90px;
  width: 125px;
}

.a14_img-list {
  margin: 0;
}

.a14_img-list li {
  display: none;
}

.a14_img-list li.is-active {
  display: block;
}

.a14_img-list img {
  margin-bottom: 5px;
}

.a14_delete a:hover {
  background: white;
  color: purple;
  text-decoration: none;
}

.a14_arrows {
  top: 65px;
  position: absolute;
  right: 5px;
}

.a14_arrows:hover + .a14_upload {
  opacity: 0;
}

.a14_arrows button {
  padding: 2px 3px 3px 3px;
  width: 20px !important;
}

.a14_upload {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  display: none;
  overflow: hidden;
}

.a14v0:hover .a14_upload {
  display: block;
}

.a14_upload-input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  outline: 1px solid red;
  outline-offset: 0px;
  cursor: default;
  opacity: 0;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c14 - BREADCRUMB                                //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.c14 {
  margin: 0 0 13px;
  padding: 0;
  list-style-type: none;
}

.c14 a {
  color: #324fe1;
}

.c14 li {
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
.c14 li:after {
  content: '\25BA';
  margin-left: 7px;
  color: #687080;
}
.c14 li:last-child:after {
  display: none;
}
.c14 li:last-child a {
  color: #242424;
}

*[dir='rtl'] ol.c14 {
  margin-right: 0;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c20 - MESSAGING & ALERTS                        //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.c20v0, .c20v2 {
  padding-left: 28px;
  position: relative;
}

.c20v0::before, .c20v2::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background: url(i/alert-orange.png) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}

.c20v2 {
  padding-left: 32px;
}

.c20v2::before {
  background: url(i/check-green.png) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 25px;
  top: -7px;
  left: 0;
}

.c20_response-holder {
  position: absolute;
  right: 10px;
  bottom: -9px;
  left: 10px;
  text-align: center;
  display: none;
}
.c20_response-holder.is-visible {
  display: block;
}

.c20v3, .c20v4, .c20v5 {
  background-color: #e7f6e6;
  border: 1px solid #48b745;
  border-radius: 3px;
  display: inline-block;
  line-height: 26px;
  padding: 1px 10px;
  text-align: center;
  display: none;
}
.c20_response-holder .c20v3, .c20_response-holder .c20v4, .c20_response-holder .c20v5 {
  margin: 0;
}
.c20v3.is-visible, .is-visible.c20v4, .is-visible.c20v5 {
  display: inline-block;
  -webkit-animation: fadeInUp .25s ease-out;
  -khtml-animation: fadeInUp .25s ease-out;
  -moz-animation: fadeInUp .25s ease-out;
  -ms-animation: fadeInUp .25s ease-out;
  -o-animation: fadeInUp .25s ease-out;
  animation: fadeInUp .25s ease-out;
}
.c20v3 a, .c20v4 a, .c20v5 a {
  font-weight: bold;
}

.c20_alert-title {
  font-size: 15px;
}

.c20v4 {
  background-color: #fff0c6;
  border-color: #ffcb2a;
}

.c20v5 {
  background-color: #f6e6e6;
  border-color: #d43125;
}

.c20_dismiss {
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background: url("i/close-dark.png") no-repeat 100% 1px;
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.c20_dismiss:hover {
  opacity: .8;
}
.c20_dismiss:focus, .c20_dismiss:active {
  opacity: 1;
  outline: 0;
}

.c20v6 {
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
  font-size: 11px;
  border: 1px solid #ffcb2a;
  border-left-width: 0;
  border-right-width: 0;
  padding: 6.5px;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 42em) {
  .c20v6 {
    padding: 13px 6.5px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.c20v6.is-highlighted {
  position: relative;
  z-index: -1;
  background-color: #fff0c6;
  -webkit-animation: fadeInOut 3.5s ease-in;
  -khtml-animation: fadeInOut 3.5s ease-in;
  -moz-animation: fadeInOut 3.5s ease-in;
  -ms-animation: fadeInOut 3.5s ease-in;
  -o-animation: fadeInOut 3.5s ease-in;
  animation: fadeInOut 3.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c32 - VISUAL BROWSER                            //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.c32 {
  width: 100%;
  overflow-x: hidden;
  border: solid 1px #e4e4ec;
}
.js .c32 {
  display: none;
}
.c32.enabled {
  display: block;
}

.c32v1 {
  font-size: 16px;
}
.c32v1 .c32_back_button {
  font-size: 16px;
}

.c32_nav_link {
  padding: 13px;
  display: block;
  font-weight: bold;
  overflow: hidden;
}
.c32_nav_link:hover {
  text-decoration: none;
}
.c32_nav_link:focus {
  outline: none;
  color: #d43125;
}

.c32_panel-wrap {
  overflow: hidden;
  *zoom: 1;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  display: block;
  position: relative;
  background: white;
}
.c32_panel-wrap .c32_panel {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.c32_panel-wrap.c32_panel-count-2 {
  width: 200%;
}
.c32_panel-wrap.c32_panel-count-2 .c32_panel {
  width: 50%;
}
.c32_panel-wrap.c32_panel-count-3 {
  width: 300%;
}
.c32_panel-wrap.c32_panel-count-3 .c32_panel {
  width: 33.33333%;
}
.c32_panel-wrap.c32_panel-count-4 {
  width: 400%;
}
.c32_panel-wrap.c32_panel-count-4 .c32_panel {
  width: 25%;
}
.c32_panel-wrap.c32_panel-count-5 {
  width: 500%;
}
.c32_panel-wrap.c32_panel-count-5 .c32_panel {
  width: 20%;
}
.c32_panel-wrap.show-panel-1 {
  left: 0;
}
.c32_panel-wrap.show-panel-2 {
  left: -100%;
}
.c32_panel-wrap.show-panel-3 {
  left: -200%;
}
.c32_panel-wrap.show-panel-4 {
  left: -300%;
}
.c32_panel-wrap.show-panel-5 {
  left: -400%;
}

.hidden-panels {
  display: none;
}

.c32_root_panel > li {
  margin: 13px;
}
.c32_root_panel .c32_nav_link {
  padding: 19.5px 26px 19.5px 13px;
  background: #687080;
  color: white;
  font-weight: bold;
}

.c32v1.c32 {
  border: solid 1px #e4e4ec;
}
.c32v1 .c32_nav_link {
  color: #324fe1;
  font-weight: normal;
  border-bottom: solid 1px #f0f0f4;
  padding: 13px 20px;
}
.c32v1 .c32_list_header {
  padding: 13px 20px;
  border-bottom: solid 1px #f0f0f4;
  font-weight: bold;
}
.c32v1 .c32_panel-title .c32_back_button {
  border-bottom: solid 1px #e4e4ec;
}
.c32v1 .c32_panel > li:last-child .c32_nav_link {
  border-bottom-width: 0;
}
.c32v1 .c32_root_panel > li {
  margin: 0;
}
.c32v1 .c32_root_panel .c32_nav_link {
  background: transparent;
}
.c32v1 .c32_root_panel .c32_list_header {
  border-bottom: solid 1px #e4e4ec;
}

.c32_panel-title {
  padding: 0;
  margin: 0;
}

.c32_back_button {
  width: 101%;
  border: none;
  border-bottom: solid 1px #e4e4ec;
  color: #324fe1;
  padding: 0 0 0 6.5px;
  text-align: left;
  cursor: pointer;
  margin: 0;
  height: 44px;
  line-height: 44px;
  text-indent: 20px;
  position: relative;
  background: none;
}
.c32_back_button:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  display: block;
  content: '';
  position: absolute;
  top: 19px;
  left: 13px;
  height: 1px;
  width: 8px;
  background: #324fe1;
}
.c32_back_button:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  display: block;
  content: '';
  position: absolute;
  top: 24px;
  left: 13px;
  height: 1px;
  width: 8px;
  background: #324fe1;
}

.c32_list_header {
  padding: 13px 13px 6.5px;
}

.c32_panel.c32_final-leaf > li {
  padding: 13px;
}
.c32_panel.c32_final-leaf > li.c32_panel-title {
  padding: 0;
}
.c32_panel.c32_final-leaf .c32_final-leaf-actions a {
  margin-right: 13px;
}

.c32_final-leaf-content-wrap {
  font-size: 14px;
}

@media (min-width: 42em) {
  .c32 {
    width: 98%;
  }

  .c32v1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .c32 {
    border: none;
  }

  .c32_nav_link {
    font-size: 11px;
    display: table;
    height: 100%;
    padding: 0 13px;
  }
  .is-active .c32_nav_link {
    background: transparent;
    color: white;
  }
  .c32_root_panel .c32_nav_link {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .c32_root_panel .c32_nav_link .c32_nav_link_wrap {
    padding: 0 13px;
  }
  .c32_root_panel .c32_nav_link:hover {
    background: #400090;
  }

  .c32_nav_link_wrap {
    padding-right: 13px;
    display: table-cell;
    vertical-align: middle;
  }

  .cssanimations .c32_panel {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: relative;
    top: -40px;
  }
  .cssanimations .c32_panel.is-visible {
    opacity: 1;
    top: 0;
  }
  .c32_panel > li {
    height: 65px;
    display: block;
    position: relative;
  }
  .c32_panel > li.c32_panel-title {
    display: none;
  }
  .c32_panel > li.c32_list_header {
    height: 20px;
    padding: 6.5px 13px 0 13px;
    margin-top: 13px;
  }
  .c32_panel > li.is-active {
    background: #400090;
  }
  .c32_panel > li.is-active:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 13px;
    height: 100%;
    background: white;
    z-index: 2;
  }
  .c32_panel > li.is-active:after {
    position: absolute;
    top: 0;
    right: 3px;
    content: '';
    width: 0;
    height: 0;
    border-width: 32.5px 0 32.5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #400090;
    z-index: 2;
  }
  .c32_panel.c32_root_panel > li {
    height: 73px;
    margin: 6.5px;
    padding: 0;
  }
  .c32_panel.c32_root_panel > li.is-active {
    position: relative;
    left: -13px;
    width: 100%;
  }
  .c32_panel.c32_root_panel > li.is-active:before {
    right: 0;
  }
  .c32_panel.c32_root_panel > li.is-active:after {
    right: 3px;
    border-width: 36.5px 0 36.5px 10px;
  }

  .c32_final-leaf-actions {
    padding-bottom: 20px;
  }

  .c32_final-leaf {
    border-right: solid 1px #e4e4ec;
  }
  .c32_panel-count-5 .c32_final-leaf {
    border-right: none;
  }

  .c32_panel-wrap, .c32_panel-wrap.c32_panel-count-2, .c32_panel-wrap.c32_panel-count-3, .c32_panel-wrap.c32_panel-count-4, .c32_panel-wrap.c32_panel-count-5 {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    max-width: 724px;
    position: relative;
    border: solid 1px #e4e4ec;
  }
  .c32_panel-wrap .c32_panel, .c32_panel-wrap.c32_panel-count-2 .c32_panel, .c32_panel-wrap.c32_panel-count-3 .c32_panel, .c32_panel-wrap.c32_panel-count-4 .c32_panel, .c32_panel-wrap.c32_panel-count-5 .c32_panel {
    width: 120px;
    float: left;
    height: 324px;
    overflow-y: scroll;
    border-left: solid 1px #e4e4ec;
  }
  .c32_panel-wrap .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-2 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-4 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-5 .c32_panel.c32_final-leaf {
    width: 240px;
  }
  .c32_panel-wrap .c32_panel.c32_root_panel, .c32_panel-wrap.c32_panel-count-2 .c32_panel.c32_root_panel, .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_root_panel, .c32_panel-wrap.c32_panel-count-4 .c32_panel.c32_root_panel, .c32_panel-wrap.c32_panel-count-5 .c32_panel.c32_root_panel {
    border-left: none;
  }
  .c32_panel-wrap.show-panel-1, .c32_panel-wrap.show-panel-2, .c32_panel-wrap.show-panel-3, .c32_panel-wrap.show-panel-4, .c32_panel-wrap.show-panel-5 {
    left: 0;
  }
  .c32_panel-wrap.show-panel-1:after {
    content: attr(data-start-label);
    position: absolute;
    left: 18%;
    top: 40%;
    font-size: 24px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
    width: 320px;
  }
  .c32_panel-wrap.show-panel-2:after {
    content: attr(data-second-level-label);
    position: absolute;
    left: 30%;
    top: 40%;
    font-size: 24px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
    width: 320px;
  }

  .c32_back_button {
    display: none;
  }

  .c32.c32v1 {
    overflow-x: hidden !important;
  }

  .c32.c32v1 .c32_panel-wrap {
    position: relative;
    max-width: none;
    border: none;
  }
  .c32.c32v1 .c32_panel-wrap:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 38px;
    left: 0;
    background: #e4e4ec;
  }
  .c32.c32v1 .c32_panel-wrap:after {
    left: 30%;
    width: auto;
    background: #e4e4ec;
    padding: 20px;
    margin-right: 30px;
  }
  .c32.c32v1 .c32_panel-wrap.show-panel-2:after {
    left: 55%;
  }

  .c32v1 .c32_panel-wrap .c32_panel.panel-column-1,
  .c32v1 .c32_panel-wrap .c32_panel.panel-column-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    overflow-y: visible;
    background: transparent;
    position: static;
    border: none;
    max-width: none;
  }
  .c32v1 .c32_panel-wrap .c32_panel.panel-column-1:after,
  .c32v1 .c32_panel-wrap .c32_panel.panel-column-2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 25%;
    border-right: solid 1px #e4e4ec;
    content: '';
  }

  .c32v1 .c32_panel-wrap .c32_panel.panel-column-2:after {
    left: 50%;
  }

  .c32v1 .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_final-leaf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-right: none;
    overflow-y: visible;
    position: static;
    border: none;
  }

  .c32v1.c32 .c32_panel-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    display: block;
    width: 100%;
  }

  .c32v1 .c32_panel.c32_root_panel > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    width: 100%;
    min-width: none;
    display: block;
    position: static;
    background: none;
  }
  .c32v1 .c32_panel.c32_root_panel > li:hover {
    background: none;
  }
  .c32v1 .c32_panel.c32_root_panel > li:after, .c32v1 .c32_panel.c32_root_panel > li:before {
    display: none;
  }
  .c32v1 .c32_panel.c32_root_panel > li.is-active {
    background: none;
  }

  .c32v1 .c32_panel-wrap .c32_panel {
    height: auto;
    overflow-y: hidden;
  }

  .c32v1 .c32_panel-wrap .c32_list_header,
  .c32v1 .c32_panel-wrap .c32_nav_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px;
    margin: 0;
    font-size: 14px;
  }
  .c32v1 .c32_panel-wrap .c32_nav_link {
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
  }
  .c32v1 .c32_panel-wrap .c32_nav_link:hover {
    background: #f3f3f7;
    border-left: solid 1px #e4e4ec;
  }

  .c32v1 .c32_panel-wrap .c32_list_header {
    border-bottom: none;
    position: relative !important;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
    line-height: 38px;
  }
  .c32v1 .c32_panel-wrap .c32_list_header:after {
    content: '';
    height: 38px;
    width: 4px;
    background: white;
    position: absolute;
    right: -2px;
    top: 0;
    display: block !important;
    z-index: 9;
  }

  .c32v1 .c32_panel-wrap .is-active .c32_nav_link {
    background: #f3f3f7;
    color: #454958;
    border-left: solid 1px #e4e4ec;
    border-top: solid 1px #e4e4ec;
    border-bottom: solid 1px #e4e4ec;
    position: relative;
  }
  .c32v1 .c32_panel-wrap .is-active .c32_nav_link:before {
    position: absolute;
    right: 0;
    top: 13px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #687080;
    content: '';
  }
  .c32v1 .c32_panel-wrap .is-active .c32_nav_link:after {
    position: absolute;
    right: 2px;
    top: 13px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #f3f3f7;
    content: '';
  }

  .c32v1 .c32_panel-wrap .c32_root_panel .is-active .c32_nav_link,
  .c32v1 .c32_panel-wrap .c32_root_panel .c32_nav_link:hover {
    border-left: solid 1px #f3f3f7;
  }

  .c32v1 .c32_panel > li {
    height: auto;
  }
  .c32v1 .c32_panel > li:after, .c32v1 .c32_panel > li:before {
    display: none;
  }

  .c32v1 .c32_nav_link_wrap,
  .c32v1 .c32_root_panel .c32_nav_link .c32_nav_link_wrap {
    display: inline-block;
    padding: 0;
  }

  .c32v1 .c32_final-leaf {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .c32v1 .c32_final-leaf > li {
    padding: 0;
  }

  .c32v1 .c32_final-leaf-wrap-header {
    padding-left: 13px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    color: white;
  }
  .c32v1 .c32_final-leaf-wrap-header:before {
    position: absolute;
    left: 0;
    padding: 0 13px;
    width: 100%;
    background: white;
    color: #000;
    top: 0;
    content: attr(data-desktop-header);
    display: block;
    z-index: 9;
  }

  .c32v1 .c32_root_panel .c32_list_header:before {
    content: "1. " !important;
    display: inline !important;
  }

  .c32v1 .c32_final-leaf-content-wrap {
    padding: 20px;
  }

  .c32v1 .panel-column-2 .c32_list_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    color: white;
  }
  .c32v1 .panel-column-2 .c32_list_header:after {
    position: absolute;
    left: 0;
    padding: 0 13px;
    width: 100%;
    color: #000;
    background: white;
    top: 0;
    content: attr(data-desktop-header);
    display: block;
    z-index: 9;
  }
}
@media (min-width: 54em) {
  .is-pushed .c32 {
    width: 100%;
    overflow-x: scroll;
  }

  .c32_panel-wrap, .c32_panel-wrap.c32_panel-count-2, .c32_panel-wrap.c32_panel-count-3, .c32_panel-wrap.c32_panel-count-4, .c32_panel-wrap.c32_panel-count-5 {
    max-width: 824px;
  }
  .is-pushed .c32_panel-wrap, .is-pushed .c32_panel-wrap.c32_panel-count-2, .is-pushed .c32_panel-wrap.c32_panel-count-3, .is-pushed .c32_panel-wrap.c32_panel-count-4, .is-pushed .c32_panel-wrap.c32_panel-count-5 {
    width: 824px;
  }
  .c32_panel-wrap .c32_panel, .c32_panel-wrap.c32_panel-count-2 .c32_panel, .c32_panel-wrap.c32_panel-count-3 .c32_panel, .c32_panel-wrap.c32_panel-count-4 .c32_panel, .c32_panel-wrap.c32_panel-count-5 .c32_panel {
    width: 140px;
    height: 360px;
  }
  .c32_panel-wrap .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-2 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-4 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-5 .c32_panel.c32_final-leaf {
    width: 260px;
  }

  .c32_panel.c32_root_panel > li {
    margin: 13px;
  }

  .c32v1 .c32_panel-wrap .c32_panel {
    height: auto;
  }
}
@media (min-width: 60em) {
  .c32_nav_link {
    font-size: 13px;
  }

  .c32_panel-wrap, .c32_panel-wrap.c32_panel-count-2, .c32_panel-wrap.c32_panel-count-3, .c32_panel-wrap.c32_panel-count-4, .c32_panel-wrap.c32_panel-count-5 {
    max-width: 916px;
  }
  .is-pushed .c32_panel-wrap, .is-pushed .c32_panel-wrap.c32_panel-count-2, .is-pushed .c32_panel-wrap.c32_panel-count-3, .is-pushed .c32_panel-wrap.c32_panel-count-4, .is-pushed .c32_panel-wrap.c32_panel-count-5 {
    width: 916px;
  }
  .c32_panel-wrap .c32_panel, .c32_panel-wrap.c32_panel-count-2 .c32_panel, .c32_panel-wrap.c32_panel-count-3 .c32_panel, .c32_panel-wrap.c32_panel-count-4 .c32_panel, .c32_panel-wrap.c32_panel-count-5 .c32_panel {
    width: 158px;
  }
  .c32_panel-wrap .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-2 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-4 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-5 .c32_panel.c32_final-leaf {
    width: 280px;
  }
}
@media (min-width: 63.9375em) {
  .is-pushed .c32_nav_link {
    font-size: 11px;
  }

  .c32_panel-wrap, .c32_panel-wrap.c32_panel-count-2, .c32_panel-wrap.c32_panel-count-3, .c32_panel-wrap.c32_panel-count-4, .c32_panel-wrap.c32_panel-count-5 {
    max-width: 98%;
  }
  .c32_panel-wrap .c32_panel, .c32_panel-wrap.c32_panel-count-2 .c32_panel, .c32_panel-wrap.c32_panel-count-3 .c32_panel, .c32_panel-wrap.c32_panel-count-4 .c32_panel, .c32_panel-wrap.c32_panel-count-5 .c32_panel {
    width: 16%;
  }
  .c32_panel-wrap .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-2 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-3 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-4 .c32_panel.c32_final-leaf, .c32_panel-wrap.c32_panel-count-5 .c32_panel.c32_final-leaf {
    width: 32%;
  }
}
@media (min-width: 78.6875em) {
  .is-pushed .c32_nav_link {
    font-size: 13px;
  }

  .is-pushed .c32_panel-wrap, .is-pushed .c32_panel-wrap.c32_panel-count-2, .is-pushed .c32_panel-wrap.c32_panel-count-3, .is-pushed .c32_panel-wrap.c32_panel-count-4, .is-pushed .c32_panel-wrap.c32_panel-count-5 {
    width: auto;
  }
}
/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c42 - Icon Grid                                 //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.c42 {
  margin-bottom: 30px;
}

.c42 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c42_item-title {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 13px;
  border: 1px solid #e4e4ec;
  display: table;
  width: 100%;
  position: relative;
}
.c42_item-title:hover {
  background-color: #e4e4ec;
  text-decoration: none;
}
.c42_item-title.is-modal:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  background-image: url(../images/infocenter-hoverimg.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}

.c42_item-icon-wrap {
  display: table-cell;
  width: 42px;
}
.c42v1 .c42_item-icon-wrap {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.c42_item-name-wrap {
  display: table-cell;
  font-size: 15px;
  line-height: 17px;
  vertical-align: middle;
  padding-left: 13px;
}
.c42_item-title:hover .c42_item-name-wrap {
  color: #454958;
}
.c42_item-name-wrap .c42_item-name {
  display: block;
}
*[dir='rtl'] .c42_item-name-wrap {
  padding-left: 0;
  padding-right: 13px;
}

.c42_hyphenate .c42_item-name {
  display: block;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.c42v1 .c42_item-title {
  margin: 0;
  border-bottom-width: 0;
  height: 70px;
  text-align: left;
}
.c42v1 .c42_item-name {
  font-size: 16px;
}
.c42v1 .c42_item-wrap:last-child .c42_item-title {
  border-bottom-width: 1px;
}

.c42_accordion-toggle {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 20px;
  height: 10px;
}
.c42_accordion-toggle:before {
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #687080 transparent transparent transparent;
  content: '';
}
.c42_accordion-toggle:after {
  position: absolute;
  left: 0;
  top: -1px;
  border-style: solid;
  border-width: 10px;
  border-color: white transparent transparent transparent;
  content: '';
}
.c42--accordion-expanded .c42_accordion-toggle:after {
  top: -10px;
  border-color: transparent transparent white;
}
.c42--accordion-expanded .c42_accordion-toggle:before {
  top: -11px;
  border-color: transparent transparent #687080;
}

.c42--has-accordion .c42_item-name {
  padding-right: 30px;
}

.c42_item-title:hover .c42_accordion-toggle:after {
  border-color: #e4e4ec transparent transparent;
}

.c42--accordion-expanded .c42_item-title:hover .c42_accordion-toggle:after {
  border-color: transparent transparent #e4e4ec;
}

.c42_accordion-content {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  background: white;
  border: solid 1px #e4e4ec;
  border-top-width: 0;
  border-bottom: 0;
  padding: 0 13px;
  height: 0;
  overflow: hidden;
}

.c42_accordion-content-inner {
  padding: 13px 0;
  border-top: solid 1px #e4e4ec;
}

.c42_accordion-list {
  margin-bottom: 0;
}

.c42_accordion-list-item-link {
  padding: 10px 0;
  display: block;
}

.c42_accordion-list-horizontal-rule {
  border-top: solid 1px #e4e4ec;
  width: 100%;
}

@media (min-width: 30em) {
  .c42v1 .c42_item-title {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    height: 70px;
  }

  .c42_accordion-content {
    margin-top: -20px;
    border-bottom: solid 1px #e4e4ec;
    border-width: 0;
    margin-bottom: 20px;
  }
  .c42--accordion-expanded .c42_accordion-content {
    border-width: 0 1px 1px;
  }

  .c42--accordion-expanded .c42_item-title {
    border-bottom-width: 0;
  }
}
@media (min-width: 60em) {
  .is-pushed .c42 .xl_yui3-u-1-3 {
    width: 50%;
  }
}
@media (min-width: 78.6875em) {
  .is-pushed .c42 .xl_yui3-u-1-3 {
    width: 33.33333%;
  }
}
/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c43 - Medium Icons                              //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.c43 {
  display: block;
  background-image: url("i/help-icon-sprite.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 179.66667px 163.33333px;
  background-position: -70px -74.66667px;
}

.PROD_ACCT.c43 {
  background-position: -144.66667px -70px;
}

.ie8 .PROD_ACCT.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-account.png', sizingMethod='scale');
  background-image: none !important;
}


.PROD_ANSW.c43 {
  background-position: -144.66667px -35px;
}

.ie8 .PROD_ANSW.c43{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-answers.png', sizingMethod='scale');
  background-image: none !important;
}


.PROD_AVIATE.c43 {
  background-position: -144.66667px 0;
}

.ie8 .PROD_AVIATE.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-aviate.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_FIN.c43 {
  background-position: -105px -109.66667px;
}

.ie8 .PROD_FIN.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-finance.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_FLICKR.c43 {
  background-position: -70px -109.66667px;
}

.ie8 .PROD_FLICKR.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-flickr.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_GAMES.c43 {
  background-position: -35px -109.66667px;
}

.ie8 .PROD_GAMES.c43{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-games.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_GRPS.c43 {
  background-position: 0 -109.66667px;
}

.ie8 .PROD_GRPS.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-groups.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_MAIL.c43  {
  background-position: -109.66667px -70px;
}

.ie8 .PROD_MAIL.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-mail.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_MSNG.c43 {
  background-position: -109.66667px -35px;
}

.ie8 .PROD_MSNG.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-messenger.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_MOBILE.c43 {
  background-position: -109.66667px 0;
}

.ie8 .PROD_MOBILE.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-mobile.png', sizingMethod='scale');
  background-image: none !important;
}

.ie8 .PROD_POST.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-postmaster.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_SRCH.c43 {
  background-position: -35px -74.66667px;
}

.ie8 .PROD_SRCH.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-search.png', sizingMethod='scale');
  background-image: none !important;
}

.c43v37.c43 {
  background-position: 0 -74.66667px;
}
.ie8 .c43v37.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-small_business.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_SPORTS.c43 {
  background-position: -74.66667px -35px;
}

.ie8 .PROD_SPORTS.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-sports.png', sizingMethod='scale');
  background-image: none !important;
}

.PROD_WALLET.c43 {
  background-position: -74.66667px 0;
}

.ie8 .PROD_WALLET.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-wallet.png', sizingMethod='scale');
  background-image: none !important;
}

.c43v40.c43 {
  background-position: -37.33333px -37.33333px;
}
.ie8 .c43v40.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-call.png', sizingMethod='scale');
  background-image: none !important;
}

.c43v41.c43 {
  background-position: 0 -37.33333px;
}
.ie8 .c43v41.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-chat.png', sizingMethod='scale');
  background-image: none !important;
}

.c43v42.c43 {
  background-position: -37.33333px 0;
}
.ie8 .c43v42.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-community.png', sizingMethod='scale');
  background-image: none !important;
}

.c43v43.c43 {
  background-position: 0 0;
}
.ie8 .c43v43.c43 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/i/help-email.png', sizingMethod='scale');
  background-image: none !important;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    f01 - LABEL/FIELD PAIR                          //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.f01 {
  margin: 0 0 13px;
}
.f01.is-hidden {
  display: none;
}

.f01 > dt.is-hidden {
  /* Accessible hide */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.f01 > dt,
.f01 > dd {
  margin: 0;
}
.f01 > dt.is-multivalue,
.f01 > dd.is-multivalue {
  margin-top: 9px;
}
.f01 > dt.is-hidden,
.f01 > dd.is-hidden {
  display: none;
}

.f01 > dt {
  margin-bottom: 1px;
}

.f01 > dd + dd {
  margin-top: 5px;
}
.f01 > dd.is-removable {
  position: relative;
  padding-right: 40px;
}

.f01_remove {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 43px;
  height: 43px;
  border: 0;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  cursor: pointer;
}

.f01 > dt label {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
}

.f01 textarea {
  min-height: 75px;
}

.f01v1 > dt {
  padding-right: 10px;
}

.f01v1 > dt,
.f01v1 > dd {
  vertical-align: middle;
  display: inline-block;
}

dd.f01_dd-ft {
  display: block;
}

.f99 {
  margin-bottom: 20px;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    f02 - INPUT SUGGESTIONS                         //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.f02_suggested {
  margin: 2px 0 0;
}

.f02_suggested > dt,
.f02_suggested > dd {
  display: inline;
  margin: 0;
}

.f02_suggested > dt {
  color: #666;
}

.f02_suggested > dd:after {
  content: ', ';
}

.f02_suggested > dd:last-child:after {
  content: '';
}

.f02_suggested button {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #324fe1;
  cursor: pointer;
}

.f02_suggested button:hover {
  text-decoration: underline;
}

.f02 .f02_target {
  width: 100%;
}

.f02v1.is-suggesting {
  position: relative;
}

.f02_completion {
  position: absolute;
  top: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  background-color: #fff;
  min-width: 100px;
  max-width: 100%;
  max-height: 215px;
  overflow: auto;
  margin-top: -3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: none;
}
.is-suggesting .f02_completion {
  display: block;
  z-index: 888;
}
.f02_completion .no-touch::-webkit-scrollbar {
  width: 8px;
  border: 0;
}
.touch.websqldatabase .f02_completion .no-touch::-webkit-scrollbar {
  display: none;
}
.f02_completion .no-touch::-webkit-scrollbar-track {
  box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15) inset;
}
.f02_completion .no-touch::-webkit-scrollbar-track:active {
  background-color: #fafafc;
}
.f02_completion .no-touch::-webkit-scrollbar-thumb {
  border: 1px solid #687080;
  border-right: 0;
  background-image: -webkit-linear-gradient(left, #e4e4ec, #687080);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.f02_completion .no-touch::-webkit-scrollbar-thumb:hover {
  background-color: #666;
  background-image: -webkit-linear-gradient(left, #687080, #666666);
}
.f02_completion .no-touch::-webkit-scrollbar-thumb:active {
  background-image: -webkit-linear-gradient(left, #687080, #e4e4ec);
  box-shadow: none;
}

.f02_completion-list {
  margin: 0;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    r01 - RELATED                                   //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2014 Yahoo
 * version 20
 *
 */
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.r01 h2 {
  padding-bottom: 9px;
}

.r01 .box {
  margin-bottom: 20px;
  border-top: 0;
  padding-top: 2px;
}

.r01v1_title-category {
  font-size: 12px;
  text-transform: uppercase;
  margin: 4px 0 16px;
}

.r01v1_title-category + .list_resources {
  margin-bottom: 20px;
}

.r01v5_list {
  margin: 0;
}

.r01v5_list > li {
  padding: 10px 10px 0;
  border-bottom: 1px solid #e4e4ec;
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
}
.r01v5_list > li:first-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.r01v5_list > li:last-child {
  border-bottom: 0;
}

.r01 hr.group-border {
  margin-top: 13px;
  margin-bottom: 12px;
}

.r01_dl {
  margin-bottom: 13px;
}
.r01_dl > dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
}
.r01_dl > dd {
  margin: 0;
  margin-bottom: 4px;
}

.r01_table {
  width: 100%;
}
.r01_table td,
.r01_table th {
  text-align: left;
  border: 0;
  vertical-align: top;
  padding: 4px;
}
.r01_table td:last-child,
.r01_table th:last-child {
  padding-right: 0;
}
.r01_table th {
  font-weight: bold;
  padding-left: 0;
}

.r01v7 .profile-edit .profile-edit-content,
.r01v8 .profile-edit .profile-edit-content {
  top: 11px;
  right: 11px;
  z-index: 1;
}

.r01_training-c01 {
  min-width: 55px;
}

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    f01 - LABEL/FIELD PAIR                          //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/**
 * Copyright (C) 2015 Yahoo
 * version 20.3
 *
 */
/* Local Extends
---------------------------------------- */
/* Contents
---------------------------------------- */
.f01 {
  margin: 0 0 13px; }
  .f01.is-hidden {
    display: none; }

.f01 > div.is-hidden {
  /* Accessible hide */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.f01 > div, .f01 > div {
  margin: 0; }
  .f01 > div.is-multivalue, .f01 > div.is-multivalue {
    margin-top: 9px; }
  .f01 > div.is-hidden, .f01 > div.is-hidden {
    display: none; }

.f01 > div {
  margin-bottom: 1px; }

.f01 > div {
  margin-top: 5px; }
.f01 > div.is-removable {
  position: relative;
  padding-right: 40px; }

.f01_remove {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 43px;
  height: 43px;
  border: 0;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  background: url('i/close-small_default.png') no-repeat center center;
  cursor: pointer; }
  .f01_remove:hover {
    background-image: url('i/close-small_hover.png'); }

.f01 > div label {
  display: inline-block;
  font-weight: normal;
  font-size: 15px; }

.f01 textarea {
  min-height: 75px; }

.f01v1 > div {
  padding-right: 10px; }

.f01v1 > div, .f01v1 > div {
  vertical-align: middle;
  display: inline-block; }

div.f01_dd-ft {
  display: block; }

.f99 {
  margin-bottom: 20px; }
/*# sourceMappingURL=f01.css.map */

/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    c01v13 buttons                               //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/

.c01v13, a.c01v13 {
  background-color: #fff;
  background-color: transparent;
  color: #324fe1;
  border: 0;
  padding: 0 0 0 15px;
  position: relative; }
  .c01v13:active, .c01v13:focus, .c01v13:hover, a.c01v13:active, a.c01v13:focus, a.c01v13:hover {
    color: #324fe1;
    border-color: #fff;
    border-color: transparent;
    background-color: #fff;
    background-color: transparent;
    text-decoration: underline; }
  .c01v13:active, a.c01v13:active {
    color: #d43125; }
  .c01v13.is-disabled, .c01v13[disabled], a.c01v13.is-disabled, a.c01v13[disabled] {
    color: #999;
    background-color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-color: transparent; }
    .c01v13.is-disabled:hover, .c01v13[disabled]:hover, a.c01v13.is-disabled:hover, a.c01v13[disabled]:hover {
      background-color: #fff;
      background-color: transparent;
      border-color: #fff;
      border-color: transparent;
      text-decoration: none; }
    .c01v13.is-disabled:before, .c01v13[disabled]:before, a.c01v13.is-disabled:before, a.c01v13[disabled]:before {
      background-image: url("i/c01v13_disabled.png"); }
  .c01v13:before, a.c01v13:before {
    content: '';
    background: url("i/c01v13.png") no-repeat 0 center;
    width: 15px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; }
    
/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    t01 STANDARD TABS                               //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/* Local Extends
---------------------------------------- */
.r01 h2 {
  color: #454958;
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #e4e4ec;
}

.r01 h2 {
  background-color: #FFF;
  padding: 17px 20px 20px;
  border: 1px solid #e4e4ec;
  border-bottom: 0;
  margin-bottom: 0;
}

.c20_dismiss {
  -webkit-font-smoothing: inherit;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Contents
---------------------------------------- */
.t03 {
  background-color: #400090;
  position: relative;
  -webkit-overflow-scrolling: initial;
  margin-bottom: 20px;
  min-height: 35px;
}
.t03:hover {
  z-index: 2;
}
.touch .t03 {
  overflow: hidden;
}
.t03.t03_bleed, .t03.t03_bleed {
  margin-left: -10px;
  margin-right: -10px;
}
.hd-popover .t03.t03_bleed, .hd-popover .t03.t03_bleed {
  padding-left: 15px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -14px;
}
.hd-popover-title + .t03.t03_bleed, .hd-popover-title + .t03.t03_bleed {
  margin-top: 0;
}
.t03.is-searching {
  height: 35px;
  background-color: #fff;
  background-color: transparent;
}
.t03.is-searching.t03_bleed {
  padding-left: 10px;
}
.t03.is-searching.is-light {
  border-bottom-width: 0;
}
.t03.is-light {
  border-bottom: 1px solid #e4e4ec;
  background-color: #fff;
  background-color: transparent;
  min-height: 33px;
}
.goalie-tab-filter .t03 {
  border: 0;
  margin: 0;
}
.video-tab-filter .t03 {
  border: none;
  margin-bottom: 6px;
}
.l-masthead .t03, .a18 .t03 {
  margin-bottom: 0;
  min-height: 22px;
  background-color: #2d005a;
}

@media (min-width: 42em) {
  .t03.t03_bleed {
    padding-left: 10px;
    margin-left: -27px;
    margin-right: -20px;
  }
}
@media (min-width: 48em) {
  .t03.t03_bleed {
    margin-right: 0;
    padding-left: 17px;
  }
}
.t03_filterSet {
  margin: 0;
}
.js .t03_filterSet {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.js.touch .t03_filterSet {
  overflow-x: auto;
}
.js.no-touch .t03_filterSet {
  margin-right: 40px;
}
.js.touch .t03v1 .t03_filterSet {
  margin-right: 124px;
}
.js.no-touch .t03v1 .t03_filterSet {
  margin-right: 154px;
}
.js.touch .t03v2 .t03_filterSet {
  margin-right: 35px;
}
.js.no-touch .t03v2 .t03_filterSet {
  margin-right: 75px;
}
.is-searching .t03_filterSet {
  display: none;
}

.t03_filter {
  display: inline-block;
  *display: inline;
  line-height: 1;
}
.t03_moreMenu .t03_filter {
  display: block;
  position: relative;
}
.t03_moreMenu .t03_filter.is-hidden {
  display: none;
}
.t03_filter.is-hidden {
  cursor: default;
}
.t03_filter:only-of-type .t03_filterItem:after,
.t03_filter:only-of-type .t03_filterItem.is-active:after {
  display: none;
}

.t03_filterItem {
  color: #ac96f1;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-touch .t03_filterItem {
  max-width: 160px;
}
.touch .t03_filterItem {
  max-width: 185px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.t03_filterItem:hover {
  text-decoration: none;
}
.no-touch .t03_filterItem:hover {
  color: #fff;
}
.is-light .t03_filterItem:hover {
  color: #454958;
}
.t03_filterItem:focus, .t03_filterItem:active {
  color: #fff;
  outline: 0;
}
.t03_filterItem.is-active {
  color: #fff;
}
.is-light .t03_filterItem.is-active {
  color: #454958;
  position: relative;
}
.is-light .t03_filterItem.is-active:after {
  content: '';
  height: 5px;
  background-color: #400090;
  position: absolute;
  right: 10px;
  bottom: 0px;
  left: 10px;
}
.is-hidden .t03_filterItem {
  cursor: default;
}
.no-touch .is-hidden .t03_filterItem {
  color: #400090;
}
.no-touch .is-hidden .t03_filterItem:hover {
  color: #400090;
}
.l-masthead .is-hidden .t03_filterItem, .a18 .is-hidden .t03_filterItem {
  color: #2d005a;
}
.no-touch .is-light .is-hidden .t03_filterItem {
  color: #fff;
}
.hd-popover .t03_filterItem {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.is-light .t03_filterItem {
  font-size: 13px;
  color: #324fe1;
}
.l-masthead .t03_filterItem, .a18 .t03_filterItem {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  position: relative;
  top: 2px;
}
.l-masthead .t03_filterItem:hover, .a18 .t03_filterItem:hover {
  text-decoration: underline;
}
.l-masthead .t03_filterItem:focus, .a18 .t03_filterItem:focus {
  text-decoration: underline;
}

.t03_toggleTabs {
  margin-bottom: 0;
}
.t03_toggleTabs > li {
  display: none;
}
.t03_toggleTabs > li.is-active {
  display: block;
}
.no-js .t03_toggleTabs > li {
  display: block;
}

.t03_toggleTabs-item {
  display: none;
}
.t03_toggleTabs-item.is-active {
  display: block;
}
.no-js .t03_toggleTabs-item {
  display: block;
}

.t03_box-bleed {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 48em) {
  .t03_box-bleed {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: -21px;
    padding-left: 12px;
  }
}
@media (min-width: 63.9375em) {
  .t03.t03_bleed {
    margin-left: 0;
  }
}
.l-ext-row {
  max-width: 1200px;
  margin: 0 auto;
}

.l-ext-row-content-well {
  margin: 0;
}

.l-ext-row .l-footer {
  padding-left: 0;
}

.l-content-well-content .c14 li:last-child a {
  color: #324fe1;
}

.c32_final-leaf-content-wrap h5 {
  margin-bottom: 8px;
}

.c32_final-leaf-primary-content {
  border-radius: 3px;
  background: #f3f3f7;
  margin-left: 0;
  margin-bottom: 13px;
}
.c32_final-leaf-primary-content .yui3-by-content {
  padding: 13px;
}
.c32_final-leaf-primary-content .yui3-by-content p {
  margin-bottom: 0;
}

.c32_final-leaf-primary-cta {
  text-align: center;
}
.c32_final-leaf-primary-cta:before {
 /* content: ''; */
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.c32_final-leaf-primary-cta .c32_final-leaf-primary-content > * {
  vertical-align: middle;
  display: inline-block;
}

.c32_final-leaf-wrap-header {
  margin-bottom: 8px;
}

.c32_final-leaf-contact-channel {
  text-align: center;
  margin-bottom: 8px;
}
.c32_final-leaf-contact-channel .c43 {
  margin: 0 auto;
}

.c32_final-leaf-contact-channels-wrap h5 {
  border-top: solid 1px #e4e4ec;
  padding-top: 8px;
}

.a11.a11v0 .a11_frame,
.a11.a11v0 .a11_bd {
  min-height: 0;
  bottom: auto;
}

.a11 h2 {
  padding-right: 30px;
}

.c32_final-leaf-form-wrap {
  border-radius: 3px;
  background: #e4e4ec;
  padding: 13px;
  margin-bottom: 13px;
}
.c32_final-leaf-form-wrap input, .c32_final-leaf-form-wrap button {
  width: 100%;
  margin-bottom: 13px;
}

.c20v4.is-visible {
  text-align: left;
  position: relative;
}
.c20v4.is-visible .c20_dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  margin: 0;
}

.l-attachment_container .c20v2 {
  position: relative;
}
.l-attachment_container .c20v2 .c20_dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  margin: 0;
}

.c20_inner {
  vertical-align: middle;
  display: inline-block;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-form-about-you {
  background: #fafafc;
  padding: 10px;
  margin: 20px -10px;
}

.input-help {
  color: #687080;
}

input[name="captcha-confirm"],
input[name="zip-code"],
input[name="date-of-birth"],
input[name="date-of-last-virus-scan"],
input[name="last-yahoo-log-in"] {
  max-width: 150px;
}

input[name="antivirus-software"] {
  max-width: 420px;
}

input[name="first-name"],
input[name="primary-email-address"],
input[name="location"],
input[name="yahoo-account-id"],
input[name="alternate-email-address"] {
  max-width: 450px;
}

.captcha-image {
  margin-bottom: 10px;
}

.screenshot-upload-wrap .a12 {
  margin-bottom: 0;
}
.screenshot-upload-wrap .a12_message {
  padding: 30px 10px;
}
.screenshot-upload-wrap .a12_message strong {
  margin-bottom: 5px;
  display: inline-block;
}

.problem-description {
  height: 170px;
}

.yhelp-email-contact-form .hidden-label {
  display: none;
}

.y-help-confirm-back-button {
  position: relative;
  padding-left: 13px;
}
.y-help-confirm-back-button:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 1px;
  width: 8px;
  background: #324fe1;
}
.y-help-confirm-back-button:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  height: 1px;
  width: 8px;
  background: #324fe1;
}

@media (max-width: 29.91875em) {
  .c32_final-leaf-contact-channel {
    width: auto;
    padding: 0 3px;
  }
}
@media (min-width: 48em) {
  .c32_final-leaf-wrap-header {
    margin-bottom: 0;
  }

  .c32_final-leaf-form-wrap label,
  .c32_final-leaf-form-wrap input[type='text'],
  .c32_final-leaf-form-wrap .c01 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .c32_final-leaf-form-wrap label {
    width: 20%;
    max-width: 70px;
  }
  .c32_final-leaf-form-wrap input[type='text'] {
    width: 42%;
    margin-right: 10px;
  }
  .c32_final-leaf-form-wrap .c01 {
    width: 32%;
  }

  .yhelp-email-contact-form .hidden-label {
    display: block;
    visibility: hidden;
  }

  .y-help-confirm-back-button-wrap {
    text-align: right;
  }
}
@media (min-width: 60em) {
  .c32_final-leaf-primary-content > * {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 786px) {
  .uhdiv {
    height: 4.5em;
  }
}
/*captcha override */
.yAbuseCaptcha .horizontal .captchaAnswerBox{
 width: 22.4em !important;
}

.yAbuseCaptcha .horizontal .captchaPrompt {
 width:302px !important;
 float: left !important;
}
.yAbuseCaptcha .horizontal {
 width:292px !important;
}
.yAbuseCaptcha .horizontal .captchaAnswerShuffle {
	float: left !important;
	width: 291px !important;
}

.yAbuseCaptcha .horizontal .captchaInput {
	width: 291px !important;
}

.yAbuseCaptcha .captchaPromptLabelOut {
	float: left !important;
	padding-bottom: 2px;
}
.input-calendar{
  background-image: url("i/spritesheet.png");
  background-repeat: no-repeat;
  background-position: right 4px;
}
.embargo-notice{
  border-radius: 3px;
  background: #f9f3f3;
  margin-left: 0;
  margin-bottom: 13px;
}
.f115{
	font-size:115%;
}