article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow-y: scroll;
}
body {
  background-color: white;
  color: #333;
  padding: 0;
}
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D8D8D8;
}
p {
  margin: 0 0 10px 0;
}
ul {
  list-style: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-right {
  display: block !important;
  float: right !important;
  margin: 0 0 20px 50px !important;
  width: auto !important;
}
.img-left {
  display: block !important;
  float: left !important;
  margin: 0 50px 20px 0 !important;
  width: auto !important;
}
figure a {
  display: block;
}
figure .overlay {
  background-color: #F12A46;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure:hover > a > .overlay {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
figure .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
figure:hover .overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.overlay .thumb-info i {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -15px;
  height: 30px;
  line-height: 33px;
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-align: center;
}
.overlay .thumb-info i.small-icon {
  font-size: 32px;
  top: 42%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
td,
td img {
  vertical-align: top;
}
th p,
td p {
  font-size: 1em;
}
caption {
  display: none;
}
input,
select {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
button {
  overflow: visible;
  width: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hidden {
  display: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right img,
.txt-left img,
.txt-center img {
  display: inline !important;
}
.skip-float {
  clear: left;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}
.alignright,
.alignnone,
.alignleft,
.aligncenter {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 5px 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-style: italic;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.boxed {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.row {
  position: relative;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.boxed,
.container {
  max-width: 1128px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1128px;
}
.row-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1128px;
}
.row-inner .container {
  max-width: 1128px;
  padding: 0;
}
.row-full {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}
.cols_group:before,
.cols_group:after {
  content: " ";
  display: table;
}
.cols_group:after {
  clear: both;
}
.container_column {
  vertical-align: top !important;
}
.content_column {
  max-width: 564px;
  position: relative;
  width: 100%;
}
.container_column:before,
.container_column:after,
.content_column:before,
.content_column:after {
  content: " ";
  display: table;
}
.container_column:after,
.content_column:after {
  clear: both;
}
[class*="column_"] {
  float: left;
  position: relative;
  min-height: 1px;
}
[class*="column_"]:before,
[class*="column_"]:after {
  content: " ";
  display: table;
}
[class*="column_"]:after {
  clear: both;
}
.column_24 {
  width: 100%;
}
.column_23 {
  width: 95.83333333333334%;
}
.column_22 {
  width: 91.66666666666666%;
}
.column_21 {
  width: 87.5%;
}
.column_20 {
  width: 83.33333333333334%;
}
.column_19 {
  width: 79.16666666666666%;
}
.column_18 {
  width: 75%;
}
.column_17 {
  width: 70.83333333333334%;
}
.column_16 {
  width: 66.66666666666666%;
}
.column_15 {
  width: 62.5%;
}
.column_14 {
  width: 58.333333333333336%;
}
.column_13 {
  width: 54.166666666666664%;
}
.column_12 {
  width: 50%;
}
.column_11 {
  width: 45.83333333333333%;
}
.column_10 {
  width: 41.66666666666667%;
}
.column_9 {
  width: 37.5%;
}
.column_8 {
  width: 33.33333333333333%;
}
.column_7 {
  width: 29.166666666666668%;
}
.column_7_min {
  width: 14.28571428571429%;
}
.column_6 {
  width: 25%;
}
.column_5 {
  width: 20%;
}
.column_4 {
  width: 16.666666666666664%;
}
.column_3 {
  width: 12.5%;
}
.column_2 {
  width: 8.333333333333332%;
}
.column_1 {
  width: 4.166666666666666%;
}
.column_24_pull {
  right: 100%;
}
.column_23_pull {
  right: 95.83333333333334%;
}
.column_22_pull {
  right: 91.66666666666666%;
}
.column_21_pull {
  right: 87.5%;
}
.column_20_pull {
  right: 83.33333333333334%;
}
.column_19_pull {
  right: 79.16666666666666%;
}
.column_18_pull {
  right: 75%;
}
.column_17_pull {
  right: 70.83333333333334%;
}
.column_16_pull {
  right: 66.66666666666666%;
}
.column_15_pull {
  right: 62.5%;
}
.column_14_pull {
  right: 58.333333333333336%;
}
.column_13_pull {
  right: 54.166666666666664%;
}
.column_12_pull {
  right: 50%;
}
.column_11_pull {
  right: 45.83333333333333%;
}
.column_10_pull {
  right: 41.66666666666667%;
}
.column_9_pull {
  right: 37.5%;
}
.column_8_pull {
  right: 33.33333333333333%;
}
.column_7_pull {
  right: 29.166666666666668%;
}
.column_6_pull {
  right: 25%;
}
.column_5_pull {
  right: 20.833333333333336%;
}
.column_4_pull {
  right: 16.666666666666664%;
}
.column_3_pull {
  right: 12.5%;
}
.column_2_pull {
  right: 8.333333333333332%;
}
.column_1_pull {
  right: 4.166666666666666%;
}
.column_0_pull {
  right: 0%;
}
.column_24_push {
  left: 100%;
}
.column_23_push {
  left: 95.83333333333334%;
}
.column_22_push {
  left: 91.66666666666666%;
}
.column_21_push {
  left: 87.5%;
}
.column_20_push {
  left: 83.33333333333334%;
}
.column_19_push {
  left: 79.16666666666666%;
}
.column_18_push {
  left: 75%;
}
.column_17_push {
  left: 70.83333333333334%;
}
.column_16_push {
  left: 66.66666666666666%;
}
.column_15_push {
  left: 62.5%;
}
.column_14_push {
  left: 58.333333333333336%;
}
.column_13_push {
  left: 54.166666666666664%;
}
.column_12_push {
  left: 50%;
}
.column_11_push {
  left: 45.83333333333333%;
}
.column_10_push {
  left: 41.66666666666667%;
}
.column_9_push {
  left: 37.5%;
}
.column_8_push {
  left: 33.33333333333333%;
}
.column_7_push {
  left: 29.166666666666668%;
}
.column_6_push {
  left: 25%;
}
.column_5_push {
  left: 20.833333333333336%;
}
.column_4_push {
  left: 16.666666666666664%;
}
.column_3_push {
  left: 12.5%;
}
.column_2_push {
  left: 8.333333333333332%;
}
.column_1_push {
  left: 4.166666666666666%;
}
.column_0_push {
  left: 0%;
}
.column_24_offset {
  margin-left: 100%;
}
.column_23_offset {
  margin-left: 95.83333333333334%;
}
.column_22_offset {
  margin-left: 91.66666666666666%;
}
.column_21_offset {
  margin-left: 87.5%;
}
.column_20_offset {
  margin-left: 83.33333333333334%;
}
.column_19_offset {
  margin-left: 79.16666666666666%;
}
.column_18_offset {
  margin-left: 75%;
}
.column_17_offset {
  margin-left: 70.83333333333334%;
}
.column_16_offset {
  margin-left: 66.66666666666666%;
}
.column_15_offset {
  margin-left: 62.5%;
}
.column_14_offset {
  margin-left: 58.333333333333336%;
}
.column_13_offset {
  margin-left: 54.166666666666664%;
}
.column_12_offset {
  margin-left: 50%;
}
.column_11_offset {
  margin-left: 45.83333333333333%;
}
.column_10_offset {
  margin-left: 41.66666666666667%;
}
.column_9_offset {
  margin-left: 37.5%;
}
.column_8_offset {
  margin-left: 33.33333333333333%;
}
.column_7_offset {
  margin-left: 29.166666666666668%;
}
.column_6_offset {
  margin-left: 25%;
}
.column_5_offset {
  margin-left: 20.833333333333336%;
}
.column_4_offset {
  margin-left: 16.666666666666664%;
}
.column_3_offset {
  margin-left: 12.5%;
}
.column_2_offset {
  margin-left: 8.333333333333332%;
}
.column_1_offset {
  margin-left: 4.166666666666666%;
}
.column_0_offset {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .column_24_xs {
    width: 100%;
  }
  .column_23_xs {
    width: 95.83333333333334%;
  }
  .column_22_xs {
    width: 91.66666666666666%;
  }
  .column_21_xs {
    width: 87.5%;
  }
  .column_20_xs {
    width: 83.33333333333334%;
  }
  .column_19_xs {
    width: 79.16666666666666%;
  }
  .column_18_xs {
    width: 75%;
  }
  .column_17_xs {
    width: 70.83333333333334%;
  }
  .column_16_xs {
    width: 66.66666666666666%;
  }
  .column_15_xs {
    width: 62.5%;
  }
  .column_14_xs {
    width: 58.333333333333336%;
  }
  .column_13_xs {
    width: 54.166666666666664%;
  }
  .column_12_xs {
    width: 50%;
  }
  .column_11_xs {
    width: 45.83333333333333%;
  }
  .column_10_xs {
    width: 41.66666666666667%;
  }
  .column_9_xs {
    width: 37.5%;
  }
  .column_8_xs {
    width: 33.33333333333333%;
  }
  .column_7_xs {
    width: 29.166666666666668%;
  }
  .column_6_xs {
    width: 25%;
  }
  .column_5_xs {
    width: 20.833333333333336%;
  }
  .column_4_xs {
    width: 16.666666666666664%;
  }
  .column_3_xs {
    width: 12.5%;
  }
  .column_2_xs {
    width: 8.333333333333332%;
  }
  .column_1_xs {
    width: 4.166666666666666%;
  }
  .column_24_xs_pull {
    right: 100%;
  }
  .column_23_xs_pull {
    right: 95.83333333333334%;
  }
  .column_22_xs_pull {
    right: 91.66666666666666%;
  }
  .column_21_xs_pull {
    right: 87.5%;
  }
  .column_20_xs_pull {
    right: 83.33333333333334%;
  }
  .column_19_xs_pull {
    right: 79.16666666666666%;
  }
  .column_18_xs_pull {
    right: 75%;
  }
  .column_17_xs_pull {
    right: 70.83333333333334%;
  }
  .column_16_xs_pull {
    right: 66.66666666666666%;
  }
  .column_15_xs_pull {
    right: 62.5%;
  }
  .column_14_xs_pull {
    right: 58.333333333333336%;
  }
  .column_13_xs_pull {
    right: 54.166666666666664%;
  }
  .column_12_xs_pull {
    right: 50%;
  }
  .column_11_xs_pull {
    right: 45.83333333333333%;
  }
  .column_10_xs_pull {
    right: 41.66666666666667%;
  }
  .column_9_xs_pull {
    right: 37.5%;
  }
  .column_8_xs_pull {
    right: 33.33333333333333%;
  }
  .column_7_xs_pull {
    right: 29.166666666666668%;
  }
  .column_6_xs_pull {
    right: 25%;
  }
  .column_5_xs_pull {
    right: 20.833333333333336%;
  }
  .column_4_xs_pull {
    right: 16.666666666666664%;
  }
  .column_3_xs_pull {
    right: 12.5%;
  }
  .column_2_xs_pull {
    right: 8.333333333333332%;
  }
  .column_1_xs_pull {
    right: 4.166666666666666%;
  }
  .column_0_xs_pull {
    right: 0%;
  }
  .column_24_xs_push {
    left: 100%;
  }
  .column_23_xs_push {
    left: 95.83333333333334%;
  }
  .column_22_xs_push {
    left: 91.66666666666666%;
  }
  .column_21_xs_push {
    left: 87.5%;
  }
  .column_20_xs_push {
    left: 83.33333333333334%;
  }
  .column_19_xs_push {
    left: 79.16666666666666%;
  }
  .column_18_xs_push {
    left: 75%;
  }
  .column_17_xs_push {
    left: 70.83333333333334%;
  }
  .column_16_xs_push {
    left: 66.66666666666666%;
  }
  .column_15_xs_push {
    left: 62.5%;
  }
  .column_14_xs_push {
    left: 58.333333333333336%;
  }
  .column_13_xs_push {
    left: 54.166666666666664%;
  }
  .column_12_xs_push {
    left: 50%;
  }
  .column_11_xs_push {
    left: 45.83333333333333%;
  }
  .column_10_xs_push {
    left: 41.66666666666667%;
  }
  .column_9_xs_push {
    left: 37.5%;
  }
  .column_8_xs_push {
    left: 33.33333333333333%;
  }
  .column_7_xs_push {
    left: 29.166666666666668%;
  }
  .column_6_xs_push {
    left: 25%;
  }
  .column_5_xs_push {
    left: 20.833333333333336%;
  }
  .column_4_xs_push {
    left: 16.666666666666664%;
  }
  .column_3_xs_push {
    left: 12.5%;
  }
  .column_2_xs_push {
    left: 8.333333333333332%;
  }
  .column_1_xs_push {
    left: 4.166666666666666%;
  }
  .column_0_xs_push {
    left: 0%;
  }
  .column_24_xs_offset {
    margin-left: 100%;
  }
  .column_23_xs_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_xs_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_xs_offset {
    margin-left: 87.5%;
  }
  .column_20_xs_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_xs_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_xs_offset {
    margin-left: 75%;
  }
  .column_17_xs_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_xs_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_xs_offset {
    margin-left: 62.5%;
  }
  .column_14_xs_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_xs_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_xs_offset {
    margin-left: 50%;
  }
  .column_11_xs_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_xs_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_xs_offset {
    margin-left: 37.5%;
  }
  .column_8_xs_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_xs_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_xs_offset {
    margin-left: 25%;
  }
  .column_5_xs_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_xs_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_xs_offset {
    margin-left: 12.5%;
  }
  .column_2_xs_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_xs_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_xs_offset {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .column_24_sm {
    width: 100%;
  }
  .column_23_sm {
    width: 95.83333333333334%;
  }
  .column_22_sm {
    width: 91.66666666666666%;
  }
  .column_21_sm {
    width: 87.5%;
  }
  .column_20_sm {
    width: 83.33333333333334%;
  }
  .column_19_sm {
    width: 79.16666666666666%;
  }
  .column_18_sm {
    width: 75%;
  }
  .column_17_sm {
    width: 70.83333333333334%;
  }
  .column_16_sm {
    width: 66.66666666666666%;
  }
  .column_15_sm {
    width: 62.5%;
  }
  .column_14_sm {
    width: 58.333333333333336%;
  }
  .column_13_sm {
    width: 54.166666666666664%;
  }
  .column_12_sm {
    width: 50%;
  }
  .column_11_sm {
    width: 45.83333333333333%;
  }
  .column_10_sm {
    width: 41.66666666666667%;
  }
  .column_9_sm {
    width: 37.5%;
  }
  .column_8_sm {
    width: 33.33333333333333%;
  }
  .column_7_sm {
    width: 29.166666666666668%;
  }
  .column_6_sm {
    width: 25%;
  }
  .column_5_sm {
    width: 20.833333333333336%;
  }
  .column_4_sm {
    width: 16.666666666666664%;
  }
  .column_3_sm {
    width: 12.5%;
  }
  .column_2_sm {
    width: 8.333333333333332%;
  }
  .column_1_sm {
    width: 4.166666666666666%;
  }
  .column_24_sm_pull {
    right: 100%;
  }
  .column_23_sm_pull {
    right: 95.83333333333334%;
  }
  .column_22_sm_pull {
    right: 91.66666666666666%;
  }
  .column_21_sm_pull {
    right: 87.5%;
  }
  .column_20_sm_pull {
    right: 83.33333333333334%;
  }
  .column_19_sm_pull {
    right: 79.16666666666666%;
  }
  .column_18_sm_pull {
    right: 75%;
  }
  .column_17_sm_pull {
    right: 70.83333333333334%;
  }
  .column_16_sm_pull {
    right: 66.66666666666666%;
  }
  .column_15_sm_pull {
    right: 62.5%;
  }
  .column_14_sm_pull {
    right: 58.333333333333336%;
  }
  .column_13_sm_pull {
    right: 54.166666666666664%;
  }
  .column_12_sm_pull {
    right: 50%;
  }
  .column_11_sm_pull {
    right: 45.83333333333333%;
  }
  .column_10_sm_pull {
    right: 41.66666666666667%;
  }
  .column_9_sm_pull {
    right: 37.5%;
  }
  .column_8_sm_pull {
    right: 33.33333333333333%;
  }
  .column_7_sm_pull {
    right: 29.166666666666668%;
  }
  .column_6_sm_pull {
    right: 25%;
  }
  .column_5_sm_pull {
    right: 20.833333333333336%;
  }
  .column_4_sm_pull {
    right: 16.666666666666664%;
  }
  .column_3_sm_pull {
    right: 12.5%;
  }
  .column_2_sm_pull {
    right: 8.333333333333332%;
  }
  .column_1_sm_pull {
    right: 4.166666666666666%;
  }
  .column_0_sm_pull {
    right: 0%;
  }
  .column_24_sm_push {
    left: 100%;
  }
  .column_23_sm_push {
    left: 95.83333333333334%;
  }
  .column_22_sm_push {
    left: 91.66666666666666%;
  }
  .column_21_sm_push {
    left: 87.5%;
  }
  .column_20_sm_push {
    left: 83.33333333333334%;
  }
  .column_19_sm_push {
    left: 79.16666666666666%;
  }
  .column_18_sm_push {
    left: 75%;
  }
  .column_17_sm_push {
    left: 70.83333333333334%;
  }
  .column_16_sm_push {
    left: 66.66666666666666%;
  }
  .column_15_sm_push {
    left: 62.5%;
  }
  .column_14_sm_push {
    left: 58.333333333333336%;
  }
  .column_13_sm_push {
    left: 54.166666666666664%;
  }
  .column_12_sm_push {
    left: 50%;
  }
  .column_11_sm_push {
    left: 45.83333333333333%;
  }
  .column_10_sm_push {
    left: 41.66666666666667%;
  }
  .column_9_sm_push {
    left: 37.5%;
  }
  .column_8_sm_push {
    left: 33.33333333333333%;
  }
  .column_7_sm_push {
    left: 29.166666666666668%;
  }
  .column_6_sm_push {
    left: 25%;
  }
  .column_5_sm_push {
    left: 20.833333333333336%;
  }
  .column_4_sm_push {
    left: 16.666666666666664%;
  }
  .column_3_sm_push {
    left: 12.5%;
  }
  .column_2_sm_push {
    left: 8.333333333333332%;
  }
  .column_1_sm_push {
    left: 4.166666666666666%;
  }
  .column_0_sm_push {
    left: 0%;
  }
  .column_24_sm_offset {
    margin-left: 100%;
  }
  .column_23_sm_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_sm_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_sm_offset {
    margin-left: 87.5%;
  }
  .column_20_sm_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_sm_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_sm_offset {
    margin-left: 75%;
  }
  .column_17_sm_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_sm_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_sm_offset {
    margin-left: 62.5%;
  }
  .column_14_sm_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_sm_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_sm_offset {
    margin-left: 50%;
  }
  .column_11_sm_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_sm_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_sm_offset {
    margin-left: 37.5%;
  }
  .column_8_sm_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_sm_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_sm_offset {
    margin-left: 25%;
  }
  .column_5_sm_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_sm_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_sm_offset {
    margin-left: 12.5%;
  }
  .column_2_sm_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_sm_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_sm_offset {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .column_24_md {
    width: 100%;
  }
  .column_23_md {
    width: 95.83333333333334%;
  }
  .column_22_md {
    width: 91.66666666666666%;
  }
  .column_21_md {
    width: 87.5%;
  }
  .column_20_md {
    width: 83.33333333333334%;
  }
  .column_19_md {
    width: 79.16666666666666%;
  }
  .column_18_md {
    width: 75%;
  }
  .column_17_md {
    width: 70.83333333333334%;
  }
  .column_16_md {
    width: 66.66666666666666%;
  }
  .column_15_md {
    width: 62.5%;
  }
  .column_14_md {
    width: 58.333333333333336%;
  }
  .column_13_md {
    width: 54.166666666666664%;
  }
  .column_12_md {
    width: 50%;
  }
  .column_11_md {
    width: 45.83333333333333%;
  }
  .column_10_md {
    width: 41.66666666666667%;
  }
  .column_9_md {
    width: 37.5%;
  }
  .column_8_md {
    width: 33.33333333333333%;
  }
  .column_7_md {
    width: 29.166666666666668%;
  }
  .column_6_md {
    width: 25%;
  }
  .column_5_md {
    width: 20.833333333333336%;
  }
  .column_4_md {
    width: 16.666666666666664%;
  }
  .column_3_md {
    width: 12.5%;
  }
  .column_2_md {
    width: 8.333333333333332%;
  }
  .column_1_md {
    width: 4.166666666666666%;
  }
  .column_24_md_pull {
    right: 100%;
  }
  .column_23_md_pull {
    right: 95.83333333333334%;
  }
  .column_22_md_pull {
    right: 91.66666666666666%;
  }
  .column_21_md_pull {
    right: 87.5%;
  }
  .column_20_md_pull {
    right: 83.33333333333334%;
  }
  .column_19_md_pull {
    right: 79.16666666666666%;
  }
  .column_18_md_pull {
    right: 75%;
  }
  .column_17_md_pull {
    right: 70.83333333333334%;
  }
  .column_16_md_pull {
    right: 66.66666666666666%;
  }
  .column_15_md_pull {
    right: 62.5%;
  }
  .column_14_md_pull {
    right: 58.333333333333336%;
  }
  .column_13_md_pull {
    right: 54.166666666666664%;
  }
  .column_12_md_pull {
    right: 50%;
  }
  .column_11_md_pull {
    right: 45.83333333333333%;
  }
  .column_10_md_pull {
    right: 41.66666666666667%;
  }
  .column_9_md_pull {
    right: 37.5%;
  }
  .column_8_md_pull {
    right: 33.33333333333333%;
  }
  .column_7_md_pull {
    right: 29.166666666666668%;
  }
  .column_6_md_pull {
    right: 25%;
  }
  .column_5_md_pull {
    right: 20.833333333333336%;
  }
  .column_4_md_pull {
    right: 16.666666666666664%;
  }
  .column_3_md_pull {
    right: 12.5%;
  }
  .column_2_md_pull {
    right: 8.333333333333332%;
  }
  .column_1_md_pull {
    right: 4.166666666666666%;
  }
  .column_0_md_pull {
    right: 0%;
  }
  .column_24_md_push {
    left: 100%;
  }
  .column_23_md_push {
    left: 95.83333333333334%;
  }
  .column_22_md_push {
    left: 91.66666666666666%;
  }
  .column_21_md_push {
    left: 87.5%;
  }
  .column_20_md_push {
    left: 83.33333333333334%;
  }
  .column_19_md_push {
    left: 79.16666666666666%;
  }
  .column_18_md_push {
    left: 75%;
  }
  .column_17_md_push {
    left: 70.83333333333334%;
  }
  .column_16_md_push {
    left: 66.66666666666666%;
  }
  .column_15_md_push {
    left: 62.5%;
  }
  .column_14_md_push {
    left: 58.333333333333336%;
  }
  .column_13_md_push {
    left: 54.166666666666664%;
  }
  .column_12_md_push {
    left: 50%;
  }
  .column_11_md_push {
    left: 45.83333333333333%;
  }
  .column_10_md_push {
    left: 41.66666666666667%;
  }
  .column_9_md_push {
    left: 37.5%;
  }
  .column_8_md_push {
    left: 33.33333333333333%;
  }
  .column_7_md_push {
    left: 29.166666666666668%;
  }
  .column_6_md_push {
    left: 25%;
  }
  .column_5_md_push {
    left: 20.833333333333336%;
  }
  .column_4_md_push {
    left: 16.666666666666664%;
  }
  .column_3_md_push {
    left: 12.5%;
  }
  .column_2_md_push {
    left: 8.333333333333332%;
  }
  .column_1_md_push {
    left: 4.166666666666666%;
  }
  .column_0_md_push {
    left: 0%;
  }
  .column_24_md_offset {
    margin-left: 100%;
  }
  .column_23_md_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_md_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_md_offset {
    margin-left: 87.5%;
  }
  .column_20_md_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_md_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_md_offset {
    margin-left: 75%;
  }
  .column_17_md_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_md_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_md_offset {
    margin-left: 62.5%;
  }
  .column_14_md_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_md_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_md_offset {
    margin-left: 50%;
  }
  .column_11_md_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_md_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_md_offset {
    margin-left: 37.5%;
  }
  .column_8_md_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_md_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_md_offset {
    margin-left: 25%;
  }
  .column_5_md_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_md_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_md_offset {
    margin-left: 12.5%;
  }
  .column_2_md_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_md_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_md_offset {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .column_24_lg {
    width: 100%;
  }
  .column_23_lg {
    width: 95.83333333333334%;
  }
  .column_22_lg {
    width: 91.66666666666666%;
  }
  .column_21_lg {
    width: 87.5%;
  }
  .column_20_lg {
    width: 83.33333333333334%;
  }
  .column_19_lg {
    width: 79.16666666666666%;
  }
  .column_18_lg {
    width: 75%;
  }
  .column_17_lg {
    width: 70.83333333333334%;
  }
  .column_16_lg {
    width: 66.66666666666666%;
  }
  .column_15_lg {
    width: 62.5%;
  }
  .column_14_lg {
    width: 58.333333333333336%;
  }
  .column_13_lg {
    width: 54.166666666666664%;
  }
  .column_12_lg {
    width: 50%;
  }
  .column_11_lg {
    width: 45.83333333333333%;
  }
  .column_10_lg {
    width: 41.66666666666667%;
  }
  .column_9_lg {
    width: 37.5%;
  }
  .column_8_lg {
    width: 33.33333333333333%;
  }
  .column_7_lg {
    width: 29.166666666666668%;
  }
  .column_6_lg {
    width: 25%;
  }
  .column_5_lg {
    width: 20.833333333333336%;
  }
  .column_4_lg {
    width: 16.666666666666664%;
  }
  .column_3_lg {
    width: 12.5%;
  }
  .column_2_lg {
    width: 8.333333333333332%;
  }
  .column_1_lg {
    width: 4.166666666666666%;
  }
  .column_24_lg_pull {
    right: 100%;
  }
  .column_23_lg_pull {
    right: 95.83333333333334%;
  }
  .column_22_lg_pull {
    right: 91.66666666666666%;
  }
  .column_21_lg_pull {
    right: 87.5%;
  }
  .column_20_lg_pull {
    right: 83.33333333333334%;
  }
  .column_19_lg_pull {
    right: 79.16666666666666%;
  }
  .column_18_lg_pull {
    right: 75%;
  }
  .column_17_lg_pull {
    right: 70.83333333333334%;
  }
  .column_16_lg_pull {
    right: 66.66666666666666%;
  }
  .column_15_lg_pull {
    right: 62.5%;
  }
  .column_14_lg_pull {
    right: 58.333333333333336%;
  }
  .column_13_lg_pull {
    right: 54.166666666666664%;
  }
  .column_12_lg_pull {
    right: 50%;
  }
  .column_11_lg_pull {
    right: 45.83333333333333%;
  }
  .column_10_lg_pull {
    right: 41.66666666666667%;
  }
  .column_9_lg_pull {
    right: 37.5%;
  }
  .column_8_lg_pull {
    right: 33.33333333333333%;
  }
  .column_7_lg_pull {
    right: 29.166666666666668%;
  }
  .column_6_lg_pull {
    right: 25%;
  }
  .column_5_lg_pull {
    right: 20.833333333333336%;
  }
  .column_4_lg_pull {
    right: 16.666666666666664%;
  }
  .column_3_lg_pull {
    right: 12.5%;
  }
  .column_2_lg_pull {
    right: 8.333333333333332%;
  }
  .column_1_lg_pull {
    right: 4.166666666666666%;
  }
  .column_0_lg_pull {
    right: 0%;
  }
  .column_24_lg_push {
    left: 100%;
  }
  .column_23_lg_push {
    left: 95.83333333333334%;
  }
  .column_22_lg_push {
    left: 91.66666666666666%;
  }
  .column_21_lg_push {
    left: 87.5%;
  }
  .column_20_lg_push {
    left: 83.33333333333334%;
  }
  .column_19_lg_push {
    left: 79.16666666666666%;
  }
  .column_18_lg_push {
    left: 75%;
  }
  .column_17_lg_push {
    left: 70.83333333333334%;
  }
  .column_16_lg_push {
    left: 66.66666666666666%;
  }
  .column_15_lg_push {
    left: 62.5%;
  }
  .column_14_lg_push {
    left: 58.333333333333336%;
  }
  .column_13_lg_push {
    left: 54.166666666666664%;
  }
  .column_12_lg_push {
    left: 50%;
  }
  .column_11_lg_push {
    left: 45.83333333333333%;
  }
  .column_10_lg_push {
    left: 41.66666666666667%;
  }
  .column_9_lg_push {
    left: 37.5%;
  }
  .column_8_lg_push {
    left: 33.33333333333333%;
  }
  .column_7_lg_push {
    left: 29.166666666666668%;
  }
  .column_6_lg_push {
    left: 25%;
  }
  .column_5_lg_push {
    left: 20.833333333333336%;
  }
  .column_4_lg_push {
    left: 16.666666666666664%;
  }
  .column_3_lg_push {
    left: 12.5%;
  }
  .column_2_lg_push {
    left: 8.333333333333332%;
  }
  .column_1_lg_push {
    left: 4.166666666666666%;
  }
  .column_0_lg_push {
    left: 0%;
  }
  .column_24_lg_offset {
    margin-left: 100%;
  }
  .column_23_lg_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_lg_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_lg_offset {
    margin-left: 87.5%;
  }
  .column_20_lg_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_lg_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_lg_offset {
    margin-left: 75%;
  }
  .column_17_lg_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_lg_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_lg_offset {
    margin-left: 62.5%;
  }
  .column_14_lg_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_lg_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_lg_offset {
    margin-left: 50%;
  }
  .column_11_lg_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_lg_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_lg_offset {
    margin-left: 37.5%;
  }
  .column_8_lg_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_lg_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_lg_offset {
    margin-left: 25%;
  }
  .column_5_lg_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_lg_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_lg_offset {
    margin-left: 12.5%;
  }
  .column_2_lg_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_lg_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_lg_offset {
    margin-left: 0%;
  }
  .column_0 {
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gutter .cols_group {
  margin-left: -12px;
  margin-right: -12px;
}
.row.gutter .cols_group > [class^="column_"],
.row.gutter .cols_group > [class*=" column_"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.no-gutter .cols_group {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter .cols_group > [class^="column_"],
.row.no-gutter .cols_group > [class*=" column_"] {
  padding-right: 0;
  padding-left: 0;
}
.container_height {
  display: table;
  width: 100%;
}
.cols_group_height {
  display: table-row;
}
.column_height {
  display: table-cell;
  float: none;
}
.row.row-height .container {
  display: table;
  width: 100%;
}
.row.row-height .cols_group {
  display: table-row;
}
.row.row-height .cols_group > [class^="column_"],
.row.row-height .cols_group > [class*=" column_"] {
  display: table-cell;
  float: none;
  padding: 0;
  background-clip: padding-box;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.row.row-height .cols_group > [class^="column_"]:first-child,
.row.row-height .cols_group > [class*=" column_"]:first-child {
  border-left: 0 none;
}
.row.row-height .cols_group > [class^="column_"]:last-child,
.row.row-height .cols_group > [class*=" column_"]:last-child {
  border-right: 0 none;
}
.column-top {
  vertical-align: top;
}
.column-middle {
  vertical-align: middle;
}
.column-bottom {
  vertical-align: bottom;
}
.row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #272E31;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
.row-centered {
  text-align: center;
}
.row-centered .cols_group > [class^="column_"],
.row-centered .cols_group > [class*=" column_"] {
  display: inline-block;
  float: none;
  margin-right: -4px !important;
  width: auto !important;
}
.columna_min {
  padding-left: 50px;
}
.column_0 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wow {
  visibility: hidden;
}
body {
  background-color: #F8F8F8;
  font-family: 'open-sans', sans-serif !important;
  font-weight: 400;
  line-height: 2.4em;
  color: #151515;
}
.header_title {
  background-position: 0 bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.page-heading {
  padding: 0;
}
.page-heading .tt_template_row:first-child {
  background-color: #ECECEA;
  border-bottom: 3px solid #FFF;
  margin: 0 0px !important;
  padding: 0px 0 14px 16px;
}
.page-heading h1 {
  margin: 0 0 0 -23px;
  padding-top: 27px !important;
}
.page-heading .box_subtitle {
  margin-left: -23px;
}
.page-heading .box_subtitle p {
  margin-bottom: 0 !important;
}
.page-heading .breadcrumbs {
  padding: 0;
  margin: 26px 0 0 0 !important;
}
.page-heading .social-links {
  text-align: right;
}
ul li {
  background: url("") no-repeat 0 9px;
  margin-bottom: 5px;
  padding: 0 0 1px 12px;
}
ul ul {
  padding: 18px 0 0 0;
}
ul li li {
  background: none;
  font-size: 1em;
  list-style-position: inside;
  list-style-type: circle;
  margin-bottom: 5px;
  padding: 0;
}
ol li {
  list-style-position: inside;
  margin-bottom: 10px;
  padding: 0;
}
ol ol {
  padding: 18px 0 8px 0;
}
ol li li {
  font-size: 1em;
  list-style-position: inside;
  list-style-type: lower-latin;
  margin-bottom: 5px;
  padding: 0 0 0 30px;
}
.box_ficha h2,
.box_ficha h3,
.box_ficha h4 {
  padding-left: 17px;
}
.box_ficha ul {
  padding: 0 0 30px 17px;
}
.box_ficha ul.list_menu,
ul.list_menu {
  padding: 0;
  margin: 0 -12px;
  border-top: 1px solid #FFF;
}
ul.list_menu li {
  background-image: none;
  border-bottom: 1px solid #FFF;
  padding: 23px;
  margin: 0;
}
ul.list_menu li a {
  padding: 23px;
  margin: -23px;
  display: block;
  color: #272928;
  background-image: url('/media/ic_down.png');
  background-position: right 35%;
  background-repeat: no-repeat;
}
ul.list_menu li a:hover {
  background-image: url('/media/ic_down_hover.png');
  color: #FFFFFF;
  background-color: #A11736;
}
a,
a:active,
a:focus {
  outline: none;
}
a {
  color: #92155D;
}
a:hover {
  color: #000;
}
.button {
  background-color: #92155D;
  border: 1px solid #92155D;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: auto;
  padding: 9px 25px;
  margin: 0;
  outline: none;
  font-weight: normal;
  text-transform: uppercase;
}
.button:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  outline: none;
  padding: 9px 25px;
}
.button.rounded {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
table {
  border-top: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  margin: 15px 0;
}
table th {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #8E8E8E;
  font-size: 1.6em;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
table td {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #6A6A6A;
  font-size: 1.6em;
  padding: 12px;
  text-align: center;
}
table strong {
  color: ;
}
.top-border {
  border-top: 1px solid ;
}
.bottom-border {
  border-bottom: 1px solid ;
}
.top-spacing {
  padding-top: 120px;
}
.bottom-spacing {
  padding-bottom: 120px;
}
.top-spacing-med {
  padding-top: 60px;
}
.bottom-spacing-med {
  padding-bottom: 60px;
}
.top-spacing-min {
  padding-top: 30px;
}
.bottom-spacing-min {
  padding-bottom: 30px;
}
.bg-01 {
  background-color: #FFFFFF;
}
.bg-02 {
  background-color: #F8F8F8;
}
.bg-03 {
  background-color: #05616E;
}
.bg-04 {
  background-color: #92155D;
}
.bg-05 {
  background-color: #525659;
}
.bg-06 {
  background-color: #C9C8CA;
}
.top-border.bg-02 {
  border-top: 1px solid #fff;
}
.parallax-image {
  min-height: 270px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .parallax-image {
    background-attachment: scroll;
    background-position: 40% 50%;
  }
}
@media only screen and (min-width: 768px) {
  .parallax-image {
    background-attachment: fixed;
  }
}
#toTop {
  background: url(/media/top.svg) no-repeat 0 0;
  bottom: 12px;
  display: none;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  width: 50px;
}
#toTopHover {
  background: url(/media/top_over.svg) no-repeat 0 0;
  display: block;
  float: left;
  height: 50px;
  overflow: hidden;
  width: 50px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.header {
  background-color: #FFF;
}
body.home .header {
  background-color: transparent;
  border: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.topHeader {
  background-color: ;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.header_mobile {
  background-color: #FFF;
  border-bottom: 1px solid #DDDDDD;
  display: none;
}
.has-mini-header .header_mobile {
  position: fixed;
  display: block;
  z-index: 9997;
  top: 0;
}
.header_mobile .visible-phone {
  display: block;
}
.header_mobile .hidden-phone {
  display: none;
}
.header_mobile .show-menu {
  display: none;
}
.topHeader .tt_template_structure {
  float: right;
}
.full-width .container {
  max-width: 100% !important;
}
.full-width .container .container {
  max-width: 1152px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.visible-phone {
  display: none;
}
.box_featured h2 {
  color: #FFFFFF;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 18px 0;
  padding: 0 0 24px 0;
  background-image: url('/media/hr_4.jpg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  line-height: 1em;
}
.box_featured p {
  color: #FFFFFF;
  font-size: 2.0em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .container_column.img-container-empty {
    min-height: 200px !important;
  }
  .top-spacing {
    padding-top: 20px !important;
  }
  .bottom-spacing {
    padding-bottom: 20px !important;
  }
  .top-spacing-med {
    padding-top: 20px;
  }
  .bottom-spacing-med {
    padding-bottom: 20px;
  }
  .top-spacing-min {
    padding-top: 20px;
  }
  .bottom-spacing-min {
    padding-bottom: 20px;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .topHeader {
    display: none;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3em;
  }
  .page-heading h1,
  .page-heading .h1 {
    font-size: 3.5em;
    padding-top: 4px !important;
  }
  .page-heading .breadcrumbs {
    display: none;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  h3,
  .h3 {
    font-size: 2em;
  }
  h4,
  .h4 {
    font-size: 1.6em;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter p {
    text-aling: center;
  }
  .bottomFooter .menu {
    text-align: right;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 120px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  .columna_min {
    padding-left: 0px;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .container_column.img-container-empty {
    min-height: 300px !important;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .topHeader {
    display: none;
  }
  .topHeader [class*="column_"] {
    width: auto;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 120px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .column_18 {
    width: 66.66666666666666%;
  }
  .column_6 {
    width: 33.33333333333333%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .background-left .container_column {
    background-position: 0 0 !important;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .topHeader [class*="column_"] {
    width: auto;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  .img-right {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .footer .col_1,
  .footer .col_1,
  .footer .col_1,
  .footer .col_4 {
    width: 50%;
  }
  .footer .column_24 {
    padding-bottom: 0;
    width: 100%;
  }
  .bottomFooter [class*="column_"] {
    text-align: center;
    width: 100%;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 80px;
  }
}
@media only screen and (min-width : 957px) {
  .topHeader [class*="column_"] {
    width: auto;
  }
}
body.maintenance {
  text-align: center;
}
body.maintenance h1 {
  line-height: 1.4em;
}
body.maintenance p {
  font-size: 1.8em;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.team-member-image img {
  transition: all .2s ease-in-out;
}
.team-member-image img:hover {
  transform: scale(1.1);
}
.hidden-anchor br {
  display: none;
}
@media only screen and (max-width: 1098px) {
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .home h1,
  .home .h1 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 800px) {
  .home h1,
  .home .h1 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 59.5%;
  }
  .box_featured h2 {
    font-size: 2.5em;
  }
}
.acreditaciones-row .txt-right {
  top: 10px;
  left: 0;
  height: 59px;
  position: absolute;
  z-index: 9999;
}
.acreditaciones-row h2 {
  color: #AAA9AA !important;
}
.acreditaciones-row .directory-module {
  width: 100% !important;
  padding: 0 80px !important;
}
.acreditaciones-row .carousel-item {
  padding: 0 0 !important;
  width: 25%;
  border: 0;
}
.acreditaciones-row .media-top .directory-item-media {
  text-align: center !important;
  border: 0;
}
.acreditaciones-row .media-top .directory-item-media img {
  border: 0;
  margin: 0 auto;
}
.acreditaciones-row .directory-module a.prev,
.acreditaciones-row .directory-module a.next {
  background-image: url(/media/slide_pagination_2.png);
}
@media only screen and (max-width: 856px) {
  p.summary_form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 500px) {
  .image-module {
    margin-bottom: 20px !important;
  }
  .has-mini-header .header_mobile,
  .has-mini-header .header .nav-control {
    display: none !important;
  }
}
#content .single-blog .directory-module .directory-item .directory-item-content,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media {
  padding: 42px 46px;
  text-align: left;
}
#content .single-blog .directory-module .directory-item .directory-item-content h1,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h1 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2.4em;
  font-weight: 800;
  margin: 0 0 18px 0;
  text-transform: none;
}
#content .single-blog .directory-module .directory-item .directory-item-content h2,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h2 {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.7em;
  font-weight: 800;
  margin: 0 0 24px 0;
  text-transform: none;
}
#content .single-blog .directory-module .directory-item .directory-item-content h3,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h3 {
  color: #5e5d5d;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 24px 0;
  text-transform: none;
}
#content .single-blog .directory-module .directory-item .directory-item-content h4,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h4 {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 800;
  margin: 0 0 24px 0;
  text-transform: none;
}
#content .single-blog .directory-module .directory-item .directory-item-content p + h2,
#content .single-blog .directory-module .directory-item .directory-item-content p + h3,
#content .single-blog .directory-module .directory-item .directory-item-content p + h4,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p + h2,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p + h3,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p + h4 {
  padding-top: 20px;
}
#content .single-blog .directory-module .directory-item .directory-item-content h2 + h2,
#content .single-blog .directory-module .directory-item .directory-item-content h2 + h3,
#content .single-blog .directory-module .directory-item .directory-item-content h2 + h4,
#content .single-blog .directory-module .directory-item .directory-item-content h3 + h3,
#content .single-blog .directory-module .directory-item .directory-item-content h3 + h4,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h2 + h2,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h2 + h3,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h2 + h4,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h3 + h3,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media h3 + h4 {
  margin-top: -14px;
}
#content .single-blog .directory-module .directory-item .directory-item-content p,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p {
  margin: 0 0 26px 0;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.print,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.print {
  margin-bottom: 16px;
  text-align: right;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.print img,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.print img {
  max-width: 33px;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.print a + a,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.print a + a {
  margin-left: 20px;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.pretitle,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.pretitle {
  color: #05616e;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.45em;
  font-weight: 600;
  text-transform: uppercase;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.lead,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.lead {
  background: url(/media/border-cites-news.png) no-repeat center top, url(/media/border-cites-news.png) no-repeat center bottom;
  color: #92155d;
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  margin: 20px auto 36px auto;
  padding: 30px 0;
  text-align: center;
  width: 70%;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.lead:before,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.lead:before {
  content: "«";
  font-size: 12px;
  margin-right: 10px;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.lead:after,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.lead:after {
  content: "»";
  font-size: 12px;
  margin-left: 10px;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.author,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.author {
  color: #05616E;
  font-size: 1.3em;
  margin-bottom: 0;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.author strong,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.author strong {
  font-weight: 700;
  font-size: 1.1em;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.author a,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.author a {
  color: #05616E;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.author a:hover,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.author a:hover {
  color: #151515;
}
#content .single-blog .directory-module .directory-item .directory-item-content p.date,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media p.date {
  font-size: 1.4em;
}
#content .single-blog .directory-module .directory-item .directory-item-content ul,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ul {
  margin: 0 0 26px 0;
}
#content .single-blog .directory-module .directory-item .directory-item-content ul li,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ul li {
  background: none;
}
#content .single-blog .directory-module .directory-item .directory-item-content ul li:before,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ul li:before {
  content: "•";
  color: #05616E;
  display: inline-block;
  width: 1em;
  font-weight: 600;
  font-size: 1.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
  direction: rtl;
}
#content .single-blog .directory-module .directory-item .directory-item-content ol,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ol {
  list-style: none;
  counter-reset: li;
  margin: 0 0 26px 1.5em;
}
#content .single-blog .directory-module .directory-item .directory-item-content ol li,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ol li {
  counter-increment: li;
  margin: 0;
}
#content .single-blog .directory-module .directory-item .directory-item-content ol li:before,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media ol li:before {
  content: counter(li);
  color: #05616E;
  display: inline-block;
  font-weight: 600;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
#content .single-blog .directory-module .directory-item .directory-item-content div.subtitle p,
#content .single-blog .directory-module .directory-item .directory-item-content div.subtitle ol li,
#content .single-blog .directory-module .directory-item .directory-item-content div.subtitle ul li,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media div.subtitle p,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media div.subtitle ol li,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media div.subtitle ul li {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.8em;
}
#content .single-blog .directory-module .directory-item .directory-item-content a,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media a {
  color: #92155d;
}
#content .single-blog .directory-module .directory-item .directory-item-content a:hover,
#content .single-blog .directory-module .directory-item .directory-item-content-no-media a:hover {
  color: #151515;
}
#content .single-blog .directory-module .directory-item .directory-item-content-titles {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 45px;
}
#content .single-blog .directory-module .directory-item:hover {
  background-color: #fff;
}
.nav-numeric-pagination {
  clear: both;
  font-size: 1.6em;
  padding: 30px 45px;
  text-align: right;
}
.nav-numeric-pagination .current,
.nav-numeric-pagination a {
  display: inline-block;
  margin: 0 15px;
}
.nav-numeric-pagination a {
  color: #242424;
}
.nav-numeric-pagination .current,
.nav-numeric-pagination a:hover {
  font-weight: 600;
}
.nav-numeric-pagination a.prev {
  background: url(/media/icon-arrow-prev-pagination.png) no-repeat 0 0;
  height: 15px;
  width: 7px;
}
.nav-numeric-pagination a.next {
  background: url(/media/icon-arrow-next-pagination.png) no-repeat 0 0;
  height: 15px;
  width: 7px;
}
.nav-prev-next-pagination {
  clear: both;
  font-size: 1.8em;
  text-align: right;
  text-transform: uppercase;
}
.nav-prev-next-pagination a {
  border: 1px solid #92155D;
  display: inline-block;
  margin: 0;
  padding: 14px 44px;
}
.nav-prev-next-pagination a.nav-pagination-prev {
  background-color: #92155D;
  color: #fff;
}
.nav-prev-next-pagination a.nav-pagination-prev:hover {
  background-color: #92155D;
  color: #fff;
}
.nav-prev-next-pagination a.nav-pagination-next {
  color: #92155D;
  margin: 0 0 0 16px;
}
.nav-prev-next-pagination a.nav-pagination-next:hover {
  background-color: #92155D;
  color: #fff;
}
.blog-article-comments {
  padding-top: 60px;
}
.blog-article-comments p {
  font-size: 1.6em;
}
.blog-article-comments p.title {
  color: #4D4D4D;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-respond {
  background-color: #fff;
  padding: 40px 30px;
}
.comments-list {
  background-color: transparent;
  padding-top: 60px;
}
.comment-respond p.form-submit {
  text-align: right;
  margin-top: 20px;
}
.comment-respond h3 {
  font-size: 2.4em;
  font-weight: 200;
  color: #444;
  margin-bottom: 12px;
  padding-top: 0;
}
h3.title_comments {
  margin: 0 0 10px 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
.comment-respond label {
  font-size: 1.1em;
}
.comment-respond .comment-form-author {
  width: 45%;
  float: left;
  border: 0;
}
.comment-respond .comment-form-email {
  width: 45%;
  float: right;
  border: 0;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
  border: 0;
  color: #333;
  padding: 7px 10px;
  margin-top: 10px;
  background-color: #EBEDED;
}
.comment-respond .comment-form-comment textarea {
  height: 230px;
  width: 100%;
}
.comment-respond .comment-form-url label,
.comment-respond .comment-form-url input {
  display: none;
}
.comment-respond .comment-reply-title small {
  font-size: 0.6em;
}
.comments p.comments-number {
  color: #727F8C;
  font-size: 2.4em;
  padding: 0;
  margin-bottom: 30px;
}
.comments ul {
  margin-bottom: 60px;
}
.comments ul li {
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 20px 0;
  background-image: none;
}
.comments ul ul.children {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments ul ul.children li {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments cite.fn {
  font-size: 1em;
  color: #92155D;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}
.comments .says {
  display: none;
}
.comments .commentmetadata {
  font-size: 1em;
  color: #545454;
  font-weight: 600;
}
.comments .commentmetadata a {
  color: #545454;
}
.comments ul li p {
  margin-top: 10px;
  font-size: 1em;
}
.comment-respond .form-allowed-tags {
  display: none;
}
.comment-respond .form-submit {
  text-align: center;
}
.comments-list .li-comment article.comment {
  padding: 36px 36px 36px 36px !important;
  list-style-type: none;
  list-style: none;
}
.comments-list .li-comment .avatar {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 20px;
}
.comments-list .li-comment .comment-item {
  float: left;
}
.comments-list .li-comment p.info {
  font-size: 1.0em;
  color: #9E9991;
}
.comments-list .li-comment p.info span {
  font-size: 1em;
}
.comments-list .li-comment p.info span.author {
  margin-right: 15px;
}
.comments-list li.owner article.comment {
  background-color: #FFFFFF;
}
li.owner li article.comment {
  background-color: #FFFFFF;
}
li.owner li.owner article.comment {
  background-color: #FFFFFF;
}
li.owner .avatar span {
  background-color: #92155D;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 2px;
}
.comments-list li.owner li.owner article.comment,
.comments-list li li li.owner article.comment {
  border: 0;
  background-color: #FFFFFF;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.comments-list li.owner li article.comment,
.comments-list li.owner li li article.comment {
  background-color: #FFFFFF;
  border: 0;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.comment-respond .comment-form-email {
  text-align: right;
}
#content .directory-module.directory-module-superfeatured .directory-item {
  border-bottom: 0;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media {
  padding: 52px 46px;
  text-align: left;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content h3,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media h3 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-transform: none;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content h3 + p,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media h3 + p {
  margin-top: 18px;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content p.date,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media p.date {
  font-size: 1.4em;
  margin-bottom: 22px;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content p.read-more,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media p.read-more {
  font-size: 1.4em;
  font-weight: 700;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content p.read-more a,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media p.read-more a {
  color: #05616e;
}
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content p.read-more a:hover,
#content .directory-module.directory-module-superfeatured .directory-item .directory-item-content-no-media p.read-more a:hover {
  color: #151515;
}
#content .directory-module.directory-module-news .directory-item {
  border-bottom: 1px solid #DBDBDB;
}
#content .directory-module.directory-module-news .directory-item .directory-item-content,
#content .directory-module.directory-module-news .directory-item .directory-item-content-no-media {
  padding: 42px 40px;
  text-align: left;
}
#content .directory-module.directory-module-news .directory-item .directory-item-content .date {
  font-size: 1.3em;
}
#content .directory-module.directory-module-news .directory-item .directory-item-content h3 + p.date {
  margin-top: 0;
}
#content .directory-module.directory-module-news .directory-item .directory-item-content p.pretitle {
  background: url(/media/icon-arrow-pretitle-news-list.png) no-repeat 0 5px;
  color: #92155d;
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 28px 0;
  padding: 0 0 0 25px;
}
#content .directory-module.directory-module-news p.link-archive {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#content .directory-module.directory-module-news p.link-archive a {
  color: #151515;
  display: block;
  padding: 38px 40px 30px 40px;
  text-decoration: none;
}
#content .directory-module.directory-module-news p.link-archive a:hover {
  background-color: #F8F8F8;
}
#content .directory-module.directory-module-news .num_items_2 .carousel-item:nth-child(2n-1):after {
  width: 0;
}
#content .directory-module.directory-module-news .num_items_2 .carousel-item:nth-last-child(-n+2) .directory-item {
  border-bottom: 0;
}
#content .directory-module.directory-module-news .num_items_2 + p.link-archive a {
  border-top: 1px solid #DBDBDB;
}
#content .directory-module.directory-module-news.odd .num_items_2 .carousel-item:nth-last-child(-n+2) .directory-item {
  border-bottom: 1px solid #DBDBDB;
}
#content .directory-module.directory-module-news.odd .num_items_2 .carousel-item:nth-last-child(-n+1) .directory-item {
  border-bottom: 0;
}
#content .directory-module.directory-module-news.odd p.link-archive a {
  border-top: 1px solid #DBDBDB;
}
#content .directory-module.directory-module-news-related .directory-item {
  border-bottom: 0;
}
#content .directory-module.directory-module-news-related .directory-item .directory-item-content,
#content .directory-module.directory-module-news-related .directory-item .directory-item-content-no-media {
  padding: 26px 40px;
  text-align: left;
}
#content .directory-module.directory-module-news-related .directory-item .directory-item-content .date {
  font-size: 1.3em;
}
#content .directory-module.directory-module-news-related .directory-item .directory-item-content h3 + p.date {
  margin-top: 0;
}
#content .directory-module.directory-module-news-related .num_items_2 .carousel-item:nth-child(2n-1):after {
  width: 0;
}
#content .directory-module.directory-module-news-related.odd .num_items_2 .carousel-item:nth-last-child(-n+1):after {
  right: 0;
  left: auto;
  width: 1px;
}
#content .sidebar {
  padding-left: 17px;
}
#content .sidebar .sidebar-submenu {
  margin-bottom: 40px;
}
#content .sidebar .sidebar-submenu ul {
  margin: 0;
  padding: 0;
}
#content .sidebar .sidebar-submenu ul li {
  border-bottom: 1px solid #DBDBDB;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#content .sidebar .sidebar-submenu ul li:first-child {
  border-top: 1px solid #DBDBDB;
}
#content .sidebar .sidebar-submenu ul li a {
  color: #151515;
  display: block;
  padding: 36px 30px 32px 30px;
}
#content .sidebar .sidebar-submenu ul li a:hover {
  color: #91155B;
}
#content .sidebar .sidebar-search-box {
  background: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 40px;
  padding: 0 29px;
}
#content .sidebar .sidebar-search-box .title-label {
  display: block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.4em;
  font-weight: 700;
  margin: 39px 0 9px 0;
  text-transform: uppercase;
}
#content .sidebar .sidebar-search-box .input-search {
  background-color: #ECECEC;
  border: 0;
  font-size: 1.4em;
  height: 42px;
  outline: none;
  padding: 0 18px;
  width: 100%;
}
#content .sidebar .sidebar-search-box .dates-block .date-label {
  float: left;
  font-size: 1.4em;
  font-weight: normal;
  height: 42px;
  letter-spacing: 0;
  line-height: 42px;
  margin: 0 5% 0 0;
  text-transform: none;
  width: 25%;
}
#content .sidebar .sidebar-search-box .dates-block .input-date {
  background: #ECECEC url(/media/icon-input-date.png) no-repeat 95% 10px;
  border: 0;
  float: left;
  font-size: 1.4em;
  height: 42px;
  margin-left: 1%;
  margin-bottom: 11px;
  padding: 0 0 0 18px;
  max-width: 210px;
  outline: none;
  width: 68%;
}
#content .sidebar .sidebar-search-box .btn_search {
  font-size: 1.2em;
  margin-top: 17px;
  margin-bottom: 42px;
  outline: none;
  width: 100%;
}
#content .sidebar .sidebar-documents {
  background: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 40px;
}
#content .sidebar .sidebar-documents h3 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.4em;
  font-weight: 700;
  margin: 39px 29px 31px 29px;
  text-transform: uppercase;
}
#content .sidebar .sidebar-documents .docs {
  margin-bottom: 0;
}
#content .sidebar .sidebar-documents .docs li {
  background: none;
  border-top: 1px solid #DBDBDB;
  display: block;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 0;
}
#content .sidebar .sidebar-documents .docs li a {
  color: #151515;
  display: block;
  padding: 22px 29px 22px 90px;
  text-decoration: underline;
}
#content .sidebar .sidebar-documents .docs li a[href$=".pdf"] {
  background: url(/media/2018/06/acrobat-borde-blanco.svg) no-repeat 29px center;
  background-size: 34px auto;
}
#content .sidebar .sidebar-documents .docs li a:hover {
  background-color: #F8F8F8;
  color: #151515;
  text-decoration: none;
}
#content .sidebar .sidebar-dossier a.button {
  background: #05616E;
  border: 1px solid #05616E;
  border-radius: 0;
  display: block;
  padding: 22px 29px;
}
#content .sidebar .sidebar-dossier a.button:hover {
  background: transparent;
  border: 1px solid #05616E;
  color: #05616E;
}
body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group {
  padding-bottom: 20px;
}
body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group .column_24 {
  padding: 20px;
}
body.archive.tag #content .row-archive .container.boxed .column_6 {
  width: 25%;
}
body.archive.tag #content .row-archive .container.boxed .column_18 {
  padding: 20px;
  width: 75%;
}
body.archive.tag #content .row-archive .container.boxed p.date {
  font-size: 1.4em;
  margin-bottom: 22px;
}
body.archive.tag #content .row-archive .container.boxed h3 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group {
    padding-bottom: 0;
  }
  body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group .column_24 {
    padding: 20px;
  }
  body.archive.tag #content .row-archive .container.boxed .column_18 {
    padding: 0 20px 0 12px;
  }
  body.archive.tag #content .row-archive .container.boxed p.date {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  body.archive.tag #content .row-archive .container.boxed h3 {
    font-family: 'brandon-grotesque', sans-serif !important;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 0 0;
    text-transform: none;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group {
    padding-bottom: 0;
  }
  body.archive.tag #content .row-archive .container.boxed .cols_group .cols_group .column_24 {
    padding: 20px;
  }
  body.archive.tag #content .row-archive .container.boxed .column_18 {
    padding: 0 20px 0 12px;
  }
  body.archive.tag #content .row-archive .container.boxed p.date {
    font-size: 1.3em;
    margin-bottom: 0;
  }
  body.archive.tag #content .row-archive .container.boxed h3 {
    font-family: 'brandon-grotesque', sans-serif !important;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 0 0;
    text-transform: none;
  }
  #content .sidebar .sidebar-search-box .dates-block {
    clear: both;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .row-with-sidebar .column_16,
  .row-with-sidebar .column_8 {
    width: 100%;
  }
  #content .sidebar {
    padding-left: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .sidebar .sidebar-search-box .dates-block {
    clear: both;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1162px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: 100%;
    float: none;
    text-align: left;
  }
  .comment-respond .comment-form-author input,
  .comment-respond .comment-form-email input {
    width: 100%;
    float: none;
  }
}
#bottom-footer {
  padding: 0 10px;
}
#bottom-footer .row {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  max-width: 100%;
}
#bottom-footer .row .container {
  padding: 100px 0 70px 0;
  text-align: center;
}
#bottom-footer .image-module {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -151px;
}
#bottom-footer .image-module img {
  border: 1px solid #DBDBDB;
}
@media only screen and (max-width: 480px) {
  #bottom-footer {
    padding: 0;
  }
  #bottom-footer .row {
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #bottom-footer {
    padding: 0;
  }
  #bottom-footer .row {
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #bottom-footer {
    padding: 0;
  }
  #bottom-footer .row {
    border-left: 0;
    border-right: 0;
  }
}
.ui-helper-reset {
  line-height: 24px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget {
  color: #151515;
  font-size: 1em;
}
.ui-widget-content {
  border: 0;
  background: none;
  color: auto;
}
.ui-widget-content a {
  color: #171717;
}
.ui-widget-header {
  border: 0;
  background: none;
  color: #171717;
  font-weight: normal;
}
.ui-widget-header a {
  color: #171717;
}
.ui-widget-content {
  border: 0;
  background: none;
  color: auto;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: none;
  position: relative;
  top: auto;
  margin: auto;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 0;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ui-accordion .ui-accordion-icons {
  padding: 0;
}
.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
}
.ui-accordion .ui-accordion-content {
  color: #151515;
  padding: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0;
  background: none;
  font-weight: normal;
  color: #171717;
}
body .ui-datepicker {
  padding: 0;
}
.ui-datepicker {
  background: #fff;
  width: 290px;
  z-index: 10 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 30px;
  padding: 1.1em 0 .9em 0;
  background: #92155D;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  line-height: 1.8em;
  text-align: center;
}
.ui-widget-header .ui-icon {
  background-image: url(/media/ui-icons_ffffff_256x240.png);
}
.ui-datepicker thead {
  background: #666;
}
.ui-datepicker thead tr th {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #666;
  padding: 9px 0;
  text-align: center;
  border: none;
}
.ui-datepicker table {
  border: 0;
  table-layout: fixed;
  max-width: 100%;
  margin: 0;
}
.ui-datepicker table tr td {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 1em;
}
.ui-datepicker table tr td.ui-state-disabled {
  background-color: #fff;
}
.ui-datepicker table tr td a {
  display: block;
  padding: 5px;
  text-align: center;
  background: #fff;
  color: #232323;
  border: 1px solid transparent !important;
}
.ui-datepicker table tr td a:hover {
  border: 1px solid #EBEBEB !important;
  background-color: #FDFDFD;
}
.ui-datepicker table tr td.ui-datepicker-today a {
  background-color: #FCEBF4;
  border: 1px solid #FCEBF4 !important;
  color: #92155D;
  font-weight: 800;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: auto;
  z-index: 9999;
}
#content {
  padding-bottom: 130px;
}
#content h2,
#content .h2 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}
#content h3,
#content .h3 {
  font-family: 'open-sans', sans-serif !important;
  font-size: 3.5em;
  font-weight: 300;
}
#content p {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 400;
}
#content .breadcrumbs {
  padding: 50px 0 60px 0;
}
#content .breadcrumbs p {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.3em;
  font-weight: 400;
  margin: 0;
  text-align: right;
}
#content .breadcrumbs p a {
  color: #0e0e0e;
}
#content .breadcrumbs p a:hover {
  color: #92155D;
}
#content table {
  border: 0;
  margin: 0;
  width: 100%;
}
#content table tr.with-link:hover {
  background-color: #F8F8F8;
}
#content table th,
#content table td {
  border-bottom: 0;
}
#content table th:last-child,
#content table td:last-child {
  border-right: 0;
}
#content table th {
  background-color: #F8F8F8;
  color: #171717;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-weight: 800;
  font-size: 1.4em;
  padding: 35px 40px;
  text-align: left;
  vertical-align: middle;
}
#content table td {
  border-top: 1px solid #DEDFE0;
  color: #151515;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 400;
  padding: 35px 40px;
  text-align: left;
  vertical-align: middle;
}
#content table td.th {
  background-color: #F8F8F8;
  color: #171717;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-weight: 800;
  font-size: 1.4em;
}
#content table td a {
  color: #151515;
  display: block;
  text-decoration: underline;
}
#content table td a.icon-link {
  background: none;
  display: inline-block;
  padding: 0;
}
#content table td a.icon-link img {
  display: inline-block;
  float: none;
  margin: 0;
  max-width: 34px;
  height: auto;
}
#content table td a[href$=".pdf"] {
  background: url(/media/2018/06/acrobat-borde-blanco.svg) no-repeat 0 center;
  background-size: 34px auto;
  padding: 5px 0 5px 50px;
}
#content table td a[href$=".zip"] {
  background: url(/media/2022/05/icon-download.svg) no-repeat 0 center;
  background-size: 38px auto;
  padding: 5px 0 5px 50px;
}
#content table td .icon-link + .icon-link {
  margin-left: 15px;
}
#content table.search-results tr td:first-child {
  font-size: 1.4em;
  width: 21%;
}
#content table.search-results tr td {
  border-top: none;
  border-bottom: 1px solid #DEDFE0;
}
#content table.search-results tr td a.txt-url {
  font-weight: 700;
  text-decoration: none;
}
#content table.search-results tr td.title {
  font-weight: 600;
  text-transform: uppercase;
  width: 30%;
}
#content table.search-results tr td.title a {
  text-decoration: none;
}
#content table.search-results tr:hover td a {
  color: #92145D;
}
#content .ml-responsive-table .ml-grid {
  border-bottom: 1px solid #DEDFE0;
  padding: 35px 40px;
}
#content .ml-responsive-table .ml-grid:last-of-type {
  border-bottom: 0;
}
#content .ml-responsive-table .ml-grid:nth-of-type(even) {
  background: transparent;
}
#content .ml-responsive-table .ml-grid:nth-of-type(odd) {
  background: transparent;
}
#content .ml-responsive-table .ml-grid:empty {
  display: none;
}
#content .ml-responsive-table .ml-title {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0;
}
#content .ml-responsive-table .ml-value {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}
#content .ml-responsive-table .ml-value a {
  color: #151515;
  display: block;
  text-decoration: underline;
}
#content .ml-responsive-table .ml-value a[href$=".pdf"] {
  background: url(/media/2018/06/acrobat-borde-blanco.svg) no-repeat 0 center;
  background-size: 34px auto;
  padding: 5px 0 5px 50px;
}
#content .ml-responsive-table .ml-value a.icon-link {
  background: none;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 0;
}
#content .ml-responsive-table .ml-value a.icon-link img {
  display: inline-block;
  float: none;
  margin: 0;
  max-width: 34px;
  height: auto;
}
#content .ml-responsive-table .ml-value .icon-link + .icon-link {
  margin-left: 15px;
}
#content .accordion-module .accordion-item h3 {
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle;
}
#content .accordion-module .accordion-item h3 .title-tab {
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
}
#content .accordion-module .accordion-item h3 .subtitle-tab {
  display: inline-block;
  font-size: 1.5em;
}
#content .accordion-module .accordion-item h3 .subtitle-tab:before {
  content: " | ";
  padding: 0 17px;
}
#content .accordion-module .accordion-item h3 .separator-tab {
  font-family: 'brandon-grotesque', sans-serif !important;
  display: inline-block;
  padding: 0 17px;
  display: none;
}
#content .accordion-module .accordion-item h3 a {
  background-color: #fff;
  color: #151515;
  display: block;
  text-decoration: none;
  padding: 50px 40px;
}
#content .accordion-module .accordion-item h3 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#content .accordion-module .accordion-item h3 a:after {
  font-family: 'FontAwesome';
  font-size: 1.8em;
  content: "\f078";
  position: absolute;
  right: 40px;
}
#content .accordion-module .accordion-item h3 a:hover {
  background-color: #05616D;
  color: #fff;
}
#content .accordion-module .accordion-item h3.ui-state-active a {
  background-color: #05616D;
  color: #fff;
}
#content .accordion-module .accordion-item h3.ui-state-active a:after {
  content: "\f077";
}
#content .accordion-module .accordion-item h3:first-of-type {
  border-top: 1px solid #DBDBDB;
}
#content .accordion-module .accordion-content {
  border-bottom: 1px solid #DBDBDB;
}
#content .accordion-module .accordion-content .moduleText.bg-01,
#content .accordion-module .accordion-content .moduleText.bg-02,
#content .accordion-module .accordion-content .moduleText.bg-03,
#content .accordion-module .accordion-content .moduleText.bg-04,
#content .accordion-module .accordion-content .moduleText.bg-05,
#content .accordion-module .accordion-content .moduleText.bg-06,
#content .accordion-module .accordion-content .moduleText.bg-07,
#content .accordion-module .accordion-content .moduleText.bg-08,
#content .accordion-module .accordion-content .moduleText.bg-09,
#content .accordion-module .accordion-content .moduleText.bg-10,
#content .accordion-module .accordion-content .moduleText.bg-11,
#content .accordion-module .accordion-content .moduleText.bg-12 {
  padding: 80px 40px;
}
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-01,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-02,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-03,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-04,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-05,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-06,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-07,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-08,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-09,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-10,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-11,
#content .accordion-module .accordion-content [class*="column_"] + [class*="column_"] .moduleText.bg-12 {
  padding: 80px 40px 80px 0;
}
#content .tabs-module .tabs-nav {
  background-color: #F8F8F8;
  margin: 0;
  padding: 35px 0;
  text-align: left;
}
#content .tabs-module .tabs-nav li {
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 0;
  margin: 0 20px 0 40px;
  padding: 0;
}
#content .tabs-module .tabs-nav li a {
  color: #171717;
}
#content .tabs-module .tabs-nav li a:hover {
  color: #a30c54;
}
#content .tabs-module .tabs-nav li.ui-state-active a {
  color: #a30c54;
}
#content .tabs-module.border-bottom .tabs-nav {
  border-bottom: 1px solid #DEDFE0;
}
#content .tabs-module .tabs-container .ui-tabs-panel .show-link {
  padding: 35px 40px;
}
#content .tabs-module .tabs-container .ui-tabs-panel .show-link a {
  text-decoration: underline;
}
#content .tabs-module .tabs-container .ui-tabs-panel .show-link a:hover {
  text-decoration: none;
}
#content .tabs-module .tabs-container .ui-tabs-panel .hide-table {
  display: none;
}
#content .tabs-module .tabs-container .ui-tabs-panel .show-table {
  display: table;
}
#content .tabs-module .tabs-container .ui-tabs-panel .ml-responsive-table .ml-grid {
  border-top: 1px solid #DEDFE0;
  border-bottom: 0;
}
#content .container.boxed {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  margin: 0 auto;
  overflow: hidden;
}
#content .container.boxed .title-row {
  border-bottom: 1px solid #DBDBDB;
}
#content .container.boxed .title-row strong {
  font-weight: 900;
}
#content .container.boxed .title-row span {
  display: block;
  padding: 30px 40px;
}
#content .container.boxed .title-row i {
  color: #92155d;
  font-style: normal;
}
#content .container.boxed .title-row i.txt-featured {
  font-weight: 900;
}
#content .container.boxed .title-row.subtitle-row {
  padding: 30px 40px;
}
#content .container.boxed .title-row.subtitle-row h2,
#content .container.boxed .title-row.subtitle-row p {
  display: inline-block;
  width: 50%;
}
#content .container.boxed .title-row.subtitle-row p {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  margin: 0;
  text-align: right;
}
#content .container.boxed .title-row.subtitle-row p a {
  color: #151515;
  text-decoration: underline;
}
#content .container.boxed .title-row.subtitle-row p a:hover {
  text-decoration: none;
}
#content .container.boxed .title-row.subtitle-row p a.linkedin,
#content .container.boxed .title-row.subtitle-row p a.youtube,
#content .container.boxed .title-row.subtitle-row p a.twitter {
  font-family: 'FontAwesome';
  font-size: 1.8em;
  text-decoration: none;
}
#content .container.boxed .title-row.subtitle-row p a.linkedin {
  color: #0077B5;
}
#content .container.boxed .title-row.subtitle-row p a.linkedin:before {
  content: "\f0e1";
}
#content .container.boxed .title-row.subtitle-row p a.youtube {
  color: #FF0000;
}
#content .container.boxed .title-row.subtitle-row p a.youtube:before {
  content: "\f167";
}
#content .container.boxed .title-row.subtitle-row p a.twitter {
  color: #1DA1F2;
}
#content .container.boxed .title-row.subtitle-row p a.twitter:before {
  content: "\f099";
}
#content .container.boxed .title-row.subtitle-row span {
  padding: 0;
}
#content .container.boxed .accordion-module .accordion-item h3 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#content .container.boxed .accordion-module .accordion-item h3:last-of-type {
  border-bottom: 0;
}
#content .container.boxed .accordion-module .accordion-content:last-of-type {
  border-bottom: 0;
}
#content .container.boxed.container-without-border {
  border: 0;
}
#content .container.boxed.container-without-border .title-row {
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 0;
  border-left: 1px solid #DBDBDB;
}
#content figure {
  max-width: 100%;
  max-height: 550px;
}
#content figure img {
  width: 100%;
}
#content .row-less-relevance .title-row h2 {
  font-size: 1.6em;
}
.home #content {
  padding-top: 115px;
}
div.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px 0;
  clear: both;
}
div.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .gform_wrapper {
  background: none;
  margin: 0;
  padding: 60px 0;
  text-align: center;
}
#content .gform_wrapper form {
  margin: 0 auto;
  width: 35%;
}
#content .gform_wrapper li {
  background: none;
  padding: 0;
}
#content .gforms_confirmation_message {
  background: none;
  margin: 0;
}
#content .gforms_confirmation_message li {
  background: none;
  padding: 0;
}
#content .gforms_confirmation_message li.gfield_error {
  border: none;
  width: 100%;
}
#content .gforms_confirmation_message li.gfield_error .gfield_label,
#content .gforms_confirmation_message li.gfield_error .gfield_required {
  color: #92155D;
}
#content .gforms_confirmation_message .validation_error,
#content .gforms_confirmation_message .validation_message {
  color: #92155D;
  margin: 0 0 11px 0;
  max-width: 100%;
  padding: 0;
}
#content .gforms_confirmation_message .validation_error {
  border-color: #92155D;
  font-size: 1.4em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#content .gforms_confirmation_message .validation_message {
  font-weight: 400;
}
#content .gforms_confirmation_message .gform_confirmation_wrapper {
  padding-top: 20px;
  padding-right: 12px;
  padding-bottom: 20px;
}
#content .gforms_confirmation_message .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.8em;
  font-weight: 600;
  padding: 50px 60px;
  text-align: center;
}
#content .gform_wrapper .validation_error {
  color: #92155D;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 22px;
}
#content .gform_wrapper .gfield {
  margin-bottom: 22px;
}
#content .gform_wrapper .gfield input,
#content .gform_wrapper .gfield textarea,
#content .gform_wrapper .gfield select {
  border: 1px solid #000;
  border-radius: 2px;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.4em;
  font-weight: 500;
  height: 45px;
  width: 100%;
}
#content .gform_wrapper .gfield textarea {
  height: 200px;
}
#content .gform_wrapper .gfield select {
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#content .gform_wrapper .gfield select option {
  text-align: left;
}
#content .gform_wrapper .gfield input:-webkit-autofill,
#content .gform_wrapper .gfield input:-webkit-autofill:hover,
#content .gform_wrapper .gfield input:-webkit-autofill:focus
      input:-webkit-autofill,
