html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
 color: white;
  height: 100%;
  font-family: Arial;
}
img {
  height: 100%;
  max-width: 100%;
  width: 100%;    
}
.footer {   
  width: 100%;  
  min-height: 70px;
  background-color: #008add;
  text-align: center; 
  padding: 0;
  margin-top: 10px;
}

.button, .button:hover {   
  width: 77%;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  background-color: #6bbbeb;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  padding: 15px;
  border: 1px solid #9b9ea0;
  border-radius: 0px;
}

.container {
  margin-top: 3%;
}

.row-height {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.row > .column {
  position: relative;
  margin-bottom: -999px;
  padding-bottom: 999px;
}

/*transparent bar*/

/*.transparent {
  height:100%;
  width: 3%;
  background-color: black;
  opacity: 0.3;
  position: absolute;
  right:0;
  display: block;
}*/

.no-padding {
  padding: 0;
}

.coltext {
  background-color: #008add;
  height: 100%;
  padding: 30px 20px 20px 40px;
}

ul {
    margin: 15px 0;
    margin-left: 0px;
    padding-left: 30px;
}

li {
    list-style-image: url('../img/cross.png');
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    /*background: url('../img/cross.png') no-repeat scroll 0px 9px transparent;*/
}

a {
    padding-left: 20px;
    text-decoration: none;
    color: white;
}
.footer a {
  padding-left: 20px;
  text-decoration: none;
  color: white;
}

.footer p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}

p {
    padding-top: 10px;
    padding-right: 20px;
    font-size: 12px;
    margin: 15px 0;
    }

.bold {
  font-weight: bold;
  font-size: 14px;
  padding-left: 0;
}

.brand {
  position: absolute;
  top:10px;
  right: 10px;
  margin-bottom: 30px;
  width: 100px;
}

h3 {
      font-size: 18px;
}

#list ul li a:hover {
  color: white;
  text-decoration: none;
}

#list ul li a[data-info="main-link"]{
  font-weight: bold;
  font-size: 22px;
}


#footer {
  text-align: center;
  font-size: 12px;
  color: #0689d9;
  height: 100px;
  width: 100%;
}
#footer a:link {color: #0689d9;}
#footer a:visited, #footer a:hover,
#footer a:active {
  color: #0689d9;
}
.modal {
  color:#333;
}

.modal li {
  font-weight: normal;
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .container {
    width:100%;
  }
}

@media only screen and (min-width : 991px) and (max-width : 1200px) {
  .column h2 {
    font-size: 20px;
    margin: 0;
    margin-top: 20px;
  }
  .column h2:last-of-type {
    margin-top: 5px;
  }
}

@media (max-width: 500px) {
  .container {
    margin-top:0;
  }
}
