.bg-dark {
	background-color: #0091ea !important;
}


.bg-base-1 {
  background-color: #0091ea !important;
  color: #FFF !important;
}

.bg-base-2 {
  background-color: #8cbc01 !important;
  color: #FFF !important;
}

.bg-base-3 {
  background-color: #b0bec5;
  color: rgba(255, 255, 255, 0.9);
}

.bg-base-4 {
  background-color: #1d2125;
  color: #FFF;
}

.bg-base-5 {
  background-color: #FFF;
  color: #0A0814;
}
.bg-base-6 {
  background-color: #8cbc01;
  color: #fff;
}


.grad-1 {
background: #0091ea; /* Old browsers */
background: -moz-linear-gradient(-45deg, #0091ea 0%, #0091ea 22%, #aeea00 83%, #aeea00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #0091ea 0%,#0091ea 22%,#aeea00 83%,#aeea00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #0091ea 0%,#0091ea 22%,#aeea00 83%,#aeea00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091ea', endColorstr='#aeea00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.grad-2 {
background: #0091ea; /* Old browsers */
background: -moz-linear-gradient(-230deg, #0091ea 0%, #0091ea 22%, #aeea00 83%, #aeea00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-230deg, #0091ea 0%,#0091ea 22%,#aeea00 83%,#aeea00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(290deg, #0091ea 0%,#0091ea 22%,#aeea00 83%,#aeea00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091ea', endColorstr='#aeea00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sct-color-4 {
	background-color: #0091ea;
}
.whitetxt {
	color: #fff;
}

.bluetxt {
	color: #0091ea;
}

.bluedrktxt {
	color: #01579b;
}

.background-image-holder .holder-item-light p {
color: #fff;
}

.tickbox-icon {
	font-size:36px;
	color:#fff;
	margin-right: 18px;
}

.btn-styled {
	text-transform: none;
}


.btn-base-1 {
    color: #FFF;
    background-color: #0091ea;
    border: 1px solid #0091ea;
}

.vd--1,
.vd--2 {
  background-color: #8cbc01;
}

.font-size-lg-2 {
    font-size: 1.4rem !important;
}

.heading {
    color: #b0bec5;
}

.no-card-border {
    border: 0px;
    border-radius: 2rem;
    }
    
.card-body {
    padding: 3.5rem 3.5rem;
} 

.card-body-2 {
    padding: 1.5rem 1.5rem;
} 


.card {min-height: 428px; margin: 40px 0px;}

.slice-radius {
	border-radius: 1rem; 
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.line-height-1_0 {
  line-height: 1.0 !important;
}	


.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.big-icon {font-size: 250px; color: #b0bec5; }


#ISSBlog h1 {color: #0091ea; line-height: 1.2; }
#ISSBlog h2, h3, h5, h6 { color: #b0bec5; line-height: 1.2; }
#ISSBlog h3 {margin-top: 2rem;}
#ISSBlog h4 {color: #899aa2 !important; line-height: 1.2; margin-top: 2rem;}

.slice-blog {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
   
}


.alert-success {
    background-color: #fff;
    border-color: #eceff1;
    
}

.iss-tip {    
    font-family:"Open Sans",sans-serif;
    font-size: .7rem !important;
    line-height: 1rem !important;
    margin-bottom: 0px;
}

.tip {
    border-top: solid 1px #eceff1;
    border-bottom: solid 1px #eceff1;
    padding: 1rem 0rem;
    min-height: 60px;


}

.section-title .section-title-inner {
    margin: 0 0 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    color: #b0bec5;}
    

.tinylink  {
  color: rgba(255, 255, 255, 0.6);
}

.tinylink:hover {
  color: rgba(255, 255, 255, 1.0);
}

.tinylink:visited {
  color: rgba(255, 255, 255, 0.6);
}


/*dynamic buttons*/

a.btn-dyn {
    
display:inline-block;
padding:0.6em 3em;
border:0.16em solid #0091ea;
background-color: #0091ea;
margin:0 0.3em 0.3em 0;
box-sizing: border-box;
text-decoration:none;
text-transform:none;
font-family:'Open Sans',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align:center;
transition: all 0.15s;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a.btn-dyn:hover{
color:#fff;
border-color:#0378bd;
background-color: #0378bd;
}

a.btn-dyn:active{
color:#fff;
border-color:#0378bd;
background-color: #0378bd;
}


a.btn-dyn-green {
display:inline-block;
padding:0.6em 3em;
border:0.16em solid #8cbc01;
background-color: #8cbc01;
margin:0 0.3em 0.3em 0;
box-sizing: border-box;
text-decoration:none;
text-transform:none;
font-family:'Open Sans',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align:center;
transition: all 0.15s;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}

a.btn-dyn-green:hover{
color:#fff;
border-color:#01579b;
background-color: #01579b;
}

a.btn-dyn-green:active{
color:#fff;
border-color:#01579b;
background-color: #01579b;
}


@media all and (max-width:30em){

a.btn-dyn {
display:block;
margin:0.4em auto;
}
}
/*end dynamic buttons*/

