ol {
  padding-left: 16px;
}

ul {
  margin: 0;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-48 {
  margin-bottom: 46px;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.nav-social-icons {
  padding-right: 10px;
}

#header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.jumbo {
  background-image: url("../images/jumbo-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
}

.jumbo-label-container {
  width: 565px;
  position: absolute;
  top: 33%;
  text-transform: uppercase;
  padding: 85px 40px;
  background: rgba(255, 255, 255, 0.75);
}

.jumbo-name {
  font-size: 44px;
  font-weight: 500;
  color: #5bc0be;
}

.jumbo-title {
  margin: 0;
  font-size: 20px;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.clientlogo-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.clientlogo-list li {
  padding: 20px;
}

.clientlogo-list li img {
  width: 250px;
}

.bold {
  font-weight: 700;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.conference-modal-item {
  display: flex;
  align-items: baseline;
  float: left;
  width: 100%;
  margin-bottom: 13px;
}

.conference-modal-item-icon {
  margin-right: 18px;
  color: #5bc0be;
}

.conference-modal-item-second-line {
  margin-left: 32px;
}

.own-conference-list-title {
  font-size: 18px;
  line-height: 23px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-style: normal;
}

/********* OVERRIDES *********/
#header {
  padding: 0;
}

/*.header-inner .title {*/
/*  padding: 190px 0 0 0;*/
/*}*/

.modal-header,
.modal-footer {
  border: none;
}

.modal-content {
  border-radius: 0;
  padding: 25px;
}

.feature-box70 {
  cursor: pointer;
}

.parallax-section54 {
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 75px left 0;
  position: relative;
}

.sub-title-left {
  margin-bottom: 35px;
}

.map-marker {
  font-size: 24px;
  position: relative;
  top: 8px;
}

.concept-group {
  padding: 40px 0 20px 0;
}

.concept-group-letter-wrapper {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.concepts-img {
  width: 260px;
}

.cbp-caption-defaultWrap {
  display: flex;
  justify-content: center;
  background-color: white;
}

.cbp-caption-defaultWrap img {
  width: auto;
  height: 201px;
  min-width: inherit;
}

.cbp .cbp-item {
  padding: 5px;
}

.owl-wrapper-outer {
  margin-bottom: 40px;
}

.conference-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.conference-img-wrapper {
  height: 200px;
  padding: 10px;
}

.conference-img-wrapper img {
  height: 100%;
}

.client-logo-section {
  background: #dbdbdb;
}

.smile-box-frame {
  padding: 0 15px;
}

.smile-box-wrapper-parent {
  padding: 0;
  margin-bottom: 30px;
  height: 400px;
  border: 15px solid white;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.smile-box-wrapper-parent:hover div,
.smile-box-wrapper-parent:focus div {
  display: block;
}

.smile-box-wrapper-child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.smile-box-wrapper-parent:hover .smile-box-wrapper-child,
.smile-box-wrapper-parent:focus .smile-box-wrapper-child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.smile-box-wrapper-parent:hover .smile-box-wrapper-child:before,
.smile-box-wrapper-parent:focus .smile-box-wrapper-child:before {
  display: block;
}

.smile-box-wrapper-child:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smile-box-name {
  font-size: 24px;
  color: #ffffff !important;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
}

.smile-modal-img {
  width: 100%;
  margin-top: 20px;
}

.my-ordered-list {
  padding-left: 0;
  list-style: none;
  counter-reset: my-counter;
}

.my-ordered-list > li {
  counter-increment: my-counter;
}

.my-ordered-list > li::before {
  content: counter(my-counter) ". ";
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  font-style: normal;
}

.list-title {
  display: inline-block;
}

.my-unordered-list {
  list-style-type: none;
  padding-left: 14px;
}

.my-unordered-list > li {
  text-indent: -21px;
}

.my-unordered-list > li:before {
  content: "\2014 \00a0";
  text-indent: -5px;
}

.acc_content p {
  word-spacing: .2em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Smartphones ----------- */
@media only screen and (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .parallax-section54 {
    background-attachment: initial;
  }

  .jumbo {
    background-position: top 0px right -240px;
    height: 656px;
  }

  .jumbo-label-container {
    width: 352px;
    top: 55%;
    padding: 40px;
  }

  .jumbo-name {
    font-size: 26px;
  }

  .jumbo-title {
    font-size: 18px;
  }

  .smile-box-wrapper-parent {
    height: 294px;
  }

  .header-inner .title {
    padding: 30px 0 0 0;
  }

  .sticky {
    position: inherit;
    top: 0;
  }

  .article-kid-jumbo {
    background-position: top 0 left -300px;
  }

  .article-adult-jumbo {
    background-position: top 0 left -365px;
  }

  .article-invisible-jumbo {
    background-position: top -300px left -300px;
  }

  .article-invisible-jumbo {
    background-position: top 0 left -415px;
  }

  .article-pulling-jumbo {
    background-position: top 0 left -485px;
  }

  .article-fixed-jumbo {
    background-position: top 0 left -515px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .parallax-section54 {
    background-attachment: initial;
  }

  .sticky {
    position: inherit;
    top: 0;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .smile-box-wrapper-parent {
    height: 354px;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .smile-box-wrapper-parent {
    height: 400px;
  }
}


/* COOKIE BOX OVERRIDES */
.cc-floating.cc-theme-classic {
  border-radius: 0;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-bottom {
    bottom: -1px;
  }
}
