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-heading-large {
//        font-size: 28px;
//        line-height: 32px;
//    }

    .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-heading-large {
//        font-size: 38px;
//        line-height: 44px;
//    }
}

.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%;
//        background: #00a8e6;
}

/*  background: url("/images/check.svg") no-repeat 95% 50%;
  background-size: 25px;
}
.uk-form.ikc-form input:focus:invalid {
  background: url("/images/tnt.svg") no-repeat 95% 50%;
  background-size: 45px;
}*/
/*
.uk-text-large {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}
*/
//.uk-navbar-nav > li > a {
//    font-size: 14px;
//}


/*
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;
}

//.uk-overlay-panel {
//    color: #000;
//}

.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;
}

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