a {
	color: #2a6496;
}

@media (max-width: 959px) {
    .ikc-image-header {
        width: 100%;
        overflow: hidden;
        background-size: cover !important;
        background-position: center !important;
        min-height:350px;
    }


    .uk-h1, h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .uk-h2, h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 960px) {
    .ikc-image-header {
        width: 100%;
        overflow: hidden;
        background-size: cover !important;
        background-position: center !important;
        min-height:600px;
    }
}

.uk-form.ikc-form input, .uk-form.ikc-form textarea, .uk-form.ikc-form select {
  margin: 0 .25rem;
  min-width: 125px;
  border: 1px solid #eee;
  border-left: 3px solid;
  border-radius: 5px;
  transition: border-color .5s ease-out;
}

.uk-form.ikc-form input:optional, .uk-form.ikc-form textarea:optional, .uk-form.ikc-form select:optional {
  border-left-color: #999;
}
.uk-form.ikc-form input:required:valid, .uk-form.ikc-form textarea:required:valid, .uk-form.ikc-form select:required:valid {
  border-left-color: palegreen;
}
.uk-form.ikc-form input:invalid, .uk-form.ikc-form textarea:invalid, .uk-form.ikc-form select:invalid {
  border-left-color: salmon;
}
.uk-form input[type=checkbox]:checked:before {
        content: '';
        width: 8px;
        height: 8px;
        margin: 2px auto 0;
        border-radius: 50%;
}


/*
Stylize your dots with this class
*/
.dotify-dots {

}

/*
Use .dotify-extra-content to do what you'd like with the extra content
We recommend just hiding it
*/

.dotify-extra-content {
    display: none;
}

.ikc-image-square {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

@media only screen and (max-width: 959px) {
  .ikc-image-square {
    height: 50vw;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1219px) {
  .ikc-pull {
    position: relative;
    left: -50%
  }
  .ikc-push {
    position: relative;
    left: 50%
  }
}

.ikc-image-header {
  background-size: cover !important;
  background-position: center !important;
}

.ikc-image-fixed {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ikc-panel-transparent {
    opacity:0.85;
}

.ikc-image-padding {
    padding-top: 75%;
}

.uk-form.ikc-form input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.uk-form.ikc-form input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

.uk-form input[type=radio]:checked:before {
    background: none;
}


.ikc-webinar-header {
    position: absolute;
    z-index: -1;
}
@media only screen and (max-width: 660px) {
    .ikc-height {
        height: 120px;
    }
    .ikc-panel-space-large {
        padding: 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .ikc-height {
        height: 160px;
    }
    .ikc-panel-space-large {
        padding: 30px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    .ikc-height {
        height: 240px;
    }
    .ikc-panel-space-large {
        padding: 40px;
    }
}

@media only screen and (min-width: 961px) {
    .ikc-height {
        height: 320px;
    }
    .ikc-panel-space-large {
        padding: 60px;
    }
}

.ikc-box-shadow {
    -moz-box-shadow: 0px 10px 30px rgb(100,100,100);
    -webkit-box-shadow: 0px 10px 30px rgb(100,100,100);
    box-shadow: 0px 10px 30px rgb(100,100,100);
}

.BDC_CaptchaImageDiv > a {
    position: absolute;
    left: -1000px;
}

.landingpageTemplates textarea {
    font-family: monospace;
}

.ikc-logo-size {
    max-width: 200px;
    max-height: 100px;
}

.ikc-border-right{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
    .ikc-logo-size {
        max-height: 50px;
    }
}

.home-menu-highlight{
    background-image: linear-gradient(to left, #459c3c 0%, #505050 60%, #505050 100%) !important;
}

.image-zoom-in {
    position: relative;
    display: inline-block;
    min-height: 100px;
}

.image-zoom-in img {
    transition: transform 1s ease;
    position: relative;
}

.image-zoom-in:hover img {
    transform: scale(2.5) translate(-50%, 50%);
    transform-origin: center center;
    z-index: 999999!important;
}

.image-zoom-in img:not(:hover) {
    transition-duration: 0.3s;
    transform: none;
    z-index: 999999!important;
}

.ikc-hp{
    display: none !important;
}

.uk-container{
    max-width: 100%;
}

/*--------------------------- DESIGN CHANGES-----------------------*/
/*
Darkest:    #595857 (Primary color)
Light4:     #BFBEBA
Light3:     #D9D7D2
Light2:     #E6E4DF
Light1:     #F2F0EB
Creme:      #D9CEC3
Pinky:      #D9CED1
Bluey:      #70868C
*/
.dark-bg-color{
    background: #505050;
}
.dark-bg-font{
    color: #F2F0EB !important;
}
.dark-bg-hover:hover{
    background: #484848 !important;
}
.light-bg-color{
    background: #F2F0EB !important;
}
.table-custom-striped tbody tr:nth-child(even){
    background: #E6E4DF;
}
.table-custom-striped tbody tr:nth-child(odd){
    background: #F2F0EB;
}
.table-custom-striped thead tr {
    background: #D9D7D2 !important;
}
