﻿@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gotham Book";
    font-weight: bold;
    src: url("../fonts/Gotham Book Regular.otf") format("opentype");
}

html {
    padding-bottom: 60px;
}

body {
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
     font-family: 'Gotham', Helvetica, Arial, sans-serif !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height:570px;

}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
button,
a,
textarea {
    /*max-width: 300px;*/
}

/**/
.sticky-footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 6px 20px 6px;
    text-align: center;
    /*border-top: 1px solid #eee;*/
    background: #fff;
}

label{
    margin-top:14px;
}

.kfcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.kfcontent {
    padding-top: 60px;
    padding-bottom: 40px;
}

.u-dark {
    color: #FFF;
    background-color: #FFF;
}



.kf-divider {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-top: 40px !important;
    margin-bottom: 14px !important;
    line-height: 0;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    background-color: transparent;
    display:inline-block;
    height: 1px;
   
    z-index: 1;
}
.kf-divider span {
    position: relative;
    cursor:default;
    top: -3px;
    font-size: 14px;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
}

.kf-row-padding 
{
    padding-left: 10px;
    padding-right: 10px;
}

.kf-button {
    border: none;
    border-bottom: 3px solid #11634d;
    color: black;
    padding: 5px;
    text-transform: uppercase;
    text-align:center;
    background-color: transparent;
    cursor:pointer;
    min-width:100px;
    margin: 5px 5px 5px 5px;
}
        
.kf-button .kf-alt {
        border-bottom-color: #b6bc0c;
    }

a.kf-button {
    text-decoration: none;
    display: inline-block;
}

.kf-button:focus,
.kf-button:hover {
    border-bottom-color: #b6bc0c;
}

.kf-button[disabled] {
    cursor: not-allowed;
    border-bottom-color:gray;
    color: gray;
}

select.kf-dropdown::-ms-expand {
    display: none;
}

.kf-dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('Images/down_arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    -moz-appearance: none; /*In Firefox*/
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}
.kf-dropdown:hover {
    background-image: url('Images/down_arrow_hover.png?v=1234');
}


.required::after {
 content: "*";
 /*position:absolute;
 right:0px;
 top:10px;*/
}

input[required]:invalid, select[required]:invalid
{
    border-left-color:red !important;
    border-left-width:2px !important;
}

input[required]:valid, select[required]:valid
{
    border-left-color:green !important;
    border-left-width:2px !important;
}

@media (max-width: 750px) and (min-width: 0) and (orientation: portrait)
.kf-header-tool {
    hight: 56px;
    max-height: 56px;
    width: 170px; 
}


/**/


.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.wrapper_nopading
 {	
  margin-top: 40px;
  margin-bottom: 40px!important;
}


.form-signin {
    max-width: 380px;
    padding: 15px 15px 45px;
    margin-top: 40px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 20px;
	}

	.checkbox {
	  font-weight: normal;
}

    .btn-lg
    {
        border-radius: 2px;

    }

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    border-radius: 2px;
}
		/*@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}*/

.box-centered{
    /*width:100%;

    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    display:box;
    box-pack:center;
    box-align:center;*/
    position: relative;
    margin: 10px;
    min-height: 25px;
}

    .box-centered * {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.box-leftaligned{
    width:100%;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:start;
    -moz-box-align:start;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:start;
    -webkit-box-align:start;

    /* W3C */
    display:box;
    box-pack:start;
    box-align:start;
}



	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}



/**/



/**/

.ConsentTitle {
    font-weight:600;
}

/**/


/* Main */

.main{
margin-bottom:10px;
}

.whity{
background:#fff;
}

.main blockquote{
border-left:0px;
}

.main blockquote p,.main blockquote small{
font-size:12px;
padding-left:30px;
}
/* end Main */

/** Loading panel */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.linked-in-btn {
    margin: auto;
    margin-top: 24px;
    width: 176px;
}

.form-signin input {
    max-width: none;
}

.form-signin .kfButton {
    width: 100% !important;
}

.text-danger {
    color: #e80404;
}

.status {
    max-width: none;
}

    .status h2 {
        text-align: center;
    }

.status-button {
    margin: 0 auto; 
    margin-top: 25px;
    width: 120px;
}


.linked-in-opt-in-header {
    margin: 0 auto; 
    max-width: 600px;
}

.linked-in-opt-in-header .images {
    margin: 0 auto; 
    max-width: 600px;
}

.linked-in-opt-in-header .heading {
    color: #40837c;
    font-weight: bold;
}

.linked-in-opt-in-header .sign-in-btn {
    max-width: 300px;
    margin: 0 auto;
}

.center-inline {
    margin-left: auto;
    margin-right: auto;
}

    .center-inline > * {
        display: inline-block;
    }

.kf-cookie-banner {
    padding: 17px 0;
    text-align: center;
    color: #fff;
    background-color: #333333;
    width: 100%;
    position: static;
}

    .kf-cookie-banner.kf-bottom {
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
    }

    .kf-cookie-banner p {
        margin: 0;
    }

    .kf-cookie-banner .kf-close {
        color: #fff;
        font-weight: 900;
        font-size: 22px;
        float: right;
        margin-right: 23px;
        margin-top: -5px;
        margin-bottom: -5px;
        text-decoration: none;
    }

    .kf-cookie-banner a {
        color: #558dbd;
    }

.kf-authtop-header a img {
    max-width: 60%;
    padding-top: 6px;
    vertical-align: baseline;
}

.navbar {
    border: none;
}

.navbar-default {
    background-color: transparent;
}

.navbar-nav {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #f5f5f5;
}

.navbar-right {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #f5f5f5;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.error-message{
    color:red;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    margin-top: 6px;
}

.text-info {
    color: #31708f !important;
}