@charset "UTF-8";
.authenticated-page .cards .drc_card{
	position: relative;
	box-sizing: border-box;
	width: 250px;
	margin: 20px 2.5% 20px 2.5%;
	height: 300px;
	border: 2px solid #D3CCBC;
	border-radius: 3px;
	float: left;
	padding: 20px;
	align-content: flex-start;
}
.authenticated-page .cards .drc_card.productsMarketing {
	background-color: #7197AC;
	border: 2px solid #7197AC;
}

.authenticated-page div.drc_card:not(.productsMarketing) a:not(.button) {
	color: #7197AC!important;
}
@media only screen and (max-width: 767px) {
	.authenticated-page .cards .drc_card{
		height:auto;
	}
	.authenticated-page .cards .button-wrapper {
		position: inherit!important;
		bottom: 0!important;
		margin-left: 0!important;
	}
}
.authenticated-page .cards .drc_card h3{
	font: 14px 'KievitOT-ExtraBold', arial, sans-serif;
	color: #54575a;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: inline-block;
}

.authenticated-page .cards .drc_card h4{
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #54575A;
}

.authenticated-page .cards .drc_card.productsMarketing > *,
.authenticated-page .cards .drc_card.productsMarketing h4 {
	color: #ffffff;
}

@media only screen and (min-width: 767px) {
   .authenticated-page .cards .drc_card h4{
		margin-bottom: 9px;
		line-height: 1.3em;
   }
}

.authenticated-page .cards .drc_card .card_content{
	text-align: left;
}

.authenticated-page .cards .drc_card .card_content p{
	margin: 5px 0px;
}

.authenticated-page .cards {
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
}
@media only screen and (max-width: 767px) {
.authenticated-page .cards {
  padding: 20px 19px 0; } }
@media only screen and (min-width: 768px) {
.authenticated-page .cards {
  padding-top: 30px; }
.authenticated-page .cards .thumb {
  width: 300px; }}
@media only screen and (max-width: 767px) {
.authenticated-page .cards .thumb {
  width: 100%; } }
.authenticated-page .cards .subtitle {
display: inline-block;
font: 12px 'KievitOT-ExtraBold', arial, sans-serif;
color: #54575a;
text-transform: uppercase;
letter-spacing: 1px; }
@media only screen and (min-width: 768px) {
  .authenticated-page .cards .subtitle {
	font-size: 20px;
	padding-bottom: 30px; } }
.authenticated-page .cards ul {
list-style-type: disc;
margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .authenticated-page .cards ul {
	margin-top: 10px;
	margin-left: 15px;
  }
}

.authenticated-page .cards li {
	font-size: 1.175em;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.authenticated-page .cards ul {
  padding: 17px 0 11px; } }
.authenticated-page .cards li {
text-align: left;}
@media only screen and (max-width: 767px) {
  .authenticated-page .cards li {
	padding-bottom: 11px; } }
@media only screen and (min-width: 768px) {
  .authenticated-page .cards li {
	/* display: inline-block; */
	margin-bottom: 5px;
	}
	.authenticated-page .cards li:last-child {
	  padding-right: 0; } }
.authenticated-page .cards a {
	text-decoration: none;
	color: #54575a;
	background: none;
}

.authenticated-page .cards a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .authenticated-page .cards a {
	letter-spacing: 1px; } }
@media only screen and (min-width: 768px) {
 }
.authenticated-page .cards a span {
  margin-left: 10px;
  vertical-align: middle; }
  
.authenticated-page .cards .button{   
	background-color: rgba(229, 111, 90, 0.9);
	color: #FFFFFF;
	text-decoration: none;
	min-width: 50%;
	height: initial;
	max-width: 70%;
	line-height: 1.5em;
	padding: 14px 10px 10px 10px;
}

.authenticated-page .cards .button:hover{
	background: #6F97AA;
	text-decoration: none;
}  

.authenticated-page .cards .button-wrapper{
	width: 100%;
	position: absolute;
	bottom: 5%;
	margin-left: -20px;
}

.authenticated-page .cards img{
	max-width: 80%;
	margin: auto;
	display: block;
}


.authenticated-page .gallery .gallery_group{
	position: relative;
	width:100%;
/*     	border: 1px solid black; */
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 20px;
}

.authenticated-page .gallery .gallery_group .gallery_group_item{
	position: relative;
	box-sizing: border-box;
	width: 250px;
	margin: 10px 2.5% 10px 2.5%;
	height: 210px;
/* 	    border: 1px solid #035d67; */
	float: left;
	padding: 25px;
	align-content: flex-start;
}

.authenticated-page .gallery .gallery_group h3{
	width: 100%;
	font: 20px 'KievitOT-ExtraBold', arial, sans-serif;
	text-transform: uppercase;
}

.authenticated-page .gallery .gallery_group .gallery_group_item .label{
	margin: 10px  0px;
	font-weight: bold;
	text-align: center;
}

.authenticated-page .gallery .gallery_group .gallery_group_item .cta_container{
	margin: 20px 0px;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-left: -20px;
	width: 100%;
}

.authenticated-page .gallery .gallery_group .gallery_group_item .cta_container a{
	color: #ea6953;
	font-family: 'LituraNews-Italic-Bold', arial, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}

.authenticated-page .gallery .gallery_group .gallery_group_item a.thumbnail{
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	width:200px;
	height:100px;
	display:block;
}

.authenticated-page p.description{
	line-height: 1.25em;
	margin: 20px auto;
	width: 80%;
	max-width: 960px;

}


.authenticated-page .downloads{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}

.authenticated-page .downloads h3.section-header{
	width: 100%;
	margin-bottom: 20px;
}

.authenticated-page .downloads .list-item-wrapper{
	border: 0px solid black;
	text-align: left;
}
@media only screen and (min-width: 767px) {
	.authenticated-page .downloads .list-item-wrapper{
		width:50%;
	}
}
@media only screen and (max-width: 767px) {
	.authenticated-page .downloads .list-item-wrapper{
		width:100%;
	}
}

.authenticated-page .downloads .list-item-wrapper .icon-wrapper{
	border: 0px solid blue;
	display:block;
	width:60px;
	height:60px;
	padding: 5px;
}

.authenticated-page .downloads .list-item-wrapper .icon-wrapper .icon{
	background-color: #FFFFFF;
	width:50px;
	height:50px;
}

.authenticated-page .downloads .list-item-wrapper .description-wrapper{
	border: 0px solid red;
	display:block;
	min-width:300px;
	max-width: 600px;
	padding: 10px;
}

.authenticated-page .downloads .list-item-wrapper .description-wrapper .title{
	float: none;
	font-weight: bold;
	font-size: 1.25em;
}

.authenticated-page .downloads .list-item-wrapper .description-wrapper .download-description{
	float: none;
	padding:0;
}

.authenticated-page .downloads .list-item-wrapper .description-wrapper .modified{
	float: none;
	padding:0;
	color: #ea6953;
	font-style: italic;
}

.authenticated-page .ad-materials {
	color: #7C858C;
}
.welcome_description {
	padding: 30px 10px 0 10px;
	text-align: center;
	font-size: 14px;
	color: #54575a;
}
.welcome_description p {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
}
.sub-section{
	color: #54575a;
}