.content .container .maincontent ul li {
	font-size: 13px;
        margin-top: 15px;
        margin-left: 5px;
    list-style-type:square;
}
.noBullet ul li {
	font-size: 13px;
        margin-top: 15px;
        margin-left: 5px;
    list-style-type:none;
}
.indent {
	margin: 0 0 0 3%;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    z-index: 200;
}

#modal {
    position:absolute;
    top: 33%;
    left: 33%;
    max-width: 44%;
    background: rgba(0,0,0,1);
    border-radius:14px;
    padding:8px;
    opacity:1;
    z-index: 201;
}

.modal {
    overflow-y: scroll;
	overflow: scroll;
}

.modal-open {
    overflow: scroll;
}

.modal-open[style] {
    padding-right: 0px !important;
}
#content {
	border-radius: 8px;
	background: #ffffff;
	padding: 20px;
	width: inherit;
	opacity: 1;
	z-index: 202;
}
#close {
	position: relative;
	max-height: 25px;
	max-width: 25px;
	right: -45%;
	z-index: 203;
}
#closeSymbol {
	position: relative;
	height: 25px;
	width: 25px;
	z-index: 204;
}
#newslogo {
	color: black;
	font-family: 'Brush Script MT', cursive;
	font-size: 2em;
	font-weight: bolder;
}
.sub-title {
	font-size.5em;
	color: white;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-bottom: 25px;
}
.side-image {
	display: inline-block;
  	max-width: 50%;
    /*max-height: 80%;*/
	margin: 25px 10px;
}
.main-content-image {
	margin: 25px 0 10px;
}
.contact {margin-top: 35px;}
.success-story {margin-top: 15px}
img.centered {
    display: block;
    margin: auto auto;
    padding-bottom: 15px;
    padding-top: 15px;
 }
/*
#relSectors {
  margin: 0;
  padding: 5 0 0 0px;
}
*/
.relSectors {
  padding: 25px 0 0 0px;
}

/*
li#relSectors {
  margin: 0;
  list-style-type:none;
}

li + li#relSectors {
  margin-top: 2em;
}*/
