/*
Theme Name: acumen
Theme URI: http://www.cuckoodesign.com
Author: Cuckoo Design
Author URI: http://www.cuckoodesign.com
Description: The acumen theme for WordPress. 
Version: 1.00

Tags: acumen
*/

/*
z-index's

-1
.overlayCogTopLeft
.overlayCogTopRight
.overlayCogBottomLeft
.overlayCogBottomRight

1
.sliderHolder .button
.overlay


2
.sliderText
.slick-dots
.panelImageHolderInner
.datePost


3
.header


4
.navSubHolderOpen
*/

img
{
  display:block;
  border:0;
}
img.imageStretch
{
  width:100%;
}

article img,
p img
{
  max-width:100%;
  height:auto;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:10px;
}

/* WordPress Alignment */
.alignleft
{
  float:left;
}
.alignright
{
  float:right;
}
.aligncenter
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

a
{
  color:inherit;
  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*/

  transition:color 0.3s;
}
a:hover,
a:focus
{
  color:inherit;
  text-decoration:none;
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/
}

h1, h2, h3, h4, h5, h6, p
{
  padding:0px;
  margin:0px;
  letter-spacing:1px;
}

h1
{
  font-size:27px;
  line-height:31px;
  font-weight:bold;
  margin-bottom:16px;
}

h2
{
  font-size:22px;
  font-weight:bold;
  margin-bottom:12px;
}

h3
{
  font-size:17px;
  font-weight:500;
  margin-bottom:10px;
}

h4
{
  font-size:16px;
  font-weight:500;
  margin-bottom:8px;
}

p
{
  margin-bottom:15px;
}

p a
{
  color:#E30613;
}


ul
{
  padding-left:25px;
}

ul li
{
  padding-left:1px;
  padding-bottom:5px;
}


