/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
ul,
ol {
  padding-left: 20px;
}

/* ****************************************************** */
.u-btn {
  /*display: inline-block;*/
  display: table;
  /*TODO maybe need another solution for negative margin*/
  cursor: pointer;
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  align-self: flex-start;
}
.u-btn:focus,
.u-btn:active:focus,
.u-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.u-btn:hover,
.u-btn:focus {
  text-decoration: none;
  border-color: transparent;
}
.u-btn:active,
.u-btn.active {
  outline: 0;
  background-image: none;
}
.u-btn.disabled,
.u-btn[disabled] {
  opacity: 0.6;
}
.u-btn-circle {
  border-radius: 50%;
}
.u-btn-round {
  border-radius: 4px;
}
.u-btn-rectangle {
  border-radius: 0 !important;
}
.u-text a {
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.u-text:not(p):not(.u-post-content) a {
  color: inherit;
}
.u-text:not(p):not(.u-post-content) a,
.u-text:not(p):not(.u-post-content) a:hover {
  text-decoration: none;
  border-width: 0;
}
a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.u-logo {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}
.u-image.u-logo {
  display: table;
  white-space: nowrap;
}
.u-image.u-logo img {
  display: block;
}
.u-input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  color: inherit;
}
.u-form-control-hidden {
  display: none !important;
}
.u-form-vertical .u-btn-submit {
  margin-top: 1px;
  margin-bottom: 1px;
}
/* ********  spacing ******** */
.u-form-vertical.u-form-spacing-15 .u-form-group {
  margin-bottom: 15px;
}
/* ********  end of spacing ******** */
.u-form div.u-form-send-error,
.u-form div.u-form-send-success {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0px 20px 0px;
  border: none;
}
.u-form .u-form-group.u-form-agree {
  display: flex;
}
.u-form .u-form-group.u-form-agree .u-agree-checkbox {
  float: left;
}
.u-form .u-form-group.u-form-agree .u-agree-label {
  margin-left: 5px;
}
.u-form .u-form-vertical .u-form-group.u-form-agree {
  align-items: baseline;
}
.u-form-send-error {
  background: #F95D51;
}
.u-form-send-success {
  background: #62C584;
}
.u-form {
  position: relative;
  font-size: 1rem;
  height: auto !important;
}
.u-btn-submit {
  display: inline-block;
}
.u-label {
  font-weight: normal;
}
.u-form :-ms-input-placeholder {
  opacity: 0.5;
}
.u-form ::placeholder {
  opacity: 0.5;
}
.u-form :-ms-input-placeholder {
  opacity: 1;
}
.u-form-vertical .u-form-submit {
  margin-bottom: 0 !important;
}
.u-input-round {
  border-radius: 4px;
}
.u-input-rectangle {
  border-radius: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  height: auto;
  min-height: 100%;
}
body,
aside,
section,
header,
footer {
  position: relative;
}
section > *,
header > *,
footer > *,
.u-sheet > * {
  position: relative;
}
base {
  display: none;
}
a {
  color: #259bca;
  text-decoration: none;
}
a:hover {
  color: #0676a4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.u-sheet-left {
  left: calc((100% - 1140px) / 2);
}
.u-sheet-right {
  right: calc((100% - 1140px) / 2);
}
.u-clearfix:before,
.u-clearfix:after {
  content: '';
  display: table;
}
.u-textlink,
.u-textlink:hover,
.u-textlink:focus,
.u-textlink:active {
  color: inherit;
}
.u-opacity-100,
.u-opacity-100:before {
  opacity: 1;
}
.u-opacity-95,
.u-opacity-95:before {
  opacity: 0.95;
}
.u-opacity-90,
.u-opacity-90:before {
  opacity: 0.9;
}
.u-opacity-85,
.u-opacity-85:before {
  opacity: 0.85;
}
.u-opacity-80,
.u-opacity-80:before {
  opacity: 0.8;
}
.u-opacity-75,
.u-opacity-75:before {
  opacity: 0.75;
}
.u-opacity-70,
.u-opacity-70:before {
  opacity: 0.7;
}
.u-opacity-65,
.u-opacity-65:before {
  opacity: 0.65;
}
.u-opacity-60,
.u-opacity-60:before {
  opacity: 0.6;
}
.u-opacity-55,
.u-opacity-55:before {
  opacity: 0.55;
}
.u-opacity-50,
.u-opacity-50:before {
  opacity: 0.5;
}
.u-opacity-45,
.u-opacity-45:before {
  opacity: 0.45;
}
.u-opacity-40,
.u-opacity-40:before {
  opacity: 0.4;
}
.u-opacity-35,
.u-opacity-35:before {
  opacity: 0.35;
}
.u-opacity-30,
.u-opacity-30:before {
  opacity: 0.3;
}
.u-opacity-25,
.u-opacity-25:before {
  opacity: 0.25;
}
.u-opacity-20,
.u-opacity-20:before {
  opacity: 0.2;
}
.u-opacity-15,
.u-opacity-15:before {
  opacity: 0.15;
}
.u-opacity-10,
.u-opacity-10:before {
  opacity: 0.1;
}
.u-opacity-5,
.u-opacity-5:before {
  opacity: 0.05;
}
.u-opacity-0,
.u-opacity-0:before {
  opacity: 0;
}
.u-spacing-10 .u-social-url + .u-social-url {
  margin-left: 10px;
}
.u-spacing-10.u-icon {
  padding: 10px;
}
.u-hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .u-hidden-xs {
    display: none !important;
  }
}
.u-border-none {
  border-width: 0;
}
[class*="u-border-"].u-border-no-top {
  border-top-width: 0;
  border-top-style: none;
}
[class*="u-border-"].u-border-no-right {
  border-right-width: 0;
  border-right-style: none;
}
[class*="u-border-"].u-border-no-bottom {
  border-bottom-width: 0;
  border-bottom-style: none;
}
[class*="u-border-"].u-border-no-left {
  border-left-width: 0;
  border-left-style: none;
}
.u-text.u-indent-none {
  padding-left: 0 !important;
}
.u-image,
.u-video-poster {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
img.u-image,
.u-video-poster {
  overflow: hidden;
}
.u-image.u-image-contain {
  object-fit: contain;
  background-size: contain;
}
.u-image.u-image-tiles {
  background-size: initial;
  background-repeat: repeat;
  background-position: top left !important;
}
section.u-image,
.u-sheet.u-image,
.u-group.u-image,
.u-layout-cell.u-image {
  overflow: visible;
}
.u-text .u-image {
  margin-bottom: 0.5rem;
}
.u-image-circle {
  border-radius: 50% !important;
}
.u-image-circle.u-expanded-width {
  padding-bottom: 100%;
}
.u-image-round {
  border-radius: 10px;
}
.u-image-square {
  border-radius: 0;
}
[data-post-link],
[data-href] {
  cursor: pointer;
}
.u-sheet {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .u-sheet {
    width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .u-sheet {
    width: 340px;
  }
}
.u-sheet .u-sheet {
  width: 100%;
}
.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
}
.u-inner-container-layout,
.u-container-layout > * {
  position: relative;
}
.u-expanded {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.u-expanded-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1200px) {
  .u-expanded-width-xl {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-width-lg {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-width-md {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-width-sm {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .u-expanded-width-xs {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.u-expanded-height {
  position: absolute !important;
  height: 100% !important;
  top: 0 !important;
}
@media (min-width: 1200px) {
  .u-expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-height-lg {
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-height-md {
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-height-sm {
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
  }
}
@media (max-width: 575px) {
  .u-expanded-height-xs {
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
  }
}
.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .u-valign-middle-xl,
  .u-valign-top-xl,
  .u-valign-bottom-xl {
    display: flex !important;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg,
  .u-valign-top-lg,
  .u-valign-bottom-lg {
    display: flex !important;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md,
  .u-valign-top-md,
  .u-valign-bottom-md {
    display: flex !important;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm,
  .u-valign-top-sm,
  .u-valign-bottom-sm {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .u-valign-middle-xs,
  .u-valign-top-xs,
  .u-valign-bottom-xs {
    display: flex !important;
    flex-direction: column;
  }
}
.u-valign-middle {
  justify-content: center;
}
@media (min-width: 1200px) {
  .u-valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .u-valign-middle-xs {
    justify-content: center;
  }
}
.u-valign-top {
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .u-valign-top-xl {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-top-lg {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-top-md {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-top-sm {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .u-valign-top-xs {
    justify-content: flex-start;
  }
}
.u-valign-bottom {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .u-valign-bottom-xl {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-bottom-lg {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-bottom-md {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-bottom-sm {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .u-valign-bottom-xs {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  :not(.u-sheet) > [class*="u-gutter-"]:not(.u-gutter-0).u-expanded-width {
    overflow: hidden;
  }
}
.u-layout-row > .u-size-30 {
  flex: 0 0 50%;
  max-width: 50%;
}
.u-layout-col > .u-size-30 {
  flex: 30 0 50%;
}
.u-layout-row > .u-size-20 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.u-layout-col > .u-size-20 {
  flex: 20 0 33.33333333%;
}
.u-layout-row > .u-size-15 {
  flex: 0 0 25%;
  max-width: 25%;
}
.u-layout-col > .u-size-15 {
  flex: 15 0 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-layout-row > .u-size-30-md {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .u-layout-col > .u-size-30-md {
    flex: 30 0 50%;
  }
}
.u-gutter-20 .u-layout {
  margin: -10px;
}
.u-gutter-20 .u-layout .u-layout-cell {
  border: 10px solid transparent;
}
.u-gutter-20.u-layout-spacing-top {
  padding-top: 20px;
}
.u-gutter-20.u-layout-spacing-top-bottom {
  padding: 20px 0;
}
.u-gutter-20.u-layout-spacing-left-right {
  padding: 0 20px;
}
.u-gutter-20.u-layout-spacing-all {
  padding: 20px;
}
.u-gutter-0 .u-layout {
  margin: 0px;
}
.u-gutter-0 .u-layout .u-layout-cell {
  border: 0px solid transparent;
}
.u-gutter-0.u-layout-spacing-top {
  padding-top: 0px;
}
.u-gutter-0.u-layout-spacing-top-bottom {
  padding: 0px 0;
}
.u-gutter-0.u-layout-spacing-left-right {
  padding: 0 0px;
}
.u-gutter-0.u-layout-spacing-all {
  padding: 0px;
}
.u-layout-wrap.u-layout-spacing-vertical .u-layout-cell {
  border-top-width: 0;
  border-bottom-width: 0;
}
.u-layout-wrap.u-layout-spacing-vertical .u-layout {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .u-layout-col > * {
    flex-basis: auto !important;
  }
}
.u-layout-col,
.u-layout-row,
.u-layout-col > * {
  display: flex;
}
.u-layout-col,
.u-layout-row {
  flex: 1 1 100%;
}
.u-layout-row > * {
  max-height: 100%;
}
@media (max-width: 767px) {
  .u-layout-row > * {
    min-width: 100%;
  }
}
.u-layout-col > * {
  max-width: 100%;
}
.u-layout-col {
  flex-direction: column;
  min-height: 100%;
}
.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
}
.u-layout-cell {
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
}
.u-sheet:not(.u-image):not(.u-video) {
  pointer-events: none;
}
.u-sheet:not(.u-image):not(.u-video) > * {
  pointer-events: auto;
  pointer-events: initial;
}
.u-hide-footer .u-footer {
  display: none;
}
.u-absolute-hcenter {
  left: 50% !important;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .u-absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-absolute-hcenter-lg {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-absolute-hcenter-md {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-absolute-hcenter-sm {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .u-absolute-hcenter-xs {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.u-absolute-vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .u-absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-absolute-vcenter-lg {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-absolute-vcenter-md {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-absolute-vcenter-sm {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .u-absolute-vcenter-xs {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
.u-sheet.u-content-layout {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .u-sheet.u-content-layout {
    flex-direction: column;
  }
}
.u-group .u-container-layout > * {
  position: relative;
}
.u-group {
  display: flex;
}
.u-line.u-line-horizontal {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.u-line.u-line-vertical {
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.u-shape-top {
  border-top-style: none !important;
}
.u-shape-right {
  border-right-style: none !important;
}
.u-shape-bottom {
  border-bottom-style: none !important;
}
.u-shape-left {
  border-left-style: none !important;
}
.u-shape-circle,
.u-shape-circle:before,
.u-shape-circle > .u-container-layout {
  border-radius: 50%;
}
.u-shape-round,
.u-shape-round:before,
.u-shape-round > .u-container-layout {
  border-radius: 10px;
}
.u-shape-square,
.u-shape-square:before,
.u-shape-square > .u-container-layout {
  border-radius: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive video,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.u-map .embed-responsive {
  width: 100%;
  height: 100%;
}
.u-icon {
  display: block;
  line-height: 0;
}
.u-svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.u-svg-content {
  width: 0;
  height: 0;
}
.u-icon-circle {
  border-radius: 50%;
}
.u-icon-rounded {
  border-radius: 10px;
}
.u-metadata {
  display: table;
}
.u-metadata .u-meta-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.u-metadata .u-meta-icon:first-child {
  margin-left: 0;
}
.u-metadata .u-meta-icon + .u-meta-icon:before {
  content: '|';
  display: inline-block;
  margin-right: 5px;
}
.u-video-poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.u-video-poster:before,
.u-video-poster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.u-video-poster:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.u-video-poster:after {
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.u-video video + .u-video-poster {
  background: transparent;
}
.u-video.active .u-video-poster {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition-delay: 0s, 800ms;
}
.u-video-poster:before,
.u-video-poster:after {
  box-sizing: initial;
}
.u-video .embed-responsive {
  width: 100%;
  height: 100%;
}
.u-video video {
  object-fit: cover;
}
.u-video.u-video-contain video {
  object-fit: contain;
  background-size: contain;
}
.u-video,
.u-background-video {
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-background-video .embed-responsive {
    pointer-events: none;
  }
}
.u-metadata {
  display: table;
}
.u-metadata .u-meta-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.u-metadata .u-meta-icon:first-child {
  margin-left: 0;
}
.u-metadata .u-meta-icon + .u-meta-icon:before {
  content: '|';
  display: inline-block;
  margin-right: 5px;
}
.u-post-tags {
  display: table;
}
.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}

html {
  font-size: 16px;
}
.u-body {
  font-size: 1rem;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.125rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-align-left {
  text-align: left;
}
@media (min-width: 1200px) {
  .u-align-left-xl {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-align-left-lg {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-align-left-md {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-align-left-sm {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .u-align-left-xs {
    text-align: left;
  }
}
.u-align-center {
  text-align: center;
}
@media (min-width: 1200px) {
  .u-align-center-xl {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-align-center-lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-align-center-md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-align-center-sm {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .u-align-center-xs {
    text-align: center;
  }
}
.u-align-right {
  text-align: right;
}
@media (min-width: 1200px) {
  .u-align-right-xl {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-align-right-lg {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-align-right-md {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-align-right-sm {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .u-align-right-xs {
    text-align: right;
  }
}
.u-container-style:not([class*="u-align-"]) {
  text-align: left;
}
.u-text {
  word-wrap: break-word;
  position: relative;
}
.u-word-break {
  word-break: break-all;
}
.u-rectangle {
  border-radius: 0;
}
.u-circle {
  border-radius: 50%;
}
.u-btn.u-circle {
  border-radius: 100px;
}
.u-layout-cell,
.u-group.u-opacity {
  background-color: transparent !important;
  opacity: 1;
}
.u-layout-cell:before,
.u-group.u-opacity:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class*="u-palette-"].u-body {
  background-image: none;
}
.u-button-style[class*="u-palette-"] {
  border-width: 0;
}
.u-social-icons {
  display: flex;
}
.u-social-url {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-social-icons .u-icon {
  display: flex;
}
.u-social-icons .u-svg-link {
  width: auto;
}
.u-social-icons .u-social-url,
.u-social-icons .u-social-url:hover {
  color: currentColor;
}
.u-social-icons a {
  height: 100%;
  display: inline-block;
}

[class*="u-border-"] {
  border-style: solid;
}
.u-border-1,
.u-text.u-border-1,
a.u-button-style.u-border-1 {
  border-width: 1px;
}

.u-body {
  font-family: 'Open Sans',sans-serif;
}

.u-image,
.u-body {
  color: #111111;
  background-color: #ffffff;
}

.u-palette-1-base,
.u-body.u-palette-1-base,
.u-container-style.u-palette-1-base:before {
  color: #ffffff;
  background-color: #a73232;
}
.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #a73232 !important;
}
.u-button-style.u-palette-1-base:hover,
.u-button-style.u-palette-1-base[class*="u-border-"]:hover {
  color: white !important;
  background-color: #6b959d !important;
}

.u-palette-3-base,
.u-body.u-palette-3-base,
.u-container-style.u-palette-3-base:before {
  color: #ffffff;
  background-color: #18181e;
}
.u-button-style.u-palette-3-base,
.u-button-style.u-palette-3-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #18181e !important;
}
.u-button-style.u-palette-3-base:hover,
.u-button-style.u-palette-3-base[class*="u-border-"]:hover {
  color: white !important;
  background-color: #16161b !important;
}

.u-border-white {
  border-color: #ffffff;
}
.u-btn.u-border-white {
  color: #ffffff !important;
}
.u-button-style.u-border-white {
  border-color: #ffffff !important;
  background-color: transparent !important;
}
.u-btn.u-border-white:hover {
  color: #111111 !important;
  background-color: #ffffff !important;
}
.u-text-palette-1-base,
.u-text-palette-1-base a,
a.u-button-style.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base[class*="u-border-"] {
  color: #7da2a9 !important;
}
.u-text-palette-1-base svg {
  fill: #7da2a9;
}

.u-text-palette-3-base,
.u-text-palette-3-base a,
a.u-button-style.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base[class*="u-border-"] {
  color: #18181e !important;
}
.u-text-palette-3-base svg {
  fill: #18181e;
}

.u-text-body-alt-color,
.u-text-body-alt-color a,
a.u-button-style.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color[class*="u-border-"] {
  color: #ffffff !important;
}
.u-text-body-alt-color svg {
  fill: #ffffff;
}


h1.u-title {
  font-size: 6rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

h2.u-subtitle {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
}

h1:not(.u-title) {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2:not(.u-subtitle) {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

h6 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.u-large-text {
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.u-small-text {
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

p:not(.u-text-variant) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-metadata {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul:not(.u-unstyled) {
  margin-top: 20px;
  margin-bottom: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-image:not(.u-shading) > .u-container-layout > h1.u-title,
h1.u-title {
  color: #111111;
}

.u-image:not(.u-shading) > .u-container-layout > a, a {
  color: #7da2a9;
}

.u-image:not(.u-shading) > .u-container-layout > a:hover, a:hover {
  color: #6b959d;
}

.u-image:not(.u-shading) > .u-container-layout > .u-btn,
.u-btn {
  background-color: #7da2a9;
  color: #ffffff;
}

.u-image:not(.u-shading) > .u-container-layout > .u-btn:hover,
.u-btn:hover {
  background-color: #6b959d;
  color: #e6e6e6;
}

.u-palette-1-base h1.u-title,
.u-palette-3-base h1.u-title { color: #ffffff; }
.u-palette-1-base a,
.u-palette-3-base a { color: #c6d9dd; }
.u-palette-1-base .u-link:hover,
.u-palette-1-base a:hover,
.u-palette-3-base .u-link:hover,
.u-palette-3-base a:hover { color: #e6e6e6; }
.u-palette-1-base .u-btn,
.u-palette-3-base .u-btn {background-color: #a73232;color: white;}
.u-palette-1-base .u-btn:hover,
.u-palette-3-base .u-btn:hover { background-color: #acc8cd;color: #000000; }

.u-footer .u-sheet-1 {min-height: 133px}
.u-footer .u-group-1 {min-height: 63px; width: 570px; margin: 35px auto}
.u-footer .u-container-layout-1 {padding-left: 60px; padding-right: 60px}
.u-footer .u-text-1 {margin: 5px 0} 
@media (max-width: 1199px){ .u-footer .u-group-1 {height: auto; width: 470px}
.u-footer .u-container-layout-1 {padding-left: 49px; padding-right: 49px} }
@media (max-width: 991px){ .u-footer .u-group-1 {width: 360px}
.u-footer .u-container-layout-1 {padding-left: 38px; padding-right: 38px} }
@media (max-width: 767px){ .u-footer .u-group-1 {width: 338px}
.u-footer .u-container-layout-1 {padding-left: 28px; padding-right: 28px} }
@media (max-width: 575px){ .u-footer .u-group-1 {width: 283px}
.u-footer .u-container-layout-1 {padding-left: 18px; padding-right: 18px} }

html { font-size: 16px; }
