/* PARTIALS */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
   VARIABLES
   ========================================================================== */
/*
  MIXINS / UTILITIES
  ========================================================================== */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    display: table;
    content: ''; }
  .cf:after {
    clear: both; }

/*
   GRID
   ========================================================================== */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.row {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: left; }
  @media (min-width: 769px) {
    .row {
      padding: 40px 0; } }

.row-inner {
  *zoom: 1;
  display: block;
  margin: 0 -20px;
  margin: 0 auto;
  position: relative;
  z-index: 200; }
  .row-inner:before, .row-inner:after {
    display: table;
    content: ''; }
  .row-inner:after {
    clear: both; }
  @media (min-width: 769px) {
    .row-inner {
      width: 100%; } }
  @media (min-width: 960px) {
    .row-inner {
      width: 960px; } }
  .row-inner p:last-child, .row-inner ul:last-child, .row-inner ol:last-child {
    margin-bottom: 0; }

.row-inner-wide {
  *zoom: 1;
  display: block;
  margin: 0 -20px;
  margin: 0 auto; }
  .row-inner-wide:before, .row-inner-wide:after {
    display: table;
    content: ''; }
  .row-inner-wide:after {
    clear: both; }
  @media (min-width: 960px) {
    .row-inner-wide {
      width: 960px; } }
  @media (min-width: 1280px) {
    .row-inner-wide {
      width: 1400px; } }
  @media (min-width: 1560px) {
    .row-inner-wide {
      width: 1800px; } }

/*
   BASE
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

* {
  box-sizing: border-box; }

body {
  *zoom: 1;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #262B3A;
  background: url(../img/bg-top.svg) top right no-repeat;
  border-bottom: 6px solid #B4C3D8; }
  body:before, body:after {
    display: table;
    content: ''; }
  body:after {
    clear: both; }

input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, p, figure, table, ul, ol, form {
  margin-bottom: 2rem; }

p {
  margin-top: 0; }

img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%; }

img {
  height: auto; }

* {
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: 120%; }

h1 {
  font-size: 4rem;
  border-bottom: 6px solid rgba(243, 109, 71, 0.95);
  padding-bottom: 10px; }

h2 {
  font-size: 3.2rem;
  border-bottom: 6px solid rgba(180, 195, 216, 0.5);
  padding-bottom: 10px; }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2.2rem; }

h6 {
  font-size: 2.0rem; }

small {
  color: #888; }

ul {
  margin-bottom: 30px;
  padding-left: 35px;
  list-style-position: outside; }

li {
  margin-bottom: 7px; }

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/* MODULES */
/*
   BUTTONS
   ========================================================================== */
