.breadcrumbs, #footer {
    display: none;
}

.no-hero-img:not(.home) .top-header {
  margin-bottom: 0;
}

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

strong {
  font-weight: 600;
}

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

.main a {
    color: #37b8e0;
    text-decoration: none;
    font-weight: 800;
}

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

.main {
    background: #fff;
    margin-bottom: 30px;
    font-size: 19px;
    z-index: 1;
    position: relative;
}

.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: 900px;
    display: block;
    padding: 40px 0;
    max-width: calc(100% - 30px);
    margin: auto;
    overflow: hidden;
}

.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 {
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    position: relative;
    padding: 20px 0 100px;
    margin: 0 0 -80px;
    display: block;
    text-align: center;
    background: #24323e url("images/header-bg.jpg") center center;
    background-size: cover;
}

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

.research-header img {
  width: 1000px;
  max-width: 98%;
  left: -2%;
  position: relative;
}

h2 {
    color: #144c7c;
    font-size: 55px;
    display: block;
  	width: 100%;
  	clear: both;
  	text-align: center;
  	line-height: 1.2;
  	font-family: 'Yeseva One';
}

.main li {
  padding-left: 1.3em;
  list-style: none;
}

.main li:before {
  content: "\2022";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #aec85e;
}

@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 {
        font-size: 36px
    }
}

@media (max-width:520px) {
    .main {
        width: auto;
        margin-bottom: 0
    }
    .main .content {
      padding: 15px 0;
      margin-bottom: 20px;
    }
    .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;
    margin: 1em auto;
}