#content .gform_wrapper .gfield textarea:-webkit-autofill,
#content .gform_wrapper .gfield textarea:-webkit-autofill:hover,
#content .gform_wrapper .gfield textarea:-webkit-autofill:focus,
#content .gform_wrapper .gfield select:-webkit-autofill,
#content .gform_wrapper .gfield select:-webkit-autofill:hover,
#content .gform_wrapper .gfield select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#content .gform_wrapper .gfield .ginput_container_fileupload input[type=button] {
  background: none;
  border-radius: 2px;
  font-size: 1.4em;
  height: 45px;
  padding: 0;
  text-transform: uppercase;
}
#content .gform_wrapper .gfield.attach-file-es label.gfield_label,
#content .gform_wrapper .gfield.attach-file-en label.gfield_label,
#content .gform_wrapper .gfield.attach-file-fr label.gfield_label {
  display: none;
}
#content .gform_wrapper .gfield.attach-file-es span,
#content .gform_wrapper .gfield.attach-file-en span,
#content .gform_wrapper .gfield.attach-file-fr span {
  font-size: 1.1em;
}
#content .gform_wrapper .gfield.attach-file-es span.file-name,
#content .gform_wrapper .gfield.attach-file-en span.file-name,
#content .gform_wrapper .gfield.attach-file-fr span.file-name {
  display: none;
  font-weight: 600;
}
#content .gform_wrapper .gfield.attach-file-es span.file-name.file-added,
#content .gform_wrapper .gfield.attach-file-en span.file-name.file-added,
#content .gform_wrapper .gfield.attach-file-fr span.file-name.file-added {
  display: block;
}
#content .gform_wrapper .gfield.gfield_visibility_ {
  display: none;
}
#content .gform_wrapper .gfield.gfield_contains_required {
  position: relative;
}
#content .gform_wrapper .gfield.gfield_contains_required .validation_message {
  color: #92155D;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.2em;
  text-align: left;
}
#content .gform_wrapper .gfield.gfield_contains_required:after {
  content: "*" !important;
  color: #92155D;
  position: absolute;
  line-height: 0;
  margin: 0;
  font-size: 1.8em;
  font-weight: 700;
  padding: 0;
  right: -20px;
  top: 7px;
}
#content .gform_wrapper .gfield ul {
  padding: 16px 0;
}
#content .gform_wrapper .gfield ul li {
  list-style: none;
}
#content .gform_wrapper .check {
  font-size: 1em;
  text-align: left;
}
#content .gform_wrapper .check label {
  display: none;
}
#content .gform_wrapper .check input {
  height: auto;
}
#content .gform_wrapper .check [type="checkbox"]:not(:checked),
#content .gform_wrapper .check [type="checkbox"]:checked,
#content .gform_wrapper .check [type="radio"]:not(:checked),
#content .gform_wrapper .check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
#content .gform_wrapper .check [type="checkbox"]:not(:checked) + label,
#content .gform_wrapper .check [type="checkbox"]:checked + label,
#content .gform_wrapper .check [type="radio"]:not(:checked) + label,
#content .gform_wrapper .check [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#content .gform_wrapper .check [type="checkbox"]:not(:checked) + label:before,
#content .gform_wrapper .check [type="checkbox"]:checked + label:before,
#content .gform_wrapper .check [type="radio"]:not(:checked) + label:before,
#content .gform_wrapper .check [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #686868;
  background: transparent;
}
#content .gform_wrapper .check [type="checkbox"]:not(:checked) + label:after,
#content .gform_wrapper .check [type="checkbox"]:checked + label:after,
#content .gform_wrapper .check [type="radio"]:not(:checked) + label:after,
#content .gform_wrapper .check [type="radio"]:checked + label:after {
  background: url(/media/2017/06/icon-check2.png) no-repeat 1px 1px;
  width: 14px;
  height: 14px;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 15px;
  line-height: 0.8;
  color: #B8B8B8;
  transition: all .2s;
}
#content .gform_wrapper .check [type="checkbox"]:not(:checked) + label:after,
#content .gform_wrapper .check [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#content .gform_wrapper .check [type="checkbox"]:checked + label:after,
#content .gform_wrapper .check [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#content .gform_wrapper .check [type="checkbox"]:disabled:not(:checked) + label:before,
#content .gform_wrapper .check [type="checkbox"]:disabled:checked + label:before,
#content .gform_wrapper .check [type="radio"]:disabled:not(:checked) + label:before,
#content .gform_wrapper .check [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #5B636C;
  background-color: #ddd;
}
#content .gform_wrapper .check [type="checkbox"]:disabled:checked + label:after,
#content .gform_wrapper .check [type="radio"]:disabled:checked + label:after {
  color: #B8B8B8;
}
#content .gform_wrapper .check [type="checkbox"]:disabled + label,
#content .gform_wrapper .check [type="radio"]:disabled + label {
  color: #B8B8B8;
}
#content .gform_wrapper .check label:hover:before {
  border: 1px solid #333 !important;
}
#content .gform_wrapper .check input + label {
  color: #686868;
  display: inline-block;
  font-family: 'open-sans', sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
