.section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  height: 30px;
  justify-content: flex-end;
  border-bottom: 3px solid #cc6767;
  background-color: #c40c3c;
}

.section-2 {
  position: fixed;
  top: 33px;
  background-color: #FFF;
  width: 100%;
  z-index: 2;
  border-bottom: 3px solid #0064a0;
  left: 0px;
}

.section-2 img {
  left: 0px;
  display: block;
  margin-top: 0px;
  margin-left: 5px;
  float: left;
  height: 60px;
}

.section-3 {
  left: 0px;
  position: absolute;
  top: 75px;
  z-index: 0;
  overflow: visible;
  background-color: #0064a0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.section-3 p{
  line-height: 20px;
}

.body_section{
  position: absolute;
  top: 300px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  z-index: 0;
  left: 0px;
}

.section-4 {
  
  left: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  height: 100%;
  
}

.section-5 {
  position: static;
  top: 500px;
  /* height: 300px; */
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  background-color: #0064a0;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.three_columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  
  padding-top: 20px;
}

.section-5 a{
  color: #fff;
  text-decoration: none;
}

.section-5 h1{
  font-size: 1.25rem;
}

.bottom_text {
	vertical-align: middle;
}

.container {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  width: 169px;
  font-family: Montserrat, sans-serif;
}


.margin60 {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.telephone_block {
    margin-top: 5px;
    padding-top: 5px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

.telephone_block a{
    color: #fff;
	text-decoration: none;
}

.tableDiv{
  padding-bottom: 20px;
}

.tableDiv table{
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.tableDiv th{
	font-size: 25px;
	padding: 2px;
	color:#5882FA;
}

.tableDiv tr, td{
	  padding: 2px;
      border: 1px; 
      border-collapse: collapse;
	  vertical-align: middle;
	  table-layout: fixed;
	  color:black;
}

.centerTableText table{
	text-align: center;
}

.leftAlignTableText table{
	text-align: left;
}


.documents_table a{
  color: black;
}

.callFree {
	bottom: 20px;
	font-family: Montserrat, sans-serif;
	text-align: center;
}

.callFree a{
	color: black;
	text-decoration: none;
}

.div-block-2 {
	top: 3px;
	position: relative;
	height: 36px;
    background-color: #c40c3c;
}

.white_underline p{
	border-style: none none solid;
	border-width: 1px;
	border-color: #fff;
}

@media (max-width: 820px) 
{
	.margin60 
	{
		width: 90%;
	}
	
	.three_columns {
	  grid-template-columns: 1fr;
	  grid-gap: 5px;
	}
	
	.section-3 {
	  font-size: .75rem;
	}
	
	.section-4 {
	  grid-template-columns: 1fr;
	}
	
	table {
		width: 100%;
	}
	
	.body_section{
	  width: 100%;
	}

}

@media only screen 
	and (min-device-width: 320px)
	and (max-device-width: 480px){
	.margin60 
	{
		width: 90%;
	}
	
	.three_columns {
	  grid-template-columns: 1fr;
	  grid-gap: 5px;
	  font-size: .75rem;
	}
	
	.section-3 {
	  font-size: .75rem;
	}
	
	.section-4 {
	  grid-template-columns: 1fr;
	}
	
	table {
		width: 100%;
	}
	
	.body_section{
	  width: 100%;
	  
	}
	
	.telephone_block {
    margin-top: 0px;
	}
}