@charset "UTF-8";
/* CSS Document */


/*Layout Styles*/

/*Main Page Layout*/


#mainpage .containerfluid {
	background-color: #fff;
}

.clients-title {
    font-weight: 800;
    line-height: 22px;
    font-size: 18px;
    text-transform: uppercase;
	margin: 10px 0;}

.clients-grid {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.client-container {
    flex-basis: 33%;
    padding: 0 15px;
}

.client {
	width: 100%;
    max-width: 140px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.purchased-content .btn {
    margin-top:0;
}

/*Buttons*/
.btn-blue {
	border-color: #005691;
	background-color: #005691;
	color: #fff;
	margin: 20px 0;
}
.btn-clear {
	border-color: #005691;
    background-color: #fff;
    color: #000;
	border-radius: 4px;
}

.btn {
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #005691;
    font-family: montserrat,sans-serif;
    line-height: normal;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.small-button {
    font-size:16px;
    line-height:20px;
}

/* Front Page Right Rail or Highlighted New Reports*/



.horizontal-item {
}

.horizontal-item-image {
}
.right-side {
	position: relative;
    padding-left: 20px;
}

.flag-blue {
	font-family: montserrat,sans-serif;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 900;
    position: static;
    display: inline-block;
	background-color: #005691;
	color: #fff;
}


/*Recent or Related Reports Section*/

.recent-reports {
	padding: 60px 100px;
    background-color: #F6F6F6;

}

.recent-reports-content {
	max-width: 1200px;
    margin: 0 auto;
}


.featured-box {
	display: flex;
    flex-direction: column;
    padding: .5em;
    flex-basis: 33.33%;
    text-decoration: none;
    position: relative;
    overflow: hidden;}

.featured-box-content {
	background-color: #fff;
    position: relative;
    top: -30px;
    z-index: 3;
    width: calc(100% - 30px);
    flex-grow: 1;
    padding: 30px 20px 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(74,74,74,.3);
    box-shadow: 0 0 5px 0 rgba(74,74,74,.3);
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
}

.featured-box-image {
	position: relative;
    padding-top: 5%;
    overflow: hidden;
}

.featured-item {
	display: flex;
    flex-direction: column;
    padding: .5em;
    flex-basis: 33.33%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.date-published {
	color: #999;
    font-size: 14px;
}

.featured-box-category {
	position: absolute;
    top: -18px;
    left: 0;
	text-transform:uppercase;
	font-weight: 900;
	font-family: montserrat, sans-serif;
	font-size: 13px;
    padding: 10px 20px;
}

.colored-category-flag {
	background-color: #005691;
    color: #fff;
}

/*Individual Report or Resource Page*/


.report-image-block > img {
	height: auto;
    max-width: 100%;
    margin-bottom:25px;
}

#individual-report {
	padding: 70px 0;
	background-color: #fff;
}

#individual-report .date-published {
	font-size: 0.9em;
    font-style:italic;
}

@media screen and (max-width: 1280px) .individual-report-title h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
}

.individual-report-title h1 {
    color: #005691;
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
	text-transform:none;
}


/* Forms */

#form {
	background-color: #fff;
	width: 100%;
}

.more-info-form input[type=text], .more-info-form input[type=email] {
  padding: 10px;
    background: #e9f6fc;
    color: #898989;
    font-size: 14px;
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: 25px;
}

.form-container {
	text-align: center;
}

.more-info-form {
	padding: 50px 80px;
	background-color: #fff;
	max-width: 750px;
	display: inline-block;
	align-content: center;
	margin: auto;
}

/* Full Width Fact Bar */
.full-bar {
	width: 100%;
    background-color: #005691;
    padding: 40px 0;
    color:#fff;
}


.full-bar h3 {
    margin-top:0;
    color:#fff;
}

.report-includes-list li {
  	 line-height: 24px;
}

/*Defaults*/

.main-page h1 {
	text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 30px;
}

.main-page h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 30px;
}

h4 {
	color: #000;
    margin: 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}