@charset "UTF-8";
.media {
  padding: 15px; }

.media__head {
  float: left;
  display: block;
  padding-right: 15px; }
  .media--reverse .media__head {
    float: left;
    padding-right: 0;
    padding-left: 15px; }

.media,
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.flex-video {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 0;
  position: relative; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

/*
Theme Name: Keskuskauppakamari Arbitration
Theme URI: http://www.arbitration.fi
Author: H1
Author URI: http://h1.fi/
Description: Keskuskauppakamari Arbitration-sivuston teema.
*/
html,
body {
  height: 100%; }

body,
input,
textarea {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 150%; }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3 {
  font-family: 'Arial', 'sans-serif';
  font-weight: 300;
  color: #000;
  line-height: 1.2; }

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

h1,
.h1 {
  font-size: 22px;
  margin: 18px 0 20px 0; }

.content-text h1 {
  font-weight: bold;
  font-size: 24px; }

h2, h3 {
  margin-top: 1em; }

.yacf h1,
.yacf h2,
.yacf h3 {
  color: #4373a3; }

p {
  margin: 4px 0 8px 0; }

a {
  color: #00473b;
  text-decoration: none; }

.yacf a {
  color: #e77b32; }

.yacf a:hover,
.yacf a:visited {
  color: #d07f48; }

a:hover {
  color: #8cd600; }

a:visited {
  color: #00473b; }

.site-wrapper {
  max-width: 1400px;
  margin: auto;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0;
  border-top: 0;
  border-color: #00473b;
  border-style: solid; }

.yacf .site-wrapper {
  background: transparent none;
  border-color: #002263; }

.site-header {
  background-color: #fff;
  background-position: center top;
  height: 350px;
  position: relative; }

.yacf .site-header {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.logo-image {
  position: absolute;
  top: 0;
  z-index: 10;
  border: 0; }

.menu-toggle-wrapper {
  display: none; }

.site-navigation {
  position: absolute;
  bottom: 0;
  width: 100%; }

.site-navigation > div {
  clear: both; }

.site-navigation ul {
  list-style: none;
  text-transform: uppercase;
  font-size: 0;
  /*overflow: hidden;*/ }

.site-navigation li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #fff; }

.site-navigation .primary li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3.75px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent; }

.site-navigation .primary .current-menu-item a::after {
  border-color: transparent transparent #fff transparent; }

.site-navigation li.current-menu-item a {
  background-color: #8cd600; }
  .rgba .site-navigation li.current-menu-item a {
    background-color: rgba(140, 214, 0, 0.3); }

/*			.site-navigation li.yacf a {
				background-color: rgba( 68,119,166, 0.8 );
			}*/
.site-navigation li a,
.site-navigation li a:visited {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px; }

.site-navigation li a:hover,
.site-navigation li a:focus {
  color: #fff;
  background-color: #b4b4b4; }

.rgba .site-navigation li a:hover,
.rgba .site-navigation li a:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }

.primary {
  background-color: #00473b;
  height: 80px;
  clear: both;
  border-top: 3px solid #8cd600; }

.yacf .primary {
  background-color: #4477a6; }

.rgba .primary {
  background-color: rgba(0, 71, 59, 0.8); }

.rgba .yacf .primary {
  background-color: rgba(68, 119, 166, 0.8); }

@media all and (min-width: 900px) {
  .primary {
    display: flex;
    justify-content: space-between; } }

@media all and (min-width: 900px) {
  .primary li {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; } }

.primary li a {
  height: 80px;
  font-size: 12px; }
  @media all and (min-width: 900px) {
    .primary li a {
      flex: 1 1 auto;
      display: flex;
      align-self: center;
      justify-content: center;
      align-content: center;
      align-items: center; } }
  @media all and (min-width: 1024px) {
    .primary li a {
      padding: 0 10px;
      font-size: 13px; } }
  @media all and (min-width: 1200px) {
    .primary li a {
      font-size: 14px; } }

.somelink a {
  width: auto !important; }

.utility {
  float: right; }

.utility li a {
  background: #8cd600;
  color: white;
  display: inline-block;
  line-height: 2.2; }

.yacf .utility li a:hover {
  color: #4373a3; }

.rgba .utility li a {
  background: rgba(140, 214, 0, 0.8); }

.yacf .utility li a {
  background: none;
  font-size: 0px; }

.secondary-navigation {
  min-height: auto;
  width: 20%;
  float: left;
  margin-left: -80%; }

.secondary-navigation-links {
  list-style: none;
  text-transform: uppercase; }

.secondary-navigation-links li {
  border-bottom: 1px solid #00473b;
  border-right: 1px solid #00473b; }
  .yacf .secondary-navigation-links li {
    border-color: #002263; }

.secondary-navigation-links li.current_page_item > a {
  font-weight: bold; }

.secondary-navigation-links li a {
  color: #00473b;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  background-color: white; }
  .rgba .secondary-navigation-links li a {
    background-color: rgba(0, 71, 59, 0.1); }

.yacf .secondary-navigation-links li a {
  color: #4373a3;
  background-color: #eaeaea; }

.secondary-navigation-links li a:hover,
.secondary-navigation-links li a:focus,
.secondary-navigation .children li a:hover,
.secondary-navigation .children li a:focus {
  background-color: rgba(140, 214, 0, 0.8); }

.yacf .secondary-navigation-links li a:hover,
.yacf .secondary-navigation-links li a:focus {
  background-color: #d2d2d2; }

.secondary-navigation .children {
  list-style: none;
  margin-top: 1px; }

.secondary-navigation .children li {
  border-right: 0;
  border-bottom-color: #f0f0f0;
  border-bottom-color: rgba(0, 71, 59, 0.1); }

.secondary-navigation .children li a {
  background-color: #fff; }

.secondary-navigation .children li:last-child {
  border-bottom: 0; }

.content,
#container {
  width: 60%;
  margin-left: 20%; }

.content-text,
#content {
  margin: 0 20px; }

.content,
#container,
#sidebar {
  margin-top: 10px;
  float: left; }

#sidebar {
  width: 20%; }

.sidebar-content {
  margin-right: 20px; }

.content-text ul {
  margin-left: 30px; }

.quick-links .menu-item-link {
  display: inline-block;
  width: 80%; }

.quick-links ul {
  list-style: none; }

.quick-links li {
  margin-bottom: 5px;
  display: block;
  height: auto;
  width: 100%; }

.quick-links li a {
  color: #00473b;
  display: block;
  width: auto;
  padding: 5px 10px;
  background-color: rgba(0, 71, 59, 0.1); }

.yacf .quick-links li a {
  color: #4373a3;
  background-color: #f3f4f9; }

.quick-links li a:hover,
.quick-links li a:focus {
  background-color: rgba(0, 71, 59, 0.1); }

.yacf .quick-links li a:hover {
  background-color: #e6e8f2; }

.quick-links li a:before {
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: top;
  width: 25px;
  color: #00473b;
  content: "\f0da"; }

.quick-links .info {
  background: none; }
.yacf .quick-links li a:before {
  color: #e77b32; }

.quick-links li.calendar a:before {
  content: "\f073"; }

.quick-links li.info a:before {
  content: "\f05a"; }

.quick-links li.docs a:before {
  content: "\f0c5"; }

.quick-links li.chart a:before {
  content: "\f080"; }

.quick-links li.calc a:before {
  content: '\e600'; }

/* Language nav */
.language-list {
  position: relative;
  float: right;
  border: 1px solid rgba(140, 214, 0, 0.2); }
  .yacf .language-list {
    border-color: rgba(0, 34, 99, 0.1); }

@media screen and (max-width: 900px) {
  .language-list {
    display: none; } }
.language-list dd {
  display: inline-block; }

.language-list a {
  border-left: 1px solid rgba(140, 214, 0, 0.2);
  display: block;
  padding: 10px 15px;
  color: #fff !important;
  background-color: rgba(0, 71, 59, 0.8); }
  .yacf .language-list a {
    background-color: rgba(0, 34, 99, 0.8);
    border-color: #002263; }

.blog .language-list a[hreflang=ru],
.blog .language-list a[hreflang=sv],
.blog .language-list a[hreflang=es],
.yacf .language-list a[hreflang=ru],
.yacf .language-list a[hreflang=sv],
.yacf .language-list a[hreflang=es] {
  display: none; }

.language-list a:hover {
  background: #8cd600; }
  .yacf .language-list a:hover {
    background: #002263; }

.language-list .active a {
  background-color: rgba(140, 214, 0, 0.8);
  color: #00473b !important; }
  .yacf .language-list .active a {
    color: #002263;
    background: rgba(0, 34, 99, 0.2) !important; }

.language-list .hide {
  display: none; }

.footer {
  font-size: 14px;
  border-top: 2px solid #00473b;
  margin-top: 40px;
  padding-bottom: 80px; }

.yacf .footer {
  border-top-color: #e77b32; }

.col-1-4 {
  margin: 20px 0;
  width: 33%;
  height: 100%;
  float: left; }

.col-1-4 h2 {
  margin-top: 0; }

.col-middle {
  border-left: 1px;
  border-right: 1px;
  border-top: 0;
  border-bottom: 0;
  border-color: #00473b;
  border-style: solid; }

.yacf .col-middle {
  border-color: #e77b32; }

.col-middle ul {
  list-style: none; }

.column-content {
  margin: 0 20px; }

#searchform {
  display: block; }

.recent ul {
  list-style: none; }

.recent ul li {
  margin-bottom: 4px; }

.search-box input[type="text"],
.search-box input[type="submit"] {
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px; }

.search-box input[type="text"] {
  border: 1px solid #ccd3e0;
  width: 139px;
  height: 31px;
  padding-left: 7px;
  padding-right: 7px; }

.search-box input[type="submit"] {
  border: none;
  background-color: rgba(0, 71, 59, 0.2);
  height: 31px;
  padding: 0 15px;
  cursor: pointer;
  color: #000;
  margin-left: 4px;
  font-weight: bold;
  font-size: 13px; }
  .yacf .search-box input[type="submit"] {
    background-color: rgba(0, 34, 99, 0.2); }

.home #sharenavi {
  display: none; }

.comment-body {
  margin: 15px 0; }

/*
Featured posts on front page etc
*/
.featured {
  padding-top: 40px;
  clear: both; }

.featured h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px; }

.featured-content {
  border-top: 1px solid #00473b;
  padding: 20px 0;
  overflow: hidden; }

.featured-content img {
  float: left;
  margin-right: 20px;
  max-width: 100%; }

/* Add a lead style */
.lead {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4; }

@media screen and (max-width: 1000px) {
  .secondary-navigation,
  .content {
    margin-left: 0;
    clear: both;
    padding-top: 1em; }

  .secondary-navigation,
  .content,
  #sidebar {
    float: none;
    width: 100%; }

  .secondary-navigation-links,
  .sidebar-content {
    margin: 0 20px; }

  #sidebar {
    margin-top: 10px; }

  .search-box,
  .recent {
    text-align: center; } }
@media screen and (max-width: 700px) {
  .col-1-4 {
    width: 100%;
    text-align: center;
    padding: 0; }

  .col-middle {
    border: none; }

  ul#footerindex1,
  ul#footerindex2 {
    float: none !important;
    text-align: center;
    display: block;
    margin: auto !important; }

  .footer {
    padding-bottom: 500px; }

  .site-wrapper {
    background-position: bottom center; } }
@media screen and (max-width: 532px) {
  .featured {
    margin-top: 20px; }

  .featured h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px; }

  .featured-content img {
    float: none;
    margin-right: 0; } }
@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 300px; } }
/*
#pagenavi { width:290px;float:left }
#pagenavi li a { display:block;background:#fff url( ../../../images/navibg_line.gif ) left top no-repeat;padding:9px 10px 9px 57px; font:13px Arial,Helvetica,sans-serif; color:#999; text-decoration:none }
#pagenavi li li a { padding-left:67px }
#pagenavi li a:hover, #pagenavi li.current_page_item a { background-image:url( ../../../images/navibg_active.gif ); color:#333 }
#pagenavi li:first-child a { background-image:none }
#pagenavi li:first-child a:hover { background-image:url( ../../../images/navibg_active_noline.gif ) }
#pagenavi li.current_page_item:first-child a { background-image:url( ../../../images/navibg_active_noline.gif ) }
*/
#langnavi, #langnavi li, #pagenavi, #pagenavi li, #sharenavi, #sharenavi li, #footerindex ul, #footerindex li {
  list-style: none; }

#pagenavi {
  width: 290px;
  float: left; }

#pagenavi li a {
  display: block;
  background: #fff url(../../../images/navibg_line.gif) left top no-repeat;
  padding: 9px 10px 9px 57px;
  font: 13px Arial,Helvetica,sans-serif;
  color: #999;
  text-decoration: none; }

#pagenavi li li a {
  padding-left: 80px; }

#pagenavi li a:hover {
  background-image: url(../../../images/navibg_active.gif);
  color: #333; }

#pagenavi li.current_page_item a {
  background-image: url(../../../images/navibg_active.gif);
  color: #333; }

#pagenavi .sub-menu {
  display: none; }

#pagenavi .current_page_item .sub-menu {
  display: block; }

#pagenavi .current-menu-parent .sub-menu {
  display: block; }

#pagenavi .sub-menu li a {
  background: #fff left top no-repeat;
  color: #999; }

#pagenavi .sub-menu li a:hover {
  background-image: url(../../../images/navibg_active_noline.gif);
  color: #333; }

#pagenavi .sub-menu li.current_page_item a {
  background-image: url(../../../images/navibg_active_noline.gif);
  color: #333; }

#push {
  height: 274px;
  background: #fff; }

ul#footerindex1, ul#footerindex2 {
  float: left;
  width: 150px;
  line-height: normal; }

ul#footerindex1 {
  margin-right: 10px; }

ul#footerindex1 li, ul#footerindex2 li {
  padding: 3px 0; }

ul#footerindex1 li a, ul#footerindex2 li a {
  display: inline;
  width: auto;
  padding: 0 10px 0 0;
  background: url(../../../images/linkarrowgrey.gif) right bottom no-repeat;
  text-decoration: none;
  word-wrap: break-word; }

#sharenavi {
  margin: 25px 0 0 0; }

#sharenavi li {
  float: left; }

#sharenavi li.shareprint {
  width: 105px; }

