html,
body {
  margin: 0px;
  padding: 0px 0px 0px 0px; }

body {
  background: #fff; }

h1 {
  font-family: "Knockout 47 A", "Knockout 47 B";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

h2 {
  font-family: "Knockout 47 A", "Knockout 47 B";
  font-style: normal;
  font-weight: 400; }

h3 {
  font-family: "Sanelma";
  margin: 0;
  padding: 0; }

h4 {
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400; }

h5 {
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400; }

p {
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400; }

.container-fluid {
  padding: 0px;
  margin: 0px; }

.row {
  margin: 0px; }

.navbarBk {
  z-index: 999; }
  @media (min-width: 1200px) {
    .navbarBk {
      position: absolute;
      width: 100%;
      background: none;
      top: 0;
      left: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .navbarBk {
      position: absolute;
      width: 100%;
      background: none;
      top: 0;
      left: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .navbarBk {
      position: absolute;
      width: 100%;
      background: none;
      top: 0;
      left: 0; } }
  @media (max-width: 599px) {
    .navbarBk {
      position: absolute;
      width: 100%;
      background: none;
      top: 0;
      left: 0; } }

@media (min-width: 1200px) {
  .navbar {
    margin: 0px auto;
    background: none;
    height: 100px;
    text-transform: uppercase; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .navbar {
    margin: 0px auto;
    background: none;
    height: 100px;
    text-transform: uppercase; } }
@media (min-width: 600px) and (max-width: 899px) {
  .navbar {
    margin: 0px auto;
    background: none;
    height: 100px;
    text-transform: uppercase; } }
@media (max-width: 599px) {
  .navbar {
    margin: 0px auto;
    background: none;
    height: 100px;
    text-transform: uppercase; } }
.navbar .navbar-toggler {
  position: fixed;
  right: 18px;
  top: 30px;
  z-index: 999; }
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    top: 0;
    background: #EA002A url(../_img/BTAD_Logo_white.svg) center center no-repeat;
    background-size: 85%; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    width: 135px;
    height: 130px;
    display: block;
    position: absolute;
    top: 0;
    background: #EA002A url(../_img/BTAD_Logo_white.svg) center center no-repeat;
    background-size: 85%; } }
@media (min-width: 600px) and (max-width: 899px) {
  .navbar .navbar-brand {
    width: 105px;
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #EA002A url(../_img/BTAD_Logo_white.svg) center center no-repeat;
    background-size: 85%;
    align-self: center; } }
@media (max-width: 599px) {
  .navbar .navbar-brand {
    width: 116px;
    height: 118px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #EA002A url(../_img/BTAD_Logo_white.svg) center center no-repeat;
    background-size: 85%;
    align-self: center; } }

@media (min-width: 600px) and (max-width: 990px) {
  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #002856;
    padding: 0px 0px 80px;
    width: 100%;
    color: #fff; }
    .navbar-collapse .navbar-nav {
      text-align: center;
      padding-top: 65px; }
    .navbar-collapse .nav-link {
      font-size: 24px;
      padding: 10px 0px; }
    .navbar-collapse .border-button {
      margin: 8px 0px; } }
@media (max-width: 599px) {
  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #002856;
    padding: 0px 0px 80px;
    width: 100%;
    color: #fff; }
    .navbar-collapse .border-button {
      margin: 4px 0px; } }

@media (max-width: 599px) {
  .navbar-nav {
    padding-top: 80px;
    text-align: center; } }

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.5s ease; }

.nav-link:hover {
  color: #108CB1;
  text-decoration: none; }

.fbnavlink {
  margin-top: -2px; }

.nav-item-border {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 5px 10px; }

.btn-primary {
  display: block;
  padding: 18px 50px;
  text-align: center;
  background: #666;
  max-width: 500px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 2.5px;
  border: none;
  transition: background-color 0.5s ease; }
  @media (min-width: 1200px) {
    .btn-primary {
      margin: 20px 0px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .btn-primary {
      margin: 20px 0px;
      font-size: 16px;
      letter-spacing: 1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .btn-primary {
      margin: 20px 0px;
      font-size: 14px;
      letter-spacing: 1px; } }
  @media (max-width: 599px) {
    .btn-primary {
      margin: 20px auto;
      font-size: 14px;
      letter-spacing: 1px; } }

.btn-primary a:link {
  color: #fff; }

.btn-light {
  background: #108CB1; }

a.btn-light:hover {
  background: #002856;
  color: #fff;
  text-decoration: none; }

.btn-dark {
  background: #002856; }

.btn-red {
  background: #EA002A; }

a.btn-red:hover {
  background: #770015;
  text-decoration: none; }

section {
  width: 100%;
  position: relative; }

@media (min-width: 1200px) {
  .fullBlock {
    height: 100vh; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .fullBlock {
    height: 100vh; } }
@media (min-width: 600px) and (max-width: 899px) {
  .fullBlock {
    height: 100vh;
    max-height: 650px; } }
@media (max-width: 599px) {
  .fullBlock {
    height: 100vh; } }

@media (min-width: 1200px) {
  .halfBlock {
    height: 550px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .halfBlock {
    height: 550px; } }
@media (min-width: 600px) and (max-width: 899px) {
  .halfBlock {
    height: 500px; } }
@media (max-width: 599px) {
  .halfBlock {
    height: 400px; } }

#genericHalfBlockHeader {
  background: url(../_img/halfBlock_generic.jpg) center center no-repeat;
  background-size: cover; }

.headerGradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 180px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 99; }

.headerGradientDk {
  position: absolute;
  top: 0;
  width: 100%;
  height: 180px;
  background: -moz-linear-gradient(top, rgba(24, 32, 40, 0.98) 0%, rgba(24, 32, 40, 0) 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(24, 32, 40, 0.98) 0%, rgba(24, 32, 40, 0) 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(24, 32, 40, 0.98) 0%, rgba(24, 32, 40, 0) 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  z-index: 99; }

@media (max-width: 599px) {
  .header {
    display: flex;
    align-items: flex-end;
    text-align: center;
    height: calc(100vh - 95px); } }
@media (min-width: 1200px) {
  .header .ctaBlock {
    position: absolute;
    width: 40%;
    left: 12%;
    bottom: 12%; }
    .header .ctaBlock h1 {
      font-size: 110px;
      line-height: 95px; }
    .header .ctaBlock p {
      font-size: 20px;
      line-height: 30px;
      color: #fff;
      padding-right: 40px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .header .ctaBlock {
    position: absolute;
    width: 75%;
    left: 10%;
    bottom: 12%; }
    .header .ctaBlock h1 {
      font-size: 90px;
      line-height: 85px; }
    .header .ctaBlock p {
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      padding-right: 40px; } }
@media (min-width: 600px) and (max-width: 899px) {
  .header .ctaBlock {
    position: absolute;
    width: 100%;
    bottom: 8%;
    padding: 0px 40px; }
    .header .ctaBlock h1 {
      font-size: 90px;
      line-height: 80px; }
    .header .ctaBlock p {
      font-size: 18px;
      line-height: 24px;
      color: #fff; } }
@media (max-width: 599px) {
  .header .ctaBlock {
    background: none;
    padding: 20px 30px;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px auto; }
    .header .ctaBlock h1 {
      font-size: 72px;
      line-height: 72px; }
    .header .ctaBlock p {
      font-size: 18px;
      line-height: 24px;
      color: #fff; } }

@media (min-width: 1200px) {
  #home {
    background: url(../_img/header_img.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  #home {
    background: url(../_img/header_img.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  #home {
    background: url(../_img/header_img.jpg) right bottom no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  #home {
    background: url(../_img/header_img_mobile.jpg) 0 0 no-repeat;
    background-size: cover; } }

@media (min-width: 1200px) {
  #programs {
    background: url(../_img/programs_headerBk.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  #programs {
    background: url(../_img/programs_headerBk.jpg) right bottom no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  #programs {
    background: url(../_img/programs_headerBk_mobile.jpg) 0 0 no-repeat;
    background-size: cover; } }

@media (min-width: 1200px) {
  #speedCoaching {
    background: url(../_img/speedCoaching_header.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  #speedCoaching {
    background: url(../_img/speedCoaching_header.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  #speedCoaching {
    background: url(../_img/speedCoaching_header.jpg) right top no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  #speedCoaching {
    background: url(../_img/speedCoaching_header_mobile.jpg) bottom left no-repeat;
    background-size: cover; } }

@media (min-width: 1200px) {
  #aboutUs {
    background: url(../_img/about_header.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  #aboutUs {
    background: url(../_img/about_header.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  #aboutUs {
    background: url(../_img/about_header.jpg) right bottom no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  #aboutUs {
    background: url(../_img/about_header_mobile.jpg) 0 0 no-repeat;
    background-size: cover; } }

@media (min-width: 1200px) {
  #resources {
    background: url(../_img/resources_Header.jpg) right top no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  #resources {
    background: url(../_img/resources_Header.jpg) right bottom no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  #resources {
    background: url(../_img/resources_Header.jpg) right bottom no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  #resources {
    background: url(../_img/resources_Header_mobile.jpg) 0 0 no-repeat;
    background-size: cover; } }

@media (min-width: 1200px) {
  .feature {
    display: flex;
    align-content: flex-start;
    align-items: center; } }
@media (max-width: 599px) {
  .feature {
    display: flex;
    align-items: flex-end;
    padding-top: 100%;
    height: 100%; } }
.feature .ctaTitle {
  color: #fff; }
  @media (max-width: 599px) {
    .feature .ctaTitle {
      position: relative;
      bottom: 50%; } }
@media (min-width: 1200px) {
  .feature .ctaBlock {
    position: absolute;
    width: 40%;
    left: 12%; }
    .feature .ctaBlock h1 {
      font-size: 110px;
      line-height: 90px; }
    .feature .ctaBlock p {
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      padding-right: 0px;
      margin: 24px 0px 36px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .feature .ctaBlock {
    position: absolute;
    width: 65%;
    left: 10%;
    bottom: 14%; }
    .feature .ctaBlock h1 {
      font-size: 72px;
      line-height: 72px; }
    .feature .ctaBlock p {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding-right: 40px; } }
@media (min-width: 600px) and (max-width: 899px) {
  .feature .ctaBlock {
    position: absolute;
    width: 100%;
    bottom: 8%;
    padding: 0px 40px; }
    .feature .ctaBlock h1 {
      font-size: 60px;
      line-height: 65px; }
    .feature .ctaBlock p {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding-right: 40px; } }
@media (max-width: 599px) {
  .feature .ctaBlock {
    background: #002856;
    padding: 20px 40px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px auto; }
    .feature .ctaBlock h1 {
      font-size: 60px;
      line-height: 65px; }
    .feature .ctaBlock p {
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      padding-right: 0px;
      margin: 14px 0px 24px; } }

@media (min-width: 1200px) {
  .resources {
    background: url(../_img/resourcesBkImg.jpg) center left no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .resources {
    background: url(../_img/resourcesBkImg.jpg) center left no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .resources {
    background: url(../_img/resourcesBkImg.jpg) center left no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .resources {
    background: url(../_img/resourcesBkImg_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .loans {
    background: url(../_img/loansBkImg.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .loans {
    background: url(../_img/loansBkImg.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .loans {
    background: url(../_img/loansBkImg.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .loans {
    background: url(../_img/loansBkImg_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .speedCoaching_resources {
    background: url(../_img/speedCoaching_resourcesPanel.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .speedCoaching_resources {
    background: url(../_img/speedCoaching_resourcesPanel.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .speedCoaching_resources {
    background: url(../_img/loansBkImg.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .speedCoaching_resources {
    background: url(../_img/speedCoaching_resourcesPanel_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .pitchRoom_header {
    background: url(../_img/pitchroom_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .pitchRoom_header {
    background: url(../_img/pitchroom_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .pitchRoom_header {
    background: url(../_img/pitchroom_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .pitchRoom_header {
    background: url(../_img/pitchroom_header_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .adHoc_header {
    background: url(../_img/programDetails_AdHocMentoring.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .adHoc_header {
    background: url(../_img/programDetails_AdHocMentoring.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .adHoc_header {
    background: url(../_img/programDetails_AdHocMentoring.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .adHoc_header {
    background: url(../_img/programDetails_AdHocMentoring_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .experienceship_header {
    background: url(../_img/brewerExperience_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .experienceship_header {
    background: url(../_img/brewerExperience_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .experienceship_header {
    background: url(../_img/brewerExperience_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .experienceship_header {
    background: url(../_img/brewerExperience_header_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .bootcamp_header {
    background: url(../_img/bootcamp_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .bootcamp_header {
    background: url(../_img/bootcamp_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .bootcamp_header {
    background: url(../_img/bootcamp_header.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .bootcamp_header {
    background: url(../_img/bootcamp_header_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .webinar_header {
    background: url(../_img/adHoc_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .webinar_header {
    background: url(../_img/adHoc_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .webinar_header {
    background: url(../_img/adHoc_header.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .webinar_header {
    background: url(../_img/adHoc_header_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .jim_header {
    background: url(../_img/about_passion_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .jim_header {
    background: url(../_img/about_passion_header.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .jim_header {
    background: url(../_img/loansBkImg.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .jim_header {
    background: url(../_img/about_passion_header_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .about_family_header {
    background: url(../_img/about_familyHeader.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .about_family_header {
    background: url(../_img/about_familyHeader.jpg) center center no-repeat;
    background-size: cover; } }
@media (min-width: 600px) and (max-width: 899px) {
  .about_family_header {
    background: url(../_img/about_familyHeader.jpg) top center no-repeat;
    background-size: cover; } }
@media (max-width: 599px) {
  .about_family_header {
    background: url(../_img/about_familyHeader_mobile.jpg) top center no-repeat;
    background-size: contain; } }

@media (min-width: 1200px) {
  .twoBlock {
    height: 700px; } }
@media (min-width: 1200px) {
  .twoBlock .leftBlock {
    height: 700px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .twoBlock .leftBlock {
    height: 500px;
    display: flex;
    align-items: flex-end; } }
@media (min-width: 600px) and (max-width: 899px) {
  .twoBlock .leftBlock {
    height: 500px;
    display: flex;
    align-items: flex-end; } }
@media (max-width: 599px) {
  .twoBlock .leftBlock {
    height: 400px;
    display: flex;
    align-items: center; } }
@media (min-width: 1200px) {
  .twoBlock .rightBlock {
    height: 700px; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .twoBlock .rightBlock {
    height: 500px;
    display: flex;
    align-items: flex-end; } }
@media (min-width: 600px) and (max-width: 899px) {
  .twoBlock .rightBlock {
    height: 500px;
    display: flex;
    align-items: flex-end; } }
@media (max-width: 599px) {
  .twoBlock .rightBlock {
    height: 400px;
    display: flex;
    align-items: center; } }
@media (min-width: 1200px) {
  .twoBlock .twoBlockContent {
    position: absolute;
    bottom: 100px;
    left: 10%;
    right: 20%;
    z-index: 2; }
    .twoBlock .twoBlockContent h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 82px;
      line-height: 74px; }
    .twoBlock .twoBlockContent h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 36px;
      line-height: 42px; }
    .twoBlock .twoBlockContent p {
      color: #fff; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .twoBlock .twoBlockContent {
    position: absolute;
    bottom: 60px;
    left: 10%;
    right: 10%;
    z-index: 2; }
    .twoBlock .twoBlockContent h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 10px; }
    .twoBlock .twoBlockContent h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 36px;
      line-height: 42px; }
    .twoBlock .twoBlockContent p {
      color: #fff; } }
@media (min-width: 600px) and (max-width: 899px) {
  .twoBlock .twoBlockContent {
    position: absolute;
    bottom: 60px;
    left: 10%;
    right: 10%;
    z-index: 2; }
    .twoBlock .twoBlockContent h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 10px; }
    .twoBlock .twoBlockContent h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 30px; }
    .twoBlock .twoBlockContent p {
      color: #fff; } }
@media (max-width: 599px) {
  .twoBlock .twoBlockContent {
    padding: 20px;
    text-align: center; }
    .twoBlock .twoBlockContent h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 60px;
      line-height: 60px; }
    .twoBlock .twoBlockContent h4 {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 30px; }
    .twoBlock .twoBlockContent p {
      color: #fff; }
    .twoBlock .twoBlockContent .btn-primary {
      width: 90%; } }

.tb_speedCoaching {
  background: url(../_img/speedcoachingCallout.png) 0 0 no-repeat;
  background-size: cover; }

.tb_pitchRoom {
  background: url(../_img/pitchroomCallout.png) 0 0 no-repeat;
  background-size: cover; }

.tb_aboutUs_check {
  background: url(../_img/about_success_twoBlock.jpg) 0 0 no-repeat;
  background-size: cover; }
  @media (min-width: 600px) and (max-width: 899px) {
    .tb_aboutUs_check {
      background-position: center center; } }

.tb_aboutUs_blueBlock {
  background: #002856; }

.genericCalloutBlock {
  width: 100%;
  background: #fff;
  text-align: center; }
  @media (min-width: 1200px) {
    .genericCalloutBlock {
      padding: 50px 0px; }
      .genericCalloutBlock .twoRowContent {
        max-width: 1124px;
        margin: 0px auto; }
      .genericCalloutBlock .copyBlock {
        text-align: left; }
      .genericCalloutBlock h2 {
        font-size: 42px;
        color: #108CB1; }
      .genericCalloutBlock h3 {
        font-size: 48px;
        color: #002856; }
      .genericCalloutBlock ul {
        list-style-position: outside;
        margin-bottom: 40px;
        padding: 0px 0px 0px 34px;
        max-width: 80%; }
      .genericCalloutBlock li {
        font-family: "Knockout 30 A", "Knockout 30 B";
        font-style: normal;
        font-weight: 400;
        margin-bottom: 14px;
        font-size: 18px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .genericCalloutBlock {
      padding: 50px 60px; }
      .genericCalloutBlock .twoRowContent {
        max-width: 1124px;
        margin: 0px auto; }
      .genericCalloutBlock .copyBlock {
        text-align: left; }
      .genericCalloutBlock h2 {
        font-size: 42px;
        color: #108CB1; }
      .genericCalloutBlock h3 {
        font-size: 48px;
        color: #002856; }
      .genericCalloutBlock ul {
        list-style-position: outside;
        margin-bottom: 40px;
        padding: 0px 0px 0px 34px;
        max-width: 80%; }
      .genericCalloutBlock li {
        font-family: "Knockout 30 A", "Knockout 30 B";
        font-style: normal;
        font-weight: 400;
        margin-bottom: 14px;
        font-size: 18px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .genericCalloutBlock {
      padding: 50px 60px; }
      .genericCalloutBlock .twoRowContent {
        max-width: 1124px;
        margin: 0px auto; }
      .genericCalloutBlock .copyBlock {
        text-align: left; }
      .genericCalloutBlock h2 {
        font-size: 42px;
        color: #108CB1; }
      .genericCalloutBlock h3 {
        font-size: 48px;
        color: #002856; }
      .genericCalloutBlock ul {
        list-style-position: outside;
        margin-bottom: 40px;
        padding: 0px 0px 0px 34px;
        max-width: 80%; }
      .genericCalloutBlock li {
        font-family: "Knockout 30 A", "Knockout 30 B";
        font-style: normal;
        font-weight: 400;
        margin-bottom: 14px;
        font-size: 18px; } }
  @media (max-width: 599px) {
    .genericCalloutBlock {
      padding: 20px 20px 40px 20px; }
      .genericCalloutBlock .twoRowContent {
        max-width: 1124px;
        margin: 0px auto; }
      .genericCalloutBlock .copyBlock {
        text-align: center;
        margin-bottom: 20px; }
      .genericCalloutBlock h2 {
        font-size: 30px;
        color: #108CB1; }
      .genericCalloutBlock h3 {
        font-size: 36px;
        color: #002856;
        text-align: center;
        line-height: 36px;
        margin-bottom: 10px; }
      .genericCalloutBlock ul {
        list-style: none;
        list-style-position: outside;
        margin-bottom: 40px;
        padding: 0px; }
      .genericCalloutBlock li {
        font-family: "Knockout 30 A", "Knockout 30 B";
        font-style: normal;
        font-weight: 400;
        margin-bottom: 14px;
        font-size: 18px;
        padding-bottom: 18px;
        border-bottom: 1px dotted #000; } }
  .genericCalloutBlock .genericCalloutContent {
    max-width: 700px;
    margin: 0px auto; }
    @media (min-width: 1200px) {
      .genericCalloutBlock .genericCalloutContent h3 {
        font-size: 80px;
        color: #002856;
        line-height: 72px;
        margin-bottom: 20px; } }
    @media (max-width: 599px) {
      .genericCalloutBlock .genericCalloutContent {
        padding: 0px 20px; } }
  .genericCalloutBlock .secondaryContent {
    max-width: 700px;
    margin: 0px auto; }
    @media (max-width: 599px) {
      .genericCalloutBlock .secondaryContent {
        padding: 0px 20px; } }
    .genericCalloutBlock .secondaryContent h2 {
      margin-bottom: 20px;
      text-align: center;
      text-transform: uppercase; }
    .genericCalloutBlock .secondaryContent h4 {
      margin-top: 20px;
      font-size: 30px;
      text-align: left; }
    .genericCalloutBlock .secondaryContent p {
      text-align: left;
      margin-bottom: 20px; }
  .genericCalloutBlock .btn-primary {
    margin: 20px auto; }

@media (min-width: 1200px) {
  .btadAccionLogos {
    margin: 0px auto;
    width: 400px;
    height: 155px;
    background: url(../_img/btad_accion_logos.png) center center no-repeat;
    background-size: contain; } }
@media (max-width: 599px) {
  .btadAccionLogos {
    margin: 20px auto 20px;
    width: 250px;
    height: 180px;
    background: url(../_img/btad_accion_logos_mobile.png) center center no-repeat;
    background-size: contain; } }

.quoteBlock {
  width: 100%;
  background: #fff;
  text-align: center; }
  @media (min-width: 1200px) {
    .quoteBlock {
      padding: 100px 0px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .quoteBlock {
      padding: 60px 80px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .quoteBlock {
      padding: 60px 60px; } }
  @media (max-width: 599px) {
    .quoteBlock {
      padding: 40px 40px; } }
  .quoteBlock .quote {
    max-width: 900px;
    margin: 0px auto; }
    @media (min-width: 1200px) {
      .quoteBlock .quote h2 {
        color: #002856;
        font-size: 60px;
        font-weight: 400; }
      .quoteBlock .quote h3 {
        color: #108CB1;
        font-size: 44px; }
      .quoteBlock .quote p {
        font-size: 20px; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .quoteBlock .quote h2 {
        color: #002856;
        font-size: 36px;
        font-weight: 400; }
      .quoteBlock .quote h3 {
        color: #108CB1;
        font-size: 44px; }
      .quoteBlock .quote p {
        font-size: 20px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .quoteBlock .quote h2 {
        color: #002856;
        font-size: 48px;
        font-weight: 400; }
      .quoteBlock .quote h3 {
        color: #108CB1;
        font-size: 44px; }
      .quoteBlock .quote p {
        font-size: 20px; } }
    @media (max-width: 599px) {
      .quoteBlock .quote h2 {
        color: #002856;
        font-size: 36px;
        font-weight: 400; }
      .quoteBlock .quote h3 {
        color: #108CB1;
        font-size: 30px; }
      .quoteBlock .quote p {
        font-size: 20px; } }

.quoteLink {
  max-width: 500px;
  font-family: "Sanelma"; }
  @media (min-width: 1200px) {
    .quoteLink {
      margin: 36px auto;
      font-size: 36px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .quoteLink {
      margin: 36px auto 0px;
      font-size: 36px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .quoteLink {
      margin: 36px auto;
      font-size: 36px; } }
  @media (max-width: 599px) {
    .quoteLink {
      margin: 20px auto 0px;
      font-size: 24px; } }
  .quoteLink a {
    color: #108CB1;
    font-weight: normal; }
  .quoteLink a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute; }
    @media (min-width: 1200px) {
      .quoteLink a::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #108CB1;
        margin-left: 14px;
        margin-top: 18px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .quoteLink a::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #108CB1;
        margin-left: 14px;
        margin-top: 18px; } }
    @media (max-width: 599px) {
      .quoteLink a::after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #108CB1;
        margin-left: 10px;
        margin-top: 10px; } }

.programBlocks .program {
  display: flex; }
  .programBlocks .program .btn-primary {
    width: 90%; }
    @media (min-width: 600px) and (max-width: 899px) {
      .programBlocks .program .btn-primary {
        width: 100%; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programBlocks .program .btn-primary {
        width: 100%; } }
  @media (min-width: 1200px) {
    .programBlocks .program {
      min-height: 480px;
      align-content: center;
      align-items: center;
      justify-content: center;
      background-size: cover; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .programBlocks .program {
      min-height: 480px;
      align-content: center;
      align-items: center;
      justify-content: center;
      background-size: cover; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .programBlocks .program {
      min-height: 350px;
      align-content: center;
      align-items: center;
      justify-content: center;
      background-size: cover; } }
  @media (max-width: 599px) {
    .programBlocks .program {
      height: 600px;
      width: 100%;
      align-content: center;
      align-items: center;
      justify-content: center;
      background-size: cover; } }
  .programBlocks .program h2 {
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .programBlocks .program h2 {
        font-size: 60px; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programBlocks .program h2 {
        font-size: 36px;
        line-height: 36px;
        text-align: center; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .programBlocks .program h2 {
        font-size: 36px;
        text-align: center;
        line-height: 36px; } }
    @media (max-width: 599px) {
      .programBlocks .program h2 {
        font-size: 44px;
        position: absolute;
        top: 120px;
        text-align: center;
        line-height: 48px; } }

#speedCoachingBlock {
  background: url(../_img/programs_block_speedCoaching.jpg) top center no-repeat;
  background-size: cover; }

#pitchRoomBlock {
  background: url(../_img/programs_block_pitchRoom.jpg) top center no-repeat;
  background-size: cover; }

#adHocBlock {
  background: url(../_img/programs_block_adHocMentoring.jpg) top center no-repeat;
  background-size: cover; }

#loansBlock {
  background: url(../_img/programs_block_loans.jpg) top center no-repeat;
  background-size: cover; }

#brewersBlock {
  background: url(../_img/programs_block_adHoc.jpg) top center no-repeat;
  background-size: cover; }

#bootcampBlock {
  background: url(../_img/programs_block_bootCamp.jpg) top center no-repeat;
  background-size: cover; }

#webinarsBlock {
  background: url(../_img/programs_block_webinars.jpg) top center no-repeat;
  background-size: cover; }

#marketplaceBlock {
  background: url(../_img/programs_block_marketplace.jpg) top center no-repeat;
  background-size: cover; }

#newsletterBlock {
  background: url(../_img/programs_block_newsletter.jpg) top center no-repeat;
  background-size: cover; }

#experience_Flounder {
  background: url(../_img/experienceship_flounderBrewing.jpg) top center no-repeat;
  background-size: cover; }

#experience_Woods {
  background: url(../_img/experience_woodsBrewing.jpg) top center no-repeat;
  background-size: cover; }

#experience_Roc {
  background: url(../_img/experience_rocBrewing.jpg) top center no-repeat;
  background-size: cover; }

#about_arepasCafe {
  background: url(../_img/AboutUs_Vid_ArepasCafe.jpg) top center no-repeat;
  background-size: cover; }

#about_bbqdProd {
  background: url(../_img/AboutUs_Vid_BBQdProd.jpg) top center no-repeat;
  background-size: cover; }

#about_beehive {
  background: url(../_img/AboutUs_Vid_BeehiveOven.jpg) top center no-repeat;
  background-size: cover; }

#about_spinningJ {
  background: url(../_img/AboutUs_Vid_SpinningJ.jpg) top center no-repeat;
  background-size: cover; }

#about_harlemChocolate {
  background: url(../_img/AboutUs_Vid_HarlemChocolate.jpg) top center no-repeat;
  background-size: cover; }

#about_nomadDonuts {
  background: url(../_img/AboutUs_Vid_NomadDonuts.jpg) top center no-repeat;
  background-size: cover; }

.programHoverBlock {
  display: flex;
  position: absolute; }
  @media (min-width: 1200px) {
    .programHoverBlock {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 40, 85, 0.9);
      opacity: 0;
      align-content: center;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .programHoverBlock {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: none;
      align-content: center;
      align-items: flex-end;
      justify-content: center;
      padding: 0px 20px; }
      .programHoverBlock .btn-primary {
        width: 100%;
        position: relative;
        bottom: 130px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .programHoverBlock {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: none;
      align-content: center;
      align-items: flex-end;
      justify-content: center;
      padding: 0px 20px; }
      .programHoverBlock .btn-primary {
        width: 100%;
        position: relative;
        bottom: 70px; } }
  @media (max-width: 599px) {
    .programHoverBlock {
      width: 100%;
      padding: 20px 30px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #002856;
      opacity: 1;
      height: 300px;
      align-content: center;
      align-items: center;
      justify-content: center; } }
  .programHoverBlock p {
    color: #fff;
    text-align: center; }
    @media (min-width: 1200px) {
      .programHoverBlock p {
        font-size: 18px;
        padding: 0px 50px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .programHoverBlock p {
        display: none; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programHoverBlock p {
        display: none; } }
  .programHoverBlock .btn-primary {
    margin: 20px auto;
    font-size: 12px;
    letter-spacing: 0; }

@media (min-width: 1200px) {
  .programHoverBlock:hover {
    opacity: 1;
    transition: opacity 500ms linear; } }

.lastGrid {
  margin-bottom: 40px;
  padding-bottom: 40px; }

.footer {
  background: #002856; }
  @media (min-width: 1200px) {
    .footer {
      min-height: 450px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .footer {
      min-height: 450px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .footer {
      min-height: 500px; } }
  @media (max-width: 599px) {
    .footer {
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .footer .footerContent {
      max-width: 820px;
      margin: 0px auto;
      padding-top: 60px;
      text-align: center; }
      .footer .footerContent .footerLogo {
        margin: 0px auto 60px;
        width: 180px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .footer .footerContent {
      max-width: 820px;
      margin: 0px auto;
      padding-top: 60px;
      text-align: center; }
      .footer .footerContent .footerLogo {
        margin: 0px auto 60px;
        width: 180px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .footer .footerContent {
      max-width: 750px;
      margin: 0px auto;
      padding-top: 60px;
      text-align: center; }
      .footer .footerContent .footerLogo {
        margin: 0px auto 60px;
        width: 200px; } }
  @media (max-width: 599px) {
    .footer .footerContent {
      max-width: 90%;
      margin: 0px auto;
      padding: 40px 60px;
      text-align: center; }
      .footer .footerContent .footerLogo {
        margin: 0px auto 40px;
        width: 200px; } }
  .footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .footer .footerNav {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff; }
    .footer .footerNav li {
      font-size: 16px;
      letter-spacing: 1px; }
  .footer .footerMiniNav {
    margin-top: 20px; }
    .footer .footerMiniNav li {
      font-size: 11px;
      font-weight: 400; }
  .footer li {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 14px;
    font-weight: 700;
    margin-left: 14px;
    margin-right: 14px; }
    @media (min-width: 1200px) {
      .footer li {
        display: inline-block;
        font-size: 20px; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .footer li {
        display: inline-block;
        font-size: 20px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .footer li {
        display: inline-block;
        font-size: 20px; } }
    @media (max-width: 599px) {
      .footer li {
        font-size: 16px; } }
  .footer a,
  .footer a:link,
  .footer a:visited {
    color: #fff;
    transition: color 0.5s ease; }
  .footer a:hover {
    color: #108CB1;
    text-decoration: none; }

.history {
  background: #108CB1;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .history {
      height: 450px;
      margin-bottom: 6px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .history {
      height: 450px;
      margin-bottom: 6px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .history {
      height: 450px;
      margin-bottom: 6px; } }
  @media (max-width: 599px) {
    .history {
      height: 450px;
      border-bottom: 5px solid #fff; } }
  .history .carousel {
    height: 100%; }
    .history .carousel .carousel-item {
      height: 100%; }
    .history .carousel .container {
      margin-left: 0px;
      margin-right: 0px;
      padding-right: 0px;
      padding-left: 0px;
      width: 100%; }
  @media (max-width: 599px) {
    .history .slick-next {
      right: 25px !important; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .history .slick-next {
      right: 25px !important; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .history .slick-next {
      right: 25px !important; } }
  @media (min-width: 1200px) {
    .history .slick-next {
      right: 25px !important; } }
  @media (max-width: 599px) {
    .history .slick-prev {
      left: 25px !important;
      z-index: 50; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .history .slick-prev {
      left: 25px !important;
      z-index: 50; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .history .slick-prev {
      left: 25px !important;
      z-index: 50; } }
  @media (min-width: 1200px) {
    .history .slick-prev {
      left: 25px !important;
      z-index: 50; } }
  @media (min-width: 1200px) {
    .history .historySlide {
      height: 450px;
      padding: 0px 60px;
      border-left: 4px solid #fff;
      border-right: 4px solid #fff; }
      .history .historySlide h2 {
        font-size: 130px;
        line-height: 110px;
        text-transform: uppercase; }
      .history .historySlide h4 {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .history .historySlide p {
        font-size: 18px;
        line-height: 24px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .history .historySlide {
      height: 450px;
      padding: 0px 60px;
      border-left: 4px solid #fff;
      border-right: 4px solid #fff; }
      .history .historySlide h2 {
        font-size: 130px;
        line-height: 110px;
        text-transform: uppercase; }
      .history .historySlide h4 {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .history .historySlide p {
        font-size: 18px;
        line-height: 24px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .history .historySlide {
      height: 450px;
      padding: 0px 60px;
      border-left: 4px solid #fff;
      border-right: 4px solid #fff; }
      .history .historySlide h2 {
        font-size: 130px;
        line-height: 110px;
        text-transform: uppercase; }
      .history .historySlide h4 {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .history .historySlide p {
        font-size: 18px;
        line-height: 24px; } }
  @media (max-width: 599px) {
    .history .historySlide {
      height: 450px;
      padding: 0px 80px 0px 80px; }
      .history .historySlide h2 {
        font-size: 120px;
        line-height: 110px;
        text-transform: uppercase; }
      .history .historySlide h4 {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .history .historySlide p {
        font-size: 14px;
        line-height: 24px; } }
  .history .historySlide .slideContent {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%; }
  .history .darkSlide {
    background: #002856; }
  .history .lightSlide {
    background: #108CB1; }
  .history .redSlide {
    background: #EA002A; }
  .history .carousel-control-prev {
    justify-content: flex-start; }
  .history .carousel-control-next {
    justify-content: flex-end; }

.webinarBlock {
  height: 300px;
  margin: 0px 0px 50px; }

.videoTitle {
  margin: -20px 0px 0px;
  padding: 0px 20px;
  text-align: center;
  color: #002856; }

#mc_embed_signup_scroll h2 {
  font-family: "Sanelma";
  font-weight: normal !important; }
  @media (min-width: 1200px) {
    #mc_embed_signup_scroll h2 {
      font-size: 80px !important;
      color: #002856;
      text-align: center; } }
  @media (min-width: 600px) and (max-width: 899px) {
    #mc_embed_signup_scroll h2 {
      font-size: 72px !important;
      color: #002856;
      text-align: center; } }
  @media (max-width: 599px) {
    #mc_embed_signup_scroll h2 {
      font-size: 48px !important;
      color: #002856;
      text-align: center; } }
#mc_embed_signup_scroll p {
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 18px; }
#mc_embed_signup_scroll .button {
  height: 48px !important;
  background-color: #002856 !important;
  padding: 0px 50px !important; }
#mc_embed_signup_scroll label {
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-style: normal;
  font-weight: 400;
  font-size: 18px; }

.stats {
  width: 100%;
  background: #002856;
  text-align: center;
  color: #fff; }
  @media (min-width: 1200px) {
    .stats {
      padding: 100px 0px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .stats {
      padding: 60px 0px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .stats {
      padding: 60px 0px; } }
  @media (max-width: 599px) {
    .stats {
      padding: 40px 0px; } }
  .stats h3 {
    color: #108CB1;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .stats h3 {
        font-size: 60px; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .stats h3 {
        font-size: 56px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .stats h3 {
        font-size: 48px; } }
    @media (max-width: 599px) {
      .stats h3 {
        font-size: 36px;
        padding: 0px 20px; } }
  .stats p {
    max-width: 900px;
    margin: 0px auto;
    color: #108CB1;
    font-size: 24px; }
    @media (min-width: 1200px) {
      .stats p {
        padding: 0px 60px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .stats p {
        padding: 0px 60px; } }
    @media (max-width: 599px) {
      .stats p {
        padding: 0px 30px; } }
  @media (min-width: 1200px) {
    .stats .statBlock {
      border-right: 1px solid #fff; }
      .stats .statBlock h4 {
        font-family: "Knockout 53 A", "Knockout 53 B";
        font-size: 70px; }
      .stats .statBlock h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        width: 50%;
        margin: 0px auto; } }
  @media (max-width: 599px) {
    .stats .statBlock h4 {
      font-family: "Knockout 53 A", "Knockout 53 B";
      font-size: 100px; }
    .stats .statBlock h5 {
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      width: 50%;
      margin: 0px auto; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .stats .statBlock {
      border-right: 1px solid #fff; }
      .stats .statBlock h4 {
        font-family: "Knockout 53 A", "Knockout 53 B";
        font-size: 52px; }
      .stats .statBlock h5 {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        width: 50%;
        margin: 0px auto; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .stats .statBlock {
      border-right: none; }
      .stats .statBlock h4 {
        font-family: "Knockout 53 A", "Knockout 53 B";
        font-size: 72px; }
      .stats .statBlock h5 {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        width: 50%;
        margin: 0px auto; } }
  @media (max-width: 599px) {
    .stats .statBlock h4 {
      font-size: 80px; } }
  .stats .statBlockLast {
    border-right: none; }

.slick-dotted.slick-slider {
  margin-bottom: 60px !important; }

@media (min-width: 1200px) {
  .slick-dots {
    display: none !important; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .slick-dots {
    display: none !important; } }
@media (min-width: 600px) and (max-width: 899px) {
  .slick-dots {
    bottom: -40px !important; } }
@media (max-width: 599px) {
  .slick-dots {
    bottom: -40px !important; } }

.slick-dots li button:before {
  font-size: 12px !important; }

@media (max-width: 599px) {
  .slick-next {
    right: 25px !important; } }
@media (min-width: 600px) and (max-width: 899px) {
  .slick-next {
    right: 25px !important; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .slick-next {
    right: 25px !important; } }
@media (min-width: 1200px) {
  .slick-next {
    display: none; } }

@media (max-width: 599px) {
  .slick-prev {
    left: 25px !important;
    z-index: 50; } }
@media (min-width: 600px) and (max-width: 899px) {
  .slick-prev {
    left: 25px !important;
    z-index: 50; } }
@media (min-width: 900px) and (max-width: 1199px) {
  .slick-prev {
    left: 25px !important;
    z-index: 50; } }
@media (min-width: 1200px) {
  .slick-prev {
    display: none; } }

#iconbar {
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 995; }

#iconbar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 40, 86, 0.8);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 40, 86, 0.8);
  box-shadow: 0px 0px 7px 0px rgba(0, 40, 86, 0.8); }

#iconbar span:nth-child(1) {
  top: 0px; }

#iconbar span:nth-child(2),
#iconbar span:nth-child(3) {
  top: 8px;
  width: 36px;
  left: -8px; }

#iconbar span:nth-child(4) {
  top: 16px; }

#iconbar.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#iconbar.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#iconbar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#iconbar.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/*# sourceMappingURL=mainRev1.css.map */
