body {
  font-size: 16px;
  font-family: 'Faustina', sans-serif; }

/*
  Media Queries break sizes
*/
/*
  No gutter class
*/
.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*
  Font Antialiased
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  Component
*/
@font-face {
  font-family: 'Din';
  src: url("../../font/din.eot");
  src: url("../../font/din.eot") format("embedded-opentype"), url("../../font/din.woff2") format("woff2"), url("../../font/din.woff") format("woff"), url("../../font/din.ttf") format("truetype"), url("../../font/din.svg#din") format("svg"); }

@font-face {
  font-family: 'Din Light';
  src: url("../../font/din-light.eot");
  src: url("../../font/din-light.eot") format("embedded-opentype"), url("../../font/din-light.woff2") format("woff2"), url("../../font/din-light.woff") format("woff"), url("../../font/din-light.ttf") format("truetype"), url("../../font/din-light.svg#din") format("svg"); }

@font-face {
  font-family: 'Din Medium';
  src: url("../../font/din-medium.eot");
  src: url("../../font/din-medium.eot") format("embedded-opentype"), url("../../font/din-medium.woff2") format("woff2"), url("../../font/din-medium.woff") format("woff"), url("../../font/din-medium.ttf") format("truetype"), url("../../font/din-medium.svg#din-black") format("svg"); }

@font-face {
  font-family: 'Din Black';
  src: url("../../font/din-black.eot");
  src: url("../../font/din-black.eot") format("embedded-opentype"), url("../../font/din-black.woff2") format("woff2"), url("../../font/din-black.woff") format("woff"), url("../../font/din-black.ttf") format("truetype"), url("../../font/din-black.svg#din-black") format("svg"); }

@font-face {
  font-family: 'Faustina';
  src: url("../../font/faustina-regular.eot");
  src: url("../../font/faustina-regular.eot") format("embedded-opentype"), url("../../font/faustina-regular.woff2") format("woff2"), url("../../font/faustina-regular.woff") format("woff"), url("../../font/faustina-regular.ttf") format("truetype"), url("../../font/faustina-regular.svg#din") format("svg"); }

.responsive-image {
  display: block;
  height: auto;
  width: 100%; }

/*
  Template Parts
*/
header {
  min-height: 50px;
  position: fixed;
  width: 100%;
  z-index: 150; }
  @media screen and (min-width: 1200px) {
    header {
      background-color: #FFFFFF;
      min-height: 73px; } }
  header .logo {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    display: block;
    min-height: 73px; }
    header .logo img {
      height: 30px;
      width: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    @media screen and (max-width: 1200px) {
      header .logo {
        padding-left: 0;
        text-align: center;
        width: 100%;
        min-height: 50px; }
        header .logo img {
          height: 25px;
          transform: translate(-50%, -50%);
          left: 50%; } }
  header .navbar {
    margin-bottom: 0 !important;
    padding: 0;
    border: 0px; }
    @media screen and (max-width: 1200px) {
      header .navbar {
        padding: inherit;
        min-height: 0px; } }
    header .navbar .active a {
      color: #116CB6 !important; }
    header .navbar-nav > li > a {
      font-family: 'Din Black', sans-serif;
      font-size: 0.875em;
      line-height: 43px;
      padding-left: 18px;
      padding-right: 18px;
      text-transform: uppercase; }
      @media screen and (max-width: 1200px) {
        header .navbar-nav > li > a {
          font-size: 11px;
          line-height: initial; } }
    header .navbar .navbar-right {
      min-height: 73px;
      padding: 0px;
      margin: 0px;
      min-width: 40px; }
      header .navbar .navbar-right button.btn {
        top: 50%;
        transform: translatey(-50%);
        position: absolute;
        background: transparent; }
      header .navbar .navbar-right .toic-search {
        font-size: 2.1rem;
        margin-top: 0px;
        display: block; }
  header .sr-only {
    border-bottom: 4px solid #116CB6;
    clip: inherit;
    margin-left: -3px;
    width: calc(100% - 30px);
    bottom: 0px; }

/*

  LARGE MENU

*/
a,
a:hover,
a:focus {
  color: #116CB6;
  text-decoration: none;
  transition: all 0.3s; }

nav a {
  color: #000000; }

.nav > li > a:hover {
  background-color: initial !important; }

.nav-highlight-text {
  display: inline-block;
  font-family: 'Din', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 900; }

.navbar-btn {
  outline: none !important;
  border: none; }

.navbar-collapse {
  box-shadow: none !important;
  padding: 0px; }

.line {
  height: 1px;
  margin: 40px 0;
  width: 100%; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  border-right: 1px solid #c8caca;
  color: #FFFFFF;
  height: 100%;
  min-width: 220px;
  max-width: 100%;
  width: calc(16.66666667% + 15px);
  padding: 0px;
  padding-top: 13px;
  position: fixed;
  transition: all 0.3s;
  margin-top: 74px;
  left: 0px; }
  #sidebar.active {
    margin-left: -250px; }

#menuActive {
  max-width: 250px;
  min-width: 250px;
  position: fixed;
  top: 10px;
  display: none;
  transition: all 0.3s; }

#sidebar ul p,
#menuActive ul p {
  color: #FFFFFF;
  padding: 10px; }

#sidebar ul li a,
#menuActive ul li a {
  display: block;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 15px;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  border-left: 4px solid transparent; }

#sidebar ul li.subnav > a:after,
#menuActive ul li.subnav > a:after {
  content: "\e90b";
  font-family: 'toolkit-icons';
  font-size: 0.8em;
  font-weight: 100;
  margin-left: 10px; }

#sidebar ul li.subnav.active > a:not(.collapsed):after,
#menuActive ul li.subnav.active > a:not(.collapsed):after {
  content: "\e90c";
  font-family: 'toolkit-icons';
  font-size: 0.8em;
  font-weight: 100;
  margin-left: 10px; }

#sidebar ul li.subnav ul,
#menuActive ul li.subnav ul {
  margin-bottom: 15px;
  margin-right: 15px; }

#sidebar ul li.subnav ul li a,
#menuActive ul li.subnav ul li a {
  font-family: 'Din light';
  padding-left: 30px; }

#sidebar ul li.subnav ul li a:first-child,
#menuActive ul li.subnav ul li a:first-child {
  margin-top: 0px; }

#sidebar ul li a:active,
#sidebar ul li a:hover,
#menuActive ul li a:active,
#menuActive ul li a:hover {
  color: #116CB6;
  text-decoration: none; }

#sidebar ul li.active > a,
#menuActive ul li.active > a {
  border-left: 4px solid #116CB6;
  color: #116CB6; }

#menuActiveBack {
  font-size: 0.875em; }

a[data-toggle="collapse"] {
  position: relative; }

ul ul a {
  font-size: 0.875em !important; }

a.article,
a.article:hover {
  color: #FFFFFF; }

.color--black li a,
.link-black {
  color: #000000 !important; }

.highlight-nav-arrow {
  background: url("../../images/black-arrow.png") top right no-repeat;
  background-position-y: 7px;
  background-size: 5px 10px; }
  @media screen and (max-width: 768px) {
    .highlight-nav-arrow {
      display: none; } }

.highlight-nav-arrow-down {
  background: url("../../images/blue-arrow.png") top right no-repeat;
  background-position-y: 10px;
  background-size: 10px 5px; }
  @media screen and (max-width: 768px) {
    .highlight-nav-arrow-down {
      display: none; } }

/*

  RESPONSIVE MENU

*/
a {
  color: #232323;
  text-decoration: none;
  transition: color 0.3s ease; }
  a:hover {
    color: tomato; }

#menu {
  background: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 50px);
  left: 0px;
  top: 51px;
  display: none; }
  #menu > ul {
    position: relative;
    background: #fff;
    width: 90%;
    height: 100%;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-font-smoothing: antialiased; }
    #menu > ul > li {
      padding-top: 12px;
      padding-bottom: 18px;
      padding-left: 10px;
      font-size: 0.875em;
      font-family: 'Din Black', Arial, sans-serif;
      text-transform: uppercase;
      border-left: 3px solid #fff; }
    #menu > ul > li:hover, #menu > ul > li:active, #menu > ul > li:active.active {
      background-color: #116CB6 !important;
      color: #fff !important;
      border-left: 3px solid #116CB6 !important; }
    #menu > ul > li:hover > a, #menu > ul > li:active > a, #menu > ul > li:active.active > a {
      color: #fff !important; }
    #menu > ul > li.active {
      border-left: 3px solid #116CB6;
      color: #116CB6; }
    #menu > ul > li.active > a {
      color: #116CB6; }
    #menu > ul > li.subnav:after {
      content: "\e080";
      font-family: 'Glyphicons Halflings';
      font-size: 0.7em;
      font-weight: 100;
      margin-left: 10px; }
  #menu .subnav-itens {
    display: none; }
  #menu .second-level {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-font-smoothing: antialiased; }
    #menu .second-level ul {
      position: relative;
      width: 100%;
      display: block; }
      #menu .second-level ul li:first-child {
        height: 50px;
        border-bottom: 1px solid #c8caca;
        text-align: center;
        color: #116CB6;
        line-height: 50px;
        font-size: 0.875em;
        font-family: 'Din Black', Arial, sans-serif;
        text-transform: uppercase; }
        #menu .second-level ul li:first-child a {
          color: #116CB6;
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          text-align: center; }
        #menu .second-level ul li:first-child:before {
          content: "\e079";
          font-family: 'Glyphicons Halflings';
          font-size: 0.7em;
          font-weight: 100;
          position: absolute;
          left: 15px; }
      #menu .second-level ul li:not(:first-child) {
        padding-top: 12px;
        padding-bottom: 18px;
        padding-left: 10px;
        font-size: 0.875em;
        font-family: 'Din Black', Arial, sans-serif;
        text-transform: uppercase;
        border-left: 3px solid #fff; }
        #menu .second-level ul li:not(:first-child):hover, #menu .second-level ul li:not(:first-child):active, #menu .second-level ul li:not(:first-child):active.active {
          background-color: #116CB6 !important;
          color: #fff !important;
          border-left: 3px solid #116CB6 !important; }
        #menu .second-level ul li:not(:first-child):hover > a, #menu .second-level ul li:not(:first-child):active > a, #menu .second-level ul li:not(:first-child):active.active > a {
          color: #fff !important; }
        #menu .second-level ul li:not(:first-child).active, #menu .second-level ul li:not(:first-child).onstartup {
          border-left: 3px solid #116CB6;
          color: #116CB6; }
        #menu .second-level ul li:not(:first-child).active > a, #menu .second-level ul li:not(:first-child).onstartup > a {
          color: #116CB6; }

body.wp_admin_bar #menuSearch {
  top: 46px; }

#menuSearch {
  right: 0px;
  top: 0px;
  user-select: none;
  z-index: 0;
  -webkit-user-select: none;
  cursor: pointer;
  padding: 8px 15px 8px 10px;
  font-size: 1.500em;
  position: fixed;
  color: #000000a1; }
  #menuSearch .glyphicon-search {
    display: block;
    margin-top: 5px; }
  #menuSearch .glyphicon-remove {
    display: none; }
  #menuSearch.opened .glyphicon-search {
    display: none; }
  #menuSearch.opened .glyphicon-remove {
    display: block; }

body.wp_admin_bar #popSearch {
  top: 97px; }

#popSearch, #modalSearch {
  background: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 50px);
  left: 0px;
  top: 51px;
  display: none;
  z-index: 999; }
  #popSearch > form, #modalSearch > form {
    position: relative;
    background: #fff;
    width: 90%;
    height: 100%;
    transform-origin: 0% 0%;
    transform: translate(200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-font-smoothing: antialiased;
    padding: 30px;
    text-align: center; }
    #popSearch > form > .form-group, #modalSearch > form > .form-group {
      margin-top: 50%; }
    #popSearch > form input, #popSearch > form button, #modalSearch > form input, #modalSearch > form button {
      font-family: 'Din', Arial, sans-serif; }

#modalSearch {
  top: 74px; }
  #modalSearch > form .form-group {
    margin-top: 25%; }

body.wp_admin_bar #modalSearch {
  top: 106px; }

body.wp_admin_bar #menuToggle {
  top: 46px; }

#menuToggle {
  border-radius: 0px;
  display: block;
  left: 0px;
  padding: 17px 10px 15px 15px;
  position: fixed;
  top: 0px;
  user-select: none;
  z-index: 1;
  -webkit-user-select: none;
  cursor: pointer; }
  #menuToggle input {
    cursor: pointer;
    display: block;
    height: 32px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 7px;
    z-index: 2;
    width: 40px;
    -webkit-touch-callout: none; }
    #menuToggle input:checked ~ ul {
      transform: none; }
    #menuToggle input:checked ~ span {
      background: #232323;
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px); }
    #menuToggle input:checked ~ span.menu-button:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
    #menuToggle input:checked ~ span.menu-button:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px); }
  #menuToggle span.menu-button {
    background: #000000;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    width: 25px;
    z-index: 1;
    transform-origin: 0px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    #menuToggle span.menu-button:first-child {
      transform-origin: 0% 0%; }
    #menuToggle span.menu-button:nth-last-child(2) {
      transform-origin: 0% 100%;
      margin-bottom: 0px; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 425px) {
  #sidebar {
    margin-left: -250px; }
  #sidebar.active {
    margin-left: 0; }
  #sidebarCollapse span {
    display: none; } }