#sharenavi li.shareemail {
  width: 180px;
  margin-right: 61px; }

#sharenavi li.sharefb {
  width: 120px; }

#sharenavi li a {
  display: block;
  background: url(../../../images/shareicon_print.gif) left top no-repeat;
  padding: 3px 0 4px 22px; }

#sharenavi li.shareemail a {
  background-image: url(../../../images/shareicon_email.gif); }

#sharenavi li.sharefb a {
  background-image: url(../../../images/shareicon_fb.gif); }

#sharenavi li.rules a {
  background-image: none;
  float: right; }

/*#langnavihint, h2, #footer h3 { color:#203d76 }*/
#langnavi a, #sharenavi a, #footer a.kklink {
  font: 11px Arial,Helvetica,sans-serif;
  color: #00473b;
  text-decoration: none; }
  .yacf #langnavi a, .yacf #sharenavi a, .yacf #footer a.kklink {
    color: #002263; }

#sharenavi a:hover, #footer a.kklink:hover, ul#footerindex1 li a:hover, ul#footerindex2 li a:hover {
  text-decoration: underline; }

.screen-reader-text {
  display: none; }

.clear {
  clear: both; }

/*
body.home #langnavi li#langnavihint { background:url( ../../../images/langnavihintbg.gif ) 0px 0px no-repeat; }
body.home #langnavi span { display:inline }
body.home #langnavi li { width:98px }
body.home #header { height:470px }
body.home #footer { background-color:transparent }
body.home #contentwrapper { display:none }
*/
.accordion-container {
  margin-bottom: -10px; }

