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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  background: transparent; }

ol, ul {
  list-style: none; }

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

input, select {
  margin: 0;
  /*outline: none;*/ }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em; }

html {
  height: 100%;
  background-color: #3f3f3f; }

body {
  background: white;
  font: normal 100% 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4c4c4c; }

body.iOS {
  -webkit-text-size-adjust: none; }

body.brokenWebkitPseudoStyles {
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }

  to {
    padding: 0; } }

h1 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #032a4d;
  padding-top: 1rem;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.375rem;
  font-weight: normal;
  color: #032a4d;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.1875rem;
  font-weight: normal;
  color: #032a4d;
  margin-top: 1em;
  margin-bottom: 0.5em; }

@media screen and (min-width: 44.9em) {
  h1 {
    font-size: 2.25rem; }

  h2 {
    font-size: 1.625rem; }

  h3 {
    font-size: 1.375rem; } }
p {
  font-size: 0.875rem;
  margin-bottom: 1em;
  line-height: 1.5em; }

ul, ol {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 0.875rem; }
  ul li, ol li {
    margin-bottom: 0.5em; }

ol {
  list-style: decimal; }

.nobullets {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: inherit; }
  .nobullets li {
    margin-bottom: 0; }

table {
  width: 100%;
  font-size: 0.8125rem;
  margin-bottom: 1em; }
  table td, table th {
    border-bottom: 1px solid #d9d9d9;
    padding: 0.5em 0.8em;
    vertical-align: top; }
    table td:first-child, table th:first-child {
      padding-left: 0; }
    table td:last-child, table th:last-child {
      padding-right: 0; }
    @media screen and (max-width: 44.9em) {
      table td.nomobile, table th.nomobile {
        display: none; } }
  table th {
    border-top: 1px solid #d9d9d9;
    text-align: left;
    font-weight: bold; }
  table td.numeric {
    white-space: nowrap;
    text-align: right; }
  table.strict-lines {
    table-layout: fixed; }
    table.strict-lines td, table.strict-lines th {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.hint {
  color: #999999; }

a.hint:hover,
label.hint:hover {
  color: black; }

.t-badge {
  background-color: #d7e7f5;
  color: #032a4d;
  font-size: 0.75rem;
  padding: 0 0.25rem;
  white-space: nowrap; }

.t-badge-secondary {
  background-color: #ededed;
  color: #999999; }

.t-pos {
  color: #339900; }

.t-neg {
  color: #ff1f1f; }

.t-parens:before {
  content: "("; }

.t-parens:after {
  content: ")"; }

a,
.linkish {
  color: #247bc5;
  text-decoration: none;
  cursor: pointer; }
  a:hover,
  .linkish:hover {
    color: black;
    text-decoration: none; }

a.hl,
label.hl {
  color: #f8672d;
  cursor: pointer; }
  a.hl:hover,
  label.hl:hover {
    color: black; }

a.button {
  background-color: #f8672d;
  color: white;
  display: inline-block;
  padding: 0 .7em 1px .7em;
  border: 1px solid #f8672d; }
  a.button:hover {
    background: white;
    color: #f8672d; }

.forward {
  cursor: pointer; }

.forward:after {
  content: "";
  margin-left: .3em;
  display: inline-block;
  width: 4px;
  height: 7px;
  background-position: -47px -26px; }

.forward.hl:after {
  width: 4px;
  height: 7px;
  background-position: -58px -54px; }

.forward.hint:after,
.forward.forward-hint:after {
  width: 4px;
  height: 7px;
  background-position: -67px 0px; }

.forward:hover:after {
  width: 4px;
  height: 7px;
  background-position: -52px -54px; }

a.button.forward:after {
  width: 4px;
  height: 7px;
  background-position: -46px -54px; }

a.button.forward:hover:after {
  width: 4px;
  height: 7px;
  background-position: -58px -54px; }

.close:after {
  content: "";
  margin-left: .3em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-position: -36px -54px; }

.hl.close:after {
  width: 8px;
  height: 8px;
  background-position: -26px -54px; }

.close:hover:after {
  width: 8px;
  height: 8px;
  background-position: -43px -39px; }

.header-link {
  font-size: 0.8125rem; }

input[type=text], input[type=password], textarea, .input {
  font-size: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000; }
  input[type=text][readonly], input[type=password][readonly], textarea[readonly], .input[readonly] {
    background: #ededed;
    color: #d9d9d9; }
  .hasError input[type=text], .hasError input[type=password], .hasError textarea, .hasError .input {
    background: #ffc8c9; }

input.num {
  width: 4rem; }

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

.field, .submit {
  margin: 1em 0;
  position: relative; }
  .field label, .field .label, .submit label, .submit .label {
    font-size: 0.875rem;
    display: block;
    line-height: 2em; }
  .field label.inline, .submit label.inline {
    display: inline; }
  .field input[type=radio] + label,
  .field input[type=checkbox] + label, .submit input[type=radio] + label,
  .submit input[type=checkbox] + label {
    display: inline;
    line-height: inherit;
    margin-right: 1em; }
  .field .cbGroup, .submit .cbGroup {
    margin-left: 1em; }
  @media screen and (min-width: 44.9em) {
    .field, .submit {
      width: 50%; }
      .s-sidebar .field, .field.submit-full, .s-sidebar .submit, .submit.submit-full {
        width: auto;
        margin: 0.5rem auto; } }

.field.hidden {
  display: none; }

.submit {
  text-align: right; }
  .submit .secondary {
    font-size: 0.8125rem;
    float: left;
    line-height: 2em; }

button.primary {
  -webkit-appearance: none;
  margin: 0;
  padding: 0.5em;
  cursor: pointer;
  font-size: 0.875rem;
  background: #f8672d;
  color: white;
  padding: .3em .7em;
  border: 1px solid #f8672d;
  border-radius: 0; }
  button.primary:hover {
    background: white;
    color: #f8672d; }
  button.primary[disabled] {
    background: #ededed;
    color: #d9d9d9; }

button.unbutton {
  -webkit-appearance: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none; }

button.secondary {
  color: #999999;
  cursor: pointer; }
  button.secondary:hover {
    color: #4c4c4c; }

.oneLine .submit {
  text-align: left; }
  @media screen and (min-width: 44.9em) {
    .oneLine .submit {
      width: auto; } }
  .oneLine .submit .secondary {
    float: none;
    margin-right: 1rem; }

.updError, .updOK {
  font-size: 1rem;
  color: #ff1f1f;
  padding: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
  margin: 1rem 0;
  line-height: 1.5em; }

.updOK {
  color: #339900; }

.withError {
  color: #ff1f1f; }

.required .label:after,
.required label:after {
  content: " *";
  color: #ff1f1f; }

.cbGroup label:after {
  content: ""; }

.formHint p, .formHint ul, .fieldHint p, .fieldHint ul {
  font-size: 0.8125rem;
  color: #999999; }
.formHint .validationErrors, .fieldHint .validationErrors {
  color: #ff1f1f; }

@media screen and (min-width: 44.9em) {
  .formHint {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem; } }

@media screen and (min-width: 44.9em) {
  .field .fieldHint {
    position: absolute;
    width: 100%;
    left: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem; }
    .s-sidebar .field .fieldHint {
      position: relative;
      width: auto;
      left: auto;
      padding-left: 0; } }

.i-userhtml {
  margin-left: 1rem; }

.sprite-after:after, .sprite-before:before, .sprite {
  background-image: url("../images/icon-sprite.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .sprite-after:after, .sprite-before:before, .sprite {
      background-image: url("../images/icon-sprite@2x.png");
      -moz-background-size: 73px 73px;
      -o-background-size: 73px 73px;
      -webkit-background-size: 73px 73px;
      background-size: 73px 73px; } }

.group {
  *zoom: 1; }
  .group:before, .group:after {
    content: " ";
    display: table; }
  .group:after {
    clear: both; }

#navbar {
  background: #032a4d;
  padding: 0 1rem;
  height: 43px;
  margin-bottom: 49px; }
  .impersonating #navbar {
    background-color: #59aaee; }
  @media screen and (min-width: 44.9em) {
    #navbar {
      height: 49px;
      margin-bottom: 0; } }
  #navbar .home {
    text-indent: -9999px;
    display: block;
    float: left;
    position: relative;
    top: 50%;
    margin-top: -9.6px;
    width: 109.6px;
    height: 19.2px;
    background: url(../images/logo-navbar@2x.png) 50% 50% no-repeat;
    background-size: 100% 100%; }
    @media screen and (min-width: 44.9em) {
      #navbar .home {
        margin-top: -12px;
        width: 137px;
        height: 24px; } }
  #navbar .primary {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    height: 43px;
    line-height: 43px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #navbar .primary li {
      display: table-cell;
      text-align: center;
      width: 33%;
      border: 3px solid white;
      font-size: 0.875rem; }
    #navbar .primary a {
      background-color: #d7e7f5;
      border-radius: 1px;
      color: black;
      font-weight: bold;
      display: block; }
      #navbar .primary a:hover {
        color: #59aaee; }
  @media screen and (min-width: 44.9em) {
    #navbar .primary {
      position: static;
      display: block;
      width: auto;
      height: 49px;
      line-height: 49px;
      float: left; }
      #navbar .primary li {
        width: auto;
        float: left;
        font-size: 1rem;
        padding: 0 1.25rem;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #294a68; }
        #navbar .primary li:first-child {
          border-left: 1px solid #294a68;
          margin-left: 1.25rem; }
      #navbar .primary a {
        background-color: transparent;
        color: white; } }
  #navbar .secondary {
    float: right;
    position: relative;
    top: 50%;
    margin-top: -12.5px; }
    #navbar .secondary > li {
      display: inline-block;
      position: relative;
      height: 25px;
      line-height: 25px;
      margin-left: 0.5rem;
      font-size: 0.75rem; }
      #navbar .secondary > li .handle:after {
        content: "";
        position: absolute;
        top: -0.5rem;
        left: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem; }
      #navbar .secondary > li .item {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        padding: 0 0.5rem;
        width: 13px;
        background-color: #021d36;
        color: #9da9b2;
        z-index: 150; }
        #navbar .secondary > li .item:before {
          position: absolute;
          content: "";
          top: 50%;
          left: 0.5rem;
          margin-top: -6.5px; }
      #navbar .secondary > li .withDrop {
        padding-right: 1.5rem;
        /* 7px = ~0.5 + orig spacing (right) + icon spacing */
        position: relative;
        cursor: default; }
        #navbar .secondary > li .withDrop:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 0.5rem;
          margin-top: -2px;
          width: 7px;
          height: 4px;
          background-position: -36px -67px; }
      #navbar .secondary > li .langItem:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0.5rem;
        margin-top: -5.5px; }
      #navbar .secondary > li .lang_en:before {
        width: 16px;
        height: 11px;
        background-position: -18px 0px; }
      #navbar .secondary > li .lang_de:before {
        width: 16px;
        height: 11px;
        background-position: -36px -13px; }
      #navbar .secondary > li .lang_es:before {
        width: 16px;
        height: 11px;
        background-position: 0px -13px; }
      #navbar .secondary > li .lang_fr:before {
        width: 16px;
        height: 11px;
        background-position: -18px -13px; }
      #navbar .secondary > li .lang_ru:before {
        width: 16px;
        height: 11px;
        background-position: -36px 0px; }
      #navbar .secondary > li .lang_zh-CN:before {
        width: 16px;
        height: 11px;
        background-position: 0px 0px; }
      #navbar .secondary > li .messaging:before {
        width: 15px;
        height: 11px;
        background-position: -17px -26px; }
      #navbar .secondary > li .login {
        background: #f8672d;
        color: white;
        font-weight: bold; }
      #navbar .secondary > li .login:before {
        width: 11px;
        height: 11px;
        background-position: 0px -54px; }
      #navbar .secondary > li .user:before {
        width: 11px;
        height: 11px;
        background-position: -34px -26px; }
      #navbar .secondary > li .expandable {
        display: none;
        position: absolute;
        z-index: 100;
        background-color: white;
        white-space: nowrap;
        -webkit-box-shadow: 0 1px 10px 3px rgba(3, 42, 77, 0.5);
        box-shadow: 0 1px 10px 3px rgba(3, 42, 77, 0.5); }
        #navbar .secondary > li .expandable:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: -1rem;
          left: -1rem;
          right: -1rem;
          z-index: -1;
          background: rgba(0, 0, 0, 0); }
        #navbar .secondary > li .expandable li {
          border-bottom: 1px solid #d9d9d9;
          padding: 0 0.5rem 0 1rem;
          text-indent: 13px;
          position: relative; }
        #navbar .secondary > li .expandable li > a {
          display: block; }
      #navbar .secondary > li.dropRight .expandable {
        right: 0; }
        #navbar .secondary > li.dropRight .expandable li {
          text-indent: 0; }
      #navbar .secondary > li input[type=checkbox] {
        position: absolute;
        left: -999px;
        top: -999px; }
      #navbar .secondary > li:hover .handle .item, #navbar .secondary > li input:focus ~ .handle .item, body.iOS #navbar .secondary > li input:checked ~ .handle .item, #navbar .secondary > li.expanded .handle .item {
        background-color: white;
        color: #032a4d;
        border-bottom: 1px solid #d9d9d9; }
      #navbar .secondary > li:hover .handle .messaging:before, #navbar .secondary > li input:focus ~ .handle .messaging:before, body.iOS #navbar .secondary > li input:checked ~ .handle .messaging:before, #navbar .secondary > li.expanded .handle .messaging:before {
        width: 15px;
        height: 11px;
        background-position: 0px -26px; }
      #navbar .secondary > li:hover .handle .login, #navbar .secondary > li input:focus ~ .handle .login, body.iOS #navbar .secondary > li input:checked ~ .handle .login, #navbar .secondary > li.expanded .handle .login {
        background-color: white;
        color: #f8672d; }
      #navbar .secondary > li:hover .handle .login:before, #navbar .secondary > li input:focus ~ .handle .login:before, body.iOS #navbar .secondary > li input:checked ~ .handle .login:before, #navbar .secondary > li.expanded .handle .login:before {
        width: 11px;
        height: 11px;
        background-position: -54px -39px; }
      #navbar .secondary > li:hover .handle .user:before, #navbar .secondary > li input:focus ~ .handle .user:before, body.iOS #navbar .secondary > li input:checked ~ .handle .user:before, #navbar .secondary > li.expanded .handle .user:before {
        width: 11px;
        height: 11px;
        background-position: -13px -54px; }
      #navbar .secondary > li:hover .handle .withDrop:after, #navbar .secondary > li input:focus ~ .handle .withDrop:after, body.iOS #navbar .secondary > li input:checked ~ .handle .withDrop:after, #navbar .secondary > li.expanded .handle .withDrop:after {
        width: 7px;
        height: 4px;
        background-position: -45px -67px; }
      body:not(.iOS) #navbar .secondary > li:hover .expandable-hover, #navbar .secondary > li input:focus ~ .expandable-hover, body.iOS #navbar .secondary > li input:checked ~ .expandable-hover, #navbar .secondary > li.expanded .expandable-hover {
        display: block; }
      #navbar .secondary > li.expanded .expandable-toggle {
        display: block; }
  @media screen and (min-width: 56em) {
    #navbar .secondary > li .item {
      text-indent: 13px;
      padding-left: 1rem;
      width: auto; }
    #navbar .secondary > li ul a {
      min-width: 8em; } }

