
html, body{
  height:100%;
  margin:0;
	padding:0;
}

body{
	color:#c2d0d2;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:16px; 
	line-height:1.5em;
	background:#CCC;
}

h1{
  font-family: 'PT Sans', Arial, sans-serif;
  color:#abc3d9;
  font-size: 18px;
  line-height: 1.0;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 5px;
}

h2{
  font-family: 'PT Sans', Arial, sans-serif;
  color:#abc3d9;
  font-size: 17px;
  line-height: 1.0;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 5px;
}

p{
  font-family: 'PT Sans', Arial, sans-serif;
  color:#c2d0d2;
  font-size: 16px;
  line-height:1.5;
}

a.txt_link:link{
  text-decoration:none;
  font-size: 16px;
  font-weight: bold;
  color:#e05198;
}

a.txt_link:visited{
  color:#e05198;
  text-decoration:none;
}
a.txt_link:hover{
  text-decoration:underline;
  color:#d2066c;
}
a.txt_link:active{
  text-decoration:underline;
  color:#d2066c;
}


.cntBoxline{
  width: 100%;
  border-top: 1px dashed #ffebc2;
  margin-bottom: 10px;
}

.pagewrap{
  min-height:100%;
  position:relative;
  background:#141a21;   
  margin: 0 auto;
  overflow:hidden;
}

.header{
    background:#1f2833;
    width:100%;
    padding-top: 5px;
    height: auto;   
}

.header_inside{
  margin: 0 auto; 
  max-width: 700px;  
  text-align: center; /* center logo */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img_resp_header{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.main_box{
  margin: 0 auto;
  text-align: center;  
  max-width: 680px;
  overflow:hidden;  
  min-height: 700px;
}

.content_box{
  border: 1px solid #748aa6;
  background:#3a4c59; 
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;   
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-shadow: 0 10px 6px -6px #000;
     -moz-box-shadow: 0 10px 6px -6px #000;
          box-shadow: 0 8px 6px -6px #000;
}

.content_box_inner{
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.text_box{
  width: 100%;
  font-family: 'PT Sans', Arial, sans-serif;
  color:#d4e3e5;
  font-size: 16px;
  line-height:1.5;  
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.text_box p{
  margin-bottom: 10px;
}

.text_box a{
  font-size: 16px;
  font-weight: bold;
  text-decoration:none;
  color:#ffebc2;
}

.text_box a:hover{
  color:#ed2c1a;
  text-decoration:underline;
}

.text_box a:active{
  color:#ed2c1a;
  text-decoration:underline;
}

.text_box a:visited{
  color:#ffebc2;
  text-decoration:none;
}

.spacer{
  margin-top: 10px;
}

.social_box {
  margin: 10px auto 0 auto;  
  max-width: 100%;   
}

.social_box ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.social_box ul li {
  list-style: none;
  float: left;
  text-align: center;
  width: 32.3%;  
  margin-right: 1%;
  height: 70px;
 }

.social_box ul li:last-child{
  width: 33.3%;
  margin-right: 0;
}

.social_box ul li a{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #3a4c59;
  background-image: linear-gradient(to bottom, #3a4c59 0%, #536c7e 100%);
  border: 1.5px solid #748aa6;
  border-radius: 10px;
}

.social_box ul li a:hover, .social_box ul li a:active{
  background: #3b5060;
  background-image: linear-gradient(to bottom, #3b5060 0%, #56748b 100%);
  border: 1.5px solid #7f9bbb;
}

.social_box img{
  position: absolute;
  margin-top: 10px;
  margin-left: -25px; /* Half the width */
}
  
.img_resp{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #748aa6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img_box{
  max-width: 700px;
  margin: 0 auto;
  display: inline-block;    
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.heading{
  margin: 0 auto;
  text-align: center;  
  border-bottom: 1px dashed #abc3d9;
  margin-bottom: 10px;
}

.grid_container {   
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5%;
  margin-bottom: 20px;
}

.grid_container img { 
  width: 49%; 
  height: auto; 
  border: 1px solid #bbb;
  border-radius: 10px;
  box-sizing: border-box; 
}

.grid_container img:nth-child(1) { 
  margin-right: 2%;
  margin-bottom: 2%;
}

.grid_container img:nth-child(2) { 
  margin-bottom: 2%; 
}

.grid_container img:nth-child(3) { 
  margin-right: 2%; 
}

.footer{
  width:100%;
  min-height:100px;   /* footer height */
  background:#1f2833;
  border-top:1px solid #3c506b;
  margin-top: 10px; 
}

.footer_inside{
  margin: 0 auto;
  overflow: hidden;
  /* background:#fff; */
  max-width: 700px;
  box-sizing: border-box;
}

ul.footlist{
  list-style: none; /* remove dots */
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
  /* background:#fff111; */
}

ul.footlist li{
  width: 49.5%;
  display: inline-block;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  /* background: #ccc; */
}

ul.footlist li:nth-child(-n + 2){  /* first two */
  border-bottom: 1px dashed #537fa4;
}


ul.footlist li a{
  display: block;
  padding-top: 8px;
  height: 38px;
  box-sizing: border-box;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  color:#537fa4; 
  
}

ul.footlist li a:hover, ul.footlist li a:active{
  color: #9dc0de;
  /* background: #a2dbe4;
  transition: 0.4s ease background; */ 
}

.footcopy{
  width: 100%;
  text-align: center;
  border-top:1px solid #537fa4;
  padding: 10px 0;
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  color:#537fa4;
}

.footcopy a{
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  color:#537fa4; 
}

.footcopy a:hover, .footcopy a:active{
  color: #9dc0de;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border: 1px solid #748aa6;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width :740px){
  .content_box{
    width: 96%;
  }

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

  ul.footlist li{
  width: 100% !important;
  }

  ul.footlist li:nth-child(-n + 3){  /* first three */
  border-bottom: 1px dashed #6f9ea7;
  }

}