html,body {
    padding:0;
    margin:0;
    
}

#header{
    background: rgba(51, 51, 51, 0);
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    z-index: 999;
    padding: 18px 0 8px 0;
    font-size: 16px;
}

#header .container{
    width: 100%;
    margin: 0;
    padding: 0 40px;
    float: left;
}

#logo {
    margin-right: 50px;
    float: left;
}

#logo img {
    max-height: 38px;
    width: auto;
    transform: translate3d(0, 0, 0);
}

img {
    max-width: 100%;
}

#navigation { 
    margin-top: 4px;
}

#naviagtion ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#navigation ul li {
    margin: 0 3px;
    position: relative;
    display: inline;
}

#navigation ul li i {
    font-size: 14px;
    top: 0;
    padding-right: 5px;
}

.first{
    background-image: url(/images/hero-bg.jpg);
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

/* PROFILE */
.profile {
    width: 90%;
    border-radius: 8px;
    height: auto;
    max-height: 100%;
    padding: 35px;
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
}

.wrap {
    font:12px Arial, san-serif;
   
}
h1.likert-header {
  padding-left:4.25%;
  margin:20px 0 0;
}
form .statement {
  display:block;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0 4.25%;
  margin-bottom:10px;
}
form .likert {
  list-style:none;
  width:100%;
  margin:0;
  padding:0 0 35px;
  display:block;
  border-bottom:2px solid #efefef;
}
form .likert:last-of-type {border-bottom:0;}
form .likert:before {
  content: '';
  position:relative;
  top:11px;
  left: 4.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:84%;
}
form .likert li {
  display:inline-block;
  width:13%;
  text-align:center;
  vertical-align: top;
}
form .likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-6px;
  
}
form .likert li label {width:100%;}
form .buttons {
  margin:30px 0;
  padding:0 4.25%;
  text-align:right
} 
form .buttons button {
  padding: 5px 10px;
  background-color: #67ab49;
  border: 0;
  border-radius: 3px;
}
form .buttons .clear {background-color: #e9e9e9;}
form .buttons .submit {background-color: #67ab49;} 
form .buttons .clear:hover {background-color: #ccc;}
form .buttons .submit:hover {background-color: #14892c;} 