.img-pad {
  padding-left:25%;
  padding-right:25%
}

/* Garnet button text hover */
.btn.s3-gt:hover {
  color:#782f40 !important;
}
/* Accordion title adjustments  */
#accordion h4.accordion_title {
  font-size:22px;
  border-top: 2px dotted #b5b5b4;
}
.accordion .accordion_content {
	font-size: inherit;
}

/* Side Nav hover adjustments */
.region-sidebar-first .menu li.expanded li.active a.is-active {
  background-color:#d5d4d4;
}
.region-sidebar-first .menu li.expanded li.active a:hover {
  background-color:#fff;
}

/* Form search button adjustments */
.form-type-search .button {
  line-height: 1em;
  padding:.4em;
  border-color:#000000 !important;
}
.form-type-search .button:hover {
  background-color:#fff !important;
  color:#782f40;
}
.form-type-search .icon {
    margin: 0 !important;
}
/* Add icons to file links  */
a[href$=".pdf"]::before, li a[href$=".pdf"]::before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 3px;
	content:"\f1c1";
}
a[href$=".ppt"]::before, a[href$=".pptx"]::before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 3px;
	content:"\f1c4";
}	
a[href$=".doc"]::before, a[href$=".docx"]::before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 3px;
	content:"\f1c2";
}
a[href$=".xls"]::before, a[href$=".xlsx"]::before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
	padding-right: 3px;
	content:"\f1c3";
}
/* Remove unwanted icon*/
.no-icon::before {content:none !important;}

/* Add checkboxes to UL on Veterans' Preference page */
ul.check {
  list-style-type:none
}
.check li:before {
  content:'\f14a';
  font-family:fontawesome;
  margin-left:-1.5em;
  width:1.5em;
  display:inline-block;
}
ul.check li {
  margin-bottom:10px
}

/* Affiliate job openings image CSS */
.tn-image-centered {
	height:150px;
	background-color: whitesmoke;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Forms content type CSS */
.field--type-link.field--label-inline.quickedit-field > div.field--item {
  display:inline;
}

body.s3-bg-gt {
  background-color: #fff;
}
.tooltip {
	visibility:hidden
}
