.statistic.toggle {line-height:7px!important;}

.toggle {cursor:pointer;z-index:9999!important;}

.following.bar {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0%;
    padding: 2em 0em;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    border-bottom: 0px solid transparent;
    transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
}

.light.following.bar {
  padding: 0em 0em;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
} 

@media only screen and (max-width: 768px) {
	.stackable.grid .ui.vertical.divider { display: none!important; }
}

.bgColorDarkGradient {
        background:linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7), rgba(0,0,0,.0));
        background:-o-linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7), rgba(0,0,0,.0));
        background:-moz-linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7), rgba(0,0,0,.0));
        background:-webkit-linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7), rgba(0,0,0,.0));
        background:-ms-linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.7), rgba(0,0,0,.0));
        }
.textShadow {text-shadow:1px 1px 3px rgba(0,0,0,0.9);-moz-text-shadow:1px 1px 3px rgba(0,0,0,0.9);-webkit-text-shadow:1px 1px 3px rgba(0,0,0,0.9);}
.ui.text.menu {margin:0.5em -.5em!important;}
.ui.menu.inverted .ui.statistic .value, .ui.menu.inverted .ui.statistic .label {color: rgba(255,255,255,.9)!important;}
.homeMasthead {position:absolute!important;left:50%;bottom:15%;transform: translateX(-50%);max-width:600px!important;width:100%;}
.ui.center.aligned.grid .column.row img {padding:10px!important;}

.line-typewriter{
    position: relative;
	margin: 0 auto;
    width: 17em;
	border-right: 2px solid rgba(255,255,255,.75);
	text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 17em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.INfiniteTHINKersCI{font-family:Arial,Arial Black, Arial Bold, tahoma, verdana, helvetica, sans-serif!important;font-weight:800!important}
.bgPhotoStyle {background-size:cover!important;-webkit-background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;width:100%!important;display:block!important;}
.line-h20 {line-height:2em!important;}
.m-0-a {margin:0 auto!important;}
.m-0 {margin:0!important;}
.m-t-50 {margin-top:50px!important;}
.m-b-50 {margin-bottom:50px!important;}
.m-b-20 {margin-bottom:20px!important;}
.m-r-5 {margin-right:5px!important;} 
.m-r-10 {margin-right:10px!important;} 
.m-l-20 {margin-left:20px!important;}
.m-r-20 {margin-right:20px!important;} 
.p-0 {padding:0!important;}
.p-t-20 {padding-top:20px!important;} 
.p-b-20 {padding-bottom:20px!important;}
.p-t-50 {padding-top:50px!important;}
.p-b-50 {padding-bottom:50px!important;}
.p-l-10 {padding-left:10px!important;}
.p-r-10 {padding-right:10px!important;}
.p-l-20 {padding-left:20px!important;}
.p-r-20 {padding-right:20px!important;}
