table.block-upcoming-events-list {
	border-collapse: separate;
}
.block-upcoming-events-wrapper {
    position: relative;
}
.block-upcoming-events-logo {
	padding-right: 10px;
	width:100px;
}
.block-upcoming-events-logo img{
	max-height:60px; 
	max-width: 90px;
	width: auto;
}
.block-upcoming-events-list td {
	padding-top: 0px;
	padding-bottom: 10px;
}
.midarea .block-upcoming-events-container td {
	padding-bottom: 20px;
}
.block-upcoming-events-wrapper .subheading-outerborder {
	padding-top:0px;
}
.logo-column {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 10px;
}
.flex-container {
    display: flex;
}
.flex-child {
    flex: 1;
}

.ishere{
	display: none;
}
.resource-img {
    display: block;
    margin: auto;
}  
.res-read-more-message{
	font-weight: 500;
	font-size: 16px; 
	color: #2e54a5;
	margin-left: 0.5rem;
}
.res-read-more-message:after{
		border-style: solid;
		border-width: 0.10em 0.10em 0 0;
		content: '';
		height: 0.35em;
		right: -1rem;
		position: absolute;
		top: 0.35em;
		transform: rotate(45deg);
		vertical-align: top;
		width: 0.35em;
}

.res-read-more-text{
	position: relative;
}
.micro-resource-text {
	margin-left: 2rem;
}

.h2-res-title{
	margin: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}

a.scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
  }
  

.micro-res-image > img{
	max-height: 200px;
	width: auto;
}

.no-thumbnails{
	width: 85%; 
	margin: 0 auto;
}

@media (max-width: 767px) {
	.solve-resource-list-img {
		display: none;
	}
	.micro-resource-text {
		padding-left:5px;
	}
}


.input-search-resource{
	position:relative;
}

.search-form-resource > div.form-group > i {
    position: absolute;
    padding-left:10px;
    top:-2px;
}

.input-search-resource > input.resource-input {
    padding-left: 35px;
    border: none;
    width: 300px;
    height: 38px;
	width:100%;
	background:transparent;
	color:white;
}

.search-form-resource {
	position: relative;
	z-index: 1;
    border-bottom: white;
    border-bottom-style: solid;
}

.search-form-resource button {
	position: absolute;
	top: 14px;
	left: 27px;
	z-index: 1;
	padding: 0;
	background: transparent;
	outline: none;
	border: none;
	font-size: 14px;
}

@font-face {
	font-family: "icomoon";
	src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?kz25s0");
	src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?icomoon.eot?kz25s0#iefix") format("embedded-opentype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.ttf?kz25s0") format("truetype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.woff?kz25s0") format("woff"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.svg?kz25s0#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon-search.resource:before {
	content: "";
    position: absolute;
    left: -15px;
    top: -2px;
}

.search-form-resource i {
	font-family: "icomoon";
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color:white;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.input-search-resource > input.resource-input::-webkit-input-placeholder {
	color: white;
}


.input-search-resource > input.resource-input:-moz-placeholder {
	color: white;
}

.input-search-resource > input.resource-input:-ms-input-placeholder {
	color: white;
}

.input-search-resource > input.resource-input {
	color: white;
}

.resource-filter {
	background: #3154A5;
    padding: 30px;
}

.resource-select {
    background: white;
    padding: 10px 20px;
    color: #3154A5;
    width: 33%;
    font-size: 16px;
}

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
	width:33%;
  }
  
  .custom-select select {
	display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
	background-color: white;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
	content: "\e905";
    position: absolute;
    padding-left: 6px;
    right: 10px;
    color: #3154A5;
    font-size: 12px;
    font-family: icomoon;
    font-weight: 400;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
	top: 14px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
	color: #3154A5;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
	position: absolute;
	background-color: white;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
    overflow-y: scroll;
    max-height: 400px;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }
  
  .resource-filter > .box {
	display: flex;
    justify-content: space-between;
  }
  .resource-filter > .box.not-three {
    justify-content: initial;
  }
  .resource-filter > .box.not-three > .custom-select {
    padding-right:10px;
  }
  .box.not-three .select-selected:after {
    right: 14px;
  }