/*
Theme Name: boilerplate
Theme URI: https://www.example.com
Author: Cornerstone DM
Author URI: https://www.cornerstonedm.co.uk/
Description: The boilerplate theme for WordPress. 
Version: 1.00

Tags: boilerplate
*/

/*
z-index's

1
.newsTileOverlay
.tab


2
.exampleClass

*/


img.imageStretch
{
  width:100%;
}

video.videoStretch
{
  width:70%;
}

.radial-gradient {
  top:0px;
  left:0px;
  height:100%;
  min-width:100%;
  
  /*Fallback if gradeints don't work */
  background: #373E44;
  /*Linear gradient... */
  background: 
    radial-gradient(
     at center, #3D9284, #373E44
    );
}

.imageGrowth
{
  overflow:hidden;
}
.imageGrowth img:first-child
{
  /*
  -webkit-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  transition: all 3.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imageGrowth img:first-child:hover
{
  -ms-transform: scale(1.10); /* IE 9 */
  -webkit-transform: scale(1.10); /* Safari */
  transform:scale(1.10);
}

p img
{
  max-width:100%;
  height:auto;
  margin-bottom:5px;
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a
{
  color:inherit;
  text-decoration:none; /*bootstrap 5 defaults to underline*/
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/
  
  cursor:pointer; /*for when <a doesn't have href, ie onclick="javascript*/
}

a:hover,
a:focus
{
  color:inherit;
  text-decoration:none;
  outline:none; 
}

h1, h2, h3, h4, h5, h6
{
  padding:0px;
  margin:0px;

  color: inherit;
}

h1, h2, h3
{
  line-height:1.0;
}

p
{
  padding:0px;
  margin:0px;

  line-height:135%;
  padding-bottom:30px;
}


small,
.small
{
  display:inline-block;
  line-height:150%;
}

.container
{
  transition:all 0.15s;
}

/* Style adjustments for viewports 320px and over go here, anything smaller than 320 treat it as 320 */
@media all and (min-width: 0px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family: poppins, sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:15px;
    color:#656D74;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:30px;
    line-height:1.1;
    color:##373E44;

    margin-bottom:30px;
  }

  h2
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:30px;
    line-height:1.1;
    color:inherit;

    margin-bottom:30px;
  }

  h3
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:30px;
    color: #373E44;

    margin-bottom:30px;
  }

  h4
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:24px;
    color:#373E44;

    margin-bottom:10px;
  }


  /*default 3 columns*/
  .grid-item
  {
    width:50%;
  }

  /* 4 columns */
  .grid-item--col4
  {
    width:50%;
  }

  /* 6 columns */
  .grid-item--col6
  {
    width:50%;
  }

  /* 12 columns */
  .grid-item--col12
  {
    width:50%;
  }
  
  .grid-item img
  {
    width:100%;
  }


  .h-100Holder-md
  {
    height:auto;
  }
  .h-100Holder-lg
  {
    height:auto;
  }
  .h-100Holder-xl
  {
    height:auto;
  }

  .text-2-columns
  {
    column-count:1;
    column-gap:0px;
  }
  .text-3-columns
  {
    column-count:1;
    column-gap:0px;
  }
  .text-4-columns
  {
    column-count:1;
    column-gap:0px;
  }

  
  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:rgba(19, 19, 19, 0.75); 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(19, 19, 19, 0.75); 
  }

  .newsTile a
  {
    opacity:1.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:0px;
    
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .buttonSmall,
  .newsTile .buttonMedium,
  .newsTile .buttonLarge
  {
    opacity:1.0;
    /*border:1px solid white;*/
    color:white;
    margin-bottom:0px;
    position:relative;
    top:0px;
  }
  .newsTile:hover .buttonSmall,
  .newsTile:hover .buttonMedium,
  .newsTile:hover .buttonLarge
  {
    opacity:1.0;
    /*border:1px solid white;*/
    color:white; 
    top:0px;
  }


  .tabContent
  {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;

    border:1px solid #F0F0F0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

    margin-bottom:10px;
  }
  .tabContent:first-child
  {
    display:block;
  }
  .tabContent.active
  {
    border-color:#F2F4F6;
  }

  .tabContentInner
  {
    height:0px;
    overflow:hidden;
  }


  .featureBar
  {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    padding-top:30px;
    padding-bottom:300px;
  }

  video.videoStretch {
    width: 100%;
    padding: 0rem !important;
  }

  #wpforms-598-field_11 {
    padding-left: 10rem !important;
  }

  .dark-grey-top-swoop {
    background-image: url("images/Dark-grey-top-swoop-mobile.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 59rem;
    overflow: visible;
    background-color: var(--wp--preset--color--dark-grey);
  }
  
  .freetrial-background {
    background-image: url("images/Teal-bottom-swoop-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 34rem;
    background-color: var(--wp--preset--color--teal)
  }

  .dark-grey-bottom-swoop {
    background-image: url("images/Dark-grey-swoop-mobile.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 11rem;
    background-color: var(--wp--preset--color--white);
  }

  .dark-grey-bottom-swoop-posts {
    background-image: url("images/Dark-grey-swoop-mobile.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 11rem;
    background-color: var(--wp--preset--color--dark-grey);
  }

  .padding3rem-desktop {
    padding: 1rem;
  }

  .slider-v1-background {
    background-image: url("images/slider-v1-swoop-mobile-01.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 5rem;
  }

  .table-holder {
    padding-bottom: 0rem;
  }

  .margin-up {
    margin-top: -10rem;
  }

  .video-background {
    width: 100%;
    min-height: 34rem;
  }
  #wpforms-531 .wpforms-form {
    max-width: 100%;
    margin: 0 auto;
  }

  .slick-prev
  {
      left: -1.5rem;
      z-index: 10;
      width: 42px !important;
      height: 42px !important;
      display: inline-block !important;
  }
  [dir='rtl'] .slick-prev
  {
      right: -1.5rem;
      left: auto;
  }
  .slick-prev:before
  {
    content: ""; 
    width: 42px !important; 
    height: 42px !important; 
    display: inline-block !important; 
    background-image: url('/wp-content/uploads/2023/02/round-keyboard_arrow_left-24px-2.png'); 
    background-size: 100%; 
    background-repeat: no-repeat; 
    background-position: center;
  }
  [dir='rtl'] .slick-prev:before
  {
    content: ""; 
    width: 42px !important; 
    height: 42px !important; 
    display: inline-block !important; 
    background-image: url('/wp-content/uploads/2023/02/round-keyboard_arrow_right-24px-2.png'); 
    background-size: 100%; 
    background-repeat: no-repeat; 
    background-position: center;
  }

  .slick-next
  {
      right: -1.5rem;
      width: 42px !important;
      height: 42px !important;
      display: inline-block !important;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -1.5rem;
  }
  .slick-next:before
  {
      content: ""; 
      width: 42px !important; 
      height: 42px !important; 
      display: inline-block !important; 
      background-image: url('/wp-content/uploads/2023/02/round-keyboard_arrow_right-24px-2.png'); 
      background-size: 100%; 
      background-repeat: no-repeat; 
      background-position: center;
  }
  [dir='rtl'] .slick-next:before
  {
    content: ""; 
    width: 42px !important; 
    height: 42px !important; 
    display: inline-block !important; 
    background-image: url('/wp-content/uploads/2023/02/round-keyboard_arrow_left-24px-2.png'); 
    background-size: 100%; 
    background-repeat: no-repeat; 
    background-position: center;
  }

}

#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

/*iPhone 6 or iPhone 5 sideways*/
@media all and (min-width: 550px)
{
  .video-background {
    width: 100%;
    min-height: 41rem;
  }

  .slider-v1-background {
    background-image: url("images/slider-v1-swoop-mobile-01.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 7rem;
  }
  
  #wpforms-598-field_11 {
    padding-left: 10rem !important;
  }
}

/* WPForm breakpoint */
@media (min-width: 600px)
{
#wpforms-598-field_11 {
  padding-left: 0rem !important;
}
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family: poppins, sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:16px;
    color:#656D74;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:50px;
    line-height:1.1;
    color:#373E44;

    margin-bottom:30px;
  }

  h2
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:40px;
    line-height:1.1;
    color:inherit;

    margin-bottom:30px;
  }

  h3
  {
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-size:30px;
    color:#373E44;

    margin-bottom:30px;
  }

  h4
  {
    font-family: poppins, sans-serif;
    font-style:normal;
    font-size:24px;
    color:#373E44;

    margin-bottom:10px;
  }


  /*default 3 columns*/
  .grid-item
  {
    width:25%;
  }

  /* 4 columns */
  .grid-item--col4
  {
    width:33.33%;
  }

  /* 6 columns */
  .grid-item--col6
  {
    width:50%;
  }

  /* 12 columns */
  .grid-item--col12
  {
    width:100%;
  }
  
  .grid-item img
  {
    width:100%;
  }


  .h-100Holder-md
  {
    height:100%;
  }
  .h-100Holder-lg
  {
    height:auto;
  }
  .h-100Holder-xl
  {
    height:auto;
  }
  
  .text-2-columns
  {
    column-count:2;
    column-gap:40px;
  }
  .text-3-columns
  {
    column-count:3;
    column-gap:40px;
  }
  .text-4-columns
  {
    column-count:3;
    column-gap:40px;
  }
  

  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:transparent; 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(19, 19, 19, 0.75);
  }

  .newsTile a
  {
    opacity:0.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .buttonSmall,
  .newsTile .buttonMedium,
  .newsTile .buttonLarge
  {
    opacity:0.0;
    /*border:1px solid white;*/
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover .buttonSmall,
  .newsTile:hover .buttonMedium,
  .newsTile:hover .button
  {
    opacity:1.0;
    /*border:1px solid white;*/
    color:white; 
    top:0px;
  }


  .tabContent
  {
    display:none;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;

    border:1px solid #F2F4F6;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

    margin-bottom:10px;
  }
  .tabContent:first-child
  {
    display:block;
  }
  .tabContent.active
  {
    border-color:#F2F4F6;
  }

  .tabContentInner
  {
    height:auto!important;
    overflow:hidden;
  }


  .featureBar
  {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    padding-top:50px;
    padding-bottom:50px;
  }

  video.videoStretch {
    width: 100%;
    padding: 0rem !important;
  }

  #wpforms-598-field_11 {
    padding-left: 0rem !important;
  }

  .dark-grey-top-swoop {
    background-image: url(images/features_swoop_bottom_curve3.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    overflow: visible;
    min-height: 58rem;
    background-color: var(--wp--preset--color--dark-grey);
  }

  .slider-v1-background {
    background-image: url("images/freetrialtopswoop.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 31rem;
  }

  .slider-v1-margin {
    /* margin-top: 3rem; */
    margin-bottom: 6rem;
  }

  .slider-v2-margin {
    /* margin-top: 1rem; */
    margin-bottom: 1.5rem;
  }
  
  .freetrial-background {
    background-image: url("images/freetrialbottomswoop.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 29rem;
    background-color: inherit;
  }

  .dark-grey-bottom-swoop {
    background-image: url("images/features_swoop_top_curve3.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 11rem;
    background-color: inherit;
  }

  .dark-grey-bottom-swoop-posts {
    background-image: url("images/features_swoop_top_curve3.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 11rem;
    background-color: inherit;
  }

  .features-padding {
    padding: 30px;
  }

  .video-background {
    width: 100%;
    min-height: 46rem;
  }

  .line-swoop {
    background-image: url("images/line-and-dots-swoop-new3-01.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 10rem;
    background-color: var(--wp--preset--color--white);
  }
  #wpforms-531 .wpforms-form {
    max-width: 75%;
    margin: 0 auto;
  }

  .teal-spacer {
    margin-top: -27rem;
  }
  
  .gettintouchform-margin {
    margin-top: -10rem;
  }

  .slick-prev
  {
      left: -6rem;
      z-index: 10;
      width: 84px !important;
      height: 84px !important;
  }
  [dir='rtl'] .slick-prev
  {
      right: -6rem;
      left: auto;
  }
  .slick-prev:before
  {
      content: url(https://innoscreen.cornerstone-dev.co.uk/wp-content/uploads/2023/02/round-keyboard_arrow_left-24px-2.png);
      background-image: none; 
      background-size: 100%; 
      background-repeat: no-repeat; 
      background-position: center;
      width: 84px !important;
      height: 84px !important;
  }
  [dir='rtl'] .slick-prev:before
  {
      content: url(https://innoscreen.cornerstone-dev.co.uk/wp-content/uploads/2023/02/round-keyboard_arrow_right-24px-2.png);
      background-image: none; 
      background-size: 100%; 
      background-repeat: no-repeat; 
      background-position: center;
      width: 84px !important;
      height: 84px !important;
  }

  .slick-next
  {
      right: -6rem;
      width: 84px !important;
      height: 84px !important;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -6rem;
  }
  .slick-next:before
  {
      content: url(https://innoscreen.cornerstone-dev.co.uk/wp-content/uploads/2023/02/round-keyboard_arrow_right-24px-2.png);
      background-image: none; 
      background-size: 100%; 
      background-repeat: no-repeat; 
      background-position: center;
      width: 84px !important;
      height: 84px !important;
  }
  [dir='rtl'] .slick-next:before
  {
      content: url(https://innoscreen.cornerstone-dev.co.uk/wp-content/uploads/2023/02/round-keyboard_arrow_left-24px-2.png);
      background-image: none; 
      background-size: 100%; 
      background-repeat: no-repeat; 
      background-position: center;
      width: 84px !important;
      height: 84px !important;
  }

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:16px;
    color:#656D74;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-size:50px;
    line-height:1.1;
    color:inherit;

    margin-bottom:30px;
  }

  h2
  {
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-size:40px;
    line-height:1.1;
    color:inherit;

    margin-bottom:30px;
  }

  h3
  {
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-size:30px;
    color:inherit;

    margin-bottom:30px;
  }

  h4
  {
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-size:24px;
    color:inherit;

    margin-bottom:10px;
  }


  /*default 3 columns*/
  .grid-item
  {
    width:25%;
  }

  /* 4 columns */
  .grid-item--col4
  {
    width:33.33%;
  }

  /* 6 columns */
  .grid-item--col6
  {
    width:50%;
  }

  /* 12 columns */
  .grid-item--col12
  {
    width:100%;
  }
  
  .grid-item img
  {
    width:100%;
  }


  .h-100Holder-md
  {
    height:100%;
  }
  .h-100Holder-lg
  {
    height:100%;
  }
  .h-100Holder-xl
  {
    height:auto;
  }

  .text-2-columns
  {
    column-count:2;
    column-gap:60px;
  }
  .text-3-columns
  {
    column-count:3;
    column-gap:60px;
  }
  .text-4-columns
  {
    column-count:4;
    column-gap:60px;
  }

  
  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:transparent; 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(19, 19, 19, 0.75);
  }

  .newsTile a
  {
    opacity:0.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .buttonSmall,
  .newsTile .buttonMedium,
  .newsTile .buttonLarge
  {
    opacity:0.0;
    /*border:1px solid white;*/
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover .buttonSmall,
  .newsTile:hover .buttonMedium,
  .newsTile:hover .buttonLarge
  {
    opacity:1.0;
    /*border:1px solid white;*/
    color:white; 
    top:0px;
  }


  .tabContent
  {
    display:none;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;

    border:1px solid #F2F4F6;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

    margin-bottom:10px;
  }
  .tabContent:first-child
  {
    display:block;
  }
  .tabContent.active
  {
    border-color:#F2F4F6;
  }

  .tabContentInner
  {
    height:auto!important;
    overflow:hidden;
  }


  .featureBar
  {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    padding-top:70px;
    padding-bottom:70px;
  }

  video.videoStretch {
    width: 70%;
  }

  .header-search {
    padding-left: 0rem;
  }
  #wpforms-598-field_11 {
    padding-left: 0rem !important;
  }

  .padding3rem-desktop {
    padding: 3rem;
  }

  .margin-up {
    margin-top: -10rem;
  }

  .video-background {
    width: 100%;
    min-height: 41rem;
  }

  .features-padding:hover .circle-wrapper-features {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
  }

  .freetrial-background {
    background-image: url("images/freetrialbottomswoop.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 36rem;
    background-color: inherit;
  }
  .table-holder {
    padding-bottom: 10rem;
  }

  }


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
  .h-100Holder-md
  {
    height:100%;
  }
  .h-100Holder-lg
  {
    height:100%;
  }
  .h-100Holder-xl
  {
    height:100%;
  }
  .margin-up {
    margin-top: -13rem;
  }

  .video-background {
    width: 100%;
    min-height: 48rem;
  }

  .freetrial-background {
    background-image: url(images/freetrialbottomswoop.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 38rem;
    background-color: inherit;
  }
}

@media (min-width: 1300px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family: Poppins, sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:16px;
    color:#656D74;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .video-background {
    width: 100%;
    min-height: 55rem;
  }

  .freetrial-background {
    background-image: url(images/freetrialbottomswoop.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 46rem;
    background-color: inherit;
  }
}

@media (min-width: 1400px)
{
  
}


@media (min-width: 1600px)
{
  /*
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1420px;
  }
  */

  .video-background {
    width: 100%;
    min-height: 60rem;
  }

  .freetrial-background {
    background-image: url(images/freetrialbottomswoop.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 52rem;
    background-color: inherit;
  }
  .dark-grey-bottom-swoop-posts {
    background-image: url(images/features_swoop_top_curve3.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 13rem;
    background-color: inherit;
    }

  }

@media (min-width: 1800px)
{
  /*
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1670px;
  }
  */

  .video-background {
    width: 100%;
    min-height: 67rem;
  }
  .freetrial-background {
    background-image: url(images/freetrialbottomswoop.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 59rem;
    background-color: inherit;
  }
  .dark-grey-top-swoop {
    background-image: url(images/features_swoop_bottom_curve3.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    overflow: visible;
    min-height: 61rem;
    background-color: var(--wp--preset--color--dark-grey);
  }

  .slider-v1-background {
    background-image: url("images/freetrialtopswoop.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 33rem;
  }
}


.panelBg
{
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}



/*
* - slick slider -
*/
.slick-arrow
{
  cursor:pointer;
  font-size:30px;
  transition:all 0.4s;
  /*padding-right:16px;*/
  color:black;
}
.slick-arrow:hover
{
  opacity:0.75;
}

.slick-dots
{
  /*bottom:-50px!important;*/
  left:0px!important;
}

.slick-dots li
{
  margin-left:1px!important;
  margin-right:1px!important;
}
.slick-dots li::before
{
  content:none;
}
.slick-dots li button::before 
{
  font-size:15px!important;
  color:#656D74!important;
}


.slick-prev1
{
  /*display:inline-block;*/
  position:absolute;
  top:50%;
  left:15px;
}
.slick-next1
{
  /*display:inline-block;*/
  position:absolute;
  top:50%;
  right:15px;
}

.sliderBanners.slick-slider > div
{
  line-height:0px; /*removes space under individual slides - in particular video slides*/
}
.sliderBanners.slick-slider > div .slideBanner *
{
  line-height:normal; /*restore "normal" line height for buttons*/
}

.sliderBanners.slick-dotted.slick-slider
{
  margin-bottom:0px!important;
}
/*
.sliderBanners .slick-dots
{
  text-align:right;
  padding-left:30px;
  padding-right:30px;

  bottom:50px;
}
*/
.sliderBanners .slick-track
{
  display:flex!important;
}
.sliderBanners .slick-slide
{
  height:inherit!important;
}
.sliderBanners .slick-slide > div
{
  height:100%;
}
.sliderBannerTextHolder
{
  /*
  padding-top:70px;
  padding-bottom:30px;
  */
  padding-top:14vw;
  padding-bottom:7vw;
}
.sliderBannerTextHolder *
{
  color:white;
}
.sliderBannerWithBgImage
{
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}


.sliderBannerSplits.slick-slider > div
{
  line-height:0px; /*removes space under individual slides - in particular video slides*/
}
.sliderBannerSplits.slick-slider > div .slideBannerSplit *
{
  line-height:normal; /*restore "normal" line height for buttons*/
}
.sliderBannerSplits.slick-dotted.slick-slider
{
  margin-bottom:0px!important;
}
/*
.sliderBannerSplits .slick-dots
{
  text-align:right;
  padding-left:30px;
  padding-right:30px;

  bottom:50px;
}
*/
.sliderBannerSplits .slick-track
{
  display:flex!important;
}
.sliderBannerSplits .slick-slide
{
  height:inherit!important;
}
.sliderBannerSplits .slick-slide > div
{
  height:100%;
}


/*applies to backend editor, no effect to frontend*/
.acf-block-preview .sliderGallery .slideGallery
{
  float:left;
  width:30%;
}

.sliderGallery .slideGallery
{
  padding-left:8px;
  padding-right:8px;
  padding-bottom:10px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  height: 100%;
}
.sliderGallery .slideGallery img
{
  margin-bottom:15px;
  max-width: 100%;

}

.sliderGallery .slick-track {
  display: flex !important;
}

.sliderGallery .slick-slide  {
  height: inherit !important;
}

.sliderGallery .slick-slide > div {
  height: 100% !important;
  display: flex;
}


/*applies to backend editor, no effect to frontend*/
.acf-block-preview .sliderLogos .slideLogo
{
  width:200px;
  float:left;
}


.sliderTestimonialsV2 .slideTestimonial
{
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

.sliderTestimonialsV3 .slideTestimonial
{
  padding-bottom:10px;
}

.sliderTestimonialsV1 {
  background-image: url('https://innoscreen.cornerstone-dev.co.uk/wp-content/uploads/2022/12/brett-jackson-WZXgsduUA0Y-unsplash.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow:visible;
  position: relative;
  z-index: 10;
}

.sliderTestimonialsV1::after {
  content: '';
  background: rgba(55, 55, 55, 0.623);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  }

.speechBox::after
{
  content:url("images/speechBoxArrow.svg");
  position:relative;
  top:0px;
  left:calc(50% - 15px);
}

.boxShadow
{
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}


.tabs
{
  font-size:19px;
  font-weight:bold;
  line-height:20px;
  color:#222222;

  position:relative;
  z-index:1;
  top:1px;
}
.tabs a
{
  display:block;
  padding:20px;

  border:1px solid #F0F0F0;
  border-bottom:1px solid #F2F4F6;
  border-top-left-radius:5px;
  border-top-right-radius:5px;

  height:100%;
}
.tabs a.active
{
  background-color:#F2F4F6;

  border:1px solid #F2F4F6;
  border-bottom:1px solid #F2F4F6;
}

.tabMobileButton
{
  display:inline-block;
  font-size:30px;
  line-height:30px;
  height:30px;
  color:#373E44;
  float:right;
}
.tabMobileButton:hover
{
  /*color:anothercolor;*/
  /*
  iPhone obeys the hover color, but not the focus - so lets just make it the same color always
  android doesn't obey the hover on tap, but on finger hold it obeys the hover.
  */
  color:#373E44;
}
.tabMobileButton:focus
{
  color:#F2F4F6;
}


.pagination
{
  margin-bottom:75px;
}
.page-numbers
{
  display:inline-block;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #707070;

  font-size:16px;
  line-height:38px;
  text-align:center;
  background-color:white;
  color:#707070;

  margin-left:3px;
  margin-right:3px;
  margin-bottom:10px;
}

.page-numbers *
{

}

.page-numbers.current
{
  border:1px solid #656D74;
  background-color:#656D74;
  color:white;
}


input.text,
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"]
{ 
  width:100%;
  height:50px!important;
  
  padding-left:25px!important;
  padding-right:25px!important;
  padding-top:1px!important;
  padding-bottom:0px!important;
  
  border:2px solid #DEDEDE;
  border-radius: 12px !important;
  
  font-family: Poppins, sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:16px!important;
  color:#656D74!important;
  
  margin-top:0px;
  margin-bottom:10px;
  
  -webkit-appearance:none;
}

input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"]
{
  cursor:pointer;
  display:inline-block;

  padding-left:25px;
  padding-right:25px;
  
  max-width:100%;
  height:50px;

  border:0px solid #DEDEDE !important;
  border-radius:12px;
  background-color:#373E44;
  color:white!important;
  
  font-family: Poppins, sans-serif;
  font-style:normal;
  font-size:16px!important;
  text-align:center;
  
  margin-bottom:10px;
  
  -webkit-appearance:none;

}

#wpforms-submit-598 {
  float: left;
  margin-top: -5rem;
}

select,
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select
{
  width:100%;
  height:50px;
  
  padding-left:25px!important;
  padding-right:45px!important;
  
  border:1px solid #ccc;
  background-color:white; /*iPhone's*/
  border-radius: 12px;

  font-family: Poppins, sans-serif;
  font-style:normal;
  font-weight:300;
  color:#656D74;
  
  margin-top:0px;
  margin-bottom:10px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  
  background-image:url("images/Arrow.svg");
  background-repeat:no-repeat;
  background-position:calc(100% - 15px - 2px) center;
  background-size:25px 25px;

  cursor:s-resize;
}

/* .wpforms-container-full .wpforms-form {
  margin: 0 0.5rem 0 0.5rem !important;
} */

.selectFilter
{
  width:100%;
  min-height:50px;
  background-color: #373E44; /*iPhone's*/

  font-family: Poppins, sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  color: white!important;
  
  margin-top:0px;
  margin-bottom:10px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border-radius:30px!important;

  position:relative;
  text-align: left;
  border: none;
}
.selectFilter:hover
{
  background-color:#F7F7F7;
  color: #373E44!important;
}

.bgGreyWhite .selectFilter:hover
{
  background-color:white;
}

.selectFilter > a
{
  display:block;
  width:calc(100% - 50px);
  overflow:hidden;
  white-space:nowrap;

  padding-top:12px;
  padding-bottom:12px;
  
  padding-left:25px;
  padding-right:25px;
}

.selectFilter .selectFilterIcon
{
  transition:all 0.4s;
  position:absolute;
  top:5px;
  right:5px;
}

.rotated180
{
  transform:rotate(180deg);
  transform-origin:center center;
}

.selectFilters
{
  background-color:#F7F7F7;
  border-radius: 30px;
  color: #818992!important;
  /*padding-top:20px;*/
  padding-top:8px;
  padding-left:25px;
  padding-right:25px;
  display:none;
}
.selectFilters > div
{
  margin-top:0px;
  margin-bottom:12px;
}
.selectFilters input[type='checkbox']
{
  float:right;
  position:relative;
  top:5px;
}

.faq-body {
  background-color:#F7F7F7;
  border-radius: 30px;
  color: #818992!important;
  padding-top:8px;
  padding-left:25px;
  padding-right:25px;
}

.close-icon {
  float: right; 
  border: none;
  background: none;
  transform: translateY(-10px);
}

textarea, /*must be commented out for editor-style.css*/
div.wpforms-container-full .wpforms-form textarea
{
  border:1px solid #656D74;
  border-radius: 12px !important;
  
  width:100%;
  min-height:130px;
  resize:none;

  padding-top:15px!important;
  padding-bottom:15px!important;
  padding-left:25px!important;
  padding-right:25px!important;

  font-family: Poppins, sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:16px!important;
  color:#656D74!important;

  margin-top:0px!important;
  margin-bottom:10px!important;

  -webkit-appearance:none;
}

input[type="submit"],
button[type="submit"]
{
  border:2px solid #3D9284;
  border-radius:12px;
  color: #3D9284!important;
  background-color: rgba(0, 0, 0, 0) !important;
}

input[type="submit"]:hover,
button[type="submit"]:hover
{
  border:2px solid #3D9284;
  border-radius:12px;
  color: white!important;
  background-color: #3D9284;
  transition: all 0.3s ease-in;
}

/*to override WPForms*/
div.wpforms-container-full .wpforms-form input[type=tel] {
  padding: 24px 10px !important;
}

.wpforms-field-phone {
  border:1px solid #656D74;
  border-radius: 12px !important;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field select
{
  max-width:none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container
{
  padding-top:0px!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"]
{
  border:2px solid #3D9284 !important;
  border-radius:12px;
  color:#3D9284!important;
  background-color: rgba(0, 0, 0, 0) !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active
{
  border:2px solid #3D9284 !important;
  border-radius:12px;
  color: white!important;
  background-color: #3D9284 !important;
  transition: all 0.3s ease-in;

}

#wpforms-598-field_11-container label {
  cursor: pointer;
  display: flex;
}

#wpforms-598-field_11-container input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  float: right;
  display: none !important;
}

#wpforms-598-field_11-container label:first-of-type::after {
  content: '';
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 2px solid #3D9284 ;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}

#wpforms-598-field_11-container label:hover::before,
#wpforms-598-field_11-container input[type='checkbox']:hover + label:first-of-type::after{
  background-color: #3D9284;
}

#wpforms-598-field_11-container input[type='checkbox']:checked + label:first-of-type::after {
  content: '\25EF';
  background-color: #3D9284;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2rem;
}

/* #wpforms-598-field_11_1 
{
  border: 1px solid #3D9284 ;
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 14px;
  margin: 0 10px 0 3px;
  display: inline-block;
  vertical-align: baseline;
  float: right;
} */

input[type="checkbox"]:checked {
  box-shadow: 0 0 0 2px #3D9284 !important;
}

div.wpforms-container-full .wpforms-form input[type=checkbox] {
  border: 1px solid #3D9284 !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  width: 8px !important;
  height: 14px !important;
  margin: 0 10px 0 3px !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error
{
  /*display:none;*/
  margin-bottom:15px;
}

div.wpforms-container-full .wpforms-form textarea:focus, input[type=tel]
{
  border:1px solid #F2F4F6;
  border-radius: 12px !important;
}

.wpforms-form ul li::before
{
  content:none;
}

.wpforms-confirmation-container-full
{
  background-color:#10BDA6!important;
  border:0px!important;
}
.wpforms-confirmation-container-full p:last-child
{
  padding-bottom:0px;
}

.wpforms-form .wpforms-field input.wpforms-error, .wpforms-form .wpforms-field textarea.wpforms-error, .wpforms-form .wpforms-field select.wpforms-error {
  border: 2px solid #cc0000;
  border-radius: 12px;
}

.wpforms-container label.wpforms-error {
  display: block;
  color: #990000;
  font-size: 12px;
  float: none;
}

.wpforms-confirmation-container-full {
  color: inherit;
  margin: 0 0 24px 0;
  background: #FFFFFF;
  border: 2px solid #10BDA6;
  border-radius: 12px;
  padding: 15px 15px;
}


/* The custom-checkbox */
.custom-checkbox 
{
  display:block;
  position:relative;

  margin-bottom:0px;
  cursor:pointer;
  
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;

  font-weight:normal;

  padding-top:5px;
  padding-bottom:25px;

  padding-left:45px;
  padding-right:0px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input 
{
  position:absolute;
  opacity:0;
  cursor:pointer;
}

/* Create a custom checkbox */
.checkmark 
{
  position:absolute;
  top:0px;
  left:0px;
  height:30px;
  width:30px;
  background-color:white;

  border:1px white #CCCCCC;
  border-radius:0px 0px 0px 0px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark 
{
  /*background-color:#EEEEEE;*/
}

/* When the checkbox is checked, add a background color */
.custom-checkbox input:checked ~ .checkmark 
{
  background-color:white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after 
{
  content:"";
  position:absolute;
  display:none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after 
{
  display:block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left:10px;
  top:5px;
  width:8px;
  height:15px;
  border:solid #002C56;
  border-width:0px 3px 3px 0px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}


.buttonSmall
{
  display:inline-block;

  padding-top:2px;
  padding-bottom:2px;
  padding-left:15px;
  padding-right:15px;

  margin-left:3px;
  margin-right:3px;
  margin-bottom:15px;

  font-size:16px;
  font-weight:normal;
  text-align:center;
  border-radius:15px;
  border:1px solid transparent;

  transition:all 0.3s;
}
.buttonMedium
{
  display:inline-block;

  padding-top:7px;
  padding-bottom:7px;
  padding-left:25px;
  padding-right:25px;

  margin-left:3px;
  margin-right:3px;
  margin-bottom:15px;

  font-size:16px;
  font-weight:bold;
  text-align:center;
  border-radius:20px;
  border:1px solid transparent;

  transition:all 0.3s;
}
.buttonLarge
{
  display:inline-block;

  padding-top:15px;
  padding-bottom:15px;
  padding-left:35px;
  padding-right:35px;

  margin-left:3px;
  margin-right:3px;
  margin-bottom:15px;

  font-size:18px;
  font-weight:bold;
  text-align:center;
  border-radius:30px;
  border:1px solid transparent;

  transition:all 0.3s;
}


.buttonRounded
{
  border-radius:12px !important;
}
.buttonSquared
{
  border-radius:0px;
}

.buttonMenu {
  background-color: black;
  border: 0px solid transparent !important;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
}

.buttonSearch {
  border: 0px solid transparent !important;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.buttonSearch:hover {
  border: 0px solid transparent !important;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  background: transparent !important;
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}

.buttonBorderBlack
{
  border:1px solid #373E44;
  color:#373E44!important;
}
.buttonBorderGrey
{
  border:1px solid #656D74;
  color:#373E44!important;
}
.buttonBorderGreyLight
{
  border:1px solid #F2F4F6;
  color:#373E44!important;
}
.buttonBorderOrange
{
  border:1px solid #F7A600;
  color:#373E44!important;
}
.buttonBorderTeal
{
  border:2px solid #3D9284 !important;
  color:#3D9284!important;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background-color: #FFF;
}

.buttonBorderTeal:hover
{
  border:2px solid #3D9284 !important;
  color: white!important;
  background-color: #3D9284 !important;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.buttonBorderWhiteonTeal
{
  border:2px solid white;
  color:#FFF!important;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background-color: #3D9284;
}

.buttonBorderWhiteonTeal:hover
{
  border:2px solid white;
  color: #3D9284 !important;
  background-color: #FFF;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.buttonBorderWhiteonGrey
{
  border:2px solid white;
  color:#FFF!important;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background-color: #373E44;
}

.buttonBorderWhiteonGrey:hover
{
  border:2px solid white;
  color: #373E44 !important;
  background-color: #FFF;
  transition: all 0.3s ease-in;
  display: inline-block;
}


/*
  Remove ugly default square blue outlines on Firefox and Chrome.
  Remove ugly default square black outline on Microsoft Edge (Chromium).
  Safari's is rounded
*/
/*Any Firefox*/
@-moz-document url-prefix() 
{
  input:focus,
  select:focus,
  textarea:focus,
  button:focus 
  {
    outline:none;
  }
}
/*Chrome 29+*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm)
{
  input:focus,
  select:focus,
  textarea:focus,
  button:focus 
  {
    outline:none;
  }
}


.black
{
  color:#373E44;
}

.grey
{
  color:#656D74;
}
.greyLight
{
  color:#F2F4F6;
}

.orange
{
  color:#F7A600;
}

.teal
{
  color:#3D9284;
}

.white
{
  color:white;
}

.circle-wrapper{
  position:relative;
  width:7rem;
  height:7rem;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.circle{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#707070;
  z-index:0;
  border-radius: 50%;
}

svg{
  position:relative;
  z-index:1;
}

.circle-wrapper-features{
  position:relative;
  width:7rem;
  height:7rem;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.circle-features{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#FFF;
  z-index:0;
  border-radius: 50%;
}

.bgBlack
{
  background-color:#373E44; 
  color:white!important;
}

.bgGrey
{
  background-color:#656D74;
  color:white!important;
}
.bgGreyLight
{
  background-color:var(--wp--preset--color--lightest-grey);
  transition: all 0.3s ease-in;
}

.bgGreyLightHover {
  background-color:var(--wp--preset--color--light-grey);

}

.bgGreyDEDEDE
{
  background-color:#DEDEDE;
}

.bgOrange
{
  background-color:#F7A600;
  color: #373E44!important;
}

.bgTeal
{
  background-color: #3D9284;
  color:#FFF!important;
}

.bgWhite
{
  background-color:white;
  color:#373E44!important;
}
.bgWhiteAlpha80
{
  background-color:rgba(255, 255, 255, 0.80);
}

.roundedBorders
{
  border-radius:10px;
}


/*
.dividerGreyLight
{
  margin-top:20px;
  margin-bottom:20px;
  border-top:1px solid #DEDEDE;
}
*/


img.center
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.center
{
  text-align:center;
}


.no-gutter > [class*='col']
{
  padding-left:0;
  padding-right:0;
}

.no-padding
{
  padding:0!important;
}

.padding15
{
  padding:15px;
}
.padding30
{
  padding:30px;
}
.padding45
{
  padding:45px;
}

.padding10Percent
{
  padding:10%;
}
.padding15Percent
{
  padding:15%;
}

.paddingLeftRigth5Percent
{
  padding-left:5%;
  padding-right:5%;
}


iframe
{
  width:100%;
  margin-bottom:30px;
}

.fancybox-skin
{
  background-color:#FAFAFA!important;
  color:inherit!important;
}

/*applies to backend editor, no effect to frontend*/
.wp-block-acf-general-spacer
{
  border:1px dashed grey;
}

/* Menu Styles */
.navbar-background {
  background-color: #000000;
  color: #FFF;
}

header {
  height: auto;
}

.navbar a {
  color: #FFF !important;
}

.navbar-position {
  justify-content: right;
}

.nav-icon {
  vertical-align: -0.6em !important;
}

.navbar-background::after {
  content: "";
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height: 3rem;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  z-index:-1;
}

.menu-main-header-menu-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.main-menu {
  padding: 3rem!important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-left: 8.33333333%;
  width: 83.33333333%;
}

.main-menu .menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.nav-link:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

.current-menu-item {
  text-decoration: underline;
  font-weight: 600;
}

/* .nav-item {
  padding: 0 0.5rem 0 1.5rem;
} */

#menu-item-639 {
  transform: translateY(-1.5rem);
}

.menu-item-type-custom {
  transform: translateY(-0.5rem);
  padding-right: -20rem;
}

/*Footer Menu Styles */

#menu-footer-navigation-right {
  padding-left: 0;
}


/*Hamburger Menu */

.navbar-toggler {
  z-index: 10;
  position: fixed;
  top: 15px;
  right: 15px;
  right: 10%;
  height: 30px;
  width: 30px;
  transition: all 250ms ease-in-out;
  padding: 0px !important;
}
.navbar-toggler:hover
{
  /*! cursor:pointer; */
  transform:scale(1.04);
}

.navbar-toggler .hamburger
{
  width:30px;
  background-color:white!important;
}
.navbar-toggler .hamburger::before {
  /* transform:translate(0px, 0px) rotate(-90deg); */
  background-color:white!important;
}
.navbar-toggler .hamburger::after
{
  transform:translate(0px, 8px);
  background-color:white!important;
  width:15px;
}
/* New styles */
.navbar-toggler-active
{
  transform:rotate(45deg);
  border-radius:50%;
}
.navbar-toggler-active:hover
{
  transform:rotate(45deg);
  /* transition: all 0.3s ease; */
}

.navbar-toggler-active .hamburger
{
  width:0;
  background-color:white!important;
  /* transition: all 0.3s ease; */
}
.navbar-toggler-active .hamburger::before {
  transform:translate(0px, 0px) rotate(-90deg);
  background-color:white!important;
  /* transition: all 0.3s ease; */
}
.navbar-toggler-active .hamburger::after
{
  transform:translate(0px, -2px);
  background-color:white!important;
  width:30px;
  /* transition: all 0.3s ease; */
}


.hamburger
{
  margin-left:0px;
  margin-top:14px;
  height:2px;
  width:30px;
  border-radius:0px;
  background-color:white;
  transition:all 250ms ease-in-out;
}

.hamburger::before
{
  content:'';
  display:block;
  height:2px;
  width:30px;
  border-radius:0px;
  background-color:white;
  transition:all 250ms ease-in-out;
}
.hamburger::after
{
  content:'';
  display:block;
  height:2px;
  width:15px;
  border-radius:0px;
  background-color:white;
  transition:all 250ms ease-in-out;
}
.hamburger::before
{
  transform:translateY(-9px);
}
.hamburger::after
{
  transform:translateY(8px);
}


/* Innoscreen Block Styles */
.sign-upblock {
  background-color: #F7F7F7 !important;
  text-align: center;
  align: center;
  margin: 5rem, 0;
}

.home .posts-3-per-row-block {
  margin-top: -15rem !important;
}

.posts-3-per-row-link {
  color: var(--wp--preset--color--dark-grey); 
  text-transform: uppercase; 
  text-decoration: underline !important;
}

.ctapanels-content-layer {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.slider-v1-quote {
  padding-left: 2rem;
  width: 60%;
}

.slideTestimonial-blockv1 {
  display: flex !important;
  align-items: center;
  padding-top: 6rem;
}

.quotes {
  font-size: 180px;
  color: #FFF;
  position: absolute;
  z-index: 999;
  line-height: 1;
}

.leftquote {
  top: 1rem;
  left: 5rem;
}

.rightquote {
  bottom: 1rem;
  right: 2rem;
  line-height: 0;
  vertical-align: bottom;
}

.testimonial-wrapper {
  position: relative;
}

.footer-style {
  list-style: none;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0.5rem;
}

.pricing-table {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}

.table {
  margin-bottom: 0rem !important;
}

table p {
  padding-bottom: 0px !important;
  padding: 6px;
}

table th {
  font-weight: 300;
}

table td {
  font-size: 14px;
}

.searchBox {
  position: relative;
  display: flex;
}

.input-group-append {
  position: absolute;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.search-box {
  width: 30px;
}

.search-form-full {
  width: 100%;
  transition: all 0.4s ease-in;
}

.form-control {
  border-radius: 1.5rem;
  border: none !important;
}

.slidergallerybuttons .slick-next {

}