.accordion-header {
  width: 464px;
  height: 44px;
  background: url("images/acc-item-header.png") no-repeat;
  position: relative;
  z-index: 2; }

.accordion-header h3 {
  color: #fff;
  font-size: 24px;
  float: left;
  padding-top: 10px;
  padding-left: 11px;
  padding-right: 12px; }

.accordion-header h4 {
  padding-top: 12px;
  padding-left: 41px; }

.accordion-content {
  width: 414px;
  background: #f2f4f9;
  margin-left: 12px;
  margin-top: -18px;
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 10px;
  padding-bottom: 10px; }

.accordion-content p {
  font-size: 12px;
  line-height: 20px;
  display: block;
  width: 400px;
  margin-right: 0; }

.accordion-content ol {
  font-size: 12px;
  line-height: 20px;
  display: block;
  width: 380px;
  margin-left: 20px; }

.accordion-footer, .accordion-more {
  width: 451px;
  height: 53px;
  background: url(images/acc-item-footer.png) no-repeat;
  margin-left: 12px;
  margin-top: -18px;
  position: relative;
  z-index: 3; }

.accordion-footer a, .accordion-more a {
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 27px;
  line-height: 32px; }

.accordion-more a {
  padding-left: 2px; }

.accordion-more {
  z-index: 1;
  margin-top: -4px;
  display: block; }

