/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
hr {
  height: 3px !important;
  background-color: #333333 !important;
  width: 50%;
}
.shadowy {
  box-shadow: 13px 13px 15px 0px #cecece;
}
.shadowy.single {
  box-shadow: -13px 13px 15px 0px #cecece;
}
.dark {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10%;
  padding-left: 5%;
  background-color: #353535 !important;
  color: #fff !important;
}

.dark hr {
  background-color: #ffffff !important;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark a {
  color: #ffffff !important
}
.dark.light-grey {
  background-color: #777 !important;
}
.dark.grey {
  background-color: #555 !important;
}
.partners p {
  margin-bottom: 8px;
  font-size: 14px;
}
.grid-gallery-row {
    display: flex;
}
.header-w-number{
  position: relative;
}

.button-cta {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    padding: 20px 50px;
    min-width: 274px;
    max-width: 100%;
    display: inline-block;
    transition: 0.3s;
}
.button-cta:hover {
    background-color: #35d850;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
}
hr.center {
    height: 2px !important;
    background-color: #333 !important;
    width: 16% !important;
}

#footer-widget-area {
  padding: 100px 0;
}

#footer-widget-area h1,
#footer-widget-area h2,
#footer-widget-area h3,
#footer-widget-area h4,
#footer-widget-area h5 {
  color: #696969;
}
#footer-widget-area h3 {
  font-size: 14px;
}

#footer-widget-area p,
#footer-widget-area a {
  color: #a0a0a0;
} 

.grids-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 90px;
}

.grids-column {
  flex: 25%;
  padding: 0 2px;
}

.grids-column img {
  margin-top: 4px;
  vertical-align: middle;
}


.grids-column img:hover:after {
  content: attr(title);
}

/* Wrap the image and alt text */
/* Will be added with js */
.alt-wrap { 
  display: block;
  position: relative;
  color: whitesmoke;
}

/* The alt text itself */
/* Will be added with js */
.alt-wrap p.alt {
  position: absolute;
  opacity: 0; /* hide initially */
  left: 0; right: 0; top: 50%;
  margin: 0;
  padding: 13px;
  font-size: 14px;
  line-height: 18px;
  background-color: rgba(255,255,255,0.70);
  transition: all 300ms ease;
  transition-delay: 100ms;
  color: #000;
  font-weight: bold;
  transform: translateY(-50%);
}

/* Hovering over the wrapper shows its alt p*/
.alt-wrap:hover > p.alt { 
  opacity: 1; 
  transition-delay: 0s;
}


.grey-box {
  padding-top: 24px !important;
  padding-right: 30px !important;
  padding-bottom: 32px !important;
  padding-left: 30px !important;
  background-color: #e8e8e8 !important;
  z-index: 3;
}
.btn-primary {
  color: white;
  margin: 20px 0px 0px 0px;
  padding: 10px 22px 10px 22px;
  font-weight: 600;
  background-color: #333;
  font-size: 13px;
  transition: 0.3s;
}
.btn-primary:hover {
  color: white;
  background-color: #35d850 !important;
  text-decoration: none;
}
  
/* Media queries */
@media(max-width: 1024px) {
  .hs-banner-wrapper {
    padding: 200px 0 !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .row-fluid .span6, .row-fluid .span3, .row-fluid .span5, .row-fluid .span7 {
    width: 100% !important;
    margin: 0;
  }
  .dark {
    padding-left: 10px;
    padding-right: 10px;
  }
  .button-cta {
    margin-bottom: 40px;
  }
  .video-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .center-xs {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .center-xs hr {
    margin: 0 auto !important;
  }
  hr.center {
    width: 50% !important;
  }
  .span3.widget-span.widget-type-cell {
    margin-left: 0;
  }
  #footer-widget-area h3 {
    margin-top: 20px;
  }
  .shadowy.single {
    margin: 0 auto;
    display: block;
  }
  .row-fluid {
    display: flex !important;
    flex-direction: column !important;
  }
  .custom-header-wrapper .row-fluid {
    display: initial !important;
  }  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px !important;
  }
  .image-flip {
    order: 2 !important;
  }
  .btn-bottom {
    margin-top: 25px;
  }
}
@media(max-width: 480px) {
  .hs-banner-wrapper {
    padding: 250px 0 !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .grids-row {
    padding: 0 10px;
  }

  .grids-column {
    flex: 50%;
  }
  .grids-column img {
    height: 130px !important;
    width: 100%;
  }
}
@media(min-width: 1025px) {
  .flexy .row-fluid {
    display: flex;
    align-items: center;
  }
  .video-overhang {
    position: relative;
    left: -60px;
    z-index: 20;
  }
  .paddy {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }
  .move-up, .move-down {
    position: relative;
  }
  .move-up {
    top: -60px;
  }
  .move-down {
    bottom: -60px;
  }
  .grey-box {
    position: relative;
    right: -50px;
  }
  .header-number {
    position: absolute;
    left: -47px;
    top: 5px;
    border-right: 4px solid;
    height: 83px;
    padding-right: 5px;
  }
}