/* 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:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    width:100%;
    height:90px;
    transition:all 0.8s ease 0s;
  }
  .logoHolder.shrink
  {
    height:calc(90px - 10px);
  }

  .logo
  {
    height:100%;
    padding-top:10px;
    padding-bottom:10px;
  }
  

  #exCollapsingNavbar
  {
    /*
    display:block!important;
    height:auto!important;
    */
  }

  .navbar-toggler
  {
    border:0px;
    background-color:transparent;
    position:absolute;
    right:15px;
    top:5px;
  }

  .lines-button
  {
    padding: 1.7rem 0.0rem;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
    
    outline:none;
  }
  .lines-button:hover
  {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .lines-button:active
  {
    transition: 0;
  }
  .lines
  {
    display: inline-block;
    width: 2.3rem;
    height: 0.13rem;
    background: #E30613;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: relative;
    
    vertical-align:middle;
  }
  .lines:before,
  .lines:after
  {
    display: inline-block;
    width: 2.3rem;
    height: 0.13rem;
    background: #E30613;
    border-radius: 1.0rem;
    transition: 0.4s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
  }
  .lines:before
  {
    top: 0.7rem;
  }
  .lines:after
  {
    top: -0.7rem;
  }
  .lines-button:hover .lines,
  .lines-button:hover .lines:before,
  .lines-button:hover .lines:after
  {
    background: #E30613;
  }
  .lines-button:hover .lines:before
  {
    top: 0.7rem;
  }
  .lines-button:hover .lines:after
  {
    top: -0.7rem;
  }
  .lines-button.open
  {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .lines-button.x.open .lines
  {
    background: transparent;
  }
  .lines-button.x.open .lines:before,
  .lines-button.x.open .lines:after
  {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 3rem;
  }
  .lines-button.x.open .lines:before
  {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x.open .lines:after
  {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .navigation
  {
    text-align:center;
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:0px;
  }

  .navigation > li
  {
    display:block;
    font-size:19px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:18px;
  }

  .banner
  {
    background-image:url('images/banner.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

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

    font-size:32px;
    font-weight:bold;
    letter-spacing:1px;
    color:white;
    text-align:center;

    margin-bottom:15px;
  }

  .sliderText
  {
    font-size:32px;
    font-weight:500;
    line-height:100%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:7%;

    text-shadow:0px 0px 40px #465C8C;
  }

  .slick-dots
  {
    display:none!important;
  }
  
  .iconBullet
  {
    width:18px;
    
    float:left;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
    column-gap:0px;
  }

  .footer .bullets
  {
    column-count:1;
  }

  .grid-item
  {  
    width:100%;
    padding-left:0%;
    padding-right:0%;
  }

  .card-holder {
    position: relative;

    /* 1:1 Aspect Ratio */
    width: 100%;
    padding-top: 100%;
    cursor:alias;
  }
  .card-holder:hover .card.-front {
    /*transform: rotateY(-0.5turn);*/
    z-index:-1;
  }
  .card-holder:hover .card.-back {
    /*transform: rotateY(0turn);*/
    z-index:0;
  }

  .card {
    position: absolute;
    top:0px;
    width:100%;

    transition: transform 0.75s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
  }

  .-flipped {
    /*transform: rotateY(0.5turn);*/
    z-index:0;
  }
}


/*iPhone 6 or iPhone 5 sideways*/
@media all and (min-width: 375px)
{
  .navigation > li
  {
    display:block;
    font-size:19px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:27px;
  }
}


/* Small devices (tablets, 768px and up) */
@media all and (min-width: 768px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:14px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    width:100%;
    height:120px;
    transition:all 0.8s ease 0s;
  }
  .logoHolder.shrink
  {
    height:calc(120px - 20px);
  }

  .logo
  {
    height:100%;
    padding-top:15px;
    padding-bottom:10px;
  }

  #exCollapsingNavbar
  {
    display:block!important;
    height:auto!important;
  }

  .navbar-toggler
  {
    display:none;
  }

  .navigation
  {
    text-align:center;
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:0px;
  }

  .navigation > li
  {
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:10px;
    margin-right:10px;
    padding-bottom:14px;
  }

  .banner
  {
    background-image:url('images/banner.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    padding-top:60px;
    padding-bottom:60px;

    font-size:40px;
    font-weight:bold;
    letter-spacing:2px;
    color:white;
    text-align:center;

    margin-bottom:30px;
  }

  .sliderText
  {
    font-size:40px;
    font-weight:500;
    line-height:120%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:7%;

    text-shadow:none;
  }

  .slick-dots
  {
    display:block!important;
    width:auto!important;
    right:15px!important;
    bottom:15px!important;
  }

  .iconBullet
  {
    width:18px;
    
    /*float:left;*/
    display:inline-block;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
    column-gap:0px;
  }

  .footer .bullets
  {
    column-count:3;
  }

  .grid-item
  {  
    width:50%;
    padding-left:1%;
    padding-right:1%;
  }


  .card-holder {
    position: relative;

    /* 1:1 Aspect Ratio */
    width: 100%;
    padding-top: 100%;
    cursor:alias;
  }
  .card-holder:hover .card.-front {
    /*transform: rotateY(-0.5turn);*/
    z-index:-1;
  }
  .card-holder:hover .card.-back {
    /*transform: rotateY(0turn);*/
    z-index:0;
  }

  .card {
    position: absolute;
    top:0px;
    width:100%;

    transition: transform 0.75s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
  }

  .-flipped {
    /*transform: rotateY(0.5turn);*/
    z-index:0;
  }
  
}


/* Medium devices (desktops, 992px and up) */
@media all and (min-width: 992px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:"objektiv-mk2", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    color:#141414;
    
    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  .logoHolder
  {
    display:inline-block;
    text-align:center;
    width:100%;
    height:135px;
    transition:all 0.47s ease 0s;
  }
  .logoHolder.shrink
  {
    height:calc(135px - 30px);
  }

  .logo
  {
    height:100%;
    padding-top:15px;
    padding-bottom:10px;
  }

  #exCollapsingNavbar
  {
    display:block!important;
    height:auto!important;
  }

  .navbar-toggler
  {
    display:none;
  }

  .navigation
  {
    text-align:center;
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:0px;
  }

  .navigation > li
  {
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:12px;
    margin-right:13px;
    padding-bottom:14px;
  }

  .banner
  {
    background-image:url('images/banner.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    padding-top:100px;
    padding-bottom:100px;

    font-size:60px;
    font-weight:bold;
    letter-spacing:2px;
    color:white;
    text-align:center;

    margin-bottom:30px;
  }

  .sliderText
  {
    font-size:50px;
    font-weight:500;
    line-height:120%;
    color:white;
    text-align:center;

    position:absolute;
    z-index:2;
    width:100%;
    padding-left:3%;
    padding-right:3%;
    top:7%;

    text-shadow:none;
  }

  .slick-dots
  {
    display:block!important;
    width:auto!important;
    right:15px!important;
    bottom:15px!important;
  }

  .iconBullet
  {
    width:18px;
    
    /*float:left;*/
    display:inline-block;
    
    margin-left:0px;
    margin-right:8px;
    margin-bottom:1px;
  }

  .bulletsHalf
  {
    column-count:1;
    column-gap:60px;
  }

  .footer .bullets
  {
    column-count:3;
  }


  .grid-item
  {  
    width:50%;
    padding-left:1%;
    padding-right:1%;
  }

  .card-holder {
    position: relative;

    /* 1:1 Aspect Ratio */
    width: 100%;
    padding-top: 100%;
    cursor:alias;
  }
  .card-holder:hover .card.-front {
    /*transform: rotateY(-0.5turn);*/
    z-index:-1;
  }
  .card-holder:hover .card.-back {
    /*transform: rotateY(0turn);*/
    z-index:0;
  }

  .card {
    position: absolute;
    top:0px;
    width:100%;

    transition: transform 0.75s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
  }

  .-flipped {
    /*transform: rotateY(0.5turn);*/
    z-index:0;
  }
}


/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px)
{
  .logoHolder
  {
    display:inline-block;
    text-align:left;
    width:auto;
    height:135px;
    transition:all 0.47s ease 0s;
  }

  .navigation
  {
    text-align:center;
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:61px;
  }

  
  .bulletsHalf
  {
    column-count:2;
  }

  .card-holder {
    position: relative;

    /* 1:1 Aspect Ratio */
    width: 100%;
    padding-top: 100%;
    cursor:alias;
  }
  .card-holder:hover .card.-front {
    transform: rotateY(-0.5turn);
    z-index:auto;
  }
  .card-holder:hover .card.-back {
    transform: rotateY(0turn);
    z-index:auto;
  }

  .card {
    position: absolute;
    top:0px;
    width:100%;

    transition: transform 0.75s ease;
    backface-visibility: hidden;
  }

  .-flipped {
    transform: rotateY(0.5turn);
    z-index:auto; 
  }
}


@media all and (min-width: 1600px)
{
  .container
  {
    width: 1570px;
  }

  body
  {
    background-image:url('images/background.png');
    background-position:center top;
    background-repeat:repeat-y;
    background-attachment:fixed;
  }
  
  .navigation > li
  {
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:18px;
    margin-right:18px;
    padding-bottom:14px;
  }

  .grid-item
  {  
    width:33%;
    padding-left:1%;
    padding-right:1%;
  }
}

.arrowMenuDown
{
  height:12px;
  padding-left:7px;
  padding-right:7px;
  vertical-align:baseline;
}
.arrowMenuUp
{
  display:block;
  height:12px;
  margin-left:7px;
  margin-right:0px;
  vertical-align:bottom;
}

.navSubHolder
{
  display:none;
  padding-top:15px;
}
.navSubHolderOpen
{
  display:block;
  position:absolute;
  z-index:4;
}

.navSub
{
  list-style:none;
  padding:0px;
  margin:0px;

  padding-bottom:15px;

  background-color:#333333;
  color:white;

  -webkit-box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);

  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}

.navSub li
{
  padding-left:15px;
  padding-right:15px;
  font-size:85%;
  text-align:left;
}
.navSub li a
{
  display:inline-block;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:2px solid #999999;
}
.navSub li:last-child a
{
  /*border-bottom:0px;*/
}


.header
{
  background-color:white;
  background-color:rgba(255, 255, 255, 0.98);
  position:-webkit-sticky;
  position:sticky;
  top:0px;
  z-index:3;
  border-bottom:5px solid #E30613;
  margin-bottom:20px;

  box-shadow:0px 0px 40px #AAAAAA;
}


.logoFooter
{
  width:140px;
  max-width:100%;
}

/*
nav
{
  text-align:center;
}
*/


.navigation > li
{
  padding-left:0px;
}


.navigation > li a
{
  padding-bottom:4px;

  border-bottom:2px solid white;
  transition:border-bottom-color 0.15s;
}
.navigation > li a:hover,
.navigation > li a.active
{
  border-bottom:2px solid #E30613;
}

.navigation > li a.button
{
  padding-bottom:9px;
  border-bottom:0px;
  margin-bottom:0px;
}


/*image slider*/
.slide
{
  /*padding:0px;*/
  overflow:hidden;
}
.slick-slide
{
  height:auto;
}


.slick-dots
{
  z-index:2;
}
.slick-dots li button::before
{
  /*
  font-size:14px!important;
  color:white!important;
  */
  color:transparent!important;
  background-image:url("images/bulletWhite.svg");
  background-repeat:no-repeat;
}

.slick-dots li.slick-active button::before
{
  /*
  font-size:14px!important;
  color:#E30613!important;
  */
  color:transparent!important;
  background-image:url("../../../wp-content/themes/acumen/images/bulletOrange.svg");
  background-repeat:no-repeat;
}

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


.sliderHolder
{
  position:relative;
}


.sliderHolder .button
{
  font-size:22px;
  position:relative;
  z-index:1;

  bottom:25px;
  margin-bottom:0px;
}

.intro
{
  font-size:115%;
  margin-bottom:20px;
}

.panelImageHolder
{
  position:relative;
  overflow:hidden;
}
.overlay
{
  position:absolute;
  top:0px;
  z-index:1;
}
.panelImageHolderInner
{
  position:absolute;
  z-index:2;
  top:0px;
  left:0px;
  width:100%;
  height:100%;

  padding:15px;

  color:white;
}
.panelImageHolderInnerContent
{
  position:absolute;
  bottom:0px;
}

.datePost
{  
  position:absolute;
  z-index:2;
  left:15px;
  bottom:15px;
  pointer-events:none;
  color:white;
}
.datePost small
{
  text-shadow:0px 0px 20px #333333;
}


.award
{
  width:85px;
  margin-bottom:15px;
}

.studio
{
  padding-bottom:5px;
}


.tabs .active
{
  background-color:#FF9026;
}

.tab
{
  display:none;
}
.tab.active
{
  display:block;
}


ul.bullets
{
  list-style:none;
  padding:0px;
  margin:0px;
}
ul.bullets li
{
  padding-left:0px;
  padding-bottom:10px;

  width:100%; display:inline-block; /*keeps bullets vertically aligned top when there is a unequal number of items in columns*/
}
ul.bullets div
{
  padding-left:26px;
}


.footer
{
  font-size:11px;
  letter-spacing:0px;

  padding-top:15px;
  padding-bottom:15px;
}
.footer a
{
  transition:all 0.3s;
}
.footer a:hover
{
  color:#E30613;
}

/*
.iconSocial
{
  font-size:31px;
  padding-left:7px;
  padding-right:6px;

  transition:all 0.3s;
}
.iconSocial:hover
{
  color:#E30613;
}
*/

.iconSocial
{
  width:30px;
  margin-top:7px;
  margin-left:7px;
  margin-right:7px;
  display:inline-block;
}
/*
.iconSocial:hover
{
  fill:#E30613;
}
*/


.tableSpec
{
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}
.tableSpec td
{
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  
  vertical-align:top;
}


.table
{
  position:relative;
  display:table;
  top:0;
  left:0;
  height:100%;
  width:100%;
  margin-bottom:0;
}
.table-cell-middle
{
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.table-cell-bottom
{
  display:table-cell;
  vertical-align:bottom;
  width:100%;
}



input.text
{ 
  width:100%;
  height:45px;
  
  padding-left:20px;
  padding-right:20px;
  padding-bottom:0px;
  
  border:0px;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;

  margin-top:0px;
  margin-bottom:15px;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}


.dateRequested
{
  background-image:url("../../../wp-content/themes/acumen/images/iconCalendar.svg");
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:20px 20px;
}

select
{
  width:100%;
  height:45px;
  
  padding-left:20px;
  padding-right:20px;
  
  border:0px;

  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;
  
  margin-top:0px;
  margin-bottom:15px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
  
  background-image:url("../../../wp-content/themes/acumen/images/arrow-select.svg");
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:20px 20px;
}

/*
.custom-select
{
  width:100%;
  background-image:url("images/arrow-select.png");
  background-repeat:no-repeat;
  background-position:95% center;

  margin-top:0px;
  margin-bottom:15px;

  border:0px;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  cursor:pointer;
  display:inline-block;
  height:45px;
  min-width:120px;
  position:relative;
  
  vertical-align:middle;
}
.custom-select select
{
  background:#333333 none repeat scroll 0 0;
  border:medium none;
  
  cursor:pointer;
  display:block;
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:400;
  height:45px;
  padding:5px;
  padding-left:19px;
  padding-right:9px;
  width:100%;
  
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
}
*/
select::-ms-expand
{
  display:none;
}

input[type="submit"]
{
  cursor:pointer;
  display:inline-block;

  padding-top:10px;
  padding-bottom:10px;
  
  padding-left:15px;
  padding-right:15px;
  
  margin-bottom:15px;
    
  border-width:0px;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;

  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  transition:all 0.3s;
}
input[type="submit"]:hover
{
  color:white;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
}

.button
{
  display:inline-block;
  
  padding-top:6px;
  padding-bottom:6px;
  
  padding-left:15px;
  padding-right:15px;
  
  margin-bottom:15px;
  
  color:white;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
  
  transition:all 0.3s;
}
.button:hover
{
  color:white;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
}

.button:focus
{
  color:white;
}


.buttonLong
{
  display:block;
}


.buttonOutline
{
  display:inline-block;
  
  padding-top:6px;
  padding-bottom:6px;
  
  padding-left:15px;
  padding-right:15px;
  
  margin-bottom:15px;
  
  color:#E30613;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  border:2px solid #E30613;
  
  transition:all 0.3s;
}
.buttonOutline:hover
{
  color:#E30613;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
}

textarea
{
  border:0px;
  
  width:100%;
  height:150px;
  resize:none;

  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;

  margin-top:0px;
  margin-bottom:15px;  

  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;
}


.button-group
{
  text-align:center;
}

.button-group button
{
  background-color:transparent;
  color:#141414;

  display:inline-block;
  
  padding-top:9px;
  padding-bottom:9px;
  
  padding-left:22px;
  padding-right:22px;
  
  margin-bottom:10px;
  
  font-family:"objektiv-mk2", sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:15px;
  letter-spacing:1px;
  text-align:center;
  
  -webkit-appearance:none;
  border-radius:1px 1px 1px 1px;
  -moz-border-radius:1px 1px 1px 1px;
  -webkit-border-radius:1px 1px 1px 1px;

  border:0px;
  
  transition:all 0.15s;
}
.button-group button:hover
{
  background-color:#E30613;
  color:white;

  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */

  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.27);

  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
}

.button-group button.active
{
  background-color:#E30613;
  color:white;
}


div.ui-datepicker
{
 font-size:110%;
}

.borderTop
{
  border-top:5px solid #E30613;
}
.borderBottom
{
  border-bottom:5px solid #E30613;
}
.dividerBlack
{
  margin-top:0px;
  margin-bottom:15px;
  border-top:1px solid #333333;
}
.dividerWhite
{
  margin-top:0px;
  margin-bottom:15px;
  border-top:2px solid #FFFFFF;
}
.dividerRed
{
  margin-top:0px;
  margin-bottom:15px;
  border-top:2px solid #E30613;
}
.dividerGrey
{
  margin-top:0px;
  margin-bottom:15px;
  border-bottom:2px solid #D6D1CA;
}


.overlayCogTopLeft
{
  width:150px;
  z-index:-1;
  position:absolute;
  top:0px;
  left:15px;
}
.overlayCogTopRight
{
  width:150px;
  z-index:-1;
  position:absolute;
  top:0px;
  right:15px;
}
.overlayCogBottomLeft
{
  width:150px;
  z-index:-1;
  position:absolute;
  bottom:0px;
  left:15px;
}
.overlayCogBottomRight
{
  width:150px;
  z-index:-1;
  position:absolute;
  bottom:0px;
  right:15px;
}

.backToTopHolder
{
  /*background-color:red;*/
  text-align:center;
}
/*
.backToTop
{
  position:-webkit-sticky;
  position:sticky;
  top:170px;

  font-size:40px;
  background-color:white;
  border:0px;
}
*/
.backToTop
{
  position:-webkit-sticky;
  position:sticky;
  top:175px;

  background-color:white;
  border:0px;
  text-align:center;
}

.backToTop img
{
  width:40px;
}


.current
{
  color:#E30613;
}

.blue
{
  color:#36B0C9;
}

.orange
{
  color:#FF9026;
}
.white
{
  color:#FFFFFF;
}
.red
{
  color:#E30613;
}


.bgBlack
{
  background-color:#333333;
  color:white;
}
.bgBlue
{
  background-color:#36B0C9;
  color:white;
}
.bgGrey
{
  background-color:#F2F2F2;
  color:#141414;
}
.bgOrange
{
  background-color:#FF9026;
  color:white;
}
.bgRedDark
{
  background-color:#8F1838;
  color:white;
}
.bgRed
{
  background-color:#E30613;
  color:white;
}


.backgroundIcon
{
  background-image:url("images/backgroundIcon.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

.backgroundGrey
{
  background-image:url("images/backgroundGrey.jpg");
  background-position:center center;
  background-repeat:no-repeat;
  /*background-size:100% 100%;*/
  background-size:cover;
}

.backgroundFooter
{
  background-image:url("images/backgroundFooter.svg");
  background-position:2% center;
  background-repeat:no-repeat;
  background-size:auto 100%;
}

.patternDots
{
  background-image:url("images/patternDots.png");
  background-position:center center;
  background-repeat:no-repeat;
}

.patternIcon
{
  background-image:url("../../../wp-content/themes/acumen/images/patternIcon.png");
  background-position:center center;
  background-repeat:no-repeat;
}





.grid-item img
{
  width:100%;
}

.icon,
.grid-item .icon
{
  width:28px;
  margin-right:15px;
  display:inline-block;
}

.teamHolderOuter
{
  border-top:5px solid #E30613;
  
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:35px;
  margin-bottom:15px;
}

.teamHolderOuter.open
{
  border-bottom:5px solid #E30613;
}

.teamHolderInner
{
  display:none;
  padding-top:20px;
  padding-bottom:25px;
}

.open .teamHolderInner
{
  display:block;
}

.togglerHolder
{
  position:absolute;
  right:0px;
  cursor:pointer;
}

.open .togglerHolder
{
  bottom:30px;
}

.togglerText
{
  display:none;
}
.toggler
{
  transition:all 0.3s ease 0s;
}

.rotate180
{
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */

  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}


#mapContact
{
  height:500px;
}

/*To remove "terms of use" use this CSS*/
.gmnoprint a, .gmnoprint span
{
  display:none;
}
/*
.gmnoprint div
{
  background:none !important;
}
*/
.gm-style-cc
{
  display:none;
}

/*To remove Google logo use this css*/
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}



.left
{
  float:left;
}
.right
{
  float:right;
}
.clear
{
  clear:both;
}

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


@media all and (min-width: 768px)
{
  /*
   * Row with equal height columns
   * --------------------------------------------------
   */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

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

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

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

.padding15
{
  padding:15px;
}

/*
.viewer
{
  position:relative;
  padding-bottom:66.66%;
  height:0px;
}
iframe.tour360
{
  border:0px;
  
  position:absolute;
  top:0;
  left:0;
  width:1px;
  min-width:100%;
  max-width:100%;
  height:1px;
  min-height:100%;
  max-height:100%;
}
*/


iframe.tour360
{
  border:0px;
  width:100%;
  height:65vh;
}


#myVideo
{
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index:1;
}


.embed-responsive-custom {
  padding-bottom: 67%;
}

#watchFull
{
  position:relative;
  top:-40px;
  z-index:100;
  color:white;
}

/* New Service Template */
.page-template-page-service .header-img,
.page-template-page-service-alt .header-img {
	max-height: 270px;
  width: auto;
	margin: 20px auto 30px;
}

.service-case-studies {
  margin-bottom: 50px;
  padding: 30px;
  background: #f1f1f1;
}
.service-case-studies h2,
.service-team h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .service-team .grid-item {
    width: 33.3%;
  }
}
/* static-mirror fix: reveal lazyload images (lazysizes fade-in disabled) */
img.lazyload,img.lazyloading,.imageStretch{opacity:1 !important;visibility:visible !important;}
