 
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px !important;
  height: 300px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;

}

/* Do a horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #003876;
  color: white;
  transform: rotateY(180deg);
  padding-left: 3px;
  padding-right: 3px;

}

/*title on flip card*/
.cardtitle {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, .7);
}

/*Styles for ASM Profile page*/
.ASMProfile a{
	text-decoration: none;
	font: "Monserrat", Open Sans, Arial;
}
.ASMProfile .panel-heading.Distinguish{
	padding-bottom:0;
}


.ASMProfile .rgRow{
	font-size: 18px;
	font-family: "Monserrat", Open Sans, Arial;
	color: #003876;

}

.ASMProfile .panel-body .PanelBody{
	padding: 1px;

}
/*Company name in ASM Profile*/

.ASMName .rgRow{
	font-size: 200%;
	font-family: "Monserrat", Open Sans, Arial;
	color: #003876;
	font-weight: bold;
}



/* css style for Query Menu iPart */
.noHdr thead,.noHdr .GridTitlePanel{display:none;}
.noHdr .RadGrid{border:0;}
.noHdr .rgSelectedRow{background-color:transparent!important;border-color:transparent!important;color:#000!important;}
.noHdr .rgSelectRow td{border:0!important;}

/*Store*/
.StoreCats a{
	text-decoration: none;
	font: 1em "Segoe", Arial, sans-serif;
	font-size: 18px;
}
.StoreCats .panel-heading.Distinguish{
	padding-bottom:0;
}


/* CSS style for store images */
.pImg{
	float:left;
	width:200px;
	height:240px;
	margin-right:.5em;
}
/* CSS style for ASM scroll images */
.scrollImg {

    width:  200px;
    height: 200px;
    margin-right: 1em;
    margin-left: 1em;
    object-fit: scale-down;
	
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #003876;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    }
    #topBtn: hover {
    background-color: #69565b;
}

h2,h2.panel-title {
	color: #003876;
	font-size: 170%;
	border-bottom: 1px solid #afafaf;
}

h3 {
	color: #003876;
	font-size: 170%;
	
}

/*ordered & unordered lists*/

ul.open {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}
ul.none {
	list-style: none;
}

ol.a {
	list-style-type: lower-alpha;
}

ol.i {
	list-style-type: lower-roman;
}
ul, ol {
margin-top:0;
/*padding-left: 0; commented out by CM*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.light-context{
	color:#003876;
}
.light-context a{
	color:#003876;
}
.light-context h1{
	color:#003876;
}
.light-context h2{
	color:#003876;
}
.light-context h3{
	color:#003876;
}
.light-context h4{
	color:#003876;
}
.light-context h5{
	color:#003876;
}
.light-context h6{
	color:#003876;
}	
body{
	font-size:16px;
	font-family:Montserrat,"Open Sans",Arial,Roboto;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

* {
box-sizing: border-box;
}
.flex-container {
display: flex;
flex-wrap: wrap;
}
.flex-item-left40 {
padding: 10px;
flex: 40%;
}
.flex-item-right60 {
padding: 10px;
flex: 60%;
}

.flex-item-left {
padding: 10px;
flex: 50%;
}
.flex-item-right {
padding: 10px;
flex: 50%;
}

.flex-item-left60 {
padding: 10px;
flex: 60%;
}
.flex-item-right40 {
padding: 10px;
flex: 40%;
}
.flex-item-30 {
    padding: 10px;
    flex: 30%;
    }

.flex-item-25 {
    padding: 10px;
    flex: 25%;
    }
	

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
.flex-item-right, .flex-item-left, .flex-item-right40, .flex-item-left60, .flex-item-right60, .flex-item-left40, .flex-item-right, .flex-item-left, .flex-item-30, .flex-item-25{
flex: 100%;
}
}

.hcenter {
	display: flex;
	justify-content: center;
}

.vcenter {
	display: flex;
	align-items: center;
}