.breadcrumbs {
    display: none;
}

html.resource-page {
    font-size: 16px!important;
}

body > .container {
  background: #ffb200;
  background: -moz-linear-gradient(top,  #ffb200 0%, #ff7600 100%);
  background: -webkit-linear-gradient(top,  #ffb200 0%,#ff7600 100%);
  background: linear-gradient(to bottom,  #ffb200 0%,#ff7600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb200', endColorstr='#ff7600',GradientType=0 );
}

.breadcrumbs {
    display: none;
}

.main p {
    margin: 26px 0;
    line-height: 1.6;
}

.main a {
    color: #ff9600;
    text-decoration: none;
    font-weight: 600;
}

.main a:focus,
.main a:hover {
    color: #da8104;
    text-decoration: underline;
}

.main {
    background: #fff;
    margin-bottom: 30px;
    font-family: "Raleway";
    font-size: 19px;
}

.main iframe,
.main img {
    max-width: 100%;
    margin: auto;
    display: table;
}
@media(min-width: 650px) {
	.main img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	.main img[style="float: left;"] {
		padding-right: 15px;
	}
}
@media(max-width: 650px) {
	.main img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}
}

.container {
    max-width: 100%;
    width: 100%;
}

.main .content {
    width: 910px;
    display: block;
    padding: 30px 15px;
    max-width: 100%;
    margin: auto;
}

.main .btn-facebook,
.main .btn-github,
.main .btn-google,
.main .btn-linkedin,
.main .btn-twitter {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.research-header {
    margin: -1px 0px -50px;
    display: block;
    text-align: center;
    position: relative;
    z-index: -1;
    background: #9fac23 url("images/header-bg.jpg");
}

@media (max-width:  767.98px) {
    .research-header {
        display: none;
    }
}

h2 {
    color: #0c80c5;
    font-weight: normal;
    font-size: 48px;
    display: block;
  	width: 100%;
  	clear: both;
  	text-align: center;
  	line-height: 1.2;
  	margin-bottom:0;
  	margin-top: 1em;
  	font-family: 'Baloo Bhai';
}

h3 {
  font-weight: bold;
  color: #0c80c5;
  text-align: center;
  margin: 40px 0;
}

.green {
  color: #36bb90;
}

.red {
  color: #ff4f33;
}

.blue {
  color: #17ade5;
}

.purple {
  color: #5d4bb7;
}

.top-header .container {
    width: 100%!important;
}

@media (min-width:1100px) {
    .container {
        width: 1040px;
    }
}

@media (max-width:992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    h2, ol>li span {
        font-size: 40px
    }
}

@media (max-width:520px) {
    .main {
        width: auto;
        margin-bottom: 0
    }
    .main .content {
      padding-top: 0;
    }
    .main p {
        font-size: 16px
    }
    .research-header {
      margin-bottom: -40px;
    }
}

.main a,
.main p,
.main li {
    white-space: normal;
    word-wrap: break-word;
}

.main img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.main ul {
  list-style: none;
  padding-left: 70px;
}
.main ul li:before {
  content: '';
  height: 55px;
  width: 55px;
  float: left;
  margin-right: 15px;
  background: url("images/green.png") no-repeat;
  background-size: cover;
  margin-left: -70px;
}
.main ul li.p:before {
  background-image: url("images/purple.png");
}
.main ul li.b:before {
  background-image: url("images/blue.png");
}

#footer .foot-widget h3 {
    text-align: left;
}