
.DnnModule-24428 .empty-container {
	padding: 0;
}

/*url(/Portals/10/CG-6/o365//Portals/10/CG-6/o365/
*/
#gears_wrap{
	background-image: url(/Portals/10/CG-6/o365/bkgr.png); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
#overlayText{
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.bubbleImg {
	display: none;
}
#gear1_container, #gear2_container, #gear3_container, #gear4_container {
    cursor: hand;
    cursor: pointer;
}
#gear1, #gear2, #gear3, #gear4 {
    display: block;
    float: left;
    position: absolute;
}
.shadowfilter {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.8));
}         
#gear1 {
	background-image: url(/Portals/10/CG-6/o365/largeGear.png); 
	background-size: contain;
	background-repeat: no-repeat;
}

#gear1Insert{
    background-image: url(/Portals/10/CG-6/o365/largeGearInsert.png); 
	background-size: contain;
	background-repeat: no-repeat;
}    
#gear1Compass {
    background-image: url(/Portals/10/CG-6/o365/compass.png); 
	background-size: contain;
	background-repeat: no-repeat;
}     
#gear1CG {
    background-image: url(/Portals/10/CG-6/o365/largeGearCG.png); 
	background-size: contain;
	background-repeat: no-repeat;
}
#gear2 {
	background-image: url(/Portals/10/CG-6/o365/greySmallGear.png); 
	background-size: contain;
	background-repeat: no-repeat;
}
.shadowfilter2 {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(178, 88, 82,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.shadowfilter2:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(182,155,153, 0.8));
}        
#gear2Insert{
    background-image: url(/Portals/10/CG-6/o365/outlookGearInsert.png); 
	background-size: contain;
	background-repeat: no-repeat;
} 
#gear3 {
	background-image: url(/Portals/10/CG-6/o365/greySmallGear.png); 
	background-size: contain;
	background-repeat: no-repeat;
}
.shadowfilter3 {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(133, 176, 206,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.shadowfilter3:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(180,196,207, 0.8));
}  
#gear3Insert{
    background-image: url(/Portals/10/CG-6/o365/OneDriveGearInsert.png); 
	background-size: contain;
	background-repeat: no-repeat;
}
#gear4 {
	background-image: url(/Portals/10/CG-6/o365/greySmallGear.png); 
	background-size: contain;
	background-repeat: no-repeat;
}
.shadowfilter4 {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(228, 175, 127,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
.shadowfilter4:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(230,205,181, 0.8));
} 
#gear4Insert{
    background-image: url(/Portals/10/CG-6/o365/TeamsGearInsert.png); 
	background-size: contain;
	background-repeat: no-repeat;
}

.copy{
	font-family: Verdana, Geneva, sans-serif;
}

.spin1 {
    -webkit-animation:spin 20s linear 1s infinite;
    -moz-animation:spin 20s linear 1s infinite;
    animation:spin 20s linear 1s infinite;
}

.spin-back2 {
    -webkit-animation:spin-back 14s linear 1.5s infinite;
    -moz-animation:spin-back 14s linear 1.5s infinite;
    animation:spin-back 14s linear 1.5s infinite;
}
.spin3 {
    -webkit-animation:spin 20s linear 2s infinite;
    -moz-animation:spin 20s linear 2s infinite;
    animation:spin 20s linear 2s infinite;
}

.spin-back4 {
    -webkit-animation:spin-back 14s linear 2.5s infinite;
    -moz-animation:spin-back 14s linear 2.5s infinite;
    animation:spin-back 14s linear 2.5s infinite;
}

.rotated {
  transform: rotate(45deg); /* Equal to rotateZ(45deg) */
  -webkit-transform: rotate(45deg);
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin-back { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

#overlay .alert {
	font-size: 12px;
}
#overlay h4 {
	font-size: 14px;
}
#overlay .alert .close {
    font-size: 32px;
    margin-top: -10px;
}
.alert-success {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.alert-info {
    color: #000;
    background-color: #b25751;
    border-color: #b25751;
}
.alert-warning {
    color: #000;
    background-color: #9ac5d8;
    border-color: #9ac5d8;
}
.alert-danger {
    color: #000;
    background-color: #f3b187;
    border-color: #f3b187;
}
#gearBubble1, #gearBubble2, #gearBubble3, #gearBubble4 {
	display: none;
}

