@charset "UTF-8"; /*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
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;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
html.remodal-is-locked,
body.remodal-is-locked {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px;
}
@media screen and (min-width: 1024px) {
  .remodal-wrapper {
    padding: 0;
  }
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}
.remodal {
  position: relative;
  display: inline-block;
}
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.8);
}
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}
.remodal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 50px 10px 35px;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #f4f4f4;
  background-clip: padding-box;
}
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: -37px;
  right: 12px;
  z-index: 9999999;
  width: 28px;
  height: 28px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .remodal-close {
    right: -22px;
    top: -22px;
  }
}
.remodal-close:after {
  font-size: 47px;
  line-height: 22px;
  border-radius: 14px;
  background-color: #ffffff;
  display: block;
  padding: 0 4px 8px 0;
  content: "×";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #534741;
}
.remodal-close:hover,
.remodal-close:active {
  color: #534741;
  text-decoration: none !important;
}
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #534741;
  text-decoration: none;
}
.remodal {
  text-align: left;
}
.remodal h2 {
  margin: 0 0 0.5em;
}
.remodal p {
  padding-right: 40%;
}
.remodal .primary-cta {
  position: relative;
  right: 0;
  top: 5.2em;
  float: right;
}
.remodal .primary-cta a {
  padding: 11px 3em;
}
.remodal table thead tr th {
  font-size: 13px;
  font-weight: bold;
  background: none;
  border-bottom: 2px solid #534741;
  text-transform: capitalize;
  color: #534741;
}
.remodal table tbody tr td {
  font-size: 13px;
  border-bottom: #534741;
}
.remodal table table tbody > tr:nth-child(even) {
  background: none;
}
.remodal table td:last-child {
  text-align: right;
}
@media only screen and (min-width: 40.063em) {
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
  }
}
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
}
html {
  background: #f2eee9;
}
body {
  margin: 0 auto;
  background: #f2eee9;
  font-family: "EB Garamond", serif;
  font-size: 21px;
  line-height: 26px;
  color: #534741;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #4ea793;
  outline: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}
.row {
  overflow: hidden;
}
.col {
  float: left;
  margin: 1em 2%;
}
._1of2 {
  width: 98%;
  margin-left: 0;
}
._2of2 {
  width: 98%;
  margin-right: 0;
}
._1of3 {
  width: 98%;
  margin-left: 0;
}
._2of3 {
  width: 96%;
}
._3of3 {
  width: 98%;
  margin-right: 0;
}
.section-7 ._2of3,
.section-7 ._3of3 {
  width: 94%;
}
._1of4 {
  width: 98%;
  margin-left: 0;
}
._2of4 {
  width: 96%;
}
._3of4 {
  width: 96%;
}
._4of4 {
  width: 98%;
  margin-right: 0;
}
._8of12 {
  width: 98%;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  ._1of2 {
    width: 48%;
    margin-left: 0;
  }
  ._2of2 {
    width: 48%;
    margin-right: 0;
  }
  ._1of4 {
    width: 48%;
    margin-left: 0;
  }
  ._2of4 {
    width: 46%;
  }
  ._3of4 {
    width: 46%;
  }
  ._4of4 {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  ._1of3 {
    width: 31.33333%;
    margin-left: 0;
  }
  ._2of3,
  .section-7 ._2of3 {
    width: 29.33333%;
  }
  ._3of3,
  .section-7 ._3of3 {
    width: 31.33333%;
    margin-right: 0;
  }
  ._1of4 {
    width: 23%;
    margin-left: 0;
  }
  ._2of4 {
    width: 21%;
  }
  ._3of4 {
    width: 21%;
  }
  ._4of4 {
    width: 23%;
    margin-right: 0;
  }
  ._8of12 {
    width: 64.6666%;
    margin-left: 0;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  height: 0;
}
iframe {
  border: 0 none;
  max-width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
section,
footer {
  padding-bottom: 70px;
  position: relative;
}
section a.btn-scroll,
footer a.btn-scroll {
  color: #534741;
}
.remodal {
  max-height: 535px;
  max-width: 960px;
  padding: 0;
}
@media screen and (max-width: 642px) {
  .remodal {
    min-height: auto;
    height: auto !important;
    background-color: #000;
  }
  .remodal iframe {
    height: auto;
    width: 100%;
  }
}
p {
  margin: 0;
}
.fa-youtube-square {
  color: #ed2d34;
  display: inline-block;
  margin-right: 10px;
}
.fa-twitter-square {
  color: #00b0ed;
  display: inline-block;
}
.section-alert {
  background: #fdf9cb;
  margin: 0;
  padding: 25px 0;
}
.section-alert .ie-alert {
  font-size: 16px;
  margin: 0 auto;
  width: 960px;
}
.section-alert .ie-alert .ie-alert-heading {
  font-size: 20px;
  margin: 0 0 5px 0;
}
.section-alert .ie-alert p {
  margin-bottom: 0;
}
.indicator {
  background: transparent url(../img/indicator-section-3.png) 0 0 no-repeat;
  display: block;
  height: 24px;
  margin: 0 auto;
  width: 50px;
}
.section-title {
  color: #534741;
  font-size: 40px;
  font-weight: normal;
  line-height: 42px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .section-title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-sub-title {
  color: #534741;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  min-height: 54px;
}
.btn-scroll {
  bottom: 25px;
  color: #534741;
  display: none;
  font-size: 23px;
  font-style: italic;
  left: 0;
  margin-top: 70px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .btn-scroll {
    display: inline-block;
  }
}
a.btn-back-to-top {
  background: transparent url(../img/icon-triangle-up.png) right 11px no-repeat;
  bottom: 25px;
  color: #534741;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  padding-right: 20px;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  a.btn-back-to-top {
    right: 0;
  }
}
.video-card {
  margin: auto;
  position: relative;
  height: auto;
  width: 281px;
}
@media screen and (min-width: 1024px) {
  .video-card {
    margin-left: 0;
    text-align: left;
  }
}
.video-card a {
  outline: none;
  text-indent: -99999px;
}
.video-card .video-thumb {
  background: transparent url(../img/thumb-video-brain-builders.jpg) 0 0
    no-repeat;
  border: 1px solid #c7b299;
  display: block;
  height: 100%;
  width: 100%;
}
.video-card .video-thumb.video-thumb-alt {
  background: 0 none;
  text-indent: 0;
  border: 0;
}
.video-card .video-thumb.video-thumb-alt img {
  border: 1px solid #c7b299;
  display: block;
  height: 157px;
  width: 281px;
}
@media screen and (min-width: 1024px) {
  .video-card .video-thumb {
    margin-top: 8px;
    margin-bottom: 10px;
  }
}
.video-card .video-title {
  color: #4ea793;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .video-card .video-title {
    padding-right: 32px;
    text-align: left;
  }
}
.video-card .video-overlay {
  height: 157px;
  opacity: 0;
  width: 281px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .video-card .video-overlay {
    margin-left: 0;
    text-align: left;
  }
}
.video-card .video-overlay:hover {
  background-color: rgba(242, 101, 34, 0.7);
  background-image: url(../img/btn-play-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 1;
}
.video-card .video-overlay p {
  color: #fff;
  font-size: 26px;
  opacity: 1;
  padding: 50px 25px 0;
  text-align: center;
}
.btn-video {
  background: transparent url(../img/btn-video-green.png) left center no-repeat;
  display: block;
  min-height: 30px;
  padding-left: 38px;
  padding-top: 2px;
}
.section-banner {
  background: transparent url(../img/bg-section-banner.jpg) center top no-repeat;
  height: 650px;
  width: 100%;
}
.section-banner .row .col:nth-of-type(2) {
  text-align: right;
}
.section-banner .logo {
  display: block;
  padding-left: 20px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .section-banner .logo {
    margin: 0;
    padding-left: 10px;
  }
}
.banner-heading {
  margin: 89px auto 0;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .banner-heading {
    margin-top: 210px;
    padding-left: 25px;
    text-align: left;
  }
}
.banner-heading .banner-heading-title {
  color: #fff;
  display: block;
  font: bold 40px/42px "EB Garamond", serif;
  padding-bottom: 0;
  width: auto;
}
@media screen and (min-width: 600px) {
  .banner-heading .banner-heading-title {
    font: bold 54px/54px "EB Garamond", serif;
    padding-bottom: 0;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .banner-heading .banner-heading-title {
    display: inline-block;
    font: bold 74px/78px "EB Garamond", serif;
    padding-bottom: 50px;
    width: 525px;
  }
}
.banner-heading a {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .banner-heading a {
    font-weight: bold;
  }
}
.banner-heading a:hover {
  text-decoration: none;
}
.banner-heading .banner-heading-video {
  background: transparent url(../img/btn-video-orange.png) center top no-repeat;
  display: block;
  padding: 105px 0 0 0;
  margin: auto;
  font-size: 30px;
  min-height: 96px;
  vertical-align: 54px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .banner-heading .banner-heading-video {
    background-position: 0 0;
    display: inline-block;
    padding: 30px 0 0 105px;
    text-align: left;
  }
}
.banner-heading .banner-heading-video:hover {
  background-image: url(../img/btn-video-seagreen.png);
}
.section-2 {
  background: transparent url(../img/bg-section-2-slice.jpg) center top repeat;
  min-height: 540px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 70px;
}
@media screen and (min-width: 1024px) {
  .section-2 {
    background: transparent url(../img/bg-section-2-slice-alt.jpg) center top
      repeat-x;
    padding-bottom: 0;
  }
}
.section-2 .indicator {
  background-image: url(../img/indicator-section-2.png);
}
.section-2 .section-title {
  color: #fff;
}
.section-2 p {
  color: #fff;
  padding: 0 15px 25px;
}
@media screen and (min-width: 1024px) {
  .section-2 p {
    padding: 0 28px 12px 15px;
  }
}
.section-2 .btn-scroll {
  color: #fff;
}
.section-2 ._1of2,
.section-2 ._2of2 {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .section-2 ._1of2,
  .section-2 ._2of2 {
    width: 48%;
  }
}
.section-2 ._2of2 {
  margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  .section-2 ._2of2 {
    margin-top: 1em;
  }
}
.section-3 {
  margin: 0 auto;
  max-width: 960px;
  min-height: 540px;
}
.section-3 p {
  padding: 0 15px 25px;
}
@media screen and (min-width: 600px) {
  .section-3 p {
    padding: 0 30px 12px 15px;
  }
}
.section-3 .video-card .video-thumb {
  border: 0 none;
  width: 283px;
  height: 159px;
}
.section-3 .video-card .video-thumb:hover {
  background-image: url(../img/thumb-video-brain-builders-hover.jpg);
}
.section-4 {
  background: transparent url(../img/bg-section-4.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 0;
  min-height: 140px;
}
@media screen and (min-width: 480px) {
  .section-4 {
    min-height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .section-4 {
    background-size: auto;
    min-height: 540px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
.section-4 .section-title {
  color: #fff;
  margin-top: 0;
  padding-top: 18%;
  line-height: 34px;
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  .section-4 .section-title {
    padding-top: 28%;
    font-size: 40px;
  }
}
@media screen and (min-width: 600px) {
  .section-4 .section-title {
    padding-top: 22%;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-title {
    padding-top: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .section-4 .section-title {
    padding-top: 251px;
    font-size: 50px;
    line-height: 50px;
  }
}
.section-5 {
  background: transparent url(../img/border-double.png) left bottom repeat-x;
  margin: 0 auto;
  max-width: 960px;
  min-height: 540px;
}
.section-5 .indicator {
  background: 0 none;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .section-5 .indicator {
    background-image: url(../img/indicator-section-5.png);
    height: 24px;
  }
}
.section-5 .row .col:nth-of-type(3) .section-sub-title {
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .section-5 .row .col:nth-of-type(3) .section-sub-title {
    padding-right: 106px;
  }
}
.section-5 .row .col p {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .section-5 .row .col p {
    padding-left: 0;
  }
}
.section-5 img {
  display: block;
  margin: auto;
}
.section-5 .section-sub-title {
  text-align: center;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .section-5 .section-sub-title {
    padding-left: 0;
    text-align: left;
  }
}
.section-6 {
  background: transparent url(../img/border-double.png) left bottom repeat-x;
  margin: 0 auto;
  max-width: 960px;
}
.section-6 .section-title {
  margin-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .section-6 .section-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-6 .section-sub-title {
  color: #534741;
  font-size: 26px;
  font-style: italic;
  font-weight: none;
  min-height: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .section-6 .section-sub-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery {
  width: 318px;
  margin: auto;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
@media screen and (min-width: 656px) {
  .gallery {
    width: 640px;
  }
}
@media screen and (min-width: 974px) {
  .gallery {
    width: 960px;
  }
}
.gallery .gallery-item {
  cursor: default;
  float: left;
  height: 170px;
  margin: 0 2px 2px 0;
  position: relative;
  width: 318px;
  max-width: 100%;
}
.gallery .gallery-item .gallery-body {
  height: 100%;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.gallery .gallery-item .gallery-body:hover {
  background-color: rgba(242, 101, 34, 0.7);
  opacity: 1;
}
.gallery .gallery-item .gallery-body p {
  color: #fff;
  font-size: 26px;
  opacity: 1;
  padding: 50px 25px 0;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(1) .gallery-body p,
.gallery .gallery-item:nth-of-type(2) .gallery-body p,
.gallery .gallery-item:nth-of-type(5) .gallery-body p,
.gallery .gallery-item:nth-of-type(7) .gallery-body p,
.gallery .gallery-item:nth-of-type(8) .gallery-body p {
  padding: 50px 55px 0;
}
.section-7 {
  background: transparent url(../img/border-double.png) left bottom repeat-x;
  margin: 0 auto;
  max-width: 960px;
}
.section-7 .reggie {
  display: block;
  margin: 0 auto;
}
.section-7 .row:nth-of-type(1) {
  margin-top: 15px;
}
.section-7 .row:nth-of-type(2) {
  margin-top: 3px;
  margin-bottom: 53px;
}
.section-7 .row:nth-of-type(2) .col {
  margin-top: 5px;
}
.section-7 .row:nth-of-type(3) .col:nth-of-type(2) p {
  margin-bottom: 10px;
}
.section-7 .section-sub-title {
  font-weight: bold;
  min-height: auto;
  margin: 20px 0 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section-7 .section-sub-title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.section-7 p {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section-7 p {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.section-7 .video-thumb {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .section-7 .video-thumb {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 10px 0;
  }
}
.section-7 img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .section-7 img {
    margin: 0;
  }
}
.footer {
  margin: 0 auto 20px;
  max-width: 960px;
  padding-bottom: 70px;
}
@media screen and (min-width: 420px) {
  .footer {
    margin-bottom: 100px;
  }
}
.footer img {
  display: block;
  margin: 52px auto 44px;
}
.footer p {
  color: #362f2d;
  font: normal 15px/23px Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer p {
    margin-bottom: 50px;
    padding: 0 175px;
  }
}
.footer .btn-back-to-top {
  display: inline-block;
  right: 20px;
}
@media screen and (min-width: 600px) {
  .footer .btn-back-to-top {
    right: 0;
  }
}
