body {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #2969A9;
}

input, textarea{
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.5;

}

a, a:hover, a:visited{
  color: #f0f000; text-decoration: none; text-transform: none
}

img {
    max-width: 100%;
    height: auto;
}

.img-responsive{
  display:block;
  max-width:100%;
  height:auto
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Lora';
  line-height: 1.15em;
  font-style: italic;
  font-weight: 700px;
}

h1{
  font-size: 44px;
  font-weight: 700px;
}

h2{
  font-size: 30px;
  font-weight: 700px;
  margin:1.5em 0;
}

h3,h4{
  font-size: 18px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}

figure{
  margin-left: 0;
  margin-right: 0;
}

figure img{
  border-radius: 10px;
}
.figure-caption {
    color: #eee;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }


.pull-left{
  float:left !important;
}

.pull-right{
  float:right !important;
}

.half-block{
  width:47%;
}

.container{
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
}


.content {
  padding: 10px 24px 20px 24px;
  background-color: #508AC5;
}

.topnav{
  padding: 5px 24px 20px 24px;
  background-color: #508AC5;
}

.topnav-item{
  padding: 4px 20px;
}

.topnav-item.selected{
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}

.cflag{
  border-radius: 28px;
  border:4px solid #fff;
}

.text-center {
  text-align: center;
}


.text-normal{
  font-style: normal;
}

.title{
  border-bottom: 1px solid #ffffff;
  padding:14px 0;
  margin:0;
  font-family: 'Lora';
  line-height: 1.15em;
  font-style: italic;
  font-weight: 700px;
  font-size:30px;
}

.title a{
  color: #ffffff;
}

.tagline{
  padding-bottom: 10px;
}

.lead{
  font-size: 20px;
  padding: 20px 0;
}

.table {
  border-collapse: collapse;
}

.table tbody{
  background-color: #EBEBEB;
  color: #000000;
}

.table thead{
  background-color: #CC0000;
  color: #ffffff;
}

.table td, .table th{
  border:1px solid #cecece;
  padding: 8px;
}

.table a {
    color: rgb(22,55,89);
}

.scrolloff {
    pointer-events: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a.button{
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

@media only screen and (max-width : 960px) {

  .title{
    font-size: 24px;
  }
  
  body{
    background-color: #508AC5;
    padding:0 24px;
  }

  .container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    
  }

  .content, .topnav{
    padding-left: 0px;
    padding-right: 0px;
  }
  .table{
    width:100%;
  }

  h1{
    font-size: 33px;
    font-weight: 700px;
  }
  
  h2{
    font-size: 24px;
    font-weight: 700px;
    margin:1.5em 0;
  }
  
  h3,h4{
    font-size: 18px;
  }  

}

@media only screen and (max-width : 700px) {
  .pull-right{
    float:left !important;
  }
  .half-block{
    width:100%;
  }

  .topnav-item{
    display: block;
    margin-bottom: 8px;
  }
  
}
