*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/roboto-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v15-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */

       font-display: swap;
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/roboto-slab-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('/fonts/roboto-slab-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v6-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */

       font-display: swap;
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/roboto-slab-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('/fonts/roboto-slab-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v6-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */

       font-display: swap;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot?r21); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('/fonts/MaterialIcons-Regular.woff2?r21') format('woff2'),
       url('/fonts/MaterialIcons-Regular.woff?r21') format('woff'),
       url('/fonts/MaterialIcons-Regular.ttf?r21') format('truetype');

       font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* hide remodal so we can lazy load it */
.remodal{
  display:none;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7;
}

img[src*=".svg"] {
    width: 60px;
    height: auto;
}

.popover{
    background:#000 !important;
    color:#fff !important;
    padding: 10px 10px 10px;
}

.popover.top>.arrow:after{
    border-top-color:#000 !important;
}

.btn-submitpayment{
    background:#458CCF;
}
.btn-submitpayment:hover{
    background:#458CCF;
}

.paymentField{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: inset 0px 0px 0px 1px rgba(43, 50, 57, 0.21), inset 0 5px 3px -2px rgba(43, 50, 57, 0.04), 0 0 4px 1px rgba(69, 140, 207, 0);
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    color: #4e5b68;
    padding: 8px 8px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: box-shadow 100ms ease;
    transition: box-shadow 100ms ease;
}

.paymentFieldSelect{
    -webkit-appearance:menulist !important;
    -moz-appearance:menulist !important;
        appearance:menulist !important;
}


.StripeElement {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 1px rgba(43, 50, 57, 0.21), inset 0 5px 3px -2px rgba(43, 50, 57, 0.04), 0 0 4px 1px rgba(69, 140, 207, 0);
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  color: #4e5b68;
  padding: 8px 8px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
}

.StripeElement.elements {
    background-color: #f5f5f7;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    color: #4e5b68;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: box-shadow 100ms ease;
    transition: box-shadow 100ms ease;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

  @media (min-width: 992px){
    .overlay-play {
      position: relative;
      background: #333;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all linear 0.2s;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
    }
    .overlay-play:hover{
      transform:scale(1.05);
    }
    .overlay-play .svg {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -32px;
      margin-top: -32px;
      transform:scale(1.7);
    }
    .overlay-play .svg .inner {
      -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 32px 32px;
              transform-origin: 50% 50%;
      -webkit-transform: scale(0);
        -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
          -ms-transition: all linear 0.2s;
          -o-transition: all linear 0.2s;
              transition: all linear 0.2s;
      -webkit-backface-visibility: hidden;
      fill: #fff !important;
    }
    .overlay-play:hover .svg .inner {
      -webkit-transform: scale(1);
        -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
          -ms-transition: all linear 0.1s;
          -o-transition: all linear 0.1s;
              transition: all linear 0.1s;
      left: 50%;
      top: 50%;
      margin-left: -32px;
      margin-top: -32px;
      fill: #f44336 !important;
    }

    .overlay-play .svg .ring {
      -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 32px 32px;
              transform-origin: 50% 50%;
      -webkit-transform: scale(1);
        -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all linear 0.25s;
        -moz-transition: all linear 0.25s;
          -ms-transition: all linear 0.25s;
          -o-transition: all linear 0.25s;
              transition: all linear 0.25s;
      fill: #fff !important;
    }

    .overlay-play:hover .svg .ring {
      -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: all linear 0.15s;
        -moz-transition: all linear 0.15s;
          -ms-transition: all linear 0.15s;
          -o-transition: all linear 0.15s;
              transition: all linear 0.15s;
      fill: #f44336 !important;
    }
}

@media (max-width: 992px){
  .overlay-play .svg {
    display:none;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}

.create {
  margin-top: 4em;
}

.create h4 {
  margin-top: 0;
  font-size: 26px;
}

.create-con__num {
  font-size: 1.5em;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background:  #777777;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create .card-image img {
  width: 100% !important;
box-shadow: 20px 20px 8px -6px rgba(179,179,179,1);
}

.create-con:last-child {
  padding-bottom: 3em !important;
}
.create-con:first-child {
  padding-top: 3em !important;
}

@media (min-width: 992px){
  .create-con:nth-child(3n+1):after {
    content: '';
    height: 90px;
    width: 600px;
    margin: 1.5em auto 1em;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/create/dash-right.png');
  }

  .create-con:nth-child(3n+2):after {
    content: '';

    height: 90px;
    width: 600px;
    margin: 1.5em auto 1em;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/create/dash-left.png');
  }
}

.create-con {
  position: relative;
}


.custom-btn {
  margin-top: 1.5em !important;
  padding: 1.5em !important;
  letter-spacing: 1px;
  width: auto;
  min-width: 200px;
}

.cta .custom-btn {
  margin-top: 0;
}

.cta  h2 {
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
}
.cta {
  margin-top: 7em;
  margin-bottom: 2em;
  padding: 8% 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/create/thinking-above-board-dark.jpg');
}

.features-1 {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 0;
  text-align: center;
}

.features-1 .container {
  padding: 0;
}

.features-1 .info {
  margin: 1em 0;
  padding: 2.5em 2em 2em !important;
  background: #ffffff;
  min-height: 370px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px -1px rgba(179,179,179,1);
}

.features-1 .row {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  margin-left: -1em;
  margin-right: -1em;
}

.features-1 .icon {
  float: none !important;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter:invert(1);
}

.features-1 .info-title {
  font-size: 23px;
  margin-top: 20px;
}

.features-2 {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 0;
  text-align: center;
}

.features-2 .container {
  padding: 0;
}

.features-2 .info {
  margin: 1em 0;
  padding: 2.5em 2em 2em !important;
  background: #ffffff;
  min-height: 370px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px -1px rgba(179,179,179,1);
}

.features-2 .row {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  margin-left: -1em;
  margin-right: -1em;
}

.features-2 .icon {
  float: none !important;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-2 .info-title {
  font-size: 23px;
  margin-top: 20px;
}


.publication .card {
  border: 0;
  box-shadow: unset;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}

.publication .card:hover img {
  opacity: .6;
}

.publication .card:hover h6 {
  color: #f44336 !important;
}

.publication .content {
  padding: 1.3em 0 0 ;

}

.publication .content h6 {
  margin: 0;
  font-size: 15px;
  color: #3C4858;
  text-transform: capitalize;
}
.publication .card-image  {
  margin: 0;
    box-shadow: unset;
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -468px 0
  }
  100% {
      background-position: 468px 0
  }
}




.ph-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 387px;
  position: relative;
}

.ph-item {
  background: #f5f5f7;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 80px;
}

.ph-mask {
  background: #f5f5f7;
  position: absolute;
}

.ph-mask.top-split {
  height: 50px;
  right: 0;
  top: 0px;
  left: 200px;
  width: 10px;
}

.ph-mask.top-split2 {
  height: 50px;
  right: 0;
  top: 60px;
  left: 200px;
  width: 10px;
}

.ph-mask.top-bottom {
  height: 10px;
  right: 0;
  top: 50px;
  left: 0;
}

.ph-mask.top2-bottom {
  height: 10px;
  right: 0;
  top: 100px;
  left: 0;
}

.ph-mask.top3-bottom {
  height: 10px;
  right: 0;
  top: 150px;
  left: 0;
}

.ph-mask.top4-bottom {
  height: 10px;
  right: 0;
  top: 200px;
  left: 0;
}

.ph-mask.top3-split2 {
  height: 50px;
  right: 0;
  top: 150px;
  left: 200px;
  width: 10px;
}

.ph-mask.top5-bottom {
  height: 10px;
  right: 0;
  top: 250px;
  left: 0;
}

.lity-content { 
		max-height: 100vh !important;
}