.accordion-footer, .accordion-content {
  display: none; }

#formcontainer {
  width: 453px; }

#formcontainer .form-element .form-header {
  width: 453px;
  height: 34px;
  background: url(images/form-header.jpg) no-repeat; }

#formcontainer .form-element .form-header h3 {
  color: #000;
  font-size: 14px;
  padding: 6px 0 0 12px;
  font-weight: normal; }

#formcontainer .form-element .form-input {
  width: 453px;
  background: #f2f4f9 no-repeat;
  margin: 1px 0px; }

#formcontainer .form-element .form-input input[type="text"] {
  width: 430px;
  line-height: 30px;
  height: 30px;
  margin: 9px;
  border: 1px solid #ccd2df; }

#formcontainer .form-element .form-input textarea {
  width: 430px;
  line-height: 30px;
  margin: 9px;
  border: 1px solid #ccd2df; }

#formcontainer .form-element .form-input input[type="checkbox"] {
  line-height: 30px;
  margin: 9px;
  border: 1px solid #ccd2df; }

#formcontainer input[type="submit"] {
  width: 73px;
  height: 34px;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  background: #ccd3e0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff; }

.mailbox {
  width: 460px;
  padding-top: 40px;
  display: none; }

.mailbox .inputfield {
  padding-bottom: 7px; }

.mailbox label {
  color: #646464;
  font-size: 13px;
  font-weight: bold;
  float: left;
  display: block;
  width: 110px;
  text-align: right;
  padding-right: 8px;
  padding-top: 0px; }

.mailbox input[type="text"] {
  width: 315px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccd2df; }

.mailbox textarea {
  width: 315px;
  line-height: 30px;
  border: 1px solid #ccd2df; }

.mailbox input[type="submit"] {
  width: 73px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  background: #ccd3e0;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #fff;
  float: right;
  margin-right: 25px; }

.inputfield-long label {
  width: 177px;
  padding-top: 3px; }

.inputfield-long input[type="text"] {
  width: 167px; }

ul.flowdiagram, ul.flowdiagram li {
  list-style: none; }

ul.flowdiagram {
  margin-left: -20px; }

ul.flowdiagram li {
  background: url(../../../images/flowbg.gif) left top no-repeat; }

ul.flowdiagram li:first-child {
  background-image: url(../../../images/flowbg_first.gif); }

ul.flowdiagram h3 {
  padding: 23px 10px 0 40px;
  color: #333;
  position: relative;
  font: 14px Arial,Helvetica,sans-serif;
  font-weight: bold;
  height: 31px; }

ul.flowdiagram h3 span {
  color: #fff;
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 24px; }

ul.flowdiagram h3 a {
  color: #333;
  text-decoration: none;
  padding-right: 16px;
  background: url(../../../images/linkarrowbluedarkgrey.gif) right bottom no-repeat; }

ul.flowdiagram h3 a {
  color: #333;
  text-decoration: none;
  padding-right: 16px;
  background: url(../../../images/linkarrowbluedarkgrey.gif) right bottom no-repeat; }

.flowitemcontent {
  padding: 0 20px 10px 40px;
  font-size: 13px;
  color: #333;
  line-height: 20px; }

.closeflowitem, .openflowitem {
  padding: 0 4px 10px 40px;
  font-size: 13px; }

.closeflowitem {
  padding: 0 4px 10px 0; }

.closeflowitem a, .openflowitem a {
  color: #999;
  text-decoration: none; }

.closeflowitem a:hover, .openflowitem a:hover {
  text-decoration: underline; }

.openflowitem a {
  margin-left: 40px; }

.openflowitem a:first-child {
  margin-left: 0; }

.closeflowitem a {
  padding-left: 10px;
  background: url(../../../images/linkarrowbluelightgreyflip.gif) left bottom no-repeat; }

.openflowitem a {
  padding-right: 16px;
  background: url(../../../images/linkarrowbluelightgrey.gif) right bottom no-repeat; }

.flowitemcontent {
  display: none; }

ul.flowdiagram li.flowitemshowing h3 a {
  background-image: url(../../../images/linkarrowbluedarkgreydown.gif); }

ul.flowdiagram li.flowitemshowing .flowitemcontent {
  display: block; }

ul.flowdiagram li.flowitemshowing .openflowitem {
  display: none; }

#DisputeCalculation {
  min-width: 500px; }

