@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-size: 100%;
  box-sizing: border-box;
  background: transparent;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
i,
em,
dfn {
  font-style: italic;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
ol,
ul {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[onclick] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'icons-ocml';
  src: url('../assets/fonts/icons-vrmais.eot?53811315');
  src: url('../assets/fonts/icons-vrmais.eot?53811315#iefix') format('embedded-opentype'), url('../assets/fonts/icons-vrmais.woff2?53811315') format('woff2'), url('../assets/fonts/icons-vrmais.woff?53811315') format('woff'), url('../assets/fonts/icons-vrmais.ttf?53811315') format('truetype'), url('../assets/fonts/icons-vrmais.svg?53811315#icons-vrmais') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down-open:before {
  content: '\e800';
}
/* '' */
.icon-left-open:before {
  content: '\e801';
}
/* '' */
.icon-right-open:before {
  content: '\e802';
}
/* '' */
.icon-up-open:before {
  content: '\e803';
}
/* '' */
.icon-down-open-big:before {
  content: '\e804';
}
/* '' */
.icon-left-open-big:before {
  content: '\e805';
}
/* '' */
.icon-right-open-big:before {
  content: '\e806';
}
/* '' */
.icon-up-open-big:before {
  content: '\e807';
}
/* '' */
.icon-phone:before {
  content: '\e808';
}
/* '' */
.icon-camera:before {
  content: '\e809';
}
/* '' */
.icon-location:before {
  content: '\e80a';
}
/* '' */
.icon-calendar:before {
  content: '\e80b';
}
/* '' */
.icon-home:before {
  content: '\e80c';
}
/* '' */
.icon-videocam:before {
  content: '\e80d';
}
/* '' */
.icon-plus-circled:before {
  content: '\e80e';
}
/* '' */
.icon-cancel:before {
  content: '\e80f';
}
/* '' */
.icon-gplus:before {
  content: '\f05a';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-menu:before {
  content: '\f0c9';
}
/* '' */
.icon-mail:before {
  content: '\f0e0';
}
/* '' */
.icon-mobile:before {
  content: '\f10b';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-pinterest:before {
  content: '\f231';
}
/* '' */
.main-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.925);
  border-bottom: solid 1px rgba(255, 255, 255, 0.925);
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  transition: all .3s;
}
.main-header .header-inner {
  margin: 0 20px;
  position: relative;
  height: 50px;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
  .main-header .header-inner {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-header .header-inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .main-header .header-inner {
    width: 1200px;
  }
}
.main-header .header-logo {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  width: 40px;
  height: 40px;
  transition: all .3s;
  margin: 0;
}
.main-header .header-logo img {
  width: auto;
  height: 100%;
}
.main-header .header-logo span {
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .expanded-menu .main-header .header-logo {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100px;
    height: 100px;
    transform: translate(-50%, 0);
  }
}
.main-header .menu-trigger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -15px;
  color: #124b55;
  text-align: center;
  z-index: 2;
}
.main-header .menu-trigger::before {
  content: "\f0c9";
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: .1em;
}
.expanded-menu .main-header .menu-trigger::before {
  content: "\e80f";
}
.main-header .menu-trigger span {
  font: 400 10px/1em 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .main-header .menu-trigger {
    display: none;
  }
}
.main-header .header-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .expanded-menu .main-header .header-menu {
    left: -20px;
    right: -20px;
    overflow: auto;
    height: 100vh;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.95);
  }
}
.main-header .header-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main-header .header-menu ul {
    position: absolute;
    top: 150px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    overflow: auto;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .main-header .header-menu ul {
    flex-wrap: nowrap;
  }
}
.main-header .header-menu li {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
}
.main-header .header-menu a {
  font: 400 16px/50px 'Roboto Condensed', sans-serif;
  color: #124b55;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  transition: all .3s;
}
.main-header .header-menu a::before {
  content: "/";
  font-weight: 700;
  color: #f3a029;
  padding-right: .25em;
}
.main-header .header-menu a:hover,
.main-header .header-menu a.active {
  color: #f3a029;
}
@media screen and (min-width: 768px) {
  .main-header .header-menu {
    max-height: 50px;
  }
  .main-header .header-menu li {
    width: auto;
    border: none;
  }
  .main-header .header-menu a {
    font-size: 14px;
    padding: 0 8px;
  }
}
.collapsed-header .main-header {
  background: rgba(255, 255, 255, 0.975);
  border-bottom-color: #efefef;
}
.logo-wrapper {
  position: relative;
  width: 160px;
  max-width: 50%;
  margin: 0 auto 30px auto;
}
.logo-wrapper img {
  width: 100%;
  height: auto;
}
.contacts-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contacts-wrapper .contact {
  position: relative;
  font-size: 15px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.8);
  width: 250px;
  text-align: center;
  margin-bottom: 35px;
}
.contacts-wrapper .contact span {
  display: block;
}
.contacts-wrapper .contact .icon {
  font-size: 30px;
  color: #fff;
  border-bottom: dotted 2px #f3a029;
  width: 2em;
  height: 2em;
  display: block;
  margin: 0 auto .5em auto;
}
.contacts-wrapper .contact .icon::before {
  margin: 0;
  line-height: 2em;
}
.map-wrapper {
  position: relative;
  width: 100%;
  height: 40vh;
}
.map-wrapper a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/gfx/map.png') no-repeat center center;
  background-size: auto 565px;
}
.map-wrapper a:hover {
  background-size: auto 595px;
}
.copyright {
  border-top: dotted 2px rgba(226, 226, 226, 0.05);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 50px;
  text-align: center;
}
.counter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.counter-wrapper .counter-value {
  flex-shrink: 0;
  font: 300 26px/1em 'Roboto', sans-serif;
  color: #124b55;
  text-align: center;
  width: 50%;
  padding: 15px 0;
  letter-spacing: 1px;
}
.counter-wrapper .counter-value::after {
  font: 400 12px/1.2em 'Open Sans', sans-serif;
  color: #124b55;
  display: block;
  margin-top: .5em;
}
.counter-wrapper .counter-value.kilometers::after {
  content: "Quilómetros diários";
}
.counter-wrapper .counter-value.students::after {
  content: "Alunos";
}
.counter-wrapper .counter-value.success::after {
  content: "Taxa de Sucesso (%)";
}
.counter-wrapper .counter-value.rooms::after {
  content: "Salas de Estudo";
}
@media screen and (min-width: 768px) {
  .counter-wrapper .counter-value {
    width: 100px;
    font-size: 50px;
    min-width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .counter-wrapper .counter-value {
    padding: 0;
    width: 120px;
    font-size: 60px;
    min-width: 120px;
  }
  .counter-wrapper .counter-value::after {
    font-size: 14px;
  }
}
.tabbed-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #e2e2e2;
}
.tabbed-menu a {
  font: 400 14px/1.5em 'Roboto Condensed', sans-serif;
  color: #124b55;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 0 8px;
  transition: all .3s;
}
.tabbed-menu a::before {
  content: "/";
  font-weight: 700;
  color: #f3a029;
  padding-right: .25em;
}
.tabbed-menu a:hover {
  color: #f3a029;
}
.tabbed-menu li.ui-tabs-active a {
  color: #f3a029;
}
@media screen and (max-width: 767px) {
  .tabbed-content .tabbed-menu {
    display: none;
  }
  .tabbed-content .ui-tabs-panel {
    display: block !important;
    margin-bottom: 30px;
  }
  .tabbed-content .ui-tabs-panel:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .tabbed-content h3 {
    display: none;
  }
}
.gallery-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-label,
.gallery-wrapper figure {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .gallery-label,
  .gallery-wrapper figure {
    width: 33.333%;
  }
}
@media screen and (min-width: 1280px) {
  .gallery-wrapper .gallery-label,
  .gallery-wrapper figure {
    width: 25%;
  }
}
.gallery-wrapper .gallery-label img,
.gallery-wrapper figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.gallery-wrapper a {
  display: block;
  margin: 1px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gallery-wrapper a::before {
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e80e";
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f3a029;
  transition: all .5s;
  z-index: 1;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.gallery-wrapper figure:not(.label-image):hover a {
  background: #124b55;
}
.gallery-wrapper figure:not(.label-image):hover a::before {
  top: 50%;
  opacity: 1;
}
.gallery-wrapper figure:not(.label-image):hover img {
  opacity: .6;
  filter: grayscale(75%);
  transform: scale(1.1);
}
.gallery-wrapper .gallery-label {
  background: #f3a029;
  margin: 0;
  box-shadow: inset 0 0 0 1px #fff;
  padding: 0 2em;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact-form {
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font: 300 16px/30px 'Roboto Condensed', sans-serif;
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #e2e2e2;
}
@media screen and (min-width: 1024px) {
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 18px;
  }
}
.contact-form .select-wrapper {
  position: relative;
  font-size: 30px;
}
.contact-form .select-wrapper::after {
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: 0.75em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  content: "\e800";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 1.5em;
  height: 1.5em;
  z-index: 1;
  pointer-events: none;
  transition: all .3s;
}
.contact-form .select-wrapper:hover::after {
  color: #f3a029;
}
.contact-form .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-form .file-upload-wrapper {
  position: relative;
  padding-left: 30%;
}
.contact-form .file-upload-wrapper input {
  margin: 0;
  border-radius: 0 5px 5px 0;
}
.contact-form .file-upload-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form .file-upload-wrapper .uploaded-file {
  border-radius: 0 5px 5px 0;
}
.contact-form .file-upload-wrapper::before {
  content: "Upload";
  line-height: 42px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  border-radius: 5px 0 0 5px;
  background: #f3a029;
  pointer-events: none;
  transition: all .3s;
}
.contact-form button {
  display: block;
  font: 400 16px/30px 'Roboto', sans-serif;
  color: #f3a029;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 30px;
  margin: 20px auto 0 auto;
  border-radius: 20px;
  transition: all .3s;
  border: solid 2px #f3a029;
}
.contact-form button:hover {
  border-radius: 5px;
  color: #fff;
  background: #f3a029;
}
.share-tools-wrapper {
  position: relative;
  text-align: center;
}
.share-tools-wrapper ul {
  font-size: 0;
}
.share-tools-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .share-tools-wrapper ul li {
    font-size: 36px;
  }
}
.share-tools-wrapper ul li a {
  display: block;
  position: relative;
  text-align: center;
}
.share-tools-wrapper ul li a::before {
  content: "";
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  line-height: 1.75em;
  background: #fff;
  transition: all .3s;
  border: solid 2px transparent;
}
.share-tools-wrapper ul li a span {
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 0;
}
.share-tools-wrapper ul li.facebook a::before {
  content: "\f09a";
  color: #306199;
  border-color: #306199;
}
.share-tools-wrapper ul li.facebook a:hover::before {
  background: #306199;
}
.share-tools-wrapper ul li.twitter a::before {
  content: "\f099";
  color: #26c4f1;
  border-color: #26c4f1;
}
.share-tools-wrapper ul li.twitter a:hover::before {
  background: #26c4f1;
}
.share-tools-wrapper ul li.google-plus a::before {
  content: "\f05a";
  color: #e93f2d;
  border-color: #e93f2d;
}
.share-tools-wrapper ul li.google-plus a:hover::before {
  background: #e93f2d;
}
.share-tools-wrapper ul li.pinterest a::before {
  content: "\f231";
  color: #bd081c;
  border-color: #bd081c;
}
.share-tools-wrapper ul li.pinterest a:hover::before {
  background: #bd081c;
}
.share-tools-wrapper ul li a:hover::before {
  border-radius: 5px;
  color: #fff;
}
.OFF {
  display: none !important;
}
body {
  height: auto !important;
}
.no-wrap {
  white-space: nowrap;
}
.fw_100 {
  font-weight: 100;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
.relative {
  position: relative;
}
main section {
  position: relative;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  color: #222;
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  main section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  main section {
    padding: 80px 0;
  }
}
main section.theme-dark {
  background: #1f272b;
  background: linear-gradient(to bottom, #1f272b 0%, #101416 100%);
}
main section.theme-dark .section-label {
  color: #fff;
}
main section.theme-dark .section-label::before {
  color: #f3a029;
}
main section.extra-padding {
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  main section.extra-padding {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  main section.extra-padding {
    padding: 160px 0;
  }
}
main section.full-height {
  min-height: 100vh;
}
main section.theme-yellow {
  background: #f3a029;
  border-bottom: none;
}
main section.theme-geometric {
  background: url('../assets/gfx/geometric-bg.jpg') no-repeat center center;
  background-attachment: fixed;
  border-bottom: none;
}
main section.theme-vectors {
  background: url('../assets/gfx/vectors-bg.jpg') no-repeat center center;
  background-attachment: fixed;
  border-bottom: none;
}
main section.theme-vectors .section-label,
main section.theme-vectors .section-label::before {
  color: #fff;
}
main section.text-white {
  color: #fff;
}
main section.dotted-border-top {
  border-top: dotted 2px #e2e2e2;
}
main section.dotted-border-bottom {
  border-bottom: dotted 2px #e2e2e2;
}
main section.border-top-yellow {
  border-top: solid 10px #f3a029;
}
main section.border-bottom-yellow {
  border-bottom: solid 10px #f3a029;
}
main section.padding-less {
  padding: 0;
}
main section.page-header {
  overflow: hidden;
  padding: 0 0 100vh 0;
}
main section.page-header .parallax-wrapper,
main section.page-header .section-inner {
  height: 100vh;
}
main section.page-header .big-logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  z-index: 1;
  margin-top: 25px;
}
main section.page-header .big-logo-wrapper img {
  max-width: 50vw;
  max-height: 50vh;
  width: auto;
  height: 750px;
}
@media screen and (orientation:portrait) {
  main section.page-header .big-logo-wrapper img {
    max-width: 65vw;
    max-height: 65vh;
    width: 750px;
    height: auto;
  }
}
main section.page-header .parallax-wrapper,
main section.page-header .parallax-wrapper img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main section.page-header .parallax-wrapper img {
  width: auto;
  height: auto;
}
main section.page-header .section-inner {
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  main section.page-header .section-inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
main section.page-header .text-details {
  font: 400 14px/1.2em 'Roboto', sans-serif;
  color: #eeece1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  main section.page-header .text-details {
    font-size: 16px;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  main section.page-header .text-details {
    font-size: 20px;
  }
}
main section.page-header .text-details h1,
main section.page-header .text-details h2,
main section.page-header .text-details h3 {
  line-height: 1em;
  margin-top: .25em;
  text-transform: uppercase;
}
main section.page-header .text-details h1 {
  font-size: 2.5em;
  margin-top: 0;
  text-transform: none;
}
main section.page-header .text-details h1 span {
  font-size: .6em;
  display: block;
}
main section.page-header .text-details h2 {
  font-size: 1.5em;
}
main section.page-header .text-details h3 {
  font-size: 1em;
}
main section .section-inner {
  margin: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section .section-inner {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  main section .section-inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  main section .section-inner {
    width: 1200px;
  }
}
main section.full-width-content .section-inner {
  width: 100%;
  margin: 0;
}
main section.narrow-content .section-inner {
  width: 80%;
  min-width: 270px;
  max-width: 800px;
  margin: 0 auto;
}
main section.centered-content .section-inner {
  text-align: center;
}
main section .section-label {
  font: 300 32px/1.2em 'Roboto Condensed', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  main section .section-label {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  main section .section-label {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  main section .section-label {
    font-size: 56px;
  }
}
main section .section-label::before {
  content: "/";
  font-weight: 700;
  color: #f3a029;
  margin-right: .25em;
}
main section .section-content {
  font: 300 16px/1.4em 'Roboto Condensed', sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  main section .section-content {
    font-size: 18px;
  }
}
main section .section-content h3 {
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: .75em;
}
main section .section-content p,
main section .section-content ul.content-list {
  margin-bottom: 1em;
}
main section .section-content p:last-child,
main section .section-content ul.content-list:last-child {
  margin-bottom: 0;
}
main section .section-content p li,
main section .section-content ul.content-list li {
  padding-left: 1.25em;
  position: relative;
  margin-bottom: .25em;
}
main section .section-content p li:last-child,
main section .section-content ul.content-list li:last-child {
  margin-bottom: 0;
}
main section .section-content p li::before,
main section .section-content ul.content-list li::before {
  position: absolute;
  top: .15em;
  left: 0;
  content: "\e80e";
  font-family: "icons-ocml";
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f3a029;
}
main section .section-content a {
  color: inherit;
  transition: all .3s;
}
main section .section-content a:hover {
  color: #f3a029;
}
main section .section-content .slogan {
  position: relative;
  font-size: 44px;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #eee;
  display: inline-block;
}
main section .section-content .quote {
  font: italic 100 32px/1.1em 'Roboto', sans-serif;
  position: relative;
  margin: 0 0 .5em 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  main section .section-content .quote {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  main section .section-content .quote {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  main section .section-content .quote {
    font-size: 54px;
  }
}
@media screen and (min-width: 1440px) {
  main section .section-content .quote {
    font-size: 62px;
  }
}
main section .section-content .quote::before,
main section .section-content .quote::after {
  font-family: serif;
  font-weight: 900;
  font-size: 3em;
  line-height: 0;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
  display: inline;
  top: .35em;
}
main section .section-content .quote::before {
  content: "\201C";
  left: -10px;
}
main section .section-content .quote::after {
  content: "\201D";
}
main section .section-content .author {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
main section .quote-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  main section .quote-wrapper {
    flex-wrap: nowrap;
  }
}
main section .quote-wrapper figure {
  display: none;
  width: 40%;
  flex-shrink: 0;
  opacity: .65;
}
@media screen and (min-width: 768px) {
  main section .quote-wrapper figure {
    width: 30%;
  }
}
main section .quote-wrapper .text-container {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  main section .quote-wrapper .text-container {
    width: auto;
    margin-bottom: 0;
  }
}
