*/ #395daa; */


a {
  text-decoration: none !important;
}

.btn-c-3933:hover {
  background-color: black;
}

.atbase {
  margin-bottom: -10px;
}
    
#invisibled {
     display: none;
    visibility: hidden;
}
    
.bkcol {
    background-color: #395daa;
}

.noul {
    text-decoration: none;
}

.col-md-3 {
    width: 33%;
}

.text-strt {
    text-align: center !important;
}

p.msgCount {
    font-size: 12px;
    color: black;
}

/*Social Icons */

.fa, .fa-brands {
  padding: 10px;
  width: 50px;
  text-align: center;
  text-decoration: none !important;
  margin: 5px 2px;
  font-size: 40px;
  color: #ffffff;
}

.fa:a {
    color: #ffffff;
}
.fa:hover {
    opacity: 0.7;
}

.fa-square-facebook {
  color: white;
}

.fa-square-twitter {
  color: white;
}

.fa-square-google {
  color: white;
}

.fa-square-linkedin {
  color: white;
}


.fa-square-bluesky {
  color: white;
}

.fa-square-youtube {
  color: white;
}

.fa-square-instagram {
  color: white;
}

.fa-square-pinterest {
  color: white;
}

.fa-snapchat-ghost {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-square-skype {
  color: white;
}

.fa-square-android {
  color: white;
}

.fa-square-dribbble {
  color: white;
}

.fa-square-vimeo {
  color: white;
}

.fa-square-tumblr {
  color: white;
}

.fa-square-square-vine {
  color: white;
}

.fa-square-foursquare {
  color: white;
}

.fa-square-stumbleupon {
  color: white;
}

.fa-square-flickr {
  color: white;
}

.fa-square-yahoo {
  color: white;
}

.fa-square-soundcloud {
  color: white;
}

.fa-square-reddit {
  color: white;
}

.fa-rss {
  color: white;
}

.col1 {
    width: 1000px;
}

.col2 {
    width: 450px;
}

/*puts a grey overlay onn image */
.img-overlay {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%) sepia(100%) hue-rotate(90deg);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    border:
}

.txt-overlay {
    width: 355px;
    height: 100px;
  margin-bottom: -20%;
  margin-left: 50%;
  transform: translate(-50%, -10%);
    text-align: center;
  color: forestgreen;
    font-weight: bold;
    font-size: 43px;
    border: 2px solid blue;
}

/* Bloc HH Service and Case Study image backgrounds */

.bg-serv1{
    background-image: var(--servbackground1);
}
.bg-serv2{
	background-image: var(--servbackground2);
}
.bg-serv3{
	background-image: var(--servbackground3);
}
.bg-serv4{
	background-image: var(--servbackground4);
}
.bg-serv5{
	background-image: var(--servbackground5);
}
.bg-serv6{
	background-image: var(--servbackground6);
}
.bg-serv7{
	background-image: var(--servbackground7);
}
.bg-serv8{
	background-image: var(--servbackground8);
}
.bg-serv9{
	background-image: var(--servbackground9);
}
.bg-serv10{
	background-image: var(--servbackground10);
}
.bg-serv11{
	background-image: var(--servbackground11);
}
.bg-serv12{
	background-image: var(--servbackground12);
}
.bg-serv13{
	background-image: var(--servbackground13);
}
.bg-serv14{
	background-image: var(--servbackground14);
}
.bg-serv15{
	background-image: var(--servbackground15);
}
.bg-serv16{
	background-image: var(--servbackground16);
}
.bg-serv17{
	background-image: var(--servbackground17);
}
.bg-serv18{
	background-image: var(--servbackground18);
}
.bg-serv19{
	background-image: var(--servbackground19);
}
.bg-serv20{
	background-image: var(--servbackground20);
}

.art_img{
	background-image: var(--artbackground);
} 

.hidcol {
    color: #395daa;
}

.hidcol2, hidcol2 a {
    color: #6aa3da;
}


hr { 
    margin: 2px;
    border-top: 1px solid #ffffff; 
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ffffff;
} 


input[type='number'] {
    width: 160px;
}

.container-div-min-height{
	min-height:0;
}

label {
    font-size: 12px;
    vertical-align: middle;
    xalign-items: center;
    xwidth: 250px;
display: inline-flex;
xjustify-content: center;
    }

.srow {    
    display: inline-flex;
    width: auto;
}


a.lnkcol {
    color: darkgray;
}


.al-cen {
    text-align: center;
    margin: auto;
}

.spacebloc {
    background-color: var(--swatch-var-942);
}

@media (max-width: 575px) 
{
    .card.bs-card-bg 
    {
            color: transparent !important;
    }
}

@media ((min-width: 80px) and (max-width: 550px))
{
      .spacebloc {
        display: none;
    }
}

@media (max-width: 767px) {

  // Align text to center
  .text-xs-center {
    text-align: center;
  } 
    .col {
        flex: contents;
    }

    .card {
        background-color: transparent !important;
    }
}

 @media (max-width: 991px)
{
    .card {
        background-color: transparent !important;
    }
}

@media (max-width: 1024px) 
{
    .card {
        background-color: transparent !important;
    }
   
}

@media (min-width: 992px) {
    .col-lg-6 {
        width: 50%;
    }
    
    .hd-offset-lg-2 {
        margin-left: 0;
    }
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

.h3, h3 {
    
        font-size: 1.25rem;
}

.fs075 {
        font-size: 0.75rem;
}

.yt a:hover, a:visited, a:link, a:active {
  text-decoration: none !important;
}