.calculation {
  font: 13px Arial,Helvetica,sans-serif;
  margin: 0 0 0 0; }

.calculation p {
  line-height: 23px; }

.calculationset {
  margin-top: 2px;
  position: relative; }

.calculation h3 {
  background: #ccd3e0;
  clear: left;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold; }

.calculation h3.error {
  color: #f00; }

.cinfo #type {
  width: 415px; }

#contentwrapper .ccontent {
  background: #f2f4f9;
  padding-top: 5px;
  margin-top: 1px;
  padding: 10px 15px; }

#contentwrapper .ccontent p {
  margin: 0 0 10px 0; }

.extrainfocolumn {
  width: 205px;
  float: right;
  clear: right;
  padding-top: 5px;
  position: absolute;
  right: 0; }

#ArbitratorInfo.ccontent {
  padding-right: 205px; }

.wide {
  width: 255px; }

.extrainfowrapper {
  background: transparent url(../../../images/extrainfobottom.gif) 5px bottom no-repeat;
  padding: 0 0 10px 0; }

.wide .extrainfowrapper {
  background-image: url(../../../images/extrainfobottom_wide.gif); }

.extrainfo {
  font: 13px/15px Arial,Helvetica,sans-serif;
  background: transparent url(../../../images/extrainfotop.gif) 5px top no-repeat;
  padding: 6px 15px 5px 25px;
  z-index: 2;
  position: relative; }

.wide .extrainfo {
  background-image: url(../../../images/extrainfotop_wide.gif); }

.extrainfo strong, .extrainfo b {
  color: #203d76; }

.citem {
  font-weight: bold;
  width: 130px;
  float: left;
  clear: left;
  padding: 6px 0;
  clear: left; }

.cvalue {
  width: 100px;
  float: left;
  text-align: right;
  padding: 6px 0; }

.cinfo {
  clear: left;
  padding: 6px 0; }

.cvalue, .cnotice {
  font-weight: bold;
  font-size: 18px;
  width: 130px; }

input.text, input.submit {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

input.text {
  width: 163px;
  padding: 8px 4px;
  border: 1px solid #ccd3e0;
  background: #fff; }

input.submit {
  margin-top: 1px;
  padding: 8px 16px 10px 12px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  border: 0px;
  color: #fff;
  background: #ccd3e0 url("../../../images/linkarrowbluedarkgrey.gif") no-repeat 98% 11px; }

.search-result-header {
  font-size: 30px;
  padding-bottom: 10px; }

.dispute-value {
  display: inline; }

.erase {
  margin-top: 1px;
  padding: 8px 16px 10px 12px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  width: 60px;
  border: 0px;
  color: #fff;
  background: #ccd3e0 url("../../../images/linkarrowbluedarkgrey.gif") no-repeat 98% 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mailbox #message {
  font-size: 12px; }

.mailbox-se .sender_label {
  width: 119px; }

.mailbox-se #name {
  width: 306px; }

.mailbox-es .sender_label {
  width: 135px; }

.mailbox-es #name {
  width: 290px; }

.mailbox-ru .sender_label {
  width: 135px; }

.mailbox-ru #name {
  width: 290px; }

§
#DisputeForm .extrainfocolumn {
  display: none; }

#content a, #content a img {
  border: 0px solid #fff; }

/* ../../../images */
/* ../../../Images */
.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2; }

.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  min-height: 300px; }

.entry-utility {
  clear: both; }

@media print {
  body {
    background: #fff !important; }

  p, a, h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    text-shadow: none !important; }

  #background, #sidebar, #pagenavi {
    display: none; }

  #footer {
    display: block !important; } }
