@font-face {
  font-family: "Roboto";
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/Roboto-Thin.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 200;
  font-style: italic;
  src: url(../fonts/Roboto-ThinItalic.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Roboto-Light.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Roboto-LightItalic.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Roboto-Italic.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto-Medium.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/Roboto-MediumItalic.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.ttf); }

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto-Black.ttf); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3clv0r");
  src: url("../fonts/icomoon.eot?3clv0r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3clv0r") format("truetype"), url("../fonts/icomoon.woff?3clv0r") format("woff"), url("../fonts/icomoon.svg?3clv0r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

body {
  font-size: 10px;
  font-family: Roboto, "Open Sans", Arial, sans-serif;
  background-color: #eee; }
  body.firefox_device .floating_tri {
    display: none !important; }

main {
  display: block; }

button,
input,
select,
textarea {
  font-family: Roboto, "Open Sans", Arial, sans-serif; }

p, a, li, th, td, dt, dd {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    p, a, li, th, td, dt, dd {
      font-size: 14px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    p, a, li, th, td, dt, dd {
      font-size: 15px; } }
  @media screen and (min-width: 1209px) {
    p, a, li, th, td, dt, dd {
      font-size: 16px; } }
  @media print {
    p, a, li, th, td, dt, dd {
      font-size: 15px; } }

p {
  line-height: 1.4em; }

a {
  text-decoration: none;
  color: #1b5978; }

strong {
  font-weight: 500;
  color: #1b5978; }

h1, h2, h3, h4, h5, h6 {
  margin-top: .35em;
  line-height: 1.3em; }

h1 {
  font-size: 30px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h1 {
      font-size: 34px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h1 {
      font-size: 37px; } }
  @media screen and (min-width: 1209px) {
    h1 {
      font-size: 40px; } }
  @media print {
    h1 {
      font-size: 25px; } }

h2 {
  font-size: 26px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h2 {
      font-size: 24px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h2 {
      font-size: 26px; } }
  @media screen and (min-width: 1209px) {
    h2 {
      font-size: 28px; } }
  @media print {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 23px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h3 {
      font-size: 19px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h3 {
      font-size: 21px; } }
  @media screen and (min-width: 1209px) {
    h3 {
      font-size: 23px; } }
  @media print {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h4 {
      font-size: 16px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h4 {
      font-size: 18px; } }
  @media screen and (min-width: 1209px) {
    h4 {
      font-size: 20px; } }
  @media print {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 16px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h5 {
      font-size: 14px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h5 {
      font-size: 15px; } }
  @media screen and (min-width: 1209px) {
    h5 {
      font-size: 16px; } }
  @media print {
    h5 {
      font-size: 15px; } }

h6 {
  font-size: 15px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    h6 {
      font-size: 11px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    h6 {
      font-size: 12px; } }
  @media screen and (min-width: 1209px) {
    h6 {
      font-size: 13px; } }
  @media print {
    h6 {
      font-size: 15px; } }

img {
  max-width: 100%; }

.SiteLayout {
  background-color: #fff;
  width: 100%;
  /* User styles */
  /* /PREVIOS */ }
  .SiteLayout .cms_edit_panel a {
    font-size: 13px; }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .SiteLayout .cms_edit_panel a {
        font-size: 11px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .SiteLayout .cms_edit_panel a {
        font-size: 13px; } }
    @media screen and (min-width: 1209px) {
      .SiteLayout .cms_edit_panel a {
        font-size: 13px; } }
    @media print {
      .SiteLayout .cms_edit_panel a {
        font-size: 10px; } }
  @media screen and (min-width: 1209px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block:not(.wide):not(.home_section):not(.LoginBlockView):not(.EditionsMap):not(.NewsListingLayout) {
      width: 1159px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block:not(.wide):not(.home_section):not(.LoginBlockView):not(.EditionsMap):not(.NewsListingLayout) {
      width: 929px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block:not(.wide):not(.home_section):not(.LoginBlockView):not(.EditionsMap):not(.NewsListingLayout) {
      width: 713px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 762px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block:not(.wide):not(.home_section):not(.LoginBlockView):not(.EditionsMap):not(.NewsListingLayout) {
      width: auto; } }
  @media screen and (max-width: 762px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block:not(.wide):not(.home_section):not(.LoginBlockView):not(.EditionsMap):not(.NewsListingLayout) {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 762px) {
    .SiteLayout:not(.NewsLayout) .main_blocks > .block.wide > .blocks_list > .block {
      padding-left: 20px;
      padding-right: 20px; } }
  .SiteLayout:not(.HomePageLayout) .home_link > .site_title_text {
    display: none; }
  .SiteLayout:not(.HomePageLayout) .site_header_wrapper {
    position: relative; }
    .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_header_wrapper_overlay_background {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_header_wrapper_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .SiteLayout:not(.HomePageLayout) .site_header_wrapper .header_roca_link {
      position: absolute;
      bottom: 20px;
      right: 50px;
      display: inline-block; }
      @media screen and (max-width: 762px) {
        .SiteLayout:not(.HomePageLayout) .site_header_wrapper .header_roca_link {
          display: none; } }
      .SiteLayout:not(.HomePageLayout) .site_header_wrapper .header_roca_link img {
        max-height: 50px;
        width: auto;
        display: block; }
    .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title {
      margin: 0; }
      @media screen and (min-width: 1209px) {
        .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title {
          width: 700px;
          max-width: 70%;
          height: 160px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title {
          width: 700px;
          max-width: 70%;
          height: 160px; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title {
          width: 700px;
          max-width: 70%;
          height: 160px; } }
      @media screen and (max-width: 762px) {
        .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title {
          height: 70px;
          width: 80%; } }
      .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title .home_link {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        @media screen and (min-width: 1209px) {
          .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title .home_link {
            height: 160px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title .home_link {
            height: 160px; } }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title .home_link {
            height: 160px; } }
        @media screen and (max-width: 762px) {
          .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title .home_link {
            height: 70px; } }
      .SiteLayout:not(.HomePageLayout) .site_header_wrapper .site_title img {
        opacity: 0;
        display: none; }
  .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 762px) {
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper {
        text-align: center; } }
    @media screen and (max-width: 762px) {
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector {
        padding-top: 10px;
        margin-bottom: 20px;
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin: 0; } }
    @media screen and (min-width: 1209px) {
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector {
        position: absolute;
        top: 20px;
        right: 50px;
        list-style-type: none;
        padding: 0;
        margin: 0; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector {
        position: absolute;
        top: 20px;
        right: 50px;
        list-style-type: none;
        padding: 0;
        margin: 0; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector {
        position: absolute;
        top: 20px;
        right: 50px;
        list-style-type: none;
        padding: 0;
        margin: 0; } }
    .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector > li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector > li + li {
        margin-left: 10px;
        padding-left: 10px; }
        .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector > li + li:after {
          content: "";
          display: block;
          content: "|";
          color: #ccc;
          position: absolute;
          left: 0;
          top: 0; }
      .SiteLayout:not(.HomePageLayout) .portuguese_language_selector_wrapper .portuguese_language_selector > li > strong > a {
        font-weight: 600; }
  .SiteLayout > .messages {
    position: fixed;
    z-index: 1001; }
    @media screen and (max-width: 762px) {
      .SiteLayout > .messages {
        top: 0;
        left: 0;
        width: 100%; } }
    @media screen and (min-width: 1209px) {
      .SiteLayout > .messages {
        bottom: 0;
        right: 0;
        width: 359px; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .SiteLayout > .messages {
        bottom: 0;
        right: 0;
        width: 297px; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .SiteLayout > .messages {
        bottom: 0;
        right: 0;
        width: 225px; } }
    .SiteLayout > .messages > .NoticesBox {
      width: 100%;
      margin: 0 auto;
      display: block;
      background: #1b5978;
      opacity: 0.8;
      color: #fff;
      font-size: 1.3em;
      font-weight: 600;
      text-align: center;
      padding: .5em 0;
      position: relative;
      border-bottom: 1px solid #174455; }
      @media screen and (min-width: 1209px) {
        .SiteLayout > .messages > .NoticesBox {
          -webkit-border-radius: 10px 0 0 0;
          -moz-border-radius: 10px 0 0 0;
          -ms-border-radius: 10px 0 0 0;
          -o-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout > .messages > .NoticesBox {
          -webkit-border-radius: 10px 0 0 0;
          -moz-border-radius: 10px 0 0 0;
          -ms-border-radius: 10px 0 0 0;
          -o-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout > .messages > .NoticesBox {
          -webkit-border-radius: 10px 0 0 0;
          -moz-border-radius: 10px 0 0 0;
          -ms-border-radius: 10px 0 0 0;
          -o-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0; } }
      .SiteLayout > .messages > .NoticesBox .block {
        position: relative; }
        .SiteLayout > .messages > .NoticesBox .block p {
          font-weight: 400;
          padding-right: 2em;
          padding-left: 2em;
          font-size: 13px; }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout > .messages > .NoticesBox .block p {
              font-size: 11px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout > .messages > .NoticesBox .block p {
              font-size: 13px; } }
          @media screen and (min-width: 1209px) {
            .SiteLayout > .messages > .NoticesBox .block p {
              font-size: 13px; } }
          @media print {
            .SiteLayout > .messages > .NoticesBox .block p {
              font-size: 10px; } }
          .SiteLayout > .messages > .NoticesBox .block p a {
            font-size: 13px; }
            @media screen and (min-width: 763px) and (max-width: 978px) {
              .SiteLayout > .messages > .NoticesBox .block p a {
                font-size: 11px; } }
            @media screen and (min-width: 979px) and (max-width: 1208px) {
              .SiteLayout > .messages > .NoticesBox .block p a {
                font-size: 13px; } }
            @media screen and (min-width: 1209px) {
              .SiteLayout > .messages > .NoticesBox .block p a {
                font-size: 13px; } }
            @media print {
              .SiteLayout > .messages > .NoticesBox .block p a {
                font-size: 10px; } }
        .SiteLayout > .messages > .NoticesBox .block button {
          position: absolute;
          right: .2em;
          top: 0;
          background-color: #1b5978;
          padding: .2em .4em;
          border: none;
          color: white;
          cursor: pointer;
          font-size: 1.4em;
          margin-top: .5em; }
  .SiteLayout > .site_header_wrapper {
    top: 0;
    left: 0;
    width: 100%;
    /*background-image: url(/5176.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    height: 16em; }
    @media screen and (max-width: 762px) {
      .SiteLayout > .site_header_wrapper {
        height: auto; } }
    .SiteLayout > .site_header_wrapper > header.site_header {
      position: relative; }
      @media screen and (max-width: 762px) {
        .SiteLayout > .site_header_wrapper > header.site_header {
          padding-left: 20px; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout > .site_header_wrapper > header.site_header {
          text-align: center; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout > .site_header_wrapper > header.site_header {
          text-align: center; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout > .site_header_wrapper > header.site_header {
          text-align: center; } }
      .SiteLayout > .site_header_wrapper > header.site_header .identity {
        display: none; }
      .SiteLayout > .site_header_wrapper > header.site_header > .site_title {
        margin-top: 0;
        z-index: 993;
        position: relative;
        display: inline-block; }
        .SiteLayout > .site_header_wrapper > header.site_header > .site_title > a {
          color: #fff;
          text-transform: uppercase;
          position: static !important; }
          .SiteLayout > .site_header_wrapper > header.site_header > .site_title > a > img {
            max-width: 100%;
            max-height: none;
            width: auto;
            max-height: 160px; }
            @media screen and (max-width: 762px) {
              .SiteLayout > .site_header_wrapper > header.site_header > .site_title > a > img {
                max-width: 80%; } }
      .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container {
        position: absolute;
        right: 0;
        top: 1.5em;
        z-index: 997;
        width: 100%; }
        .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button {
          background: transparent;
          border: none;
          outline: none;
          cursor: pointer;
          z-index: 999;
          padding: 0;
          position: fixed;
          top: 1em;
          right: 20px; }
          @media screen and (min-width: 1209px) {
            .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button {
              right: 50px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button {
              right: 50px; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button {
              right: 50px; } }
          .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button[data-menu-state="expanded"] > span:before {
            color: #174455;
            content: "\e905";
            text-shadow: none; }
          .SiteLayout > .site_header_wrapper > header.site_header > .buttons_container > button[data-menu-state="expanded"] > span:hover:before {
            color: #f3f3f3;
            text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); }
  .SiteLayout > .site_navigation_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 994; }
    .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] {
      visibility: visible; }
      @media screen and (max-width: 762px) {
        .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper {
          opacity: 1; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper {
          transform: none; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper {
          transform: none; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper {
          transform: none; } }
      .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper > canvas.menu_canvas {
        visibility: visible; }
      .SiteLayout > .site_navigation_overlay[data-menu-state="expanded"] > .site_navigation_wrapper > .site_navigation_menu > ul.menu {
        visibility: visible; }
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      overflow: visible;
      visibility: hidden; }
      @media screen and (max-width: 762px) {
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper {
          opacity: 0; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper {
          padding-right: 30px;
          transform-origin: right;
          transform: translate(100%, 0) rotate(90deg); } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper {
          padding-right: 30px;
          transform-origin: right;
          transform: translate(100%, 0) rotate(90deg); } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper {
          padding-right: 30px;
          transform-origin: right;
          transform: translate(100%, 0) rotate(90deg); } }
      .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .triangle_menu {
        left: 0;
        background-color: #fff;
        position: absolute;
        width: 100%;
        display: none; }
        @media screen and (max-width: 762px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .triangle_menu {
            height: 100%;
            top: 0; } }
        @media screen and (min-width: 1209px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .triangle_menu {
            height: 300%;
            top: 0;
            top: -260%;
            transform: skew(0deg, 31deg);
            -webkit-transform: skew(0deg, 31deg);
            -moz-transform: skew(0deg, 31deg);
            -ms-transform: skew(0deg, 31deg);
            -o-transform: skew(0deg, 31deg); } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .triangle_menu {
            height: 300%;
            top: 0;
            top: -260%;
            transform: skew(0deg, 31deg);
            -webkit-transform: skew(0deg, 31deg);
            -moz-transform: skew(0deg, 31deg);
            -ms-transform: skew(0deg, 31deg);
            -o-transform: skew(0deg, 31deg); } }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .triangle_menu {
            height: 300%;
            top: 0;
            top: -260%;
            transform: skew(0deg, 31deg);
            -webkit-transform: skew(0deg, 31deg);
            -moz-transform: skew(0deg, 31deg);
            -ms-transform: skew(0deg, 31deg);
            -o-transform: skew(0deg, 31deg); } }
      .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > canvas.menu_canvas {
        position: absolute;
        top: 0;
        right: 0;
        opacity: .85; }
        @media screen and (max-width: 762px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > canvas.menu_canvas {
            height: 150%; } }
      .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
        padding-right: 4em;
        padding-left: 4em;
        padding-top: 2em;
        position: relative;
        visibility: hidden; }
        @media screen and (max-width: 762px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
            padding-bottom: 6em; } }
        @media screen and (min-width: 1209px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
            width: 400px;
            padding-left: calc(4em + 19px);
            height: 100%;
            margin-right: 0;
            margin-left: auto; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
            width: 316px;
            padding-left: calc(4em + 19px);
            height: 100%;
            margin-right: 0;
            margin-left: auto; } }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
            width: 244px;
            padding-left: calc(4em + 19px);
            height: 100%;
            margin-right: 0;
            margin-left: auto; } }
        @media screen and (min-width: 1209px) {
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu {
            padding-left: calc(4em + 41px); } }
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector {
          list-style-type: none;
          margin: 0;
          padding-left: 0;
          padding-bottom: 2em;
          display: none; }
          @media screen and (min-width: 1209px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector {
              padding-bottom: 6em; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector {
              padding-bottom: 6em; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector {
              padding-bottom: 6em; } }
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li {
            display: inline-block; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a {
              color: #707070;
              text-transform: uppercase;
              font-weight: 400; }
              @media screen and (max-width: 762px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a {
                  font-size: 14px; } }
  @media screen and (max-width: 762px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a {
      font-size: 11px; } }
  @media screen and (max-width: 762px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a {
      font-size: 13px; } }
  @media screen and (max-width: 762px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a {
      font-size: 14px; } }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > a:hover {
                color: #fff; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a {
              color: #434343;
              text-decoration: underline;
              text-transform: uppercase;
              font-weight: 500; }
              @media screen and (max-width: 762px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a {
                  font-size: 14px; } }
  @media screen and (max-width: 762px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a {
      font-size: 11px; } }
  @media screen and (max-width: 762px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a {
      font-size: 13px; } }
  @media screen and (max-width: 762px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a {
      font-size: 14px; } }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li > strong > a:hover {
                color: #fff; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.language_selector > li + li {
              margin-left: 1em; }
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu {
          list-style-type: none;
          margin: 0;
          padding-left: 0; }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu {
              padding-top: 4em; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu {
              padding-top: 4em; } }
          @media screen and (min-width: 1209px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu {
              padding-top: 8em; } }
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li {
            margin-bottom: 1em; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
              color: #fff;
              display: inline-block;
              text-transform: uppercase; }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a.no_clickable {
                cursor: default; }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a:not(.no_clickable):not(.ios_device) {
                transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -ms-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out; }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a:not(.no_clickable):not(.ios_device):after {
                content: '';
                display: block;
                height: 2px;
                width: 0;
                background-color: #fff;
                transition: width .5s ease, background-color .2s ease-in-out;
                -webkit-transition: width .5s ease, background-color .2s ease-in-out;
                -moz-transition: all  width .5s ease, background-color .2s ease-in-out;
                -ms-transition: all  width .5s ease, background-color .2s ease-in-out;
                -o-transition: all  width .5s ease, background-color .2s ease-in-out; }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a:not(.no_clickable):not(.ios_device):hover:after {
                width: 60%;
                background-color: #174455; }
              @media screen and (max-width: 762px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
                  font-size: 14px; } }
  @media screen and (max-width: 762px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 11px; } }
  @media screen and (max-width: 762px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 13px; } }
  @media screen and (max-width: 762px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 14px; } }
              @media screen and (min-width: 1209px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
                  font-size: 16px; } }
  @media screen and (min-width: 1209px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 14px; } }
  @media screen and (min-width: 1209px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 15px; } }
  @media screen and (min-width: 1209px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 16px; } }
              @media screen and (min-width: 979px) and (max-width: 1208px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
                  font-size: 16px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 14px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 15px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 16px; } }
              @media screen and (min-width: 763px) and (max-width: 978px) {
                .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
                  font-size: 16px; } }
  @media screen and (min-width: 763px) and (max-width: 978px) and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 14px; } }
  @media screen and (min-width: 763px) and (max-width: 978px) and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 15px; } }
  @media screen and (min-width: 763px) and (max-width: 978px) and (min-width: 1209px) {
    .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a {
      font-size: 16px; } }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a:not(.no_clickable):not(.ios_device):hover, .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a:not(.no_clickable):not(.ios_device):hover > strong {
                color: #174455; }
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li a > strong {
                font-weight: 600;
                color: #fff; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li > a, .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li > strong > a {
              font-weight: 600; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > ul.menu > li > ul {
              list-style-type: none;
              margin: 0;
              padding-left: .5em;
              margin-top: .5em;
              margin-bottom: 2em; }
        .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity {
          position: absolute;
          display: none; }
          @media screen and (max-width: 762px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity {
              bottom: 6em; } }
          @media screen and (min-width: 1209px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity {
              top: 20px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity {
              top: 20px; } }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity {
              top: 20px; } }
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > .user_label {
            font-size: 14px;
            display: inline-block;
            padding-right: .5em;
            font-weight: 500; }
            @media screen and (min-width: 763px) and (max-width: 978px) {
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > .user_label {
                font-size: 11px; } }
            @media screen and (min-width: 979px) and (max-width: 1208px) {
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > .user_label {
                font-size: 13px; } }
            @media screen and (min-width: 1209px) {
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > .user_label {
                font-size: 14px; } }
            @media print {
              .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > .user_label {
                font-size: 10px; } }
          .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > form {
            display: inline-block; }
            .SiteLayout > .site_navigation_overlay > .site_navigation_wrapper > .site_navigation_menu > .identity > div.box > form > button {
              font-weight: bold;
              color: #FFF;
              background-color: #1b5978;
              border: none;
              padding: .2em .5em;
              outline: none;
              font-size: 1em;
              cursor: pointer;
              font-weight: 600; }
  .SiteLayout > footer.site_footer .vcard {
    display: none; }
  .SiteLayout > footer.site_footer > .site_footer_blocks > .block > .blocks_list {
    margin-right: 50px;
    margin-left: 50px; }
    @media screen and (max-width: 762px) {
      .SiteLayout > footer.site_footer > .site_footer_blocks > .block > .blocks_list {
        margin-left: 20px;
        margin-right: 20px; } }
  @media screen and (min-width: 1209px) {
    .SiteLayout > footer.site_footer > .site_footer_blocks #footer_top > .blocks_list {
      width: 1159px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .SiteLayout > footer.site_footer > .site_footer_blocks #footer_top > .blocks_list {
      width: 929px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .SiteLayout > footer.site_footer > .site_footer_blocks #footer_top > .blocks_list {
      width: 713px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 762px) {
    .SiteLayout > footer.site_footer > .site_footer_blocks #footer_top > .blocks_list {
      width: auto; } }
  @media screen and (max-width: 762px) {
    .SiteLayout > footer.site_footer > .site_footer_blocks #footer_top > .blocks_list {
      padding-left: 20px;
      padding-right: 20px; } }
  .SiteLayout .ContainerBlockView, .SiteLayout .page_top_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .SiteLayout .page_top_banner {
    position: relative; }
    @media screen and (max-width: 762px) {
      .SiteLayout .page_top_banner {
        height: 20em; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      .SiteLayout .page_top_banner {
        height: 20em; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      .SiteLayout .page_top_banner {
        height: 30em; } }
    @media screen and (min-width: 1209px) {
      .SiteLayout .page_top_banner {
        height: 40em; } }
    .SiteLayout .page_top_banner > div.page_top_banner_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
      position: relative; }
      @media screen and (max-width: 762px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          height: 20em;
          margin-right: 20px;
          margin-left: 20px; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          margin-right: 50px;
          margin-left: 50px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          margin-right: 50px;
          margin-left: 50px; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          margin-right: 50px;
          margin-left: 50px; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          height: 20em; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          height: 30em; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout .page_top_banner > div.top_banner_logo_wrapper {
          height: 40em; } }
      .SiteLayout .page_top_banner > div.top_banner_logo_wrapper > div.roca_logo {
        display: inline-block;
        position: absolute;
        bottom: 3em;
        right: 0; }
  .SiteLayout.oddc-about_roddc_page .main_heading {
    display: none; }
  .SiteLayout:not(.EditionLayout):not(.ContestLayout):not(.oddc-news_page):not(.oddc-about_roddc_page) .main_article {
    padding-bottom: 6em; }
  .SiteLayout:not(.oddc-news_page):not(.NewsLayout) .main_article > .main_heading {
    text-align: center; }
  .SiteLayout .main_article {
    /* PREVIOS */ }
    .SiteLayout .main_article > .main_heading {
      text-transform: uppercase;
      margin-top: 1em;
      font-weight: 300;
      color: #1b5978; }
      @media screen and (min-width: 1209px) {
        .SiteLayout .main_article > .main_heading {
          width: 1159px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .main_article > .main_heading {
          width: 929px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .main_article > .main_heading {
          width: 713px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 762px) {
        .SiteLayout .main_article > .main_heading {
          width: auto; } }
      @media screen and (max-width: 762px) {
        .SiteLayout .main_article > .main_heading {
          margin-left: 20px;
          margin-right: 20px; } }
    .SiteLayout .main_article .heading {
      font-weight: 400;
      text-transform: uppercase; }
    .SiteLayout .main_article .main_content .text_container ul {
      margin: 0 0 1.5em 0;
      padding: 0; }
      .SiteLayout .main_article .main_content .text_container ul li {
        list-style-type: none;
        background-image: url(/li_4680.png);
        background-repeat: no-repeat;
        background-position: 0 .5em;
        margin: 0 0 0 1em;
        padding: 0 0 0 1em;
        position: relative; }
        .SiteLayout .main_article .main_content .text_container ul li:before {
          content: "";
          color: #666;
          position: absolute;
          left: 0;
          top: -0.15em; }
        .SiteLayout .main_article .main_content .text_container ul li + li {
          margin-top: 0.8em; }
    .SiteLayout .main_article .main_content li + li {
      margin-top: .6em; }
    .SiteLayout .main_article .main_content p + ul + p {
      margin-top: 3em; }
    .SiteLayout .main_article .main_content h1, .SiteLayout .main_article .main_content h2, .SiteLayout .main_article .main_content h3, .SiteLayout .main_article .main_content h4, .SiteLayout .main_article .main_content h5 {
      margin-top: .35em;
      line-height: 1.3em; }
    .SiteLayout .main_article .main_content button {
      font-size: 16px;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 400;
      background-color: transparent;
      padding: .5em 1em .5em;
      margin: 0;
      color: #1b5978;
      border: 1px solid #1b5978;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -ms-user-select: none;
      transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out; }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .main_article .main_content button {
          font-size: 14px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .main_article .main_content button {
          font-size: 15px; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout .main_article .main_content button {
          font-size: 16px; } }
      @media print {
        .SiteLayout .main_article .main_content button {
          font-size: 15px; } }
      .SiteLayout .main_article .main_content button:hover {
        background-color: #1b5978;
        color: #fff; }
      .SiteLayout .main_article .main_content button + button {
        margin-left: 10px; }
      .SiteLayout .main_article .main_content button.careful {
        color: #C20000;
        border-color: #C20000; }
        .SiteLayout .main_article .main_content button.careful:hover {
          color: #FFF;
          background-color: #C20000; }
      .SiteLayout .main_article .main_content button:disabled, .SiteLayout .main_article .main_content button:disabled:hover {
        opacity: 0.5;
        cursor: default; }
    .SiteLayout .main_article .main_content form.sign_up_form fieldset.profile legend:first-child {
      /*visibility: hidden;*/
      /*height: 0;*/
      /*overflow: hidden;*/ }
    .SiteLayout .main_article .main_content form fieldset {
      border: none;
      padding: 0;
      margin-left: 0; }
      .SiteLayout .main_article .main_content form fieldset + fieldset {
        margin-top: 50px; }
      .SiteLayout .main_article .main_content form fieldset legend {
        color: #1b5978;
        font-size: 18px;
        padding: 0;
        line-height: 1.3; }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .SiteLayout .main_article .main_content form fieldset legend {
            font-size: 16px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .SiteLayout .main_article .main_content form fieldset legend {
            font-size: 17px; } }
        @media screen and (min-width: 1209px) {
          .SiteLayout .main_article .main_content form fieldset legend {
            font-size: 18px; } }
        @media print {
          .SiteLayout .main_article .main_content form fieldset legend {
            font-size: 17px; } }
      .SiteLayout .main_article .main_content form fieldset .fieldset_fields {
        margin-top: 20px; }
    .SiteLayout .main_article .main_content form .field + .field {
      margin-top: 3em; }
    .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label {
      vertical-align: baseline; }
      @media screen and (min-width: 1209px) {
        .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label {
          display: inline-block;
          vertical-align: top;
          width: 259px; }
          .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label + * {
            margin-left: 41px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label {
          display: inline-block;
          vertical-align: top;
          width: 218px; }
          .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label + * {
            margin-left: 19px; } }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label {
          display: inline-block;
          vertical-align: top;
          width: 164px; }
          .SiteLayout .main_article .main_content form .field:not(.receiving_information_agreement_field):not(.privacy_policy_agreement_field) .field_label + * {
            margin-left: 19px; } }
    .SiteLayout .main_article .main_content form .field.receiving_information_agreement_field .field_label, .SiteLayout .main_article .main_content form .field.privacy_policy_agreement_field .field_label {
      width: 90%;
      width: calc(100% - 20px);
      vertical-align: top;
      font-weight: 300; }
    .SiteLayout .main_article .main_content form .field .field_label {
      font-size: 16px;
      color: #333;
      display: inline-block; }
      @media screen and (min-width: 763px) and (max-width: 978px) {
        .SiteLayout .main_article .main_content form .field .field_label {
          font-size: 14px; } }
      @media screen and (min-width: 979px) and (max-width: 1208px) {
        .SiteLayout .main_article .main_content form .field .field_label {
          font-size: 15px; } }
      @media screen and (min-width: 1209px) {
        .SiteLayout .main_article .main_content form .field .field_label {
          font-size: 16px; } }
      @media print {
        .SiteLayout .main_article .main_content form .field .field_label {
          font-size: 15px; } }
    .SiteLayout .main_article .main_content form .field .explanation {
      font-size: 1.2em;
      color: #AAAAAA; }
    .SiteLayout .main_article .main_content form .field span.ValueDisplay {
      font-size: 1.5em; }
    .SiteLayout .main_article .main_content form .field select {
      font-size: 1.5em; }
    .SiteLayout .main_article .main_content form .field input[type=radio],
    .SiteLayout .main_article .main_content form .field input[type=checkbox] {
      margin: 0 5px 0 0; }
    .SiteLayout .main_article .main_content form .field .CheckList {
      display: inline-block;
      vertical-align: middle; }
    .SiteLayout .main_article .main_content form .field .MoneyBox {
      display: inline-block; }
      .SiteLayout .main_article .main_content form .field .MoneyBox span {
        font-size: 1.5em;
        margin-left: 0.2em; }
    .SiteLayout .main_article .main_content form .field .field_instance-AsyncFileUploader label {
      vertical-align: top; }
    .SiteLayout .main_article .main_content form .field .FileUpload {
      display: inline-block; }
      .SiteLayout .main_article .main_content form .field .FileUpload .upload_info {
        margin-bottom: 0.3em; }
        .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .file_name_label {
          font-size: 14px;
          display: inline; }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .file_name_label {
              font-size: 11px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .file_name_label {
              font-size: 13px; } }
          @media screen and (min-width: 1209px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .file_name_label {
              font-size: 14px; } }
          @media print {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .file_name_label {
              font-size: 10px; } }
        .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .type_label {
          display: none; }
        .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .size_label {
          color: #999;
          font-style: italic;
          display: inline;
          margin-left: 0.5em;
          font-size: 14px; }
          @media screen and (min-width: 763px) and (max-width: 978px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .size_label {
              font-size: 11px; } }
          @media screen and (min-width: 979px) and (max-width: 1208px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .size_label {
              font-size: 13px; } }
          @media screen and (min-width: 1209px) {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .size_label {
              font-size: 14px; } }
          @media print {
            .SiteLayout .main_article .main_content form .field .FileUpload .upload_info .size_label {
              font-size: 10px; } }
      .SiteLayout .main_article .main_content form .field .FileUpload .button {
        color: #1b5978;
        display: inline-block;
        font-size: 1.5em;
        text-decoration: underline; }
        .SiteLayout .main_article .main_content form .field .FileUpload .button.qq-upload-button-hover {
          background: none; }
    .SiteLayout .main_article .main_content form .field .field_instance-TextArea .field_label {
      padding-top: 0.4em;
      vertical-align: top; }
    .SiteLayout .main_article .main_content input[type=text],
    .SiteLayout .main_article .main_content input[type=tel],
    .SiteLayout .main_article .main_content input[type=email],
    .SiteLayout .main_article .main_content input[type=number],
    .SiteLayout .main_article .main_content input[type=url],
    .SiteLayout .main_article .main_content input[type=password],
    .SiteLayout .main_article .main_content select,
    .SiteLayout .main_article .main_content textarea {
      border: 1px solid #e0e0e0;
      padding: .5em;
      background-color: #fff;
      color: #555;
      font-size: 1.5em; }
      .SiteLayout .main_article .main_content input[type=text].error,
      .SiteLayout .main_article .main_content input[type=tel].error,
      .SiteLayout .main_article .main_content input[type=email].error,
      .SiteLayout .main_article .main_content input[type=number].error,
      .SiteLayout .main_article .main_content input[type=url].error,
      .SiteLayout .main_article .main_content input[type=password].error,
      .SiteLayout .main_article .main_content select.error,
      .SiteLayout .main_article .main_content textarea.error {
        background-color: #FCF3F3;
        border-color: #c46565;
        color: #900; }
    .SiteLayout .main_article .main_content textarea {
      width: 30em;
      height: 10em; }
    .SiteLayout .main_article .main_content .RadioSelector {
      display: inline-block;
      vertical-align: middle; }
      .SiteLayout .main_article .main_content .RadioSelector .radio_entry {
        display: inline-block;
        margin-right: 2.5em; }
        .SiteLayout .main_article .main_content .RadioSelector .radio_entry > * {
          vertical-align: middle; }
        .SiteLayout .main_article .main_content .RadioSelector .radio_entry label {
          font-size: 1.5em; }
    .SiteLayout .main_article .main_content .CheckList .entry + .entry {
      margin-top: 14px; }
    .SiteLayout .main_article .main_content .CheckList .entry input {
      vertical-align: middle;
      margin: 0;
      margin-right: 5px; }
    .SiteLayout .main_article .main_content .CheckList .entry label {
      vertical-align: middle;
      font-size: 14px; }
    .SiteLayout .main_article .main_content .ErrorBox {
      list-style: none;
      padding: 0;
      margin-bottom: 4em;
      padding: 1.5em;
      background-color: #FCF3F3; }
      .SiteLayout .main_article .main_content .ErrorBox .entry {
        font-size: 16px;
        color: #C31919;
        line-height: 1.3em;
        list-style: disc;
        margin-left: 1.5em; }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .SiteLayout .main_article .main_content .ErrorBox .entry {
            font-size: 14px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .SiteLayout .main_article .main_content .ErrorBox .entry {
            font-size: 15px; } }
        @media screen and (min-width: 1209px) {
          .SiteLayout .main_article .main_content .ErrorBox .entry {
            font-size: 16px; } }
        @media print {
          .SiteLayout .main_article .main_content .ErrorBox .entry {
            font-size: 15px; } }
        .SiteLayout .main_article .main_content .ErrorBox .entry + .entry {
          margin-top: 0.7em; }
        .SiteLayout .main_article .main_content .ErrorBox .entry em {
          font-weight: bold;
          font-style: normal; }
  .SiteLayout.oddc-home_page #footer_top {
    display: none; }
  .SiteLayout.oddc-home_page .page_top_banner {
    display: none; }
  .SiteLayout.oddc-home_page_v1 .main_heading {
    display: none; }
  .SiteLayout.oddc-home_page_v1 #footer_top {
    display: none; }
  .SiteLayout.oddc-home_page_v1 .page_top_banner {
    display: none; }

@media screen and (min-width: 1209px) {
  .woost-login_page .main_blocks {
    width: 1159px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .woost-login_page .main_blocks {
    width: 929px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .woost-login_page .main_blocks {
    width: 713px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 762px) {
  .woost-login_page .main_blocks {
    width: auto; } }

@media screen and (max-width: 762px) {
  .woost-login_page .main_blocks {
    padding-left: 20px;
    padding-right: 20px; } }

.woost-login_page .LoginBlockView {
  margin-bottom: 8em;
  margin-top: 4em; }
  @media screen and (min-width: 1209px) {
    .woost-login_page .LoginBlockView {
      margin-bottom: 20em;
      display: inline-block;
      vertical-align: top;
      border-right: 1px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .woost-login_page .LoginBlockView {
      margin-bottom: 20em;
      display: inline-block;
      vertical-align: top;
      border-right: 1px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .woost-login_page .LoginBlockView {
      margin-bottom: 20em;
      display: inline-block;
      vertical-align: top;
      border-right: 1px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .woost-login_page .LoginBlockView {
      padding-right: 38px;
      width: 366px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .woost-login_page .LoginBlockView {
      padding-right: 38px;
      width: 376px; } }
  @media screen and (min-width: 1209px) {
    .woost-login_page .LoginBlockView {
      padding-right: 82px;
      width: 441px; } }
  .woost-login_page .LoginBlockView div.fields {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em; }
    .woost-login_page .LoginBlockView div.fields > div.field > div.field_instance {
      display: table;
      margin-bottom: 1em; }
      .woost-login_page .LoginBlockView div.fields > div.field > div.field_instance > label.field_label {
        font-size: 2em;
        display: table-cell;
        width: 50%; }
        .woost-login_page .LoginBlockView div.fields > div.field > div.field_instance > label.field_label > span.label_title {
          color: #333; }
        .woost-login_page .LoginBlockView div.fields > div.field > div.field_instance > label.field_label > span.required_mark {
          padding-left: .2em;
          color: #666; }
      .woost-login_page .LoginBlockView div.fields > div.field > div.field_instance > input {
        display: table-cell;
        padding: 0.3em 0.6em 0.3em 0.6em;
        color: #666; }
  .woost-login_page .LoginBlockView .buttons {
    margin-bottom: 2em;
    margin-top: 2em; }
    .woost-login_page .LoginBlockView .buttons > a.forgot_password_link {
      font-size: 1.5em;
      padding-right: 2.5em;
      color: #666; }
    .woost-login_page .LoginBlockView .buttons > button {
      border: none;
      padding: 0.4em 1em  0.4em 1em;
      cursor: pointer;
      background: #1b5978;
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      float: right; }

.HomePageLayoutV1 section.section {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 1209px) {
    .HomePageLayoutV1 section.section {
      padding-right: 50px;
      padding-left: 50px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .HomePageLayoutV1 section.section {
      padding-right: 50px;
      padding-left: 50px; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .HomePageLayoutV1 section.section {
      padding-right: 50px;
      padding-left: 50px; } }

@media screen and (max-width: 762px) {
  .HomePageLayoutV1 .buttons_container > button {
    right: 20px; } }

@media screen and (min-width: 1209px) {
  .HomePageLayoutV1 .buttons_container > button {
    right: 50px !important; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .HomePageLayoutV1 .buttons_container > button {
    right: 50px !important; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .HomePageLayoutV1 .buttons_container > button {
    right: 50px !important; } }

.HomePageLayoutV1 .site_header {
  width: 100% !important; }

.HomePageLayoutV1 .fp-tableCell {
  display: block !important; }

.HomePageLayoutV1 .site_title img {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity .25s, visibility .5s ease-in-out;
  -moz-transition: opacity .25s, visibility .5s ease-in-out;
  -webkit-transition: opacity .25s, visibility .5s ease-in-out; }

@media screen and (max-width: 762px) {
  .HomePageLayoutV1 #home_video_text {
    bottom: 10em !important; } }

.fp-viewing-introduction .HomePageLayoutV1 .site_title img {
  opacity: 1;
  visibility: visible;
  height: auto; }

.fp-viewing-introduction .HomePageLayoutV1 .site_title .site_title_text {
  display: none !important; }

/* datepicker
-----------------------------------------------------------------------------*/
.ui-datepicker {
  background: #fff;
  border: 5px solid #eee;
  padding: 1em; }
  .ui-datepicker .ui-datepicker-header {
    font-size: 1.3em;
    line-height: 20px;
    text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      display: inline-block;
      border: 1px solid #ccc;
      width: 26px;
      height: 26px;
      cursor: pointer;
      background: #eee; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        background-color: #666;
        border-color: #666;
        color: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      float: left; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      float: right; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
      background: #eee;
      padding: .2em;
      height: 26px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .ui-datepicker-month > option, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year > option {
        background: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .ui-datepicker-month {
      margin-right: .5em; }
  .ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
    margin-top: 1em; }
    .ui-datepicker .ui-datepicker-calendar a {
      color: #333;
      text-decoration: none; }
    .ui-datepicker .ui-datepicker-calendar th,
    .ui-datepicker .ui-datepicker-calendar td {
      font-size: 1.3em;
      padding: 0.3em 0.4em;
      text-align: center;
      border-top: 1px solid #ddd; }
      .ui-datepicker .ui-datepicker-calendar th:hover,
      .ui-datepicker .ui-datepicker-calendar td:hover {
        background: #eee; }
        .ui-datepicker .ui-datepicker-calendar th:hover > a,
        .ui-datepicker .ui-datepicker-calendar td:hover > a {
          color: #1b5978; }
    .ui-datepicker .ui-datepicker-calendar th {
      background-color: #eee; }
    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
      background: #eee;
      font-weight: bold; }

/* IcoMoon icons */
.icon-arrow-left:before {
  content: "\e900"; }

.icon_cross:before {
  content: "\e905"; }

.icon-camera2:before {
  content: "\e907"; }

.icon-camera:before {
  content: "\e903"; }

.icon-chevron-thin-down:before {
  content: "\e908"; }

.icon-chevron-thin-up:before {
  content: "\e909"; }

.icon-chevron-thin-right:before {
  content: "\e90a"; }

.icon-chevron-thin-left:before {
  content: "\e90b"; }

.icon_youtube:before {
  content: "\e921"; }

.icon_menu2:before {
  content: "\e906"; }

.icon_twitter:before {
  content: "\e901"; }

.icon_instagram:before {
  content: "\e920"; }

.icon_facebook:before {
  content: "\e904"; }

.icon_sphere:before {
  content: "\e90e"; }

.icon_linkedin:before {
  content: "\e90f"; }

.icon_image:before {
  content: "\e910"; }

.icon_images:before {
  content: "\e911"; }

.icon-behance:before {
  content: "\e912"; }

.icon-pinterest:before {
  content: "\e913"; }

.icon-loop:before {
  content: "\e914"; }

.icon-pause:before {
  content: "\e915"; }

.icon-play:before {
  content: "\e916"; }

.icon-globe:before {
  content: "\e917"; }

.icon-envelope-o:before {
  content: "\e918"; }

.icon-file-pdf:before {
  content: "\e91a"; }

.icon-heart:before {
  content: "\e91d"; }

.icon-share:before {
  content: "\e91c"; }

.icon_social_facebook:before {
  content: "\e904";
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .4s ease-in-out;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_social_facebook:before {
      font-size: 20px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_social_facebook:before {
      font-size: 25px; } }
  @media screen and (min-width: 1209px) {
    .icon_social_facebook:before {
      font-size: 30px; } }

.icon_social_facebook:hover:before {
  background-color: #3b5998;
  border: 1px solid transparent; }

.icon_social_youtube:before {
  content: "\e921";
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .4s ease-in-out;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_social_youtube:before {
      font-size: 20px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_social_youtube:before {
      font-size: 25px; } }
  @media screen and (min-width: 1209px) {
    .icon_social_youtube:before {
      font-size: 30px; } }

.icon_social_youtube:hover:before {
  background-color: #bb0000;
  border: 1px solid transparent; }

.icon_social_twitter:before {
  content: "\e901";
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .4s ease-in-out;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_social_twitter:before {
      font-size: 20px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_social_twitter:before {
      font-size: 25px; } }
  @media screen and (min-width: 1209px) {
    .icon_social_twitter:before {
      font-size: 30px; } }

.icon_social_twitter:hover:before {
  background-color: #00aced;
  border: 1px solid transparent; }

.icon_social_instagram:before {
  content: "\e920";
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .4s ease-in-out;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -ms-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_social_instagram:before {
      font-size: 20px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_social_instagram:before {
      font-size: 25px; } }
  @media screen and (min-width: 1209px) {
    .icon_social_instagram:before {
      font-size: 30px; } }

.icon_social_instagram:hover:before {
  background-color: #8148b9;
  border: 1px solid transparent; }

.icon_menu_button:before {
  content: "\e906";
  font-size: 40px;
  color: #fff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); }

.icon_menu_button:hover:before {
  color: #f3f3f3; }

.icon_img_counter {
  font-size: 16px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_img_counter {
      font-size: 14px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_img_counter {
      font-size: 15px; } }
  @media screen and (min-width: 1209px) {
    .icon_img_counter {
      font-size: 16px; } }
  @media print {
    .icon_img_counter {
      font-size: 15px; } }

.icon_img_counter:before {
  content: "\e903";
  font-size: 23px;
  padding-right: .3em;
  color: #000;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_img_counter:before {
      font-size: 19px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_img_counter:before {
      font-size: 21px; } }
  @media screen and (min-width: 1209px) {
    .icon_img_counter:before {
      font-size: 23px; } }
  @media print {
    .icon_img_counter:before {
      font-size: 18px; } }

.icon_video_counter {
  font-size: 16px; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_video_counter {
      font-size: 14px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_video_counter {
      font-size: 15px; } }
  @media screen and (min-width: 1209px) {
    .icon_video_counter {
      font-size: 16px; } }
  @media print {
    .icon_video_counter {
      font-size: 15px; } }

.icon_video_counter:before {
  content: "\e907";
  font-size: 23px;
  padding-right: .3em;
  color: #000;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .icon_video_counter:before {
      font-size: 19px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .icon_video_counter:before {
      font-size: 21px; } }
  @media screen and (min-width: 1209px) {
    .icon_video_counter:before {
      font-size: 23px; } }
  @media print {
    .icon_video_counter:before {
      font-size: 18px; } }

.icon_arrow_down {
  position: absolute;
  z-index: 997;
  left: calc(50% - 15px);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); }
  .icon_arrow_down:hover:before {
    color: #fff; }
  @media screen and (max-width: 762px) {
    .icon_arrow_down {
      bottom: 10px !important;
      top: auto !important; } }

.icon_arrow_down:before {
  content: "\e908";
  font-size: 40px;
  padding-right: .3em;
  color: #30b5e4;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; }

.icon_arrow_up {
  position: absolute;
  z-index: 997;
  left: calc(50% - 15px); }
  .icon_arrow_up:hover:before {
    color: #30b5e4; }

.icon_arrow_up:before {
  content: "\e909";
  font-size: 40px;
  padding-right: .3em;
  color: #fff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; }

p.linkedin_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.linkedin_icon > a {
    font-size: 0px; }
    p.linkedin_icon > a:hover:before {
      color: #fff;
      background-color: #006699; }
    p.linkedin_icon > a:before {
      content: "\e90f";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

p.facebook_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.facebook_icon > a {
    font-size: 0px; }
    p.facebook_icon > a:hover:before {
      color: #fff;
      background-color: #3a589e; }
    p.facebook_icon > a:before {
      content: "\e904";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

p.website_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.website_icon > a {
    font-size: 0px; }
    p.website_icon > a:hover:before {
      color: #fff;
      background-color: #98c314; }
    p.website_icon > a:before {
      content: "\e90e";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

p.twitter_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.twitter_icon > a {
    font-size: 0px; }
    p.twitter_icon > a:hover:before {
      color: #fff;
      background-color: #5ea9dd; }
    p.twitter_icon > a:before {
      content: "\e901";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

p.instagram_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.instagram_icon > a {
    font-size: 0px; }
    p.instagram_icon > a:hover:before {
      color: #fff;
      background-color: #8148b9; }
    p.instagram_icon > a:before {
      content: "\e920";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

p.youtube_icon {
  display: inline-block;
  -webkit-print-color-adjust: exact; }
  p.youtube_icon > a {
    font-size: 0px; }
    p.youtube_icon > a:hover:before {
      color: #fff;
      background-color: #ee1c1b; }
    p.youtube_icon > a:before {
      content: "\e921";
      font-size: 18px;
      color: #fff;
      border-radius: 25%;
      background-color: #1b5978;
      padding: 6px;
      margin-right: .5em;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/* Canvas */
canvas.triangle_canvas {
  transition: all .75s ease-in-out;
  -moz-transition: all .75s ease-in-out;
  -webkit-transition: all .75s ease-in-out;
  transition-delay: .5s;
  position: absolute;
  left: 0;
  top: 100em;
  z-index: 994; }
  canvas.triangle_canvas.top {
    transition-delay: 0s; }
    @media screen and (max-width: 762px) {
      canvas.triangle_canvas.top {
        top: 20% !important; } }
    @media screen and (min-width: 1209px) {
      canvas.triangle_canvas.top {
        top: 0 !important; } }
    @media screen and (min-width: 979px) and (max-width: 1208px) {
      canvas.triangle_canvas.top {
        top: 0 !important; } }
    @media screen and (min-width: 763px) and (max-width: 978px) {
      canvas.triangle_canvas.top {
        top: 0 !important; } }

@media screen and (max-width: 762px) {
  .about_triangle_canvas {
    display: none; } }

/* Image Gallery */
.ImageGallery .image_link {
  outline-color: transparent; }

/* Image processing */
.block.center_top > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 100%; }
  .block.center_top > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_top > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.center_top > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_top > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_top > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.center_top > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_top > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_top > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.center_top > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_top > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_top > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.center_top > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_top > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_top > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.center_top > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_top > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-top: 1em;
  width: 100%; }
  .block.center_bottom > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
  margin-right: 0;
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.center_bottom > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_bottom > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
  margin-right: 0;
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.center_bottom > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_bottom > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.center_bottom > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_bottom > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
  margin-right: 0;
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.center_bottom > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_bottom > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.center_bottom > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
  margin-right: 0;
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.center_bottom > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.center_bottom > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.float_top_left > .thumbnail_factory-available_width_100 {
  float: none; }
  .block.float_top_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%; }
    .block.float_top_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }

.block.float_top_left > .thumbnail_factory-available_width_75 {
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.float_top_left > .thumbnail_factory-available_width_75 {
      width: 100%; } }
  .block.float_top_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
    margin-right: 2em;
    margin-bottom: 2em; }
    .block.float_top_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_left > .thumbnail_factory-available_width_75 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_left > .thumbnail_factory-available_width_66 {
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.float_top_left > .thumbnail_factory-available_width_66 {
      width: 100%; } }
  .block.float_top_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
    margin-right: 2em;
    margin-bottom: 2em; }
    .block.float_top_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_left > .thumbnail_factory-available_width_66 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_left > .thumbnail_factory-available_width_50 {
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.float_top_left > .thumbnail_factory-available_width_50 {
      width: 100%; } }
  .block.float_top_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
    margin-right: 2em;
    margin-bottom: 2em; }
    .block.float_top_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_left > .thumbnail_factory-available_width_50 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_left > .thumbnail_factory-available_width_33 {
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.float_top_left > .thumbnail_factory-available_width_33 {
      width: 100%; } }
  .block.float_top_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
    margin-right: 2em;
    margin-bottom: 2em; }
    .block.float_top_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_left > .thumbnail_factory-available_width_33 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_left > .thumbnail_factory-available_width_25 {
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.float_top_left > .thumbnail_factory-available_width_25 {
      width: 100%; } }
  .block.float_top_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
    margin-right: 2em;
    margin-bottom: 2em; }
    .block.float_top_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_left > .thumbnail_factory-available_width_25 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_right > .thumbnail_factory-available_width_100 {
  float: none; }
  .block.float_top_right > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%; }
    .block.float_top_right > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }

.block.float_top_right > .thumbnail_factory-available_width_75 {
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.float_top_right > .thumbnail_factory-available_width_75 {
      width: 100%; } }
  .block.float_top_right > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
    margin-left: 2em;
    margin-bottom: 2em; }
    .block.float_top_right > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_right > .thumbnail_factory-available_width_75 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_right > .thumbnail_factory-available_width_66 {
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.float_top_right > .thumbnail_factory-available_width_66 {
      width: 100%; } }
  .block.float_top_right > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
    margin-left: 2em;
    margin-bottom: 2em; }
    .block.float_top_right > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_right > .thumbnail_factory-available_width_66 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_right > .thumbnail_factory-available_width_50 {
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.float_top_right > .thumbnail_factory-available_width_50 {
      width: 100%; } }
  .block.float_top_right > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
    margin-left: 2em;
    margin-bottom: 2em; }
    .block.float_top_right > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_right > .thumbnail_factory-available_width_50 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_right > .thumbnail_factory-available_width_33 {
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.float_top_right > .thumbnail_factory-available_width_33 {
      width: 100%; } }
  .block.float_top_right > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
    margin-left: 2em;
    margin-bottom: 2em; }
    .block.float_top_right > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_right > .thumbnail_factory-available_width_33 + .text_container > p:first-child {
    margin-top: 0; }

.block.float_top_right > .thumbnail_factory-available_width_25 {
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.float_top_right > .thumbnail_factory-available_width_25 {
      width: 100%; } }
  .block.float_top_right > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
    margin-left: 2em;
    margin-bottom: 2em; }
    .block.float_top_right > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.float_top_right > .thumbnail_factory-available_width_25 + .text_container > p:first-child {
    margin-top: 0; }

.block.top_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 100%; }
  .block.top_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.top_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.top_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.top_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.top_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.top_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 100%; }
  .block.top_right > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.top_right > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_right > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.top_right > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_right > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.top_right > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_right > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.top_right > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_right > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.top_right > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 2em;
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.top_right > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.top_right > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 100%; }
  .block.bottom_left > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.bottom_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.bottom_left > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.bottom_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.bottom_left > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.bottom_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.bottom_left > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.bottom_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.bottom_left > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.bottom_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
  margin-right: 0;
  margin-bottom: 1em;
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.bottom_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
      width: 100%; } }
  .block.bottom_left > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 762px) {
  .block.column_left > div.columns_wrapper {
    display: block; } }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_100 {
  width: 100%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_100 {
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_75 {
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_75 {
      width: 100%;
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
    margin-right: 2em; }
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_75 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_66 {
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_66 {
      width: 100%;
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
    margin-right: 2em; }
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_66 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_50 {
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_50 {
      width: 100%;
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
    margin-right: 2em; }
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_50 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_33 {
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_33 {
      width: 100%;
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
    margin-right: 2em; }
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_33 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_25 {
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_25 {
      width: 100%;
      display: block; } }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
    margin-right: 2em; }
    .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_left > div.columns_wrapper > .thumbnail_factory-available_width_25 + .text_container > p:first-child {
    margin-top: 0; }

@media screen and (max-width: 762px) {
  .block.column_right > div.columns_wrapper {
    display: block; } }

.block.column_right > div.columns_wrapper > .text_container > p:first-child {
  margin-top: 0; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_100 {
  width: 100%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_100 {
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_100 > ul.image_list > li.image_entry > img {
    width: 100%;
    height: auto; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_75 {
  width: 75%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_75 {
      width: 100%;
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry {
    margin-left: 2em; }
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_75 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_75 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_66 {
  width: 66%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_66 {
      width: 100%;
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry {
    margin-left: 2em; }
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_66 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_66 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_50 {
  width: 50%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_50 {
      width: 100%;
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry {
    margin-left: 2em; }
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_50 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_50 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_33 {
  width: 33%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_33 {
      width: 100%;
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry {
    margin-left: 2em; }
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_33 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_33 + .text_container > p:first-child {
    margin-top: 0; }

.block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_25 {
  width: 25%; }
  @media screen and (max-width: 762px) {
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_25 {
      width: 100%;
      display: block; } }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry {
    margin-left: 2em; }
    .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_25 > ul.image_list > li.image_entry > img {
      width: 100%;
      height: auto; }
  .block.column_right > div.columns_wrapper > .thumbnail_factory-available_width_25 + .text_container > p:first-child {
    margin-top: 0; }

@media screen and (max-width: 762px) {
  .float_top_right .image_gallery, .float_top_left .image_gallery {
    float: none; } }

.image_gallery > ul.image_list > li.image_entry img {
  display: block; }

@media screen and (max-width: 762px) {
  .NewsletterSubscriptionView.focused .receiving_information_agreement_field, .NewsletterSubscriptionView.has_errors .receiving_information_agreement_field {
    display: block; } }

@media screen and (min-width: 1209px) {
  .NewsletterSubscriptionView.focused .receiving_information_agreement_field, .NewsletterSubscriptionView.has_errors .receiving_information_agreement_field {
    opacity: 1;
    visibility: visible; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .NewsletterSubscriptionView.focused .receiving_information_agreement_field, .NewsletterSubscriptionView.has_errors .receiving_information_agreement_field {
    opacity: 1;
    visibility: visible; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .NewsletterSubscriptionView.focused .receiving_information_agreement_field, .NewsletterSubscriptionView.has_errors .receiving_information_agreement_field {
    opacity: 1;
    visibility: visible; } }

@media screen and (max-width: 762px) {
  .NewsletterSubscriptionView:not(.focused):not(.has_errors) .receiving_information_agreement_field {
    display: none; } }

@media screen and (min-width: 1209px) {
  .NewsletterSubscriptionView:not(.focused):not(.has_errors) .receiving_information_agreement_field {
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .NewsletterSubscriptionView:not(.focused):not(.has_errors) .receiving_information_agreement_field {
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .NewsletterSubscriptionView:not(.focused):not(.has_errors) .receiving_information_agreement_field {
    opacity: 0;
    visibility: hidden; } }

.NewsletterSubscriptionView .receiving_information_agreement_field {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

/*# sourceMappingURL=SiteLayout.default.scss.map */