#content .gform_wrapper .check input + label .required {
  color: #92155D;
  font-size: 18px;
  font-weight: 700;
  vertical-align: top;
}
#content .gform_wrapper .check ul {
  padding: 0 !important;
}
#content .gform_wrapper .check ul ul {
  margin: 0;
  padding: 0 !important;
}
#content .gform_wrapper .check.gfield_contains_required:after {
  display: none;
}
#content .gform_wrapper .gform_footer {
  text-align: center;
}
#content .gform_wrapper .gform_footer input.button {
  font-size: 1.4em;
  height: 45px;
  padding: 9px 50px;
}
#content .container.boxed .gforms_confirmation_message {
  background: none;
  margin: 0;
}
#content .container.boxed .gforms_confirmation_message li {
  background: none;
}
.gform_wrapper ul li input::-webkit-input-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.gform_wrapper ul li input::-moz-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.gform_wrapper ul li input:-ms-input-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.gform_wrapper ul li textarea::-webkit-input-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.gform_wrapper ul li textarea::-moz-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.gform_wrapper ul li textarea:-ms-input-placeholder {
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
#content .gform_wrapper ~ .row-inner {
  border-top: 1px solid #DBDBDB;
}
#content .gform_wrapper ~ .row-inner .moduleText.bg-01,
#content .gform_wrapper ~ .row-inner .moduleText.bg-02,
#content .gform_wrapper ~ .row-inner .moduleText.bg-03,
#content .gform_wrapper ~ .row-inner .moduleText.bg-04,
#content .gform_wrapper ~ .row-inner .moduleText.bg-05,
#content .gform_wrapper ~ .row-inner .moduleText.bg-06,
#content .gform_wrapper ~ .row-inner .moduleText.bg-07,
#content .gform_wrapper ~ .row-inner .moduleText.bg-08,
#content .gform_wrapper ~ .row-inner .moduleText.bg-09,
#content .gform_wrapper ~ .row-inner .moduleText.bg-10,
#content .gform_wrapper ~ .row-inner .moduleText.bg-11,
#content .gform_wrapper ~ .row-inner .moduleText.bg-12 {
  padding: 40px 60px;
}
#content .gform_wrapper ~ .row-inner .moduleText p {
  color: #686868;
  font-size: 1.3em;
}
#cookie-law-info-bar,
.wt-cli-cookie-bar {
  background: transparent url(/media/background-cookies.png) repeat 0 0 !important;
  color: #a2a1a1 !important;
  position: fixed;
  text-align: left;
  left: auto !important;
  right: 0;
  z-index: 9999;
  width: 35% !important;
  padding: 40px 20px !important;
}
#cookie-law-info-bar .cli-bar-message,
.wt-cli-cookie-bar .cli-bar-message {
  width: 100% !important;
}
#cookie-law-info-bar .cli-bar-btn_container,
.wt-cli-cookie-bar .cli-bar-btn_container {
  margin-top: 20px;
}
#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button,
.wt-cli-cookie-bar .cli-bar-btn_container .cli-plugin-button {
  background-color: #92155D !important;
  border: 0 !important;
  margin: 5px 5px 5px 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button:hover,
.wt-cli-cookie-bar .cli-bar-btn_container .cli-plugin-button:hover {
  background-color: #000 !important;
}
#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button + .cli-plugin-button,
.wt-cli-cookie-bar .cli-bar-btn_container .cli-plugin-button + .cli-plugin-button {
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  #cookie-law-info-bar,
  .wt-cli-cookie-bar {
    padding: 30px 20px 10px 20px !important;
    width: 100% !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #cookie-law-info-bar,
  .wt-cli-cookie-bar {
    padding: 30px 20px 10px 20px !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1280px) {
  #cookie-law-info-bar,
  .wt-cli-cookie-bar {
    width: 25% !important;
  }
}
div#newsletter {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  #content {
    padding-left: 40px;
    padding-right: 40px;
  }
  #content h3 {
    font-size: 2.5em;
  }
  #content .title-row {
    text-align: center;
  }
  #content .title-row span {
    padding: 30px 24px;
  }
  #content .container.boxed .title-row.subtitle-row {
    padding: 30px 24px;
  }
  #content .container.boxed .title-row.subtitle-row h2,
  #content .container.boxed .title-row.subtitle-row p {
    display: block;
    width: 100%;
  }
  #content .container.boxed .title-row.subtitle-row p {
    text-align: center;
  }
  #content .container.boxed .title-row.subtitle-row span {
    padding: 0;
  }
  #content .tabs-module .tabs-nav {
    text-align: left;
  }
  #content .tabs-module .tabs-nav li {
    display: inline-block;
    margin: 0 40px;
  }
  #content .gform_wrapper form {
    width: 70%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content {
    padding-left: 40px;
    padding-right: 40px;
  }
  #content h3 {
    font-size: 2.8em;
  }
  #content figure {
    max-height: 350px;
    overflow: hidden;
    max-width: 767px;
  }
  #content .title-row {
    text-align: center;
  }
  #content .title-row span {
    padding: 30px 24px;
  }
  #content .container.boxed .title-row.subtitle-row {
    padding: 30px 24px;
  }
  #content .container.boxed .title-row.subtitle-row h2,
  #content .container.boxed .title-row.subtitle-row p {
    display: block;
    width: 100%;
  }
  #content .container.boxed .title-row.subtitle-row p {
    text-align: center;
  }
  #content .container.boxed .title-row.subtitle-row span {
    padding: 0;
  }
  #content .gform_wrapper form {
    width: 70%;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content {
    padding-left: 40px;
    padding-right: 40px;
  }
  #content .gform_wrapper form {
    width: 70%;
  }
}
@media only screen and (max-width: 794px) {
  #content .moduleText .responsive-table {
    overflow: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .moduleText .responsive-table > table {
    margin-bottom: 0;
    min-width: 500px;
  }
}
@media only screen and (max-width: 957px) {
  #content table th,
  #content table td {
    padding: 25px 20px;
  }
  #content table td a[href$=".pdf"] {
    padding: 5px 0 5px 40px;
  }
  #content table td .icon-link + .icon-link {
    margin-left: 5px;
  }
}
.copyright {
  display: inline-block;
  margin-right: 5px;
}
.copyright p {
  color: #0f0f0f;
  font-size: 1.3em;
  margin: 0;
}
#content .module-cta .moduleText {
  padding: 76px 60px;
  text-align: center;
}
#content .module-cta .moduleText h2 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.2em;
  text-transform: uppercase;
}
#content .module-cta .moduleText h2 + p {
  margin-top: 22px;
}
#content .module-cta .moduleText h2 + ul {
  margin-top: 30px;
}
#content .module-cta .moduleText p .button {
  font-size: 0.95em;
}
#content .module-cta .moduleText p .button:nth-of-type(2) {
  margin-left: 10px;
}
#content .module-cta .moduleText p + p .button {
  margin-top: 34px;
}
#content .module-cta .moduleText ul li {
  font-size: 1.4em;
}
#content .module-cta .moduleText ul li.external {
  background: url(/media/external-link-icon.svg) no-repeat 0 3px;
  background-size: 20px 19.19px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.document {
  background: url(/media/document-link-icon.svg) no-repeat 0 0;
  background-size: 20px 25.79px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.pdf {
  background: url(/media/pdf-link-icon.svg) no-repeat 0 -3px;
  background-size: 20px 26.62px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.video {
  background: url(/media/video-link-icon.svg) no-repeat 0 0;
  background-size: 23px 23.74px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.location {
  background: url(/media/location-icon.svg) no-repeat 0 3px;
  background-size: 13.61px 18.06px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.phone {
  background: url(/media/phone-icon.svg) no-repeat 0 3px;
  background-size: 18.42px 15.25px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.time {
  background: url(/media/time-icon.svg) no-repeat 0 3px;
  background-size: 17.62px 17.62px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.fax {
  background: url(/media/fax-icon.svg) no-repeat 0 3px;
  background-size: 18.42px 18.42px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li.mail {
  background: url(/media/mail-icon.svg) no-repeat 0 3px;
  background-size: 18.42px 17.7px;
  padding-left: 30px;
}
#content .module-cta .moduleText ul li a {
  color: #151515;
  text-decoration: underline;
}
#content .module-cta .moduleText ul li a:hover {
  color: #151515;
  text-decoration: none;
}
#content .module-cta .moduleText .button + br {
  display: block;
  content: "";
  margin-top: 10px;
}
#content .module-cta .moduleText + .buttons {
  margin-top: 0;
  margin-bottom: 0;
}
#content .module-cta .row .column_24 .moduleText {
  margin: 0 auto;
  padding: 46px 0;
  width: 54.964539%;
}
#content .module-cta .row .container_column.equalBox {
  overflow: hidden;
  position: relative;
}
#content .module-cta .row .container_column.equalBox .moduleText {
  position: absolute;
  padding: 0 40px;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#content .module-cta .row .column_relative .container_column.equalBox .moduleText {
  position: static;
  padding: 46px 40px;
  left: auto;
  top: auto;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}
