/* Add here all your css styles (customizations) */
@import url("https://use.typekit.net/ipm7khr.css");

body {
font-family: acumin-pro, sans-serif;
font-style: normal;
font-weight: 100;}

.u-header u-header--static {background-color: #090f34;}
.g-bg-primary-dark-v3 {
  background-color: rgba(0, 0, 0, 0) !important; }
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0) !important; }

.livechat_icon {
  height: 55px;
  width: 87px;
}

.livechat_icon:hover{
  background-image: url(../images/live_chat_hover_87x55px-29.png);
  background-repeat: no-repeat;
  height: 55px;
  width: 87px;
}

#link img a
 {
 border:0;
 outline:none;
 border-style: none;
 }

.right {
  position: absolute;
  right: -20%;
}

/* logo */

.logo-wrapper {width: 100%; height: auto; }

@media screen and (max-width: 480px) {
    .logo {
         width: 250px;
    }
}


/* home page */
.header2 { 
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;}

/* Contact Page */
.livechat_icon_fill {
  height: 55px;
  width: 87px;
}

.livechat_icon_fill:hover{
  background-image: url(../images/live_chat_hover_87x55px_fill.png);
  background-repeat: no-repeat;
  height: 55px;
  width: 87px;
}

a.no_underline:hover{
    text-decoration: none;
}

.padding-bottom{
    padding-bottom: 20px;
}

/* Solutions Page */

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* custom_eLearning_LMS_solutions Page */

.elearning-panel {
    min-height: 345px;
}

.gridHeaderRow {
    background-color: #D6DCE4;
    color: black;
}

.gridHeaderRowCenter {
    background-color: #D6DCE4;
    color: black;
    border-right: solid;
    border-right-width: thin;
    text-align: center;
}

.gridFooterRow {
    border-top: solid;
    color: black;
}

.gridFooterRowAlt {
    color: black;
}

.gridDetailRow {
    color: black;
}

.gridDetailRowHeader {
    color: black;
    font-weight: bold;
}

.gridDetailRowAlt {
    color: black;
    background-color: #F2F2F2;
}

.gridDetailRowSP {
    color: black;
    background-color: yellow;
}

.gridHeader {
    font-size: x-large;
}

.gridDetailNegative {
    color: red;
}
.gridDetailYellow {
    background-color: yellow;
}

.no-print, .no-print * {
    display: none !important;
}

.rightBorder {
    border-right: solid;
    border-right-width: thin;
}

.gridCenter {
    text-align: center;
}

.gridItalic {
    font-style: italic;
}

.gridWidth {
    max-width: 1040px !important;
}

.gridWidthMenu {
    max-width: 1040px !important;
    color: #1F4E79;
    background-color: #D6DCE4;
}

.darkBlueText{
    color: #1F4E79;
    text-decoration: none;
}

.whiteText{
    color: white;
}

.yellowText{
    color: black;
}