html, body{
      padding:0;
      margin:0;
      font-family: 'Open Sans', sans-serif;
      background-size: cover;
}
.footer{
	min-width:100%;
  max-width: 100%;
}

.page {
      max-width: 1300px;
      margin:0 auto;
 }

.no-padding{
	padding-top:0px;
	max-width: 1300px;
    margin:0 auto;
	align-content: center;
}

.ccnews{
	padding:20px;
	background-color: #DCDDDE;
}

.latest-research ul li{
     margin-left:20px;
 }

img {
	display: block;
	margin:0 auto;
}
 hr {
  max-width: 1300px;
    background-color: grey;
}

.latest-research ul li{
     margin-left:20px;
 }


p {
  font-size: 1em;
  line-height: 1.6em;
}

.p2 {
  font-size: 1em;
  line-height: 1.6em;
}

.p2 a{
	text-decoration: none;
	color: #000;
  font-size: 1em;
  line-height: 1.6em;
}

.p2 a:hover{
	text-decoration: none;
	color: #7F3F97;
  font-size: 1em;
  line-height: 1.6em;
}

.p3 {
	text-align: center;
  font-size: 1em;
  line-height: 1.65em;
}


.p4 {
  text-decoration: none;
  color: #000;
  font-size: 1em;
  line-height: 1.2em;
}
.p4 a{
  text-decoration: none;
  color: #000;
  font-size: 1em;
  line-height: 1.2em;
}

.p4 a:hover{
	text-decoration: none;
	color: #7F3F97;
  font-size: 1em;
  line-height: 1.2em;
}

.p5 {
  font-size: .9em;
  line-height: 1.3em;
}

.p5 a{
	text-decoration: none;
	color: #7F3F97;
}

.p5 a:hover{
	text-decoration: none;
	color: #004987;
}

.p6 {
	font-style: italic;
	color:#606060;
  font-size: .8em;
  line-height: 1.em;
}

h4 {
      text-align: left;
      font-weight: bolder;
      font-size: 1.35em;
      line-height: 2em;
 }

h4 a{
      color:#000;
	text-decoration: none;
 }

h4 a:hover{
    text-decoration: none;
	color: #7F3F97;
 }

li.a {
  color:#000;
}

li.a:hover {
  color:#7F3F97;
}

.center{
	text-align: center;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bullet ul li{
     margin-left:20px;
 }

.idea{
	background:#000;
}
.guide{
  vertical-align: center;
  justify-content: center;
}

.footer {
  display: grid;
  grid-column: 1 / -1;
  grid-row-start: 9;
  margin: auto;
  grid-template-columns: minmax(20px,300px) minmax(20px,300px) minmax(20px,300px) minmax(20px,300px);
  justify-content: center;
  grid-template-rows: 1fr, 40px, 1fr;
  background-color: #7E57C5;
  color: #fff;
 }

.footer > div{
  padding:20px;
}

.footer{
	min-width:100%;
    max-width:100%;
}

.p8{
	color:#fff;
	font-size:.75em;
	line-height: 1em;
}

.p8 a{
	color:#fff;
	text-decoration:none;
}

.p8 a:hover{
	color:#DCDDDE;
	text-decoration:none;
}

.foot4{
	text-align: center;
	color:#fff;
	  font-size: 1em;
	text-decoration:none;
}

.foot4 a{
	color:#fff;
	text-decoration:none;
}

.foot4 a:hover{
	color:#DCDDDE;
  	text-align: center;
}
.copyright{
  max-width:1200px;
  margin:auto;
  grid-column:1/-1;
  font-size: .6em;
  line-height: 1.5em;
}


/*media query tablet*/
@media screen and (max-width: 950px){


.ccnews{
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 500px){

.ccnews{
	justify-content: space-around;
}

.latest-research {
      padding:20px;
 }

  }