/* -- POSITIONING THE GEARS IN THE PAGE -- */

#gears_wrap{
	width: 100%;
	min-height: 350px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position:relative;
}
#gears {
    position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	height: 305px;
	width: 305px;
}
#gear1_container {
    width: 149px;
    height: 149px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 80px;
    cursor: hand;
    cursor: pointer;
}
#gear1 {
    top: 0px;
    width: 149px;
    height: 149px;
}
#gear1Insert {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 149px;
    height: 149px;
}
#gear1Compass {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 149px;
    height: 149px;
}
#gear1CG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 149px;
    height: 149px;
}
#gear2_container {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 75px;
    left: 0px;
}
#gear2 {
	top: 0px;
    width: 115px;
    height: 115px;
}
#gear2Insert {
    position: absolute;
    width: 115px;
    height: 115px;
    top: 0px;
}	
#gear3_container {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0px;
    left: 93px;
}
#gear3 {
	top: 0px;
    width: 115px;
    height: 115px;
}
#gear3Insert {
    position: absolute;
    width: 115px;
    height: 115px;
    left: 0px;
    top: 0px;
}
#gear4_container {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 75px;
    left: auto;
    right: 0;
}
#gear4 {
	top: 0px;
    width: 115px;
    height: 115px;
}
#gear4Insert {
    position: absolute;
    width: 115px;
    height: 115px;
    left: 0px;
    top: 0px;
}

/* Medium devices (landscape tablets, 480px and up) */
@media only screen and (min-width: 480px) {
	#overlayText{
  		width: auto;
  	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#overlay .alert {
		font-size: 16px;
	}
	#overlay h4 {
		font-size: 24px;
	}
	.bubbleImg {
		display: inline-block;
	}

	#gears_wrap{
		width: 100%;
		min-height: 650px;
	}
	#gears {
		height: 655px;
		width: 685px;
    }
	#gear1_container {
	    width: 359px;
	    height: 359px;
	    top: 270px;
	    left: 160px;
	}
	#gear2_container {
	    width: 237px;
	    height: 237px;
	    top: 130px;
	    left: 0;
	}
	#gear3_container {
	    width: 237px;
	    height: 237px;
	    top: 20px;
	    left: 220px;
	}
	#gear4_container {
		width: 237px;
	    height: 237px;
	    top: 130px;
	}
	   
	#gear1 {
		width: 359px;
		height: 359px;
	}

	#gear1Insert{
	    left: 0px;
	    top: 0px;
		width: 359px;
		height: 359px;
	}    
	#gear1Compass {
		width: 359px;
		height: 359px;
	}     
	#gear1CG {
		width: 359px;
		height: 359px;
	}
	#gear2 {
		width: 237px;
		height: 237px;
	} 
	#gear2Insert{
		width: 237px;
		height: 237px;
	} 
	#gear3 {
		width: 237px;
		height: 237px;
	}
	#gear3Insert{
		width: 237px;
		height: 237px;
	}
	#gear4 {
		width: 237px;
		height: 237px;
	} 
	#gear4Insert{
		width: 237px;
		height: 237px;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	#gear1_container {
	    top: 270px;
	    left: 160px;
	}
	#gear2_container {
	    top: 130px;
	    left: 0;
	}
	#gear3_container {
	    top: 20px;
	    left: 220px;
	}
	#gear4_container {
	    top: 130px;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#gears {
		width: 750px;
    }
	#gear1_container {
	    top: 270px;
	    left: 200px;
	}
	#gear2_container {
	    top: 130px;
	    left: 0;
	}
	#gear3_container {
	    top: 20px;
	    left: 260px;
	}
	#gear4_container {
	    top: 130px;
	}
}