#content .module-cta .row .column_relative .container_column.equalBox .moduleText h2 {
  font-family: 'open-sans', sans-serif !important;
  font-size: 3.3em;
  font-weight: 400;
  text-transform: none;
}
#content .module-cta .row.bg-03 .moduleText h2,
#content .module-cta .row.bg-03 .moduleText h3,
#content .module-cta .row.bg-03 .moduleText p,
#content .module-cta .row.bg-03 .moduleText li,
#content .module-cta .row.bg-04 .moduleText h2,
#content .module-cta .row.bg-04 .moduleText h3,
#content .module-cta .row.bg-04 .moduleText p,
#content .module-cta .row.bg-04 .moduleText li,
#content .module-cta .row.bg-05 .moduleText h2,
#content .module-cta .row.bg-05 .moduleText h3,
#content .module-cta .row.bg-05 .moduleText p,
#content .module-cta .row.bg-05 .moduleText li,
#content .module-cta .row .container_column.bg-04 .moduleText h2,
#content .module-cta .row .container_column.bg-04 .moduleText h3,
#content .module-cta .row .container_column.bg-04 .moduleText p,
#content .module-cta .row .container_column.bg-04 .moduleText li {
  color: #fff;
}
#content .module-cta .row.bg-03 .moduleText a,
#content .module-cta .row.bg-04 .moduleText a {
  color: #fff;
  text-decoration: underline;
}
#content .module-cta .row.bg-03 .moduleText a:hover,
#content .module-cta .row.bg-04 .moduleText a:hover {
  text-decoration: none;
}
#content .module-cta .row.bg-03 .moduleText a.button,
#content .module-cta .row.bg-04 .moduleText a.button {
  text-decoration: none;
}
#content .module-cta .row.bg-03 .moduleText a.button:hover,
#content .module-cta .row.bg-04 .moduleText a.button:hover {
  color: #92155D;
  text-decoration: none;
}
#content .module-cta .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #DBDBDB;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
#content .module-cta .row.vertical-divider .container_column.equalBox .moduleText {
  position: static;
  padding: 46px 40px;
  left: auto;
  top: auto;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}
