body{
	margin-bottom:10px;
	margin-top:10px;
	overflow-wrap: break-word;
}

.row-green {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: white;
    border: 8px solid #7ab061;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    -o-box-shadow: 10px 10px 5px #888;
    -ms-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
	min-width:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-top:1.5em;
}

.container
{
	width:97%;
}

.row-grey {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: white;
    border: 4px solid #265172;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
	max-width:430px;
	max-height:auto;
	min-width:430px;
	min-height:auto;
    margin: 0 auto;
	margin-bottom:15px;
	padding-bottom:1.4em;
}

@media screen and (min-width: 1200px)
{
	.row-grey{
		float:right	
	}
}

@media screen and (min-width: 1367px)
{
	.row-grey{
	max-width:calc(450px + 2rem);
	max-height:auto;
	min-width:calc(450px + 2rem);
	min-height:auto;
	}
}

@media screen and (max-width: 767px) {
	.row-grey {
	max-width:450px;
	min-width:10vw;
	max-height:auto;
	min-height:auto;


}
}

.title {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #265172;
  font-size: 34px;
  font-weight:bold;
  margin-top:0.4em;
}


@media screen and (max-width: 768px) {
.title {
	float:left;
}
}

.image_title {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #265172;
  font-size: 22px;
  text-decoration: underline;
  margin-bottom:10px;
  padding-top:0.5vw;
  font-weight: bold;
  width:100%;
}


hr {
    color: #265172;
    border-bottom-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(128, 128, 128);
    border-right-color: rgb(128, 128, 128);
    border-bottom-color: rgb(128, 128, 128);
    border-left-color: rgb(128, 128, 128);
    background-color: rgb(128, 128, 128);
	margin-top:1vw;
}

.logo
{	
	width:150px;
	height:auto;
}

@media screen and (max-width: 1200px) {
	.logo
	{	
	 display: block;
    margin: 0 auto;
	}
}


h3 {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #929292;
    background-color: white;
    font-size: 14px;
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin:50%:
}

.subtitle
{   
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #929292;
    background-color: rgba(200, 54, 54, 0);
    font-size: 16px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin-left:3vw;
	margin-top:2vw;
}

a {
    color: #0D3651;
	/*cursor: auto;*/
    text-decoration: underline;
}


h2 {
	font-size: 16px;
	font-weight: bold;
}

.footer
{
	padding:10px;
}

@media screen and (min-width: 992px) {
	.image_link_padding
	{
		padding-left:1vw;
	}
}

.img-responsive
{
	min-width:25px;
	min-height:auto;
}

.normal-text
{
	font-size: 13px;
}

.padded
{
	margin-left:0.8vw;
}

ul
{
	padding-left:5em;
	list-style-type: square;
}

.pdf_image
{
	margin-right:10px;
	width:25px;
	height:auto;
	top:-3px;
}

.link_image
{
	margin-right:6px;
	width:20px;
	height:auto;
	margin-bottom:4px;
	  color: #265172;
}


  .table > tbody > tr > td {
     vertical-align: middle;
}

@media screen and (min-width: 1200px) {
	table
	{
		margin-left:1.4vw;
	}
}

h5{
	color: #265172;
    font-size: 16px;
	margin-top:0;
}

.borderless td, .borderless th {
    border: none !important;
}





