body{
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
}
.structure {
	z-index: 2;
}
.container-info {
	margin-top: 60px;
}
.container-info.tks {
	margin-top: 0;
}
.header {
    /*height: 85px;*/
    background: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
}
.header-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
}
.header-logo {
	padding: 20px 0;
}
.header-logo svg {
  fill: #ffffff;
  width: 182px;
}
.header-logo img {
	width: 182px;
}
.title,
.info-text.tks  {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    color: #00498d;
    /*text-transform: uppercase;*/
}
.sub-title,
.info-text {
	font-size: 22px;
	font-weight: 300;
  color: #333333;
}
.info-text.tks {
	text-transform: none;
	margin-bottom: 60px;
}
.sub-title {
	margin-bottom: 25px;
}
.form-title {
    font-size: 26px;
    font-weight: 300;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #2a3138;
}
fieldset {
	font-weight: 300;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    max-width: 83%;
    margin-bottom: 5px;
    font-weight: 700;
    vertical-align: top;
}
.options {
  padding: 6px 0px; 
}
.options input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    transition: 0.2s all linear !important;
    outline: none;
    position: relative; 
}
.options input[type="radio"]:checked:after {
   border-radius: 50% 50%;
   background-color: #00498d;
   content: '';
   display: block;
   width: 12px;
   height: 12px;
   position: relative;
   left: 4px;
   top: 4px;
}
.options input[type=radio] {
    display: inline-block;
    outline: none;
}
.options label {
    margin: auto 10px;
    display: block; 
}
.options .label-text {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    display: inline-block;
    margin-left: 10px;
}
.options .txt-area{
	padding-left: 35px;
}
.submitBtn, 
.submitBtn:focus {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  width: 255px;
  height: auto;
  padding: 15px 25px 12px;
  border-radius: 3px 3px;
  background-color: #00498d;
  transition: 0.2s all linear;
  margin: 40px 0;
  text-align: center; 
}
.submitBtn:focus {
	outline: none !important; 
}
.submitBtn:link, .submitBtn:visited, .submitBtn:active {
	text-decoration: none; 
}
.submitBtn:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #00498d;
	border-color: #00498d;
	color: #fff; 
}
a.back_to_site {
	color: #00498d;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
}
.error-msg {
  background-color: #FCD7DE;
  border-radius: 10px;
  border: 1px solid #ed541d;
  padding: 0px 20px;
  margin: 30px 0; 
}
.error-msg .msg-header {
	color: #c00;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}
.error-msg .msg-sub-header {
	font-size: 18px;
	font-weight: 300; 
}
.error {
  border: 2px solid red;
  background-color: red; 
}
footer {
	background: #333333;
	z-index: 2;
  margin-top: 60px;
  position:relative;

}

.landing-footer {
   padding: 40px 0;
}
.landing-footer p {
    color: #cccccc;
    font-size: 12px;
    line-height: 16px;
}
.landing-footer a:first-child {
	margin: 0 6px 0 0;
}
.landing-footer .logo {
	margin-right: 8px;
}
.landing-footer a {
	text-decoration: none;
	color: #cccccc;
	margin: 0 6px;
}
.landing-footer a:hover {
	color: #f0f0f0;
}
.landing-footer .title {
	color: #cccccc;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.landing-footer h4 {
    margin: 0 0 20px;
}
.landing-footer p {
	line-height: 22px;
}

@media(max-width: 768px) {
	.header {
		padding: 0;
	}
	.container-info {
	    margin-top: 40px;
	}
	footer {
    	margin-top: 40px;
	}
}

@media(max-width: 320px) {
	.header {
		height: auto;
	}
	.submitBtn,
	.submitBtn:focus  {
	  width: auto;
	}
}