#sidebarCollapse {
  height: 50px;
  position: fixed;
  top: 50px;
  width: 50px;
  z-index: 1; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
footer {
  font-family: 'Din', Arial, sans-serif;
  font-size: 0.75em;
  padding: 29px 8px;
  z-index: 100;
  position: relative; }
  @media screen and (min-width: 1200px) {
    footer {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%; } }
  footer img {
    height: 22px; }
    @media screen and (min-width: 1200px) {
      footer img {
        padding-right: 1.5em; } }
  footer span {
    color: #FFFFFF; }
    @media screen and (max-width: 1200px) {
      footer span {
        display: block;
        margin-top: 1.5em; } }
  @media screen and (max-width: 1200px) {
    footer .copyright {
      margin: 0 auto;
      text-align: center; } }
  @media screen and (max-width: 1200px) {
    footer .terms-link {
      margin-top: 0;
      text-align: center !important; } }
  @media screen and (max-width: 480px) {
    footer .terms-link {
      margin-top: 1.5em; } }
  footer a {
    color: #FFFFFF;
    text-decoration: underline; }
    footer a:first-child {
      display: inline-block;
      margin-right: 1.86em; }

@media screen and (max-width: 1200px) {
  .footer--black {
    width: 100%; } }

.footer--black {
  background-color: #000000; }

/*
  Page
*/
.pages .no-sidebar .wrapper {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.pages .wrapper {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 51px; }
  @media screen and (min-width: 1200px) {
    .pages .wrapper {
      margin-left: auto;
      margin-top: 71px;
      padding-bottom: 60px; } }

.pages .wrapper-title h2 {
  margin-bottom: 0px;
  margin-top: 0px; }

.pages .container-wrapper, .pages .ab-block-container {
  padding: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 1200px) {
    .pages .container-wrapper, .pages .ab-block-container {
      padding-right: 40px;
      padding-left: 40px; } }

@media screen and (min-width: 1200px) {
  .pages .no-sidebar .container-wrapper {
    padding-right: 30px !important;
    padding-left: 30px  !important; } }

@media screen and (min-width: 1200px) {
  .pages .no-sidebar .ab-block-container {
    padding: 60px !important;
    padding-right: 30px !important;
    padding-left: 30px  !important; } }

@media only screen and (max-width: 600px) {
  .pages .ab-block-container .ab-block-layout-column {
    padding-bottom: 15px; }
  .pages .ab-block-container .ab-block-layout-column:last-child {
    padding-bottom: 0px; } }

.pages .container-wrapper-bg {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1200px) {
    .pages .container-wrapper-bg {
      background-size: cover;
      background-position: top right; } }

.pages .block-content > .wp-block-atomic-blocks-ab-columns .ab-block-layout-column .ab-block-layout-column-inner {
  padding: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 1200px) {
    .pages .block-content > .wp-block-atomic-blocks-ab-columns .ab-block-layout-column .ab-block-layout-column-inner {
      padding-right: 40px;
      padding-left: 40px; } }

@media screen and (min-width: 1200px) {
  .pages .no-sidebar .block-content > .wp-block-atomic-blocks-ab-columns .ab-block-layout-column .ab-block-layout-column-inner {
    padding: 60px;
    padding-right: 30px;
    padding-left: 30px; } }

.pages .page-header {
  border-bottom: none;
  min-height: 260px;
  margin: 0;
  padding-top: 0px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .pages .page-header {
      margin: 0;
      padding-top: 0px;
      min-height: 240px; } }
  .pages .page-header .title, .pages .page-header .subtitle {
    color: #000000; }
  .pages .page-header .title {
    font-family: 'Din Black', Arial, sans-serif;
    font-size: 3em;
    margin-top: 0px; }
    @media screen and (max-width: 1200px) {
      .pages .page-header .title {
        margin-left: 0px;
        font-size: 2.375em; } }
  .pages .page-header .subtitle p, .pages .page-header .subtitle, .pages .page-header p {
    color: #606368;
    font-family: 'Faustina', serif;
    font-size: 1.125em;
    font-weight: 100;
    margin-top: 17px; }
    @media screen and (max-width: 1200px) {
      .pages .page-header .subtitle p, .pages .page-header .subtitle, .pages .page-header p {
        font-size: 1em; } }

.pages .right {
  float: right;
  text-align: initial; }

.pages .margin-bottom--null {
  margin-bottom: 0 !important; }

.pages .border-bottom {
  border-bottom: 1px solid #c8caca; }

.pages .no-border {
  border: none !important; }

.pages .next_navigation {
  width: 100%;
  display: block;
  position: relative;
  height: 120px;
  text-align: center;
  font-family: 'Din Black';
  text-transform: uppercase;
  border-top: 1px solid #e2e3e3; }
  .pages .next_navigation h1 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    position: relative;
    transform: translateY(-65%);
    top: 50%; }
    .pages .next_navigation h1 a {
      margin-right: 40px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .pages .next_navigation h1 a:after {
      content: "\e90c";
      font-family: 'toolkit-icons';
      transform: rotate(90deg);
      font-size: 2.3rem;
      font-weight: 100;
      position: absolute;
      margin: 0px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin-left: 10px;
      top: 8px;
      transform: rotate(90deg); }
      @media screen and (min-width: 1200px) {
        .pages .next_navigation h1 a:after {
          right: 10px;
          top: 11px;
          margin: 0px; } }
    .pages .next_navigation h1 a:hover:after {
      right: 0px; }
  @media screen and (min-width: 1200px) {
    .pages .next_navigation {
      height: 140px;
      text-align: right;
      padding-right: 40px; }
      .pages .next_navigation h1 {
        font-size: 32px; } }

.wrapper {
  font-size: 1em;
  font-family: 'Faustina', Arial, sans-serif;
  color: #606368; }
  .wrapper h1 {
    font-size: 3em;
    font-family: 'Din Black','Din', 'Faustina', Arial, sans-serif;
    margin-bottom: 1.125em; }
  .wrapper h2 {
    font-size: 2.250em;
    font-family: 'Din Black','Din', 'Faustina', Arial, sans-serif;
    margin-bottom: 1.125em; }
  .wrapper h3 {
    font-size: 1.750em;
    font-family: 'Din Black','Din', 'Faustina', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 1em; }
  .wrapper h4 {
    font-size: 1.125em;
    font-family: 'Din Black','Din', 'Faustina', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 1em; }
  .wrapper h5 {
    font-size: 1em;
    font-family: 'Din Black','Din', 'Faustina', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 0.875em; }
  .wrapper h6 {
    font-size: 0.625em;
    font-family: 'Din', 'Faustina', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 0.625em; }
  .wrapper p {
    font-size: 1em;
    font-family: 'Faustina', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 1.625em;
    color: #606368; }
  .wrapper p:last-child {
    margin: 0px; }
  .wrapper .wp-block-image {
    margin-bottom: 2em; }
    .wrapper .wp-block-image figure {
      height: auto;
      width: 100%; }
      .wrapper .wp-block-image figure img {
        height: auto;
        width: 100%; }
  .wrapper .block-content > p, .wrapper .block-content > .subpage > p {
    display: none; }
  .wrapper .block-title-custom ul {
    padding-left: 20px; }

body .wrapper .container-wrapper a.button-default {
  color: #116cb6;
  border: solid 1px #116cb6;
  height: 40px;
  padding: 10px;
  font-family: 'Din';
  font-weight: 900;
  font-size: 0.875em; }

.color--black {
  color: #000000; }

.color--blue {
  color: #116CB6; }

.color--green {
  color: #00A796; }

.color--pink {
  color: #DC596D; }

.color--white {
  color: #FFFFFF; }

.color--dark-gray {
  color: #606368; }

.font--thin {
  font-family: 'Din', Arial, sans-serif !important; }

.font--light {
  font-family: 'Din Light', Arial, sans-serif !important; }

.font--medium {
  font-family: 'Din Medium', Arial, sans-serif !important; }

.font--bold {
  font-family: 'Din Black', Arial, sans-serif !important; }

.vertical-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
  Arrow Anchor
*/