.btn, input[type="submit"], button.button {
  display: block;
  padding: 20px 60px 20px 20px;
  font-size: 2rem;
  border: none;
  font-weight: 600;
  text-align: left;
  max-width: 340px;
  color: #fff !important;
  background: #04A9E9;
  border-bottom: 6px solid #69D5FF;
  text-decoration: none;
  transition: 0.2s all ease;
  position: relative;
  margin-bottom: 20px; }
  .btn span, input[type="submit"] span, button.button span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400; }
  .btn:after, input[type="submit"]:after, button.button:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 26px;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    background: url(../img/chev-right.svg) center center/contain no-repeat;
    opacity: 0.6;
    transform: translateX(0px);
    transition: 200ms ease all; }
  .btn:hover:after, input[type="submit"]:hover:after, button.button:hover:after {
    transform: translateX(-10px); }
  .btn.orange, input[type="submit"].orange, button.button.orange {
    background: rgba(243, 109, 71, 0.95);
    border-bottom-color: #FFC287; }
  .btn.inline, input[type="submit"].inline, button.button.inline {
    background: none;
    border-bottom-color: #FFC287;
    padding: 20px 0; }

/*
   CONTENT
   ========================================================================== */
header, main {
  position: relative;
  z-index: 12; }

.image-content {
  max-width: 920px;
  margin: 0 auto; }
  .image-content img {
    padding: 0;
    box-shadow: -14px 14px 0 rgba(63, 77, 119, 0.15); }

.image-left {
  padding: 40px;
  margin-left: 0px; }
  @media (min-width: 620px) {
    .image-left {
      float: left;
      max-width: 330px;
      margin: 0 20px 20px -30px; } }
  @media (min-width: 1120px) {
    .image-left {
      margin: 0 40px 40px -60px; } }

.image-right {
  padding: 40px;
  margin-right: 0px; }
  @media (min-width: 620px) {
    .image-right {
      float: right;
      max-width: 330px;
      margin: 0 -30px 20px 20px; } }
  @media (min-width: 1120px) {
    .image-right {
      margin: 0 -60px 40px 40px; } }

.image-center {
  margin: 0 auto 40px auto;
  display: block;
  max-width: 640px; }

.image-full {
  width: 100%;
  margin: 0 0 40px 0;
  box-shadow: -14px 14px 0 rgba(63, 77, 119, 0.15); }

article {
  text-align: center; }
  article header {
    padding: 60px;
    margin: 0 auto 0 auto;
    background-color: #262B3A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    max-width: 1320px;
    min-height: 410px;
    position: relative;
    box-shadow: -20px 20px 0 rgba(63, 77, 119, 0.15);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 400ms ease-in-out forwards; }
  article .main, article .aside {
    padding: 40px 40px 0 40px;
    text-align: left; }
  @media (min-width: 960px) {
    article header {
      margin: 40px auto 0 auto; }
    article .main, article .aside {
      padding: 80px 40px;
      width: 60%;
      display: inline-block;
      vertical-align: top;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 400ms ease-in-out forwards;
      animation-delay: 600ms; }
    article .aside {
      max-width: 38%;
      animation-delay: 800ms; } }
  @media (min-width: 1160px) {
    article .main, article .aside {
      max-width: 680px; }
    article .aside {
      max-width: 460px; } }

.intro {
  display: block;
  max-width: 420px;
  background: white;
  padding: 40px;
  border-bottom: 6px solid #D9E0EB;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 400ms ease-in-out forwards 400ms; }
  .intro p:last-child {
    margin: 0; }
  .intro .date {
    font-size: 2.4rem;
    opacity: 0.7; }

.aside {
  font-size: 1.4rem; }

figure {
  margin: 0 0 40px 0;
  text-align: center; }
  figure img {
    box-shadow: -14px 14px 0 rgba(63, 77, 119, 0.15); }
  figure figcaption {
    margin-top: 30px;
    color: #6E7382; }

.main a[href$=".pdf"] {
  display: block;
  margin: 10px 0;
  background: url(../img/doc.svg) left center no-repeat;
  padding-left: 50px;
  min-height: 50px;
  line-height: 45px; }

/*
   FOOTER
   ========================================================================== */
footer {
  padding: 40px;
  background: url(../img/bg-footer.svg) top center/cover no-repeat;
  text-align: center;
  position: relative;
  z-index: 10; }
  footer p {
    margin: 0; }
  footer img {
    max-width: 140px;
    height: auto;
    margin: 0 0 20px 0; }
  footer .footer-text, footer .footer-link {
    padding: 20px 0; }
  @media (min-width: 1024px) {
    footer {
      margin-top: -100px;
      padding: 200px 80px 24px 80px;
      text-align: left;
      *zoom: 1; }
      footer:before, footer:after {
        display: table;
        content: ''; }
      footer:after {
        clear: both; }
      footer .footer-text {
        padding: 0;
        display: inline-block;
        width: 50%;
        vertical-align: bottom; }
      footer .footer-links {
        padding: 0;
        opacity: 0.8;
        display: inline-block;
        width: 50%;
        text-align: right;
        vertical-align: bottom; }
        footer .footer-links a {
          display: inline-block;
          padding: 0 10px; } }

/*
   FORMS
   ========================================================================== */
.contactForm {
  margin: 0 40px 20px; }

textarea,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  width: 100%;
  padding: 15px 13px;
  color: #262B3A;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  appearance: none;
  border: 1px solid #B4C3D8;
  border-radius: 0;
  transition: 0.2s ease all;
  box-shadow: none; }
  textarea::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder {
    color: #808bac; }

input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  background-color: #262B3A;
  transition: all .2s ease; }
  input[type="submit"]:hover {
    background-color: #038cc1; }

textarea {
  min-height: 65px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border-color: #718db5;
  outline: 0; }

textarea:focus,
select:focus {
  border-color: #718db5;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem; }

input[type="text"], input[type="email"] {
  width: 100%; }

select {
  padding: 10px; }

input[type="submit"] {
  background-color: #262B3A; }
  input[type="submit"]:hover {
    background-color: #161921; }

label.required:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #04A9E9; }

.form__note {
  font-size: 1.3rem;
  opacity: 0.8;
  margin: 0 0 20px 0; }

.form--contactUs label {
  font-weight: bold;
  text-transform: uppercase; }

/*
   HEADER
   ========================================================================== */
header {
  position: relative;
  z-index: 200;
  padding: 40px;
  text-align: center; }
  @media (min-width: 1280px) {
    header {
      padding: 40px 80px;
      text-align: left; } }

.tag {
  display: none; }
  @media (min-width: 769px) {
    .tag {
      display: block;
      font-family: "Merriweather", serif;
      opacity: 0.8;
      font-style: italic;
      font-size: 1.8rem; } }

.logo {
  font-size: 4rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .logo {
      margin-bottom: 0; } }

.nav-handle {
  display: block;
  background: #04A9E9;
  color: #fff;
  text-align: center;
  padding: 10px; }
  @media (min-width: 769px) {
    .nav-handle {
      display: none; } }

.toggleChild {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  display: block;
  width: 40px;
  background: #fafafa;
  z-index: 60;
  border-left: 1px solid #d6dee9;
  text-align: left; }
  .toggleChild:before {
    content: '+';
    opacity: 0.7;
    position: absolute;
    font-size: 3rem;
    line-height: 40px;
    text-align: center;
    width: 100%;
    transition: 100ms ease all; }
  .active .toggleChild:before {
    transform: rotate(45deg); }
  @media (min-width: 769px) {
    .toggleChild {
      border-left: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: none;
      width: 100%;
      height: 100%;
      z-index: 180;
      cursor: pointer; }
      .toggleChild:before {
        display: none; } }

.nav {
  overflow: hidden;
  margin: 0;
  left: 40px;
  right: 40px;
  background: #fff;
  position: absolute;
  z-index: 100;
  height: 0;
  transition: 100ms ease height;
  text-align: center; }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
  .nav li {
    display: block;
    margin: 0;
    position: relative; }
  .nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #d6dee9;
    text-decoration: none; }
  .nav > li:last-child > a {
    border-bottom: 0; }
  .nav > ul {
    bottom: 0; }
    .nav > ul > li {
      overflow: hidden;
      transition: 100ms ease height; }
      .nav > ul > li > a {
        background: #fff;
        position: relative;
        z-index: 50;
        text-decoration: none; }
      .nav > ul > li > ul {
        position: absolute;
        z-index: 40;
        bottom: 0;
        background: #fafafa; }
        .nav > ul > li > ul > li a {
          padding: 10px;
          height: auto;
          line-height: 120%; }
      .nav > ul > li.f {
        border-right: none;
        padding-right: 0; }
        .nav > ul > li.f img {
          margin-top: 10px; }
  @media (min-width: 769px) {
    .nav {
      height: auto !important;
      margin: 20px 0 0 0;
      background: none;
      border: none;
      overflow: visible;
      display: block;
      vertical-align: middle;
      width: auto;
      box-shadow: none;
      position: static; }
      .nav a {
        border-bottom: 0; }
        .nav a:hover {
          text-decoration: underline; }
      .nav > ul {
        position: relative !important; }
        .nav > ul > li {
          display: inline-block;
          vertical-align: middle;
          overflow: visible;
          height: auto !important;
          border-right: 1px solid #d6dee9;
          padding: 0 10px;
          transition: 150ms ease all; }
          .nav > ul > li > a {
            background: none;
            display: block;
            padding: 0 20px;
            vertical-align: top; }
          .nav > ul > li > ul {
            position: absolute;
            text-align: center;
            width: 180px;
            top: 100%;
            bottom: auto;
            left: 50%;
            margin-left: -90px;
            height: auto;
            background: #04A9E9;
            transition: 200ms ease all;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            padding: 10px 0; }
            .nav > ul > li > ul > li a {
              font-size: 1.4rem;
              color: white;
              padding: 7px 14px; }
          .nav > ul > li.has-children:hover > a, .nav > ul > li.touch-active > a {
            background: #04A9E9;
            color: white; }
          .nav > ul > li.has-children:hover > ul, .nav > ul > li.touch-active > ul {
            opacity: 1;
            visibility: visible;
            transform: translateY(0px); } }
  @media (min-width: 1280px) {
    .nav {
      display: block;
      float: right;
      margin: 20px 40px 0 0;
      text-align: right; } }

/*
   HOME
   ========================================================================== */
.home-banner {
  position: relative;
  *zoom: 1;
  background: #262B3A;
  box-shadow: -20px 20px 0 rgba(63, 77, 119, 0.15);
  padding: 40px;
  margin: 20px;
  max-width: 1800px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 400ms ease-in-out forwards; }
  .home-banner:before, .home-banner:after {
    display: table;
    content: ''; }
  .home-banner:after {
    clear: both; }
  @media (min-width: 1024px) {
    .home-banner {
      margin: 20px 60px 60px 60px;
      padding: 0; } }
  @media (min-width: 1880px) {
    .home-banner {
      margin: 60px auto; } }
  .home-banner .pic {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.5; }
    @media (min-width: 1024px) {
      .home-banner .pic {
        position: static;
        height: 600px;
        opacity: 0;
        transform: translateX(-20px);
        animation: slidein 400ms ease forwards; } }
  .home-banner .pic01 {
    animation-delay: 600ms; }
  .home-banner .pic02 {
    animation-delay: 700ms;
    left: 33.333%; }
  .home-banner .pic03 {
    animation-delay: 800ms;
    left: 66.666%; }
  .home-banner .home-intro {
    opacity: 0;
    transform: translateX(-20px);
    animation: slidein 400ms ease-in-out forwards;
    animation-delay: 900ms;
    color: #fff;
    background: rgba(243, 109, 71, 0.95);
    padding: 20px; }
    .home-banner .home-intro > p:last-child {
      margin: 0; }
    @media (min-width: 1024px) {
      .home-banner .home-intro {
        width: 480px;
        text-align: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 40px; } }
    .home-banner .home-intro h1 {
      font-size: 3rem;
      padding-bottom: 20px;
      font-weight: 600;
      border-bottom-color: #FFC287; }

.home-project {
  padding: 40px;
  text-align: center; }
  .home-project .part1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 400ms ease-in-out forwards 1000ms; }
  .home-project .part2 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 400ms ease-in-out forwards 1200ms; }
  .home-project .part3 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 400ms ease-in-out forwards 1400ms; }
  .home-project .part1 {
    text-align: left; }
    .home-project .part1 h2 {
      font-size: 3rem; }
      .home-project .part1 h2 strong {
        margin-bottom: 10px;
        display: block; }
  .home-project .part2, .home-project .part3 {
    text-align: left;
    color: #6E7382;
    vertical-align: top; }
  @media (min-width: 760px) {
    .home-project .part2, .home-project .part3 {
      display: inline-block;
      width: 48%; }
    .home-project .part2 {
      padding-right: 20px; }
    .home-project .part3 {
      padding-left: 20px; } }
  @media (min-width: 1024px) {
    .home-project {
      max-width: 1280px;
      margin: 0 auto; }
      .home-project .part1 {
        display: inline-block;
        vertical-align: top;
        width: 38%;
        padding: 0 20px;
        text-align: right; }
        .home-project .part1 .btn {
          display: inline-block; }
      .home-project .part2, .home-project .part3 {
        width: 30%;
        padding: 0 0 0 20px; } }
  @media (min-width: 1280px) {
    .home-project .part2, .home-project .part3 {
      width: 30%;
      padding: 0 0 0 60px; } }

.events {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }
  .events .event-intro {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px; }
    .events .event-intro h2 {
      font-size: 4rem; }
  .events.events-n-1 .event-intro {
    display: inline-block;
    vertical-align: middle; }
  .events .event-btn {
    margin: 20px;
    vertical-align: middle;
    display: inline-block;
    box-shadow: -20px 20px 0 rgba(63, 77, 119, 0.15);
    min-height: 300px;
    width: 100%;
    width: 280px;
    color: white;
    position: relative;
    text-decoration: none;
    background-position: center;
    background-size: cover; }
    .events .event-btn .details {
      border-bottom: 6px solid #69D5FF;
      background: #04A9E9;
      opacity: 0.9;
      font-weight: bold;
      font-size: 2rem;
      width: 240px;
      text-align: left;
      padding: 20px;
      position: absolute;
      bottom: 0;
      left: 0; }
      .events .event-btn .details span {
        font-size: 1.6rem;
        font-weight: 400;
        text-transform: uppercase;
        display: block; }
    .events .event-btn:nth-child(1) .details {
      background: #04A9E9; }
    .events .event-btn:nth-child(2) .details {
      background: #0073E2; }
    .events .event-btn:nth-child(3) .details {
      background: #0053A3; }
    @media (min-width: 1025px) {
      .events .event-btn {
        max-width: 320px;
        min-height: 480px;
        margin: 0 20px; } }

.bottom-action {
  box-shadow: -20px 20px 0 rgba(63, 77, 119, 0.15);
  max-width: 1280px;
  margin: 80px 20px;
  min-height: 480px;
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover; }
  .bottom-action .details {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(243, 109, 71, 0.95);
    opacity: 0.95;
    color: white;
    padding: 20px;
    max-width: 400px;
    text-align: left; }
    .bottom-action .details h2 {
      border-bottom: 0;
      padding: 0; }
    .bottom-action .details .btn {
      max-width: 100%; }
  @media (min-width: 1360px) {
    .bottom-action {
      margin: 80px auto; }
      .bottom-action .details {
        padding: 40px; } }

.outro {
  max-width: 980px;
  padding: 0 40px;
  color: #6E7382;
  margin: 40px auto; }

/* VENDOR */