/* END print media */
/*

Mobile navigation breakpoint

*/
@media screen and (max-width: 900px) {
  .content-wrapper {
    clear: both;
    overflow: hidden; }

  .site-header {
    background: none !important;
    height: auto;
    position: relative; }

  .logo-image {
    position: relative;
    top: auto;
    z-index: 10;
    margin-bottom: 0;
    max-height: 109px;
    width: auto;
    float: left; }

  .menu-toggle-wrapper {
    display: block;
    width: 29%;
    float: right;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .menu-toggle-wrapper a {
    color: #002263;
    display: block;
    float: left;
    font-weight: bold;
    width: 50%;
    padding: 0.5em;
    line-height: 33px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .menu-toggle-wrapper a.js-toggled {
    background: #002263;
    color: white; }

  .site-navigation {
    position: static;
    bottom: auto;
    display: none;
    clear: both; }

  #main-navigation:target {
    display: block; }

  .site-navigation li {
    display: block;
    text-align: center;
    border-right: none; }

  .site-navigation .primary li::after {
    display: none; }

  .site-navigation .primary .current-menu-item::after {
    border-color: transparent transparent #fff transparent; }

  .site-navigation li a {
    display: block; }

  .primary {
    height: auto;
    border-top: 1px solid #fff; }

  .primary li a {
    width: 100%;
    height: auto;
    line-height: 2.2; }

  .utility {
    float: none; }

  .utility li a {
    display: block; }

  .utility li a:hover,
  .utility li a:focus,
  .utility li a:active {
    background: #D59D00; }

  #lang_sel {
    height: auto;
    float: none;
    width: 100%;
    display: none;
    clear: both; }

  #lang_sel:target {
    display: block; }

  #lang_sel ul ul {
    width: 100%; }

  #lang_sel li {
    float: none;
    width: 100%; }

  #lang_sel a, #lang_sel a:visited {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.2;
    background-color: #002263;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px; }

  /* hide the sub levels and give them a positon absolute so that they take up no room */
  #lang_sel ul ul {
    visibility: visible;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    border-top: none; }

  /* style the second level links */
  #lang_sel ul ul a, #lang_sel ul ul a:visited {
    height: auto;
    line-height: 2.2;
    border-width: 0 1px 1px 1px; } }
@media screen and (max-width: 470px) {
  .menu-toggle-wrapper {
    float: none;
    width: 100%; } }
@media all and (min-width: 901px) {
  .logo-image {
    max-height: 267px; } }
.menu-toggle-wrapper a {
  display: inline-block; }

/**
 * Newsfeed
 */
.newsfeed {
  padding-left: 10px;
  margin-top: 58px; }

.newsfeed__heading {
  margin-bottom: 6px; }

.newsfeed-list {
  margin-left: 20px; }

.feeds-wrap {
  overflow: hidden; }
  @media all and (min-width: 1000px) {
    .feeds-wrap {
      width: 80%;
      margin-left: 20%; } }

.feeds-item {
  box-sizing: border-box;
  margin: 0 20px; }
  .feeds-item img {
    max-height: 50px;
    width: auto; }
  @media all and (min-width: 700px) {
    .feeds-item {
      width: 27%;
      float: left; } }
  .feeds-item .media {
    padding: 7.5px 0; }

.feeds-item__heading {
  padding-bottom: 7.5px; }

.feeds-item__link {
  display: block;
  color: #00473b; }
  .feeds-item__link:visited {
    color: #00473b; }

.feeds-item__date {
  font-size: 12px; }

.block-float {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  padding: 0 10px;
  word-wrap: break-word; }
  .block-float img {
    max-width: 100%;
    height: auto; }

.board-block {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 14px; }
  .board-block img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media all and (min-width: 700px) {
    .board-block {
      width: 23%; } }

.home .content-text {
  border-bottom: 1px solid #00473b; }
.home .footer iframe {
  display: none; }

.somelink {
  font-family: 'icomoon'; }

.primary .somelink {
  border-right: 0; }
  .primary .somelink a {
    color: #cca549 !important; }

.row {
  clear: both; }
  .row .col-1-3 {
    margin: 20px 0;
    width: 25%;
    height: 100%;
    float: left; }
    .row .col-1-3 .column-content {
      margin: 0 20px; }
    @media screen and (max-width: 700px) {
      .row .col-1-3 .col-1-3 {
        width: 100%;
        text-align: center;
        padding: 0; } }

.accordion-toggle {
  cursor: pointer; }

.accordion-content-inner {
  display: none; }
  .accordion-content-inner.default {
    display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?cdrny1");
  src: url("../../fonts/icomoon.eot?#iefixcdrny1") format("embedded-opentype"), url("../../fonts/icomoon.woff?cdrny1") format("woff"), url("../../fonts/icomoon.ttf?cdrny1") format("truetype"), url("../../fonts/icomoon.svg?cdrny1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-twitter:before {
  content: "\f099"; }

/*# sourceMappingURL=app.css.map */