#content .module-cta .row.vertical-divider .container_column.equalBox .moduleText h2 {
  font-family: 'open-sans', sans-serif !important;
  font-size: 3.3em;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  #content .module-cta .moduleText {
    padding: 76px 60px;
    text-align: center;
  }
  #content .module-cta .moduleText h2 {
    font-size: 2em;
  }
  #content .module-cta .moduleText p .button:nth-of-type(2) {
    margin-left: 0;
  }
  #content .module-cta .row .column_24 .moduleText {
    width: 80%;
  }
  #content .module-cta .row .container_column.equalBox {
    overflow: hidden;
    position: relative;
  }
  #content .module-cta .row .container_column.equalBox .moduleText {
    position: relative;
    padding: 40px;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  #content .module-cta .image-module {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .module-cta .row .column_24 .moduleText {
    width: 80%;
  }
  #content .module-cta .row .container_column.equalBox {
    overflow: hidden;
    position: relative;
  }
  #content .module-cta .row .container_column.equalBox .moduleText {
    position: relative;
    padding: 76px 60px;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  #content .module-cta .image-module {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .module-cta .moduleText h2 + p {
    margin-top: 0;
  }
  #content .module-cta .moduleText p + p .button {
    margin-top: 0;
  }
  #content .module-cta .row .column_24 .moduleText {
    width: 80%;
  }
  #content .module-cta .row .container_column.equalBox {
    overflow: hidden;
    position: relative;
  }
  #content .module-cta .row .container_column.equalBox .moduleText {
    position: relative;
    padding: 30px;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  #content .module-cta .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
    display: none;
  }
  #content .module-cta .row.vertical-divider .container_column.equalBox .moduleText h2 {
    font-size: 2.5em;
  }
  #content .module-cta .row.vertical-divider .container_column.equalBox:first-of-type {
    border-bottom: 1px solid #DBDBDB;
  }
}
#footer {
  background-color: #F8F8F8;
  padding: 30px;
}
#footer .row.vertical-divider .cols_group > [class*='column_'] {
  vertical-align: top;
}
#footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #818181;
}
#footer .moduleText {
  padding-right: 24px;
}
#footer h2 {
  color: #999;
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 10px;
}
#footer h3 {
  color: #999;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 10px;
}
#footer p {
  color: #999;
  font-size: 1.6em;
  font-weight: 400;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #92155D;
}
#footer a.button {
  background: none;
  border: 1px solid #92155D;
  color: #fff;
  font-size: 1.2em;
  text-transform: none;
}
#footer a.button:hover {
  background: #92155D;
  border: 1px solid #92155D;
  color: #fff;
}
#footer p + p a.button {
  margin-top: 10px;
}
#footer *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #footer .row.row-height .container {
    display: block;
  }
  #footer .row.row-height .container .cols_group {
    display: block;
  }
  #footer .row.row-height .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  #footer .row.row-height .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
  #footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
    background: none;
  }
  #footer h2,
  #footer p {
    text-align: center;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #footer .row.row-height .container {
    display: block;
  }
  #footer .row.row-height .container .cols_group {
    display: block;
  }
  #footer .row.row-height .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  #footer .row.row-height .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
  #footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
    background: none;
  }
  #footer h2,
  #footer p {
    text-align: center;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .row.row-height .container .cols_group [class*='column_'] {
    border: 0;
    padding: 0 12px;
  }
  .row.row-height .container .cols_group [class*='column_']:first-child {
    padding-left: 0;
  }
  .row.row-height .container .cols_group [class*='column_']:last-child {
    padding-right: 0;
  }
}
#header {
  padding: 94px 70px 94px 70px;
  height: 100vh;
  max-height: 645px;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header h1 {
  display: none;
}
#header > .row {
  height: 100% !important;
}
#header > .row > .cols_group {
  height: 100% !important;
}
#header > .row > .cols_group > .column_24 {
  height: 100% !important;
}
#header > .row > .cols_group > .column_24 > .container_column {
  height: 100% !important;
}
#header > .row > .cols_group > .column_24 > .container_column > .row-inner {
  height: 100% !important;
}
#header > .row > .cols_group > .column_24 > .container_column > .row-inner > .container {
  height: 100% !important;
}
#header .article-header {
  color: #fff;
  position: absolute;
  width: 100%;
  max-width: 70%;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#header .article-header h1 {
  color: #fff;
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1em;
}
#header .article-header p {
  color: #fff;
  font-family: 'open-sans', sans-serif !important;
  font-size: 2.4em;
  font-weight: 400;
}
#header .article-header p.h1 {
  color: #fff;
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1em;
}
#header .article-header p.play-video {
  padding-top: 20px;
}
#header .article-header p.play-video a {
  background: url(/media/icon-play-ezentis-white.png) no-repeat 0 0;
  display: inline-block;
  height: 68px;
  width: 68px;
}
#header .article-header h1 + p {
  line-height: 1.2em;
  margin-top: 7px;
}
@media only screen and (max-width: 523px) {
  #header {
    max-height: 418px;
    padding: 44px 30px 44px 30px;
  }
  #header .article-header {
    max-width: 98%;
  }
  #header .article-header h1 {
    font-size: 2.5em;
    line-height: 1em;
  }
  #header .article-header p {
    font-size: 2em;
  }
  #header .article-header h1 + p {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 524px) and (max-width: 1059px) {
  #header {
    padding: 54px 40px 54px 40px;
  }
  #header .article-header h1 {
    font-size: 3em;
    line-height: 1em;
  }
  #header .article-header p {
    font-size: 2.4em;
  }
  #header .article-header h1 + p {
    margin-top: 7px;
  }
}
#header #logo img {
  height: 48px;
  width: 205px;
}
@media only screen and (max-width: 480px) {
  #header #logo img {
    height: auto;
    max-width: 50%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #header #logo img {
    height: auto;
    max-width: 70%;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  tap-highlight-color: rgba(0,0,0,0) !important;
}
.mm-menu_keyboardfocus a:focus {
  background: none !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  tap-highlight-color: rgba(0,0,0,0) !important;
}
.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected>span {
  background: none !important;
}
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: none !important;
}
.mm-listitem:hover .item-menu-title {
  color: #0EB4CB !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-bottom: -10px !important;
}
#header .module-language-selector {
  display: inline-block;
  height: 35px;
  padding: 0;
  vertical-align: middle;
}
#header .module-language-selector a {
  display: inline-block;
  color: #fff;
  font-size: 16px !important;
  text-transform: uppercase;
}
#header .module-language-selector a.active-language,
#header .module-language-selector a:hover {
  color: #BD186D !important;
}
#header .module-language-selector a + a {
  padding-left: 20px;
}
.module-language-selector {
  display: inline-block;
  height: 33px;
  padding: 0 10px 0 20px !important;
  vertical-align: middle;
}
.module-language-selector a {
  display: inline-block;
  color: #fff;
  font-size: 16px !important;
  text-transform: uppercase;
}
.module-language-selector a.active-language,
.module-language-selector a:hover {
  color: #BD186D !important;
}
.module-language-selector a + a {
  padding-left: 10px;
}
#header .tools_navigation {
  margin-right: 37px;
  padding-top: 8px;
  float: right;
}
#header .tools_navigation ul {
  margin: -3px 22px 0 0;
}
#header .tools_navigation ul li {
  border-right: 1px solid #fff;
  color: #fff;
  float: left;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  padding: 5px 20px 0 20px;
}
#header .tools_navigation ul li:first-child {
  padding-left: 0;
}
#header .tools_navigation ul li:empty {
  display: none;
}
#header .tools_navigation ul li a {
  color: #fff;
}
#header .tools_navigation ul li a:hover {
  color: #ffd200;
}
#header .primary_navigation {
  display: none;
}
#header .primary_navigation ul {
  float: right;
  margin-bottom: 7px;
}
#header .primary_navigation ul li {
  float: left;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 12px;
  padding: 0;
}
#header .primary_navigation ul li:first-child {
  margin-left: 0;
}
#header .primary_navigation ul li:last-child {
  margin-right: 0;
}
#header .primary_navigation ul li a {
  color: #92155D;
}
#header .primary_navigation ul li a:hover {
  color: #444;
}
#header .primary_navigation ul li.current-menu-item a {
  color: #444;
}
#header .nav-control {
  display: none;
}
.menu-button {
  background: none;
  position: absolute;
  right: 0;
}
.menu-button:hover {
  opacity: 1;
}
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -8px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #BD186D;
}
.mm-menu {
  background: none;
}
.mm-navbars_top {
  background: none;
  border: 0;
  position: absolute;
  width: 50%;
  left: auto;
}
.mm-navbar {
  border: 0;
  height: 80px;
  text-align: left;
}
.mm-navbar .mm-btn_prev {
  top: 20px;
  left: auto;
  right: 0;
}
.mm-navbar .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar .mm-navbar__title {
  font-family: 'open-sans', sans-serif !important;
  font-size: 2.2em;
  font-weight: 600;
  display: none;
}
.mm-menu_navbar_top-2 .mm-panels {
  top: 0;
}
.mm-panel {
  padding: 80px 20px 20px 20px;
}
.mm-listitem {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: right;
  text-transform: uppercase;
}
.mm-listitem li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.mm-listitem li a,
.mm-listitem li .item-menu-title {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
}
.mm-listitem>a,
.mm-listitem>span {
  text-overflow: ellipsis;
  white-space: normal;
}
.min-item {
  border-top: 1px solid #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8em;
  margin-top: 20px;
  padding-top: 24px;
  margin-right: 24px;
  margin-left: 24px;
}
.min-item + .min-item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.mm-navbars_top .mm-navbar__btn:first-child,
.mm-navbars_top .mm-navbar__btn:last-child {
  top: 20px;
}
.mm-navbars_top .mm-btn_close {
  left: auto !important;
  right: 20px !important;
}
.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
  width: 14px;
  height: 14px;
}
.mm-btn_clear:before,
.mm-btn_close:before {
  right: 6px;
}
.mm-btn_clear:after,
.mm-btn_close:after {
  right: 25px;
}
.mm-btn_next:after,
.mm-btn_prev:before {
  height: 14px;
  width: 14px;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited,
.mm-menu .item-menu-title {
  color: #fff;
}
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu li:hover,
.mm-menu .item-menu-title:hover {
  color: #0EB4CB !important;
}
.mm-menu .social-media a:active,
.mm-menu .social-media a:hover {
  color: #fff !important;
}
.mm-listitem:after {
  border: 0;
  left: 0;
}
.mm-btn_next {
  background: none !important;
  border: 0 !important;
}
.mm-listitem .mm-btn_next:before {
  border: 0;
}
.mm-menu .mm-listview .mm-btn_next:after {
  display: none;
}
.mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-panel {
  display: block !important;
}
.mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem .mm-btn_next:before,
.mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem .mm-btn_next:after {
  display: none;
}
.mm-panel {
  background-color: #eeeeee;
}
#primary-menu-container {
  background-color: #05616d;
}
.mm-menu_columns-1 {
  width: 50%;
  max-width: 400px;
}
.mm-menu_columns-2 {
  width: 100%;
  max-width: 800px;
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent.mm-panel_columns-0 {
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
  z-index: 0 !important;
  transition: transform 1s;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  z-index: 0 !important;
  transition: transform 5s;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-navbar .mm-btn:after,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-navbar .mm-btn:before {
  border-color: #0d0d0d !important;
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-listitem {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  text-transform: uppercase;
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-listitem a {
  color: #0d0d0d;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 105px;
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-listitem a:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-color: #0d0d0d;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 23px;
  right: auto;
}
[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 .mm-listitem a:hover {
  color: #0d0d0d !important;
  font-weight: 600;
}
.mm-listitem .mm-btn_fullwidth+a,
.mm-listitem .mm-btn_fullwidth+span {
  padding-right: 30px;
}
#clone-primary-menu.mm-menu {
  background-color: grey;
}
#clone-primary-menu.mm-menu .mm-panel {
  padding: 20px;
}
#clone-primary-menu.mm-menu .mm-listitem {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 8px;
}
#clone-primary-menu.mm-menu .mm-listitem li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
#clone-primary-menu.mm-menu .mm-listitem li a,
#clone-primary-menu.mm-menu .mm-listitem li .item-menu-title {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
}
#clone-primary-menu.mm-menu .min-item {
  border-top: 1px solid #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8em;
  margin-top: 20px;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 24px;
}
#clone-primary-menu.mm-menu .min-item + .min-item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#clone-primary-menu.mm-menu .mm-btn:after,
#clone-primary-menu.mm-menu .mm-btn:before {
  border-color: #fff;
}
#clone-primary-menu.mm-menu .mm-navbars_top {
  background-color: #05616D;
  border: 0;
  position: absolute;
  width: 100%;
  left: auto;
}
#clone-primary-menu.mm-menu .mm-navbars_top .mm-navbar__btn:first-child,
#clone-primary-menu.mm-menu .mm-navbars_top .mm-navbar__btn:last-child {
  top: 20px;
}
#clone-primary-menu.mm-menu .mm-navbars_top .mm-btn_prev {
  left: 20px !important;
  right: auto !important;
}
#clone-primary-menu.mm-menu .mm-navbars_top .mm-btn_close {
  left: auto !important;
  right: 0 !important;
}
#clone-primary-menu.mm-menu .mm-navbars_top img {
  display: none;
}
#clone-primary-menu.mm-menu .mm-btn_prev:before {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clone-primary-menu.mm-menu .mm-btn_clear:after,
#clone-primary-menu.mm-menu .mm-btn_clear:before,
#clone-primary-menu.mm-menu .mm-btn_close:after,
#clone-primary-menu.mm-menu .mm-btn_close:before {
  width: 14px;
  height: 14px;
}
#clone-primary-menu.mm-menu .mm-btn_clear:before,
#clone-primary-menu.mm-menu .mm-btn_close:before {
  right: 6px;
}
#clone-primary-menu.mm-menu .mm-btn_clear:after,
#clone-primary-menu.mm-menu .mm-btn_close:after {
  right: 25px;
}
#clone-primary-menu.mm-menu a,
#clone-primary-menu.mm-menu a:active,
#clone-primary-menu.mm-menu a:hover,
#clone-primary-menu.mm-menu a:link,
#clone-primary-menu.mm-menu a:visited,
#clone-primary-menu.mm-menu .item-menu-title {
  color: #fff;
}
#clone-primary-menu.mm-menu a:active,
#clone-primary-menu.mm-menu a:hover,
#clone-primary-menu.mm-menu .item-menu-title:hover {
  color: #0EB4CB;
}
#clone-primary-menu.mm-menu .mm-listitem:after {
  border: 0;
  left: 0;
}
#clone-primary-menu.mm-menu .mm-btn_next {
  background: none !important;
  border: 0 !important;
}
#clone-primary-menu.mm-menu .mm-listitem .mm-btn_next:before {
  border: 0;
}
#clone-primary-menu.mm-menu .mm-menu .mm-listview .mm-btn_next:after {
  border-color: #fff;
}
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  text-transform: uppercase;
}
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a,
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a:active,
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a:hover,
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a:link,
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a:visited,
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem .item-menu-title {
  color: #0d0d0d !important;
  padding-bottom: 0;
  padding-left: 0;
}
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-listitem a:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-color: #0d0d0d;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 20px;
  left: auto;
}
#clone-primary-menu.mm-menu .mm-panels>.mm-panel>.mm-listview.sub-menu-level-0 .mm-panel {
  display: block !important;
}
#clone-primary-menu.mm-menu .mm-panel {
  background-color: #eeeeee;
}
#clone-primary-menu.mm-menu #clone-primary-menu-container {
  background-color: #05616d;
}
#clone-primary-menu.mm-menu_child_opened .mm-navbars_top {
  background-color: #EEEEEE;
}
#clone-primary-menu.mm-menu_child_opened .mm-btn:after,
#clone-primary-menu.mm-menu_child_opened .mm-btn:before {
  border-color: #7D8183;
}
#clone-primary-menu.mm-menu_navbar_top-2 .mm-panels {
  top: 80px;
}
#primary-menu-container ::-webkit-input-placeholder {
  color: #FFFFFF;
}
#primary-menu-container ::-moz-placeholder {
  color: #FFFFFF;
}
#primary-menu-container :-ms-input-placeholder {
  color: #FFFFFF;
}
#primary-menu-container :-moz-placeholder {
  color: #FFFFFF;
}
#primary-menu-container .searchform {
  display: inline-block;
  overflow: hidden;
  height: 36px;
}
#primary-menu-container .searchform .searchform-container:before,
#primary-menu-container .searchform .searchform-container:after {
  content: " ";
  display: table;
}
#primary-menu-container .searchform .searchform-container:after {
  clear: both;
}
#primary-menu-container .searchform .searchform-label {
  display: none;
}
#primary-menu-container .searchform .searchform-text {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8em;
  height: 30px;
  margin-right: 12px;
  outline: none;
  padding: 0 5px;
  width: 190px;
}
#primary-menu-container .module-search-form .searchform .btn_search {
  background: url(/media/icon-search.svg) no-repeat 0 0 !important;
  border: 0 !important;
  color: #fff !important;
  float: right;
  height: auto;
  margin-top: 5px;
  padding: 0;
  width: 24px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#primary-menu-container .module-search-form .searchform .btn_search:hover {
  color: #fff;
}
#primary-menu-container .module-search-form .searchform:hover {
  color: #fff;
}
#primary-menu-container ::-webkit-input-placeholder,
#clone-primary-menu ::-webkit-input-placeholder {
  color: #FFFFFF;
}
#primary-menu-container ::-moz-placeholder,
#clone-primary-menu ::-moz-placeholder {
  color: #FFFFFF;
}
#primary-menu-container :-ms-input-placeholder,
#clone-primary-menu :-ms-input-placeholder {
  color: #FFFFFF;
}
#primary-menu-container :-moz-placeholder,
#clone-primary-menu :-moz-placeholder {
  color: #FFFFFF;
}
#primary-menu-container .searchform,
#clone-primary-menu .searchform {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px 0 20px;
  height: 36px;
}
#primary-menu-container .searchform .searchform-container:before,
#primary-menu-container .searchform .searchform-container:after,
#clone-primary-menu .searchform .searchform-container:before,
#clone-primary-menu .searchform .searchform-container:after {
  content: " ";
  display: table;
}
#primary-menu-container .searchform .searchform-container:after,
#clone-primary-menu .searchform .searchform-container:after {
  clear: both;
}
#primary-menu-container .searchform .searchform-label,
#clone-primary-menu .searchform .searchform-label {
  display: none;
}
#primary-menu-container .searchform .searchform-text,
#clone-primary-menu .searchform .searchform-text {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8em;
  height: 30px;
  margin-right: 12px;
  outline: none;
  padding: 0 5px;
  width: 190px;
}
#primary-menu-container .searchform .btn_search,
#clone-primary-menu .searchform .btn_search {
  background: url(/media/icon-search.svg) no-repeat 0 0 !important;
  border: 0 !important;
  color: #fff !important;
  float: right;
  height: auto;
  margin-top: 5px;
  padding: 0;
  width: 24px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#primary-menu-container .searchform .btn_search:hover,
#clone-primary-menu .searchform .btn_search:hover {
  color: #fff;
}
#primary-menu-container .searchform:hover,
#clone-primary-menu .searchform:hover {
  color: #fff;
}
.min-item-lvl2,
#clone-primary-menu.mm-menu .min-item-lvl2 {
  border-top: 1px solid #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.8em;
  margin-top: 20px;
  padding-top: 24px;
  margin-right: 24px;
  margin-left: 24px;
}
.min-item-lvl2 + .min-item-lvl2,
#clone-primary-menu.mm-menu .min-item-lvl2 + .min-item-lvl2 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.tt-box-menu-web {
  display: none;
}
.box-menu-open.fx-reveal #wrapper {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.0s;
  transition: transform 0.0s;
}
.box-menu-closed.fx-reveal #wrapper {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.0s;
  transition: transform 0.0s;
}
#content .primary_navigation {
  background-color: #fff;
  margin-top: 22px;
  padding: 16px 32px;
}
#content .primary_navigation:before,
#content .primary_navigation:after {
  content: " ";
  display: table;
}
#content .primary_navigation:after {
  clear: both;
}
#content .primary_navigation ul {
  float: right;
  margin-bottom: 0;
}
#content .primary_navigation ul li {
  float: left;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 12px;
  padding: 0;
}
#content .primary_navigation ul li:first-child {
  margin-left: 0;
}
#content .primary_navigation ul li:last-child {
  margin-right: 0;
}
#content .primary_navigation ul li a {
  color: #92155D;
}
#content .primary_navigation ul li a:hover {
  color: #444;
}
#content .primary_navigation ul li.current-menu-item a {
  color: #444;
}
#bottom-footer .cols_group > [class^="column_"],
#bottom-footer .cols_group > [class*=" column_"] {
  vertical-align: middle;
}
#bottom-footer .footer_navigation {
  display: inline-block;
}
#bottom-footer .footer_navigation ul {
  margin-bottom: 0;
}
#bottom-footer .footer_navigation ul li {
  color: #0f0f0f;
  display: inline-block;
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
}
#bottom-footer .footer_navigation ul li:before {
  color: #0f0f0f;
  content: " | ";
  padding: 0 5px;
}
#bottom-footer .footer_navigation ul li a {
  color: #0f0f0f;
}
#bottom-footer .footer_navigation ul li a:hover {
  color: #a30c54;
}
.tt-box-menu {
  padding: 60px 40px 20px 40px !important;
  position: relative;
}
.tt-box-menu ul li a {
  background-color: #fff !important;
  color: #444 !important;
  display: block;
  text-align: center !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
}
.tt-box-menu ul li a:hover {
  background-color: #fff !important;
  color: #92155D !important;
}
.tt-box-menu .close-menu {
  background: url(/media/close-menu.svg) no-repeat 0 0;
  border: none;
  color: #000;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 32px;
}
.tt-box-menu .close-menu:hover {
  background: url(/media/close-menu_hover.svg) no-repeat 0 0;
}
.tt-box-menu .close-menu span {
  display: none;
}
@media only screen and (max-width: 480px) {
  #header .tools_navigation {
    display: none;
  }
  #header .column_8 {
    width: 80%;
  }
  #header .column_16 {
    width: 20%;
  }
  #header .hamburger {
    padding: 5px 0 0 0;
  }
  .footer_navigation {
    display: block !important;
    text-align: center;
  }
  .footer_navigation ul li:before {
    color: #959393;
    content: " | ";
    padding: 0 5px;
  }
  .footer_navigation ul li:first-child:before {
    display: none;
  }
  #primary-menu {
    display: none;
  }
  #clone-primary-menu {
    display: block;
    z-index: 2;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #header .tools_navigation {
    display: none;
  }
  #header .column_8 {
    width: 80%;
  }
  #header .column_16 {
    width: 20%;
  }
  #header .hamburger {
    padding: 5px 0 0 0;
  }
  .footer_navigation {
    display: block !important;
    text-align: center;
  }
  .footer_navigation ul li:before {
    color: #959393;
    content: " | ";
    padding: 0 5px;
  }
  .footer_navigation ul li:first-child:before {
    display: none;
  }
  #primary-menu {
    display: none;
  }
  #clone-primary-menu {
    display: block;
    z-index: 2;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #primary-menu {
    display: block;
    z-index: 2;
  }
  #clone-primary-menu {
    display: none;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  #header .tools_navigation ul li {
    font-size: 1.3em;
    margin: 0 5px;
  }
  #header .tools_navigation ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1160px) {
  #header .tools_navigation ul li {
    font-size: 1.4em;
    margin: 0 5px;
  }
  #header .tools_navigation ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width : 957px) {
  #primary-menu {
    display: block;
    z-index: 2;
  }
  #clone-primary-menu {
    display: none;
    z-index: 0;
  }
}
#content .directory-module .num_items_1 .carousel-item {
  width: 100%;
}
#content .directory-module .num_items_2 .carousel-item {
  width: 50%;
}
#content .directory-module .num_items_3 .carousel-item {
  width: 33.33333333333333%;
}
#content .directory-module .num_items_4 .carousel-item {
  width: 25%;
}
#content .directory-module .num_items_5 .carousel-item {
  width: 20%;
}
#content .directory-module .num_items_6 .carousel-item {
  width: 16.666666666666664%;
}
#content .directory-module .num_items_8 .carousel-item {
  width: 12.5%;
}
#content .directory-module .carousel-item {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  min-height: 1px;
  overflow: hidden;
}
#content .directory-module .carousel-item:before,
#content .directory-module .carousel-item:after {
  content: " ";
  display: table;
}
#content .directory-module .carousel-item:after {
  clear: both;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #DBDBDB;
}
#content .directory-module .carousel-item:first-child:after {
  width: 0;
}
#content .directory-module .directory-item {
  background-color: #fff;
  position: relative;
}
#content .directory-module .directory-item.catalog-link {
  cursor: pointer;
}
#content .directory-module .directory-item .directory-item-media {
  display: block;
  position: relative;
}
#content .directory-module .directory-item .directory-item-media img {
  display: block;
  margin: 0 auto;
  width: auto;
}
#content .directory-module .directory-item .directory-item-media .directory-item-media-caption {
  color: #fff;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.3em;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 90;
  width: 100%;
  height: 100%;
}
#content .directory-module .directory-item .directory-item-media .directory-item-media-caption p {
  font-size: 1em;
  font-weight: 700;
}
#content .directory-module .directory-item .directory-item-content,
#content .directory-module .directory-item .directory-item-content-no-media {
  padding: 52px 80px;
  text-align: center;
}
#content .directory-module .directory-item .directory-item-content h3,
#content .directory-module .directory-item .directory-item-content-no-media h3 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 600;
  text-transform: none;
}
#content .directory-module .directory-item .directory-item-content p,
#content .directory-module .directory-item .directory-item-content-no-media p {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 400;
}
#content .directory-module .directory-item .directory-item-content h3 + p,
#content .directory-module .directory-item .directory-item-content-no-media h3 + p {
  margin-top: 13px;
  margin-bottom: 0;
}
#content .directory-module .directory-item .directory-item-content p.txt-min,
#content .directory-module .directory-item .directory-item-content-no-media p.txt-min {
  font-size: 1.2em;
}
#content .directory-module .directory-item .directory-item-content li,
#content .directory-module .directory-item .directory-item-content-no-media li {
  font-size: 1.5em;
  list-style: disc;
  list-style-position: inside;
}
#content .directory-module .directory-item .directory-item-content li a,
#content .directory-module .directory-item .directory-item-content-no-media li a {
  text-decoration: underline;
}
#content .directory-module .directory-item .directory-item-content li a:hover,
#content .directory-module .directory-item .directory-item-content-no-media li a:hover {
  text-decoration: none;
}
#content .directory-module .directory-item .directory-item-content a,
#content .directory-module .directory-item .directory-item-content-no-media a {
  color: #151515;
}
#content .directory-module .directory-item .directory-item-content a:hover,
#content .directory-module .directory-item .directory-item-content-no-media a:hover {
  color: #151515;
}
#content .directory-module .directory-item:hover {
  background-color: #F8F8F8;
}
#content .directory-module .directory-item:hover .directory-item-media {
  display: block;
}
#content .directory-module.directory-style-1 {
  padding: 40px;
}
#content .directory-module.directory-style-1 .carousel-item:after {
  width: 0;
}
#content .directory-module.directory-style-1 .carousel-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#content .directory-module.directory-style-1 .carousel-item:first-child:before {
  border-left: 1px solid #fff;
}
#content .directory-module.directory-style-1 .directory-item {
  background-color: transparent;
  position: relative;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media {
  padding: 52px 40px;
  text-align: center;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content .directory-item-statistics,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media .directory-item-statistics {
  margin: 0 -10px 40px -10px;
  position: relative;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content .directory-item-statistics:after,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media .directory-item-statistics:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 40px;
  height: 3px;
  background: #fff;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content h3,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content p,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p {
  color: #fff;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-title,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-title {
  font-size: 8em;
  line-height: 1;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-legend,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-legend {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content a,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media a {
  color: #fff;
}
#content .directory-module.directory-style-1 .directory-item .directory-item-content a:hover,
#content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media a:hover {
  color: #fff;
}
#content .directory-module.row-with-visualizer .directory-item.equal-directory .directory-item-content-no-media {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#content .directory-module.directory-style-2 .directory-item .directory-item-media img,
#content .directory-module.directory-style-3 .directory-item .directory-item-media img {
  -webkit-filter: none;
  filter: none;
}
#content .directory-module.directory-style-2 .directory-item .directory-item-content p a {
  color: #151515;
  text-decoration: underline;
}
#content .directory-module.directory-style-2 .directory-item .directory-item-content p a:hover {
  color: #151515;
  text-decoration: none;
}
#content .directory-module.directory-style-2 .directory-item .directory-item-content p + p {
  margin-top: 10px;
}
#content .directory-module.directory-style-3 .directory-item .directory-item-media .directory-item-media-caption {
  display: none;
}
#content .directory-module.directory-style-3 .directory-item .directory-item-content {
  background: #fff;
  border: 1px solid #DBDBDB;
  bottom: 37px;
  left: 50%;
  padding: 52px 60px;
  position: absolute;
  text-align: center;
  width: 54.964539%;
  z-index: 90;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#content .directory-module.directory-style-3 .directory-item .directory-item-content p a {
  color: #151515;
  text-decoration: underline;
}
#content .directory-module.directory-style-3 .directory-item .directory-item-content p a:hover {
  color: #151515;
  text-decoration: none;
}
#content .directory-module.directory-style-3 .directory-item .directory-item-content p + p {
  margin-top: 10px;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content {
  padding: 52px 40px;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content {
  text-align: left;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-category {
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-category a {
  color: #92155D;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-category a:hover {
  color: #151515;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content h3 {
  color: #0b0b0b;
  font-family: 'open-sans', sans-serif !important;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 16px;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content h3 a {
  color: #0b0b0b;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content h3 a:hover {
  color: #92155D;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content p {
  font-family: 'open-sans', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-avatar {
  margin: 29px 0 0 0;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-avatar img {
  display: inline;
  height: 40px;
  margin-right: 15px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-avatar p {
  color: #92155D !important;
  display: inline;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-avatar p a {
  color: #92155D;
}
#content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-content .post-avatar p a:hover {
  color: #0b0b0b;
}
#content .directory-module.directory-style-4 .directory-item:hover {
  background-color: #fff;
}
#content .directory-module .slick-gallery-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#content .directory-module .slick-gallery-carousel .slick-dots {
  height: 24px;
  padding-right: 25px;
  text-align: right;
  top: -56px;
  z-index: 10;
}
#content .directory-module .slick-gallery-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#content .directory-module .slick-gallery-carousel .slick-dots li button {
  background: transparent !important;
  border: 0 !important;
  color: transparent !important;
}
#content .directory-module .slick-gallery-carousel .slick-dots li button:before {
  font-size: 12px;
  color: #D0D0D0;
  content: '•';
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #D0D0D0;
}
#content .directory-module .slick-gallery-carousel .slick-dots li button:hover,
#content .directory-module .slick-gallery-carousel .slick-dots li button:focus {
  background: transparent !important;
}
#content .directory-module .slick-gallery-carousel .slick-dots li button:hover:before,
#content .directory-module .slick-gallery-carousel .slick-dots li button:focus:before {
  opacity: 1;
}
#content .directory-module .slick-gallery-carousel .slick-dots li.slick-active button {
  background: transparent;
}
#content .directory-module .slick-gallery-carousel .slick-dots li.slick-active button:before {
  color: #AC286B;
  opacity: 1;
  background-color: #AC286B;
}
#content .directory-module .num_items_1 .carousel-item:after {
  background: transparent;
  height: 0;
  width: 0;
}
#content .directory-module .num_items_1 .carousel-item:first-child:after {
  width: 0;
}
#content .row-inner + .row-inner .directory-module {
  border-top: 1px solid #DBDBDB;
}
#content .force-relative {
  position: relative;
}
#content .force-relative .column_16 {
  position: static;
}
#content .force-relative .directory-module {
  position: static;
}
#content .force-relative .directory-module .slick-slider {
  position: static;
}
#content .force-relative .module-cta {
  padding: 52px 40px 0 40px;
}
#content .force-relative .module-cta .row .column_24 .moduleText {
  padding: 46px 30px;
  width: auto;
}
#content .directory-module .directory-full-one-column {
  height: auto !important;
}
#content .directory-module .directory-full-one-column .directory-item {
  height: auto !important;
}
#content .directory-module .directory-full-one-column .directory-item .directory-item-media,
#content .directory-module .directory-full-one-column .directory-item .directory-item-content {
  float: left;
  width: 50%;
}
#content .directory-module + .directory-module {
  border-top: 1px solid #DBDBDB;
}
#content .scroll-tabs .slick-dots {
  height: 24px;
  padding-right: 25px;
  text-align: right;
  top: -56px;
  z-index: 10;
}
#content .scroll-tabs .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#content .scroll-tabs .slick-dots li button {
  background: transparent !important;
  border: 0 !important;
  color: transparent !important;
}
#content .scroll-tabs .slick-dots li button:before {
  font-size: 12px;
  color: #D0D0D0;
  content: '•';
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #D0D0D0;
}
#content .scroll-tabs .slick-dots li button:hover,
#content .scroll-tabs .slick-dots li button:focus {
  background: transparent !important;
}
#content .scroll-tabs .slick-dots li button:hover:before,
#content .scroll-tabs .slick-dots li button:focus:before {
  opacity: 1;
}
#content .scroll-tabs .slick-dots li.slick-active button {
  background: transparent;
}
#content .scroll-tabs .slick-dots li.slick-active button:before {
  color: #AC286B;
  opacity: 1;
  background-color: #AC286B;
}
@media only screen and (max-width: 480px) {
  #content .directory-module .num_items_1 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_3 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_5 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_6 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_8 .carousel-item {
    width: 100%;
  }
  #content .directory-module .carousel-item {
    border-top: 1px solid #DBDBDB;
    float: none;
  }
  #content .directory-module .carousel-item:after {
    width: 0;
  }
  #content .directory-module .directory-item .directory-item-media {
    text-align: center;
  }
  #content .directory-module .directory-item .directory-item-media img {
    display: inline-block;
    margin: 0 auto;
  }
  #content .directory-module .directory-item .directory-item-media .directory-item-media-caption {
    font-size: 3em;
    line-height: 1.3em;
    position: absolute;
    top: 35%;
  }
  #content .directory-module .directory-item .directory-item-content,
  #content .directory-module .directory-item .directory-item-content-no-media {
    padding: 25px 40px;
  }
  #content .directory-module .directory-item .directory-item-content h3,
  #content .directory-module .directory-item .directory-item-content-no-media h3 {
    font-size: 1.8em;
  }
  #content .directory-module .directory-item .directory-item-content p,
  #content .directory-module .directory-item .directory-item-content-no-media p {
    font-size: 1.5em;
  }
  #content .directory-module .directory-item .directory-item-content h3 + p,
  #content .directory-module .directory-item .directory-item-content-no-media h3 + p {
    margin-top: 13px;
  }
  #content .directory-module.directory-style-1 {
    padding: 40px;
  }
  #content .directory-module.directory-style-1 .carousel-item:after {
    width: 0;
  }
  #content .directory-module.directory-style-1 .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 0 !important;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #content .directory-module.directory-style-1 .carousel-item:first-child:before {
    border-top: 1px solid #fff !important;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media {
    padding: 52px 40px;
  }
  #content .directory-module.directory-style-2 .directory-item .directory-item-media img,
  #content .directory-module.directory-style-3 .directory-item .directory-item-media img {
    margin-top: 0 !important;
  }
  #content .directory-module.directory-style-3 .directory-item figure {
    overflow: visible !important;
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item figure img {
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item .directory-item-content {
    bottom: 3%;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 95%;
    z-index: 90;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content .directory-module .slick-gallery-carousel .carousel-item {
    float: left !important;
  }
  #content .directory-module .slick-gallery-carousel .slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    top: auto;
    right: 0;
    z-index: auto;
    padding-right: 0;
  }
  #content .row-inner + .row-inner .directory-module {
    border-top: 0;
  }
  #content .scroll-tabs .slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    top: auto;
    right: 0;
    z-index: auto;
    padding-right: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .directory-module .num_items_1 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_3 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_5 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_6 .carousel-item {
    width: 100%;
  }
  #content .directory-module .num_items_8 .carousel-item {
    width: 100%;
  }
  #content .directory-module .carousel-item {
    border-top: 1px solid #DBDBDB;
    float: none;
  }
  #content .directory-module .carousel-item:after {
    width: 0;
  }
  #content .directory-module .directory-item .directory-item-media {
    text-align: center;
  }
  #content .directory-module .directory-item .directory-item-media img {
    display: inline-block;
    margin: 0 auto;
  }
  #content .directory-module .directory-item .directory-item-media .directory-item-media-caption {
    font-size: 3em;
    line-height: 1.3em;
    position: absolute;
    top: 35%;
  }
  #content .directory-module .directory-item .directory-item-content,
  #content .directory-module .directory-item .directory-item-content-no-media {
    padding: 25px 40px;
  }
  #content .directory-module .directory-item .directory-item-content h3,
  #content .directory-module .directory-item .directory-item-content-no-media h3 {
    font-size: 1.8em;
  }
  #content .directory-module .directory-item .directory-item-content p,
  #content .directory-module .directory-item .directory-item-content-no-media p {
    font-size: 1.5em;
  }
  #content .directory-module .directory-item .directory-item-content h3 + p,
  #content .directory-module .directory-item .directory-item-content-no-media h3 + p {
    margin-top: 13px;
  }
  #content .directory-module.directory-style-1 {
    padding: 40px;
  }
  #content .directory-module.directory-style-1 .carousel-item:after {
    width: 0;
  }
  #content .directory-module.directory-style-1 .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 0 !important;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #content .directory-module.directory-style-1 .carousel-item:first-child:before {
    border-top: 1px solid #fff !important;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media {
    padding: 52px 40px;
  }
  #content .directory-module.directory-style-2 .directory-item .directory-item-media img,
  #content .directory-module.directory-style-3 .directory-item .directory-item-media img {
    margin-top: 0 !important;
  }
  #content .directory-module.directory-style-3 .directory-item figure {
    overflow: visible !important;
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item figure img {
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item .directory-item-content {
    bottom: 10%;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 95%;
    z-index: 90;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content .directory-module .slick-gallery-carousel .carousel-item {
    float: left !important;
  }
  #content .directory-module .slick-gallery-carousel .slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    top: auto;
    right: 0;
    z-index: auto;
    padding-right: 0;
  }
  #content .row-inner + .row-inner .directory-module {
    border-top: 0;
  }
  #content .scroll-tabs .slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    top: auto;
    right: 0;
    z-index: auto;
    padding-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .directory-module .directory-item .directory-item-content,
  #content .directory-module .directory-item .directory-item-content-no-media {
    padding: 20px 20px;
  }
  #content .directory-module.directory-style-3 .directory-item figure {
    overflow: visible !important;
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item figure img {
    min-height: 500px !important;
    max-height: 550px !important;
  }
  #content .directory-module.directory-style-3 .directory-item .directory-item-content {
    bottom: 10%;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 95%;
    z-index: 90;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  #content .directory-module.directory-style-1 .directory-item .directory-item-content,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media {
    padding: 20px;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-title,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-title {
    font-size: 4em;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-legend,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-legend {
    font-size: 2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-title,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-title {
    font-size: 6em;
    line-height: 1;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-legend,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-legend {
    font-size: 2em;
    font-weight: 600;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-title,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-title {
    font-size: 4em;
    line-height: 1;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-legend,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-legend {
    font-size: 2em;
    font-weight: 600;
  }
}
@media only screen and (min-width : 957px) {
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-title,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-title {
    font-size: 6em;
    line-height: 1;
  }
  #content .directory-module.directory-style-1 .directory-item .directory-item-content p.item-statistics-legend,
  #content .directory-module.directory-style-1 .directory-item .directory-item-content-no-media p.item-statistics-legend {
    font-size: 2em;
    font-weight: 600;
  }
}
@media (max-width: 1956px) {
  #content .force-relative .column_16,
  #content .force-relative .column_8 {
    width: 100%;
  }
  #content .force-relative .module-cta {
    padding: 0 40px 52px 40px;
  }
}
@media (max-width: 767px) {
  #content .directory-module.directory-style-4 .directory-item .directory-item-content .superfeatured-hub-media {
    margin-bottom: 40px;
  }
  #content .directory-module.directory-style-4 .slick-gallery-carousel .slick-dots {
    margin-bottom: 40px;
  }
  #content .directory-module .directory-full-one-column .directory-item .directory-item-media img {
    max-width: 375px;
  }
  #content .directory-module .directory-full-one-column .directory-item .directory-item-media,
  #content .directory-module .directory-full-one-column .directory-item .directory-item-content {
    float: none;
    width: 100%;
  }
  #content .directory-module + .directory-module {
    border-top: 0;
  }
}
.module-fb-like {
  padding: 12px 0;
}
.module-fb-like .fb-tag {
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 18px;
  vertical-align: middle;
}
.module-fb-like .fb-like {
  vertical-align: middle;
}
.module-fb-like .fb_iframe_widget_lift {
  z-index: 999999 !important;
}
.module-cta .module-fb-like {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  #top-header .module-fb-like {
    display: none;
  }
  .module-cta .module-fb-like {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #top-header .module-fb-like {
    display: none;
  }
  .module-cta .module-fb-like {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
  }
}
#header ::-webkit-input-placeholder {
  color: #FFFFFF;
}
#header ::-moz-placeholder {
  color: #FFFFFF;
}
#header :-ms-input-placeholder {
  color: #FFFFFF;
}
#header :-moz-placeholder {
  color: #FFFFFF;
}
#header .module-search-form {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
#header .module-search-form .btn_search-txt {
  display: none;
}
#header .module-search-form .searchform {
  display: inline-block;
  overflow: hidden;
  height: 30px;
}
#header .module-search-form .searchform .searchform-container:before,
#header .module-search-form .searchform .searchform-container:after {
  content: " ";
  display: table;
}
#header .module-search-form .searchform .searchform-container:after {
  clear: both;
}
#header .module-search-form .searchform .searchform-label {
  display: none;
}
#header .module-search-form .searchform .searchform-text {
  background: none;
  border: 0;
  color: #fff;
  font-size: 0.8em;
  height: 28px;
  outline: none;
  padding: 0;
  width: 0;
  transition: width 200ms linear;
}
#header .module-search-form .searchform .btn_search {
  background: url(/media/icon-search.svg) no-repeat 0 0 !important;
  border: 0 !important;
  color: #fff !important;
  float: right;
  height: auto;
  padding: 0;
  width: 24px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#header .module-search-form .searchform .btn_search:hover {
  color: #fff;
}
#header .module-search-form .searchform:hover {
  color: #fff;
}
#header .module-search-form .searchform .searchform-text.searchform-text-show {
  border: 1px solid #fff;
  margin-right: 12px;
  padding: 0 5px;
  width: 190px;
}
#header .module-search-form .searchform {
  position: relative;
}
#header .module-search-form .overlay-search {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 0px;
}
@media only screen and (max-width: 649px) {
  .module-search-form {
    display: block;
    padding: 10px 0;
    text-align: center !important;
    width: 100%;
  }
  .module-search-form .searchform {
    margin: 0 auto;
  }
  .module-search-form .searchform .searchform-text.searchform-text-show {
    border: 1px solid #B4BAC1;
    height: 34px;
    width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
  #header .module-search-form .searchform .searchform-text.searchform-text-show {
    width: 80px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 850px) {
  #header .module-search-form .searchform .searchform-text.searchform-text-show {
    width: 120px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 889px) {
  #header .module-search-form .searchform .searchform-text.searchform-text-show {
    width: 140px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 925px) {
  #header .module-search-form .searchform .searchform-text.searchform-text-show {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #header .module-search-form .searchform .searchform-text {
    font-size: 1em;
  }
}
.social-media {
  text-align: right;
  vertical-align: middle;
}
.social-media .social-media-caption {
  display: inline-block;
  margin-right: 12px;
}
.social-media .social-media-caption p {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
  text-align: right;
}
.social-media a {
  color: #EFF1F1;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.social-media a:hover {
  color: #0EB4CB;
}
.social-media a + a {
  margin-left: 5px;
}
.social-media .social-media-caption + a {
  margin-left: 12px;
}
.mm-menu .social-media {
  padding: 0 !important;
}
#top-header .social-media {
  display: inline-block;
}
#top-header .social-media .social-media-caption {
  vertical-align: middle;
}
#top-header .social-media .social-media-caption p {
  color: #525252;
}
#top-header .social-media .social-media-caption p .featured {
  color: #92155D;
}
#top-header .social-media a {
  background-color: #92155D;
  color: #EFF1F1;
  vertical-align: middle;
}
#top-header .social-media a:hover {
  background-color: #333;
}
#bottom-footer .social-media .social-media-caption p {
  color: #E4E4E4;
}
#bottom-footer .social-media a {
  background-color: #5F070C;
  color: #92155D;
}
#bottom-footer .social-media a:hover {
  background-color: #FBFBFB;
}
@media only screen and (max-width: 649px) {
  #top-header .txt-right {
    text-align: center !important;
  }
  #top-header .social-media .social-media-caption p {
    font-size: 1.6em;
    text-align: center !important;
  }
  #header .social-media {
    display: inline-block;
    margin: 0 auto 10px auto;
  }
  #bottom-footer .social-media .social-media-caption {
    text-align: right;
  }
}
#content .moduleText.bg-01,
#content .moduleText.bg-02,
#content .moduleText.bg-03,
#content .moduleText.bg-04,
#content .moduleText.bg-05,
#content .moduleText.bg-06,
#content .moduleText.bg-07,
#content .moduleText.bg-08,
#content .moduleText.bg-09,
#content .moduleText.bg-10,
#content .moduleText.bg-11,
#content .moduleText.bg-12 {
  padding: 50px 60px 0 60px;
}
#content .moduleText h3 {
  line-height: 1.2em;
  margin-bottom: 12px;
}
#content .moduleText p + h3 {
  padding-top: 20px;
}
#content .moduleText p,
#content .moduleText li {
  font-family: 'open-sans', sans-serif !important;
  font-size: 1.5em;
  font-weight: 400;
}
#content .moduleText ul li {
  background: url(/media/2017/06/boliches-listado.png) no-repeat 0 9px;
  margin-bottom: 10px;
  padding-left: 26px;
}
#content .moduleText ul li li {
  font-size: 1em;
  list-style: none;
}
#content .moduleText ul li ol {
  padding-top: 20px;
}
#content .moduleText ul li ol li {
  background: none;
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 0;
}
#content .moduleText p + ul {
  margin-top: 20px;
}
#content .moduleText .title-separator {
  background: #DBDBDB url(/media/full-black-arrow.svg) no-repeat 40px center;
  background-size: 7px auto;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 1.5em;
  font-weight: 900;
  margin: 0;
  padding: 20px 40px 20px 60px;
  text-transform: uppercase;
}
#content .moduleText .txt-small {
  font-size: 1.3em;
}
#content .moduleText p.link-archive {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#content .moduleText p.link-archive a {
  border-top: 1px solid #DBDBDB;
  color: #151515;
  display: block;
  padding: 38px 40px 30px 40px;
  text-decoration: none;
}
#content .moduleText p.link-archive a:hover {
  background-color: #F8F8F8;
}
#content .moduleText p.link-archive:first-child a {
  border-top: 0;
}
#content .moduleText .docs li {
  background: none;
  border-bottom: 1px solid #DBDBDB;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
#content .moduleText .docs li a {
  color: #151515;
  display: block;
  padding: 30px 40px 30px 100px;
  text-decoration: underline;
}
#content .moduleText .docs li a[href$=".pdf"] {
  background: url(/media/2018/06/acrobat-borde-blanco.svg) no-repeat 40px center;
  background-size: 34px auto;
}
#content .moduleText .docs li a:hover {
  background-color: #F8F8F8;
  color: #151515;
  text-decoration: none;
}
#content .moduleText .docs li:last-of-type {
  border-bottom: 0;
}
#content .moduleText *:last-child {
  margin-bottom: 0;
}
#content .column_24 .moduleText.bg-01,
#content .column_24 .moduleText.bg-02,
#content .column_24 .moduleText.bg-03,
#content .column_24 .moduleText.bg-04,
#content .column_24 .moduleText.bg-05,
#content .column_24 .moduleText.bg-06,
#content .column_24 .moduleText.bg-07,
#content .column_24 .moduleText.bg-08,
#content .column_24 .moduleText.bg-09,
#content .column_24 .moduleText.bg-10,
#content .column_24 .moduleText.bg-11,
#content .column_24 .moduleText.bg-12 {
  padding: 50px 60px;
}
#content .column_16 .moduleText.bg-01,
#content .column_16 .moduleText.bg-02,
#content .column_16 .moduleText.bg-03,
#content .column_16 .moduleText.bg-04,
#content .column_16 .moduleText.bg-05,
#content .column_16 .moduleText.bg-06,
#content .column_16 .moduleText.bg-07,
#content .column_16 .moduleText.bg-08,
#content .column_16 .moduleText.bg-09,
#content .column_16 .moduleText.bg-10,
#content .column_16 .moduleText.bg-11,
#content .column_16 .moduleText.bg-12 {
  padding: 50px 170px 50px 60px;
}
#content .container_column.equalBox {
  overflow: hidden;
  position: relative;
}
#content .directory-module + .moduleText p.link-archive a {
  border-top: 1px solid #DBDBDB;
}
@media only screen and (max-width: 480px) {
  #content .moduleText.bg-01,
  #content .moduleText.bg-02,
  #content .moduleText.bg-03,
  #content .moduleText.bg-04,
  #content .moduleText.bg-05,
  #content .moduleText.bg-06,
  #content .moduleText.bg-07,
  #content .moduleText.bg-08,
  #content .moduleText.bg-09,
  #content .moduleText.bg-10,
  #content .moduleText.bg-11,
  #content .moduleText.bg-12 {
    padding: 30px 30px;
  }
  #content .moduleText h3 {
    margin-bottom: 25px;
  }
  #content .moduleText *:last-child {
    margin-bottom: 0;
  }
  #content .column_16 .moduleText.bg-01,
  #content .column_16 .moduleText.bg-02,
  #content .column_16 .moduleText.bg-03,
  #content .column_16 .moduleText.bg-04,
  #content .column_16 .moduleText.bg-05,
  #content .column_16 .moduleText.bg-06,
  #content .column_16 .moduleText.bg-07,
  #content .column_16 .moduleText.bg-08,
  #content .column_16 .moduleText.bg-09,
  #content .column_16 .moduleText.bg-10,
  #content .column_16 .moduleText.bg-11,
  #content .column_16 .moduleText.bg-12 {
    padding: 30px 30px;
  }
  #content .container_column.equalBox {
    overflow: hidden;
    position: relative;
  }
  #content .container_column.equalBox .moduleText {
    position: relative;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  #content .container_column.equalBox .moduleText.bg-01,
  #content .container_column.equalBox .moduleText.bg-02,
  #content .container_column.equalBox .moduleText.bg-03,
  #content .container_column.equalBox .moduleText.bg-04,
  #content .container_column.equalBox .moduleText.bg-05,
  #content .container_column.equalBox .moduleText.bg-06,
  #content .container_column.equalBox .moduleText.bg-07,
  #content .container_column.equalBox .moduleText.bg-08,
  #content .container_column.equalBox .moduleText.bg-09,
  #content .container_column.equalBox .moduleText.bg-10,
  #content .container_column.equalBox .moduleText.bg-11,
  #content .container_column.equalBox .moduleText.bg-12 {
    padding: 30px 30px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .moduleText.bg-01,
  #content .moduleText.bg-02,
  #content .moduleText.bg-03,
  #content .moduleText.bg-04,
  #content .moduleText.bg-05,
  #content .moduleText.bg-06,
  #content .moduleText.bg-07,
  #content .moduleText.bg-08,
  #content .moduleText.bg-09,
  #content .moduleText.bg-10,
  #content .moduleText.bg-11,
  #content .moduleText.bg-12 {
    padding: 30px 30px;
  }
  #content .moduleText h3 {
    margin-bottom: 25px;
  }
  #content .moduleText *:last-child {
    margin-bottom: 0;
  }
  #content .column_16 .moduleText.bg-01,
  #content .column_16 .moduleText.bg-02,
  #content .column_16 .moduleText.bg-03,
  #content .column_16 .moduleText.bg-04,
  #content .column_16 .moduleText.bg-05,
  #content .column_16 .moduleText.bg-06,
  #content .column_16 .moduleText.bg-07,
  #content .column_16 .moduleText.bg-08,
  #content .column_16 .moduleText.bg-09,
  #content .column_16 .moduleText.bg-10,
  #content .column_16 .moduleText.bg-11,
  #content .column_16 .moduleText.bg-12 {
    padding: 30px 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .moduleText.bg-01,
  #content .moduleText.bg-02,
  #content .moduleText.bg-03,
  #content .moduleText.bg-04,
  #content .moduleText.bg-05,
  #content .moduleText.bg-06,
  #content .moduleText.bg-07,
  #content .moduleText.bg-08,
  #content .moduleText.bg-09,
  #content .moduleText.bg-10,
  #content .moduleText.bg-11,
  #content .moduleText.bg-12 {
    padding: 30px 30px;
  }
  #content .moduleText h3 {
    font-size: 2.2em;
    margin-bottom: 25px;
  }
  #content .moduleText p {
    font-size: 1.3em;
  }
  #content .moduleText *:last-child {
    margin-bottom: 0;
  }
  #content .column_16 .moduleText.bg-01,
  #content .column_16 .moduleText.bg-02,
  #content .column_16 .moduleText.bg-03,
  #content .column_16 .moduleText.bg-04,
  #content .column_16 .moduleText.bg-05,
  #content .column_16 .moduleText.bg-06,
  #content .column_16 .moduleText.bg-07,
  #content .column_16 .moduleText.bg-08,
  #content .column_16 .moduleText.bg-09,
  #content .column_16 .moduleText.bg-10,
  #content .column_16 .moduleText.bg-11,
  #content .column_16 .moduleText.bg-12 {
    padding: 30px 60px;
  }
}
#content .module-cards {
  background: url(/media/2017/06/bg-cards-module.png) repeat 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-align: center;
}
#content .module-cards .card-media {
  margin-bottom: 28px;
}
#content .module-cards h3 {
  color: #444;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
}
#content .module-cards h3:after {
  background: #444 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin: 5px auto 0 auto;
}
#content .module-cards h3 a {
  color: #444;
}
#content .module-cards h3 a:hover {
  color: #92155D;
}
#content .module-cards .card-description {
  background-color: #92155D;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  line-height: 1.1em;
  height: 100%;
  padding: 40px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#content .module-cards .card-description p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#content .module-cards .card-description p strong {
  font-weight: 900;
}
#content .module-cards:hover .card-description {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#content a.button,
#content input[type=submit] {
  border-radius: 2px;
  font-family: 'brandon-grotesque', sans-serif !important;
  min-height: 45px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
