/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*Cogpit SCSS*/
/* About the Platform/Service Modules on mobile*/
@media screen and (max-width: 767px) {
  #main-desktop, #awareness-management-desktop, #grc-desktop, #team-management-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main-mobile, #awareness-management-mobile, #grc-mobile, #team-management-mobile {
    display: none;
  }
}
/* Hide Desktop Menu on mobile */
@media screen and (max-width: 768px) {
  #menu-6409-particle, #menu-4561-particle, #menu-4240-particle, #menu-6703-particle {
    display: none;
  }
}
/* Hero image background on mobile */
/* #g-intro {background-position: center center!important;} */
/* Change the default tap highlight color for Chrome mobile */
/* Remove the blue highlighting of elements in chrome when clicking */
html {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none !important;
}
.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* News tab - Article's image style */
.g-array-item {
  border-radius: 6px;
  background-color: black;
  scale: 0.9;
}
.g-array-item-image {
  /*padding:20px; 
margin:20px;*/
}
.g-array-item-image img {
  border-radius: 3px;
  /*scale:1.05;*/
}
/* Full Article Image - 100% wide */
figure {
  margin: 0px;
  /*1em 40px*/
}
/* Full Article Image - Border radius */
figure img {
  border-radius: 6px;
}
/*# sourceMappingURL=custom_14.css.map */