#clocks {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 0.6875rem;
  color: #999999;
  height: 2rem;
  line-height: 2rem; }
  #clocks h2 {
    text-indent: -9999px;
    position: absolute;
    width: 0;
    height: 0; }
  #clocks dl {
    text-align: right;
    margin: 0 1rem;
    border-bottom: 1px solid #d9d9d9; }
  #clocks dt {
    display: inline;
    border-left: 1px solid #d9d9d9;
    padding: 0 0.5em 0 1em;
    margin-left: 1em; }
    #clocks dt:first-child {
      border: none; }
  #clocks dd {
    display: inline; }
  @media screen and (min-width: 44.9em) {
    #clocks {
      top: 49px;
      display: block; } }

@media screen and (min-width: 44.9em) {
  #body {
    margin-top: 2rem; } }

#footer {
  padding: 1px 1rem;
  margin-top: 2rem;
  background-color: #3f3f3f;
  color: white;
  text-align: center; }
  #footer h2 {
    text-indent: -9999px;
    position: absolute;
    width: 0;
    height: 0; }
  #footer ul, #footer p {
    font-size: 0.8125rem;
    margin: 1em 0; }
  #footer a {
    color: white; }
  #footer .s-footer-phones {
    line-height: 2em; }
    #footer .s-footer-phones li {
      display: inline-block;
      background: #262626;
      padding: 0 0.55em;
      margin: .25em .5em;
      white-space: nowrap; }
  #footer .s-footer-nav li {
    display: inline-block;
    border-left: 1px solid #5d5d5d;
    padding: 0 1em;
    white-space: nowrap; }
    #footer .s-footer-nav li:first-child {
      border: none; }
  #footer .s-footer-nav a {
    color: #ff7d49; }
    #footer .s-footer-nav a:hover {
      color: white; }

.s-full {
  margin: 0 1rem; }

.s-fixed {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 44.9em) {
    .s-fixed {
      width: 94%; } }

@media screen and (min-width: 44.9em) {
  .s-content {
    width: 70%;
    float: left;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .s-sidebar {
    width: 30%;
    float: right; } }
.c-ad {
  max-width: 100%;
  overflow: hidden;
  background-color: #d7e7f5; }

.c-ad-banner {
  width: 468px;
  height: 60px;
  margin: 1rem auto; }

.c-ad-tf {
  width: 468px;
  height: 60px;
  margin: 1rem auto 0 auto; }

.c-ad-block {
  width: 125px;
  height: 125px;
  margin: 1rem auto; }

.c-box {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background-color: #ededed; }
  .c-box h2 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold; }
  .c-box p {
    margin: 0.5rem 0 0 0;
    line-height: 1.5em;
    font-size: 0.8125rem; }
    @media screen and (min-width: 56em) {
      .c-box p {
        font-size: 0.875rem; } }
  .c-box a.hl, .c-box a.button {
    font-weight: bold; }

.c-box-hl {
  background-color: #d7e7f5; }

.c-box-section {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2rem;
  margin-top: 2rem; }

/*

	<div class="c-facets [c-facets-secondary]">

		[
		<span class="c-facets-label">..</span>
		]

		<ul class="c-facets-list">

			<li class="c-facets-item">..</li>

		</ul>

	</div>

*/
.c-facets {
  font-size: 0.875rem;
  margin: 1rem 0; }
  .c-facets .c-facets-list {
    display: inline;
    line-height: 1.5em; }
  .c-facets .c-facets-item,
  .c-facets .c-facets-label {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.5rem; }
  .c-facets.c-facets-secondary,
  .c-facets .c-facets-relax {
    font-size: 0.75rem; }
  .c-facets .c-facets-label {
    font-weight: bold; }

.c-toggler-cb {
  position: absolute;
  left: -100%; }

.c-toggler-cb:checked ~ .c-toggler-a,
.c-toggler-cb:checked ~ .c-toggler-container .c-toggler-a {
  display: none !important; }

.c-toggler-cb:not(:checked) ~ .c-toggler-b,
.c-toggler-cb:not(:checked) ~ .c-toggler-container .c-toggler-b {
  display: none !important; }

.c-toggler-cb:checked ~ .c-toggler-handler,
.c-toggler-cb:checked ~ .c-toggler-container .c-toggler-handler {
  display: none !important; }

body:not(.iOS) .c-toggler-cb:not(:checked) ~ .c-toggler-container:not(:hover) .c-toggler-showonhover,
body.iOS .c-toggler-cb:not(:checked) ~ .c-toggler-container .c-toggler-showonhover {
  display: none !important; }

.c-nav {
  margin: 2rem 0;
  border-top: 1px solid #d9d9d9;
  font-size: 0.8125rem; }
  @media screen and (min-width: 56em) {
    .c-nav {
      font-size: 0.875rem; } }
  .c-nav h2 {
    text-indent: -9999px;
    position: absolute;
    width: 0;
    height: 0; }
  .c-nav .c-nav-item {
    line-height: 3em;
    border-bottom: 1px solid #d9d9d9; }
  .c-nav .c-nav-item-active,
  .c-nav .c-nav-item-active a {
    font-weight: bold;
    color: #4c4c4c; }

.c-apps {
  text-align: center;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .c-apps h2 {
    text-indent: -9999px;
    position: absolute;
    width: 0;
    height: 0; }
  .c-apps .c-apps-item {
    display: inline-block;
    margin: 0 1rem;
    text-indent: -9999px; }
  .c-apps .c-apps-appstore a {
    display: block;
    width: 120px;
    height: 40px;
    background: url(../images/get-appstore.png) 50% 50% no-repeat; }
  .c-apps .c-apps-googleplay a {
    display: block;
    width: 116px;
    height: 40px;
    background: url(../images/get-googleplay.png) 50% 50% no-repeat; }
  .c-apps .c-apps-appworld a {
    display: block;
    width: 147px;
    height: 40px;
    background: url(../images/get-appworld.png) 50% 50% no-repeat; }

.c-ugc {
  margin: 1rem 0 1rem 1rem;
  padding: 1rem 1rem 0 1rem;
  background-color: #d7e7f5;
  overflow: hidden; }

.c-ugc-html {
  overflow: hidden; }
  .c-ugc-html img {
    border: 2px solid #032a4d;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .c-ugc-html table td, .c-ugc-html table th {
    border-bottom-color: #032a4d; }
  .c-ugc-html a {
    text-decoration: underline; }

.c-ugc-tablesforlayout table td, .c-ugc-tablesforlayout table th {
  border: none; }

.c-ugc-text p {
  overflow: hidden;
  white-space: pre-line; }

.c-ugc-secondary {
  background-color: #ededed; }

.c-ugc-toggleable {
  max-height: 8rem;
  position: relative; }
  .c-ugc-toggleable:after {
    content: "";
    position: absolute;
    top: 8rem;
    height: 1rem;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: "transparent";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), white); }

.c-toggler-cb:not(:checked) ~ .c-ugc-toggleable *,
.c-toggler-cb:not(:checked) ~ .c-toggler-container .c-ugc-toggleable * {
  font-size: 0.8125rem !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: #4c4c4c !important; }

.c-toggler-cb:checked ~ .c-ugc-toggleable,
.c-toggler-cb:checked ~ .c-toggler-container .c-ugc-toggleable {
  max-height: none;
  border-bottom: 1px solid #d7e7f5; }
  .c-toggler-cb:checked ~ .c-ugc-toggleable:after,
  .c-toggler-cb:checked ~ .c-toggler-container .c-ugc-toggleable:after {
    display: none; }

.c-tl {
  border-top: 1px solid #d9d9d9; }
  .c-tl h2 {
    text-align: right;
    font-size: 1.1875rem;
    font-weight: normal;
    margin-bottom: 0.25rem; }
    .c-tl h2 .hint {
      font-size: 0.875rem;
      font-weight: normal; }
  .c-tl h3 {
    text-align: right;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.25rem; }

.c-tl-item {
  font-size: 0.875rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
  position: relative; }

body:not(.iOS) .c-toggler-cb:not(:checked) ~ .c-toggler-container:not(:hover) .c-tl-deemphasized,
body.iOS .c-toggler-cb:not(:checked) ~ .c-toggler-container .c-tl-deemphasized {
  font-weight: normal;
  color: #999999; }

body:not(.iOS) .c-toggler-cb:not(:checked) ~ .c-toggler-container:not(:hover) .c-tl-deemphasized .c-tl-pq-p,
body.iOS .c-toggler-cb:not(:checked) ~ .c-toggler-container .c-tl-deemphasized .c-tl-pq-p {
  font-weight: normal;
  color: #999999; }

.c-tl-cn {
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .c-tl-cn label {
    color: #247bc5;
    cursor: pointer; }
  .c-tl-cn label:hover {
    color: black; }
  .c-tl-cn.c-tl-deemphasized label {
    color: #999999 !important; }
  .c-tl-cn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: "transparent";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0), white); }

body:not(.iOS) .c-toggler-container:hover .c-tl-cn,
.c-toggler-cb:checked ~ .c-toggler-container .c-tl-cn {
  white-space: normal; }
  body:not(.iOS) .c-toggler-container:hover .c-tl-cn:after,
  .c-toggler-cb:checked ~ .c-toggler-container .c-tl-cn:after {
    display: none; }

.c-tl-cd {
  font-size: 0.75rem;
  color: #999999;
  min-height: 1.5em; }

.c-tl-expand {
  float: right;
  font-size: 0.75rem;
  position: relative; }
  .c-tl-expand:before {
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    right: -1rem;
    left: -1rem;
    content: ""; }
  .c-tl-notices .c-tl-expand {
    margin-top: -1rem; }
  .c-tl-phones .c-tl-expand {
    clear: right;
    margin-top: 0.5rem; }

.c-tl-collapse {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-size: 0.75rem; }
  .c-tl-collapse:before {
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    right: -1rem;
    left: -1rem;
    content: ""; }

.c-tl-pq {
  float: right;
  background-color: white;
  position: relative;
  z-index: 50; }
  .c-tl-pq .c-tl-pq-p {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #f8672d; }
  .c-tl-pq .c-tl-pq-q {
    display: block;
    text-align: right;
    color: #999999; }
  .c-tl-pq .hint {
    font-weight: normal;
    color: #999999; }

.c-tl-pq:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.5rem;
  width: 2.5rem;
  border-right: 0.5rem solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: "transparent";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), white); }

body:not(.iOS) .c-toggler-container:hover .c-tl-pq:after,
.c-toggler-cb:checked ~ .c-toggler-container .c-tl-pq:after {
  display: none; }

.c-tl-attachment {
  text-align: right;
  font-size: 0.75rem;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: -1rem; }

.c-tl-actions {
  float: left;
  margin-top: 1rem; }

.c-toggler-cb:not(:checked) ~ .c-td,
.c-toggler-cb:not(:checked) ~ .c-toggler-container .c-td {
  display: none; }

.c-td {
  margin-top: 1rem;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 5px 1px rgba(3, 42, 77, 0.5);
  box-shadow: 0 0 5px 1px rgba(3, 42, 77, 0.5); }
  @media screen and (min-width: 44.9em) {
    .c-td {
      position: absolute;
      margin-right: -1.5rem;
      right: -42.85714%;
      width: 42.85714%;
      top: 0;
      margin-top: -0.5rem; }
      .c-tl-notices .c-td {
        top: 3.5rem; } }
  .c-td:before {
    z-index: 40;
    top: -0.75rem;
    left: 50%;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    position: absolute;
    background-color: #ededed;
    -webkit-box-shadow: 0 0 5px 1px rgba(3, 42, 77, 0.5);
    box-shadow: 0 0 5px 1px rgba(3, 42, 77, 0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (min-width: 44.9em) {
      .c-td:before {
        top: 2.5rem;
        left: -0.75rem;
        margin-left: 0; } }

.c-td-contents {
  padding: 0.25rem 0.5rem;
  background-color: #ededed;
  position: relative;
  z-index: 50;
  min-height: 6rem; }
  .c-td-contents p {
    font-size: 0.75rem; }
  .c-td-contents blockquote {
    padding-left: 2.5rem;
    white-space: pre-line; }
    .c-td-contents blockquote:before {
      content: "“";
      position: absolute;
      color: #999999;
      font-size: 4rem;
      margin-left: -2.5rem;
      margin-top: -1rem;
      font-weight: bold;
      font-family: "Times New Roman", Times, serif; }

.c-td-contactinfo {
  margin-bottom: 0rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-td-contactaction {
  margin-top: 0.5rem; }

.c-ud {
  font-size: 0.875rem; }
  .c-ud dt {
    font-size: 0.75rem;
    color: #999999; }
  .c-ud dd {
    margin-bottom: 0.5rem;
    margin-left: 1rem; }
  @media screen and (min-width: 44.9em) {
    .c-ud dt {
      clear: left;
      float: left; }
    .c-ud dd {
      margin-left: 12rem; } }

.c-ud-address {
  white-space: pre-line; }

.c-ms-logo {
  text-align: center; }
  .c-ms-logo img {
    max-width: 100%;
    border: none; }

.c-ms-feedback-summary {
  font-size: 1.375rem;
  text-align: center; }

.c-ms-form-isclosed button[type=submit] {
  display: none; }

.c-ms-form-isnotready button {
  display: none; }

.c-ms-form-isopen .c-ugc-html {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: visible; }
  .c-ms-form-isopen .c-ugc-html:after {
    content: "";
    position: absolute;
    border: 1px dotted #d9d9d9;
    left: -0.5rem;
    right: -0.5rem;
    top: -0.5rem;
    bottom: -0.5rem; }

.c-toggler-heading-handler:after {
  content: "";
  margin-left: .3em;
  display: inline-block;
  width: 4px;
  height: 7px;
  background-position: -47px -26px; }
.c-toggler-heading-handler:hover:after {
  width: 4px;
  height: 7px;
  background-position: -52px -54px; }

.c-toggler-cb:not(:checked) ~ .c-toggler-heading-handler,
.c-toggler-cb:not(:checked) ~ .c-toggler-container .c-toggler-heading-handler {
  font-size: 0.8125rem; }

.c-toggler-cb:checked ~ .c-toggler-heading-handler,
.c-toggler-cb:checked ~ .c-toggler-container .c-toggler-heading-handler {
  color: #032a4d; }
  .c-toggler-cb:checked ~ .c-toggler-heading-handler:after,
  .c-toggler-cb:checked ~ .c-toggler-container .c-toggler-heading-handler:after {
    display: none; }

.c-ms-seal {
  text-align: center; }

.c-ms-seal-toggler {
  font-size: 0.8125rem; }

.c-ms-shorturl {
  text-align: center;
  border: 1px solid #d9d9d9; }

.p-home #clocks dl {
  border: none;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 44.9em) {
    .p-home #clocks dl {
      width: 94%; } }
.p-home .h1wrap {
  max-width: 75rem;
  margin: 0 auto; }
.p-home h1 {
  padding: 1rem;
  margin: 0;
  text-align: center;
  background: #d7e7f5;
  -webkit-box-shadow: inset 0 0 30px -5px rgba(3, 42, 77, 0.3);
  box-shadow: inset 0 0 30px -5px rgba(3, 42, 77, 0.3);
  color: #032a4d;
  font-size: 1.125rem;
  font-weight: normal; }
  .p-home h1 .logo {
    display: block;
    text-indent: -9999px;
    height: 2rem;
    max-height: 63px;
    margin-bottom: 0.5rem;
    background: url(../images/logo-home@2x.png) 50% 50% no-repeat;
    background-size: contain; }
  .p-home h1 .subTagline {
    display: block;
    font-weight: bold;
    color: #247bc5; }
  @media screen and (min-width: 44.9em) {
    .p-home h1 {
      padding: 2rem 1rem 1.5rem 50%;
      text-align: left;
      font-size: 1.5rem;
      background: #d7e7f5 url("../images/intro-pic.png") 3% 50% no-repeat;
      background-size: 45% auto; }
      .p-home h1 .logo {
        height: 3rem;
        background-position: 0 50%; } }
  @media screen and (min-width: 56em) {
    .p-home h1 {
      padding: 2.5rem 1rem 1.75rem 50%;
      font-size: 1.625rem;
      line-height: 1.35em; }
      .p-home h1 .logo {
        height: 4rem;
        margin-bottom: 1rem; } }
.p-home h2 {
  font-size: 1.375rem;
  font-weight: normal;
  margin-top: 0; }
.p-home .c-box-section {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media screen and (min-width: 44.9em) {
    .p-home .c-box-section {
      width: 94%; } }
.p-home .c-box a {
  font-weight: normal; }

@media screen and (min-width: 44.9em) {
  .threecol, .twocol {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%; }

  .threecol .col {
    width: 33%; }

  .twocol .col {
    width: 50%; }

  .col {
    display: table-cell;
    border-left: 2rem solid white; }
    .col:first-child {
      border-left: none; } }
.p-login #body {
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative; }
  @media screen and (min-width: 44.9em) {
    .p-login #body {
      width: 94%; } }
@media screen and (min-width: 44.9em) {
  .p-login .s-content {
    width: 50%; }
  .p-login .s-sidebar {
    width: 50%;
    position: absolute;
    bottom: 1em;
    right: 0; } }
.p-login .field, .p-login .submit {
  width: auto; }

.p-chat #body {
  position: relative;
  min-height: 25rem; }

.messenger-iframe {
  width: 18rem;
  width: 90vw;
  height: 25rem;
  margin-right: -3.5rem; }
  @media screen and (min-width: 56em) {
    .messenger-iframe {
      width: 45rem;
      margin-right: 0; } }
  .messenger-iframe iframe {
    width: 100%;
    height: 100%; }

.messenger .c-toggler-cb:checked ~ .msgr-contacts,
.messenger .c-toggler-cb:checked ~ .c-toggler-container .msgr-contacts {
  z-index: 30; }
.messenger .c-toggler-cb:not(:checked) ~ .msgr-contacts,
.messenger .c-toggler-cb:not(:checked) ~ .c-toggler-container .msgr-contacts {
  display: none; }
  @media screen and (min-width: 44.9em) {
    .messenger .c-toggler-cb:not(:checked) ~ .msgr-contacts,
    .messenger .c-toggler-cb:not(:checked) ~ .c-toggler-container .msgr-contacts {
      display: block; } }
.messenger .msgr-contacts {
  background-color: #ededed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 100%; }
  @media screen and (min-width: 44.9em) {
    .messenger .msgr-contacts {
      width: 30%; } }
  .messenger .msgr-contacts .msgr-contacts-filter {
    background-color: #d9d9d9;
    padding: 1.5rem 0.75rem 0.75rem 0.75rem; }
    @media screen and (min-width: 44.9em) {
      .messenger .msgr-contacts .msgr-contacts-filter {
        padding-top: 0.75rem; } }
    .messenger .msgr-contacts .msgr-contacts-filter div {
      font-size: 0.6875rem;
      padding-top: 0.25rem; }
  .messenger .msgr-contacts .msgr-contacts-search-box {
    position: relative; }
    .messenger .msgr-contacts .msgr-contacts-search-box input {
      width: 100%;
      padding-right: 2rem; }
    .messenger .msgr-contacts .msgr-contacts-search-box button {
      position: absolute;
      border: none;
      right: 2px;
      top: 2px;
      bottom: 2px;
      background-color: #f8672d;
      border: 1px solid #f8672d;
      margin: 0; }
      .messenger .msgr-contacts .msgr-contacts-search-box button .sprite {
        display: inline-block;
        vertical-align: middle;
        text-indent: -9999px;
        width: 13px;
        height: 13px;
        background-position: 0px -39px; }
      .messenger .msgr-contacts .msgr-contacts-search-box button:hover {
        background-color: white; }
        .messenger .msgr-contacts .msgr-contacts-search-box button:hover .sprite {
          width: 13px;
          height: 13px;
          background-position: -15px -39px; }
  .messenger .msgr-contacts .msgr-contacts-list {
    position: relative; }
  .messenger .msgr-contacts .msgr-contacts-nav {
    position: absolute;
    right: 1px;
    text-indent: -9999px;
    width: 1rem;
    height: 1rem;
    padding: 0;
    z-index: 50; }
    .messenger .msgr-contacts .msgr-contacts-nav:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px; }
    .messenger .msgr-contacts .msgr-contacts-nav:before {
      content: "";
      position: absolute;
      left: -0.5rem;
      right: -0.5rem;
      top: -0.5rem;
      bottom: -0.5rem; }
  .messenger .msgr-contacts .msgr-contacts-next {
    bottom: 0; }
    .messenger .msgr-contacts .msgr-contacts-next:after {
      width: 7px;
      height: 4px;
      background-position: -18px -67px; }
    .messenger .msgr-contacts .msgr-contacts-next:hover:after {
      width: 7px;
      height: 4px;
      background-position: 0px -67px; }
  .messenger .msgr-contacts .msgr-contacts-prev {
    top: 0; }
    .messenger .msgr-contacts .msgr-contacts-prev:after {
      width: 7px;
      height: 4px;
      background-position: -9px -67px; }
    .messenger .msgr-contacts .msgr-contacts-prev:hover:after {
      width: 7px;
      height: 4px;
      background-position: -27px -67px; }
  .messenger .msgr-contacts .msgr-contacts-item {
    font-size: 0.6875rem;
    padding: 0.25rem 0.75rem;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    color: #999999;
    position: relative;
    display: block; }
    .messenger .msgr-contacts .msgr-contacts-item .msgr-contact-indicator {
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      border: 1px solid #d9d9d9;
      border-radius: 0.5rem;
      margin-top: 0.25rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .messenger .msgr-contacts .msgr-contacts-item .msgr-contact-indicator-online {
      background-color: #339900;
      border: none; }
    .messenger .msgr-contacts .msgr-contacts-item .unread {
      position: absolute;
      color: white;
      background-color: #ff1f1f;
      left: 0.25rem;
      padding: 0 0.125rem;
      font-size: 0.5rem;
      text-align: center;
      min-width: 1.25rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .messenger .msgr-contacts .msgr-contacts-item div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 1rem; }
  .messenger .msgr-contacts p {
    text-align: center; }
  .messenger .msgr-contacts .msgr-contacts-item-active {
    background-color: white;
    border-right: 1px solid white;
    color: #4c4c4c; }
.messenger .msgr-details {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 100%;
  background-color: #fff; }
  @media screen and (min-width: 44.9em) {
    .messenger .msgr-details {
      left: 30%; } }
  .messenger .msgr-details .msgr-details-return {
    padding: 0.25rem 0.75rem;
    background-color: white;
    position: relative;
    z-index: 20;
    *zoom: 1;
    border-bottom: 1px solid #d9d9d9; }
    .messenger .msgr-details .msgr-details-return:before, .messenger .msgr-details .msgr-details-return:after {
      content: " ";
      display: table; }
    .messenger .msgr-details .msgr-details-return:after {
      clear: both; }
    .messenger .msgr-details .msgr-details-return a {
      float: right;
      line-height: 150%; }
    @media screen and (min-width: 44.9em) {
      .messenger .msgr-details .msgr-details-return {
        display: none; } }
  .messenger .msgr-details .msgr-details-head {
    padding: 1.5rem 0.75rem 0.75rem 0.75rem;
    background-color: white;
    position: relative;
    z-index: 20; }
    @media screen and (min-width: 44.9em) {
      .messenger .msgr-details .msgr-details-head {
        padding-top: 0.75rem; } }
    .messenger .msgr-details .msgr-details-head .msgr-details-head-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .messenger .msgr-details .msgr-details-head .hint {
      font-size: 0.625rem; }
    .messenger .msgr-details .msgr-details-head .msgr-details-tablinks {
      padding-top: 0.25rem;
      font-size: 0.6875rem; }
      .messenger .msgr-details .msgr-details-head .msgr-details-tablinks a:not(:last-child):after {
        content: " | ";
        color: #4c4c4c; }
  .messenger .msgr-details .msgr-details-content {
    padding: 0 0.75rem;
    position: absolute;
    top: 0;
    padding-top: 3.5rem;
    bottom: 4rem;
    width: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal; }
    .messenger .msgr-details .msgr-details-content .msgr-message {
      border: 1px solid #d9d9d9;
      margin: 0.75rem 0; }
      .messenger .msgr-details .msgr-details-content .msgr-message.msgr-message-unread {
        border-color: #032a4d; }
      .messenger .msgr-details .msgr-details-content .msgr-message .msgr-message-head {
        padding: 0.25rem 0.5rem;
        background-color: #d7e7f5;
        border-bottom: 1px solid #d9d9d9;
        font-size: 0.6875rem; }
      .messenger .msgr-details .msgr-details-content .msgr-message .msgr-message-time {
        float: right;
        font-size: 0.6875rem;
        color: #59aaee; }
      .messenger .msgr-details .msgr-details-content .msgr-message .msgr-message-text {
        padding: 0.25rem 0.5rem; }
        .messenger .msgr-details .msgr-details-content .msgr-message .msgr-message-text p {
          font-size: 0.8125rem;
          margin: 0.25rem 0;
          padding: 0;
          white-space: pre-line; }
        .messenger .msgr-details .msgr-details-content .msgr-message .msgr-message-text .hint {
          font-size: 0.625rem;
          text-align: right; }
    .messenger .msgr-details .msgr-details-content .msgr-message-in {
      margin-right: 2rem; }
    .messenger .msgr-details .msgr-details-content .msgr-message-out {
      margin-left: 2rem; }
  .messenger .msgr-details .msgr-details-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.75rem;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .messenger .msgr-details .msgr-details-foot form {
      border: 1px solid #d9d9d9;
      position: relative; }
    .messenger .msgr-details .msgr-details-foot .button {
      position: absolute;
      line-height: 3rem;
      width: 5rem;
      text-align: center;
      bottom: 0;
      right: 0;
      top: 0;
      padding: 0 1rem;
      margin: 0;
      border: none;
      background-color: #ededed; }
    .messenger .msgr-details .msgr-details-foot .textarea {
      border: none;
      height: 3rem;
      padding: 0 5.5rem 0 0;
      margin: 0; }
  .messenger .msgr-details .msgr-nomessages {
    text-align: center; }

.messenger-close {
  position: absolute;
  z-index: 30;
  top: 0.25rem;
  right: 0.5rem;
  font-size: 0.75rem; }

.msgr-toggler {
  position: absolute;
  z-index: 25;
  top: 0.25rem;
  left: 0.5rem;
  font-size: 0.75rem; }
  @media screen and (min-width: 44.9em) {
    .msgr-toggler {
      display: none; } }
  .msgr-toggler:after {
    position: absolute;
    content: "";
    left: -0.5rem;
    right: -0.5rem;
    top: -0.5rem;
    bottom: -0.5rem; }

.c-uc-navbar {
  position: absolute;
  background-color: #ff1f1f;
  color: white;
  font-size: 0.5rem;
  line-height: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  top: -0.3125rem;
  right: -0.3125rem;
  min-width: 0.5rem;
  text-align: center;
  z-index: 200; }

.c-uc-inline:before {
  content: "("; }
.c-uc-inline:after {
  content: ")"; }

.c-uc-read {
  display: none; }