#content a.button,
#content input[type=submit] {
  background-color: #92155D;
  border: 1px solid #92155D;
  color: #FFFFFF;
  padding: 10px 48px;
}
#content a.button:hover,
#content input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #92155D;
  color: #92155D;
  padding: 10px 48px;
}
#content .bg-01 a.button,
#content .bg-01 input[type=submit],
#content .bg-02 a.button,
#content .bg-02 input[type=submit] {
  background-color: #92155D;
  border: 1px solid #92155D;
  color: #FFFFFF;
  padding: 10px 48px;
}
#content .bg-01 a.button:hover,
#content .bg-01 input[type=submit]:hover,
#content .bg-02 a.button:hover,
#content .bg-02 input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #92155D;
  color: #92155D;
  padding: 10px 48px;
}
#content .bg-03 a.button,
#content .bg-03 input[type=submit],
#content .bg-04 a.button,
#content .bg-04 input[type=submit],
#content .bg-05 a.button,
#content .bg-05 input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 48px;
}
#content .bg-03 a.button:hover,
#content .bg-03 input[type=submit]:hover,
#content .bg-04 a.button:hover,
#content .bg-04 input[type=submit]:hover,
#content .bg-05 a.button:hover,
#content .bg-05 input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #92155D;
  color: #92155D;
  padding: 10px 48px;
}
#content .bg-03 a.button:hover,
#content .bg-03 input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #05616E;
}
#content .bg-04 a.button:hover,
#content .bg-04 input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #92155D;
}
#content .bg-05 a.button:hover,
#content .bg-05 input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #525659;
}
@media only screen and (max-width: 480px) {
  #content .bg-03 a.button,
  #content .bg-03 input[type=submit],
  #content .bg-04 a.button,
  #content .bg-04 input[type=submit],
  #content .bg-05 a.button,
  #content .bg-05 input[type=submit] {
    padding: 10px 20px;
  }
}
#content .container.container-with-submenu {
  border-bottom: 0;
  border-right: 0;
}
#content .container.container-with-submenu .title-row {
  border-right: 1px solid #DBDBDB;
}
#content .submenu-module [class*="column_"] {
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
#content .submenu-module .submenu-module-item {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0;
  min-height: 1px;
  padding: 71px 24px;
  overflow: hidden;
  text-align: center;
}
#content .submenu-module .submenu-module-item h3 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 600;
  text-transform: none;
}
#content .submenu-module .submenu-module-item a {
  color: #151515;
}
#content .submenu-module .submenu-module-item a:hover {
  color: #151515;
}
#content .submenu-module .submenu-module-item:hover {
  background-color: #F8F8F8;
}
#content .submenu-module .submenu-module-item.current {
  background-color: #05616D;
}
#content .submenu-module .submenu-module-item.current a {
  color: #fff;
}
#content .submenu-module .submenu-module-item.current a:hover {
  color: #fff;
}
#content .submenu-module .submenu-module-item .submenu-module-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#content .row-inner + .row-inner .submenu-module {
  border-top: 1px solid #DBDBDB;
}
#content #wpsl-wrap,
#content .wpsl-gmap-canvas {
  margin-bottom: 0;
}
#content .wpsl-info-window {
  max-width: 392px;
}
#content .wpsl-info-window p {
  font-size: 13px !important;
}
#content .wpsl-info-window p strong {
  display: block;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#content .wpsl-info-window p.lineas-negocio span {
  text-transform: uppercase;
}
#content [class*="column_"] .wpsl-gmap-canvas {
  height: 100%;
  min-height: 350px;
}
#content .column_24 .wpsl-gmap-canvas {
  height: 600px;
  min-height: auto;
}
#content .directory-module-clients .directory-item .directory-item-media {
  text-align: center;
}
#content .directory-module-clients .directory-item .directory-item-media img {
  margin: 0 auto !important;
  max-width: 100%;
  width: auto;
}
#content .directory-module-clients .directory-item:hover {
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  #content .directory-module-clients .slick-gallery-carousel .carousel-item {
    border-top: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .directory-module-clients .slick-gallery-carousel .carousel-item {
    border-top: 0;
  }
}
.moduleVideoYoutube {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 0 12px 0;
  width: 100%;
  padding-top: 40.03044140030441%;
  height: 0px;
  position: relative;
}
.moduleVideoYoutube .player {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.moduleVideoYoutube:before {
  background: url(/media/icon-play-ezentis-white.png);
  content: " ";
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .gallery-slider-module {
  margin: 0;
}
#content .gallery-slider-module .slick-prev,
#content .gallery-slider-module .slick-next {
  z-index: 9999;
}
#content .gallery-slider-module .slick-prev:before,
#content .gallery-slider-module .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 44px;
}
#content .gallery-slider-module .slick-prev {
  left: 25px;
}
#content .gallery-slider-module .slick-prev:before {
  content: "\f104";
}
#content .gallery-slider-module .slick-next {
  right: 25px;
}
#content .gallery-slider-module .slick-next:before {
  content: "\f105";
}
#content .gallery-slider-module .slick-gallery-carousel .slick-dots {
  display: none !important;
}
#content .gallery-slider-module + .moduleText {
  margin-top: 20px;
}
#header .bolsa-module {
  height: 35px;
  margin-right: -20px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
#header .bolsa-module iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .bolsa-module {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
#content .bolsa-module .ratio {
  display: none;
  width: 100%;
  height: auto;
}
#content .bolsa-module iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .module-job-vacancies select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
#content .module-job-vacancies .select_ofertas {
  position: relative;
  display: inline-block;
  width: 50%;
  line-height: 3;
  background: #fff;
}
#content .module-job-vacancies .select_ofertas select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 40px;
  color: #151515;
  cursor: pointer;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
#content .module-job-vacancies .select_ofertas select option {
  font-family: 'open-sans', sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
#content .module-job-vacancies .select_ofertas select option.option-title {
  text-transform: uppercase;
}
#content .module-job-vacancies .select_ofertas select:-ms-expand {
  display: none;
}
#content .module-job-vacancies .select_ofertas:after {
  color: #92155D;
  font-family: 'FontAwesome';
  font-size: 1.8em;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 1em;
  background: #fff;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
#content .module-job-vacancies .select_ofertas:hover:after {
  color: #151515;
}
#content .module-job-vacancies .select_ofertas + .select_ofertas {
  border-left: 1px solid #DBDBDB;
}
@media only screen and (max-width: 830px) {
  #content .module-job-vacancies .select_ofertas {
    position: relative;
    display: block;
    width: 100%;
  }
  #content .module-job-vacancies .select_ofertas + .select_ofertas {
    border-top: 1px solid #DBDBDB;
    border-left: 0;
  }
}
