.title {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 15px;
}
.heading1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #1D2F77;
}
.iframecontainer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
    background-color: #1D2F770D;
    background-image: url(https://mycongruent.com/wp-content/uploads/2019/05/Artboard-1.svg);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: right 20px top 20px;	
}
.iframe {
    border: none;
    width: 100%;
    min-height: 10150px;
	overflow-y: auto !important;
}
.headercontainer {
    margin: 0px;
    left: 0px;
    width: 100%;	
  	content: "";
  	display: table;
  	clear: both;	
}
.header-column {
    float: left;
    background: #1D2F77;
}
.header-column1 {
    width: 25%;
	padding-top: 15px;	
	height: 65px;		
}
.header-column2 {
	width: 75%;
	padding-top: 25px;	
	height: 55px;	
    font-size: 28px;
    color: white;
    text-align: right;
}
.footercontainer {
    margin: 0px;
    left: 0px;
    width: 100%;
    content: "";
    display: table;
    clear: both;
    border-top-width: 4px;
    border-top-style: solid;
	border-color: #666D70;
}
.footer-column {
    float: left;
    background: #1D2F77;
}
.footer-column1 {
    width: 25%;
	padding-top: 15px;	
	height: 100px;		
}
.footer-column2 {
    width: 75%;
    height: 85px;
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: white;
    text-align: right;
	padding-top: 30px;
}
.exit {
	color: white;
}
.exit:hover {
	color: #f26722;
}