body {
font-family: "Inter", sans-serif;
font-weight: 400;
font-style: normal;
padding-top: 20px;
color: #000000;
}

.job-description-box {
font-family: "Inter", sans-serif !important;
}

a {
color: #5E366E;
text-decoration: none;
}
a:hover {
color: #542f63;
}

.logo-tagline {;
font-weight: 600;
line-height: 1.2rem;
margin-left: 1.25rem;
font-size: 1.2rem;
letter-spacing: .18rem;
padding-top: .75rem;
}
.btn {
font-weight: 600;
}  
.btn-primary{color:#fff;background-color:#5E366E;border-color:#5E366E}
.btn-primary:hover{color:#fff;background-color:#542f63;border-color:#542f63}
.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#542f63;border-color:#542f63;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#542f63;border-color:#542f63}

.btn-secondary{color:#5E366E;background-color:#fff;border-color:#fff}
.btn-secondary:hover{color:#542f63;background-color:#f4f4f5;border-color:#f4f4f5}
.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#542f63;background-color:#f4f4f5;border-color:#f4f4f5;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}
.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#542f63;background-color:#f4f4f5;border-color:#f4f4f5}

.btn-success{color:#000000;background-color:#D0D0CE;border-color:#D0D0CE}
.btn-success:hover{color:#000000;background-color:#bebebd;border-color:#bebebd}
.btn-check:focus+.btn-success,.btn-success:focus{color:#000000;background-color:#bebebd;border-color:#bebebd;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}
.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#000000;background-color:#bebebd;border-color:#bebebd}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#hero-section h1 {
font-size: 1.75rem;
}
@media (min-width: 990px) {
#hero-section h1 {
font-size: 2.25rem;
}
}
@media (min-width: 1200px) {
#hero-section h1 {
font-size: 2.75rem;
}
#page-opportunity h1, #event-hero-section h1 {
font-size: 2.25rem;
}
}
@media (min-width: 1400px) {
#hero-section h1 {
font-size: 3.25rem;
}
#page-opportunity h1, #event-hero-section h1 {
font-size: 2.5rem;
}
}

.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}

.intro {
font-size: 1.1rem;
}

.btn {
  border-radius: 0rem;
}
.form-control {
 border-radius:0rem;
}
label.error {
  display: inline-block;
  margin-top: 0.3rem;
  color: #7BBE21;
  font-size: 95%;
  font-style: italic;
}
.help-block { 
color: #7BBE21; 
display: block; 
margin-top:-15px; 
margin-bottom:6px; 
font-size: 95%; 
}
.serif {
font-family: 'Gelasio', serif;
}
.text-green {
color: #006341;
}
.text-blue{
color: #0074b8;
}
.text-gray{
color: #696a6c;
}
.blue-background {
background-color: #0074b8;
}
.gray-background {
background-color: #D0D0CE;
}
.green-background {
background-color: #006341;
}
.light-green-background {
background-color: #7BBE21;
}
.pistachio-background {
background-color: #D2D755;
}
.purple-background {
background-color: #5E366E;
}
hr {
  color: inherit;
  background-color: #006341;
  border: 0;
  opacity: 100;
}
.border-left-gray {
border-left: 1px solid #ebebeb;
}
@media (max-width: 768px) {
.border-left-gray {
border-left: none;
}
}

.swoosh-right-bottom {
background-image: url("//s3.amazonaws.com/img.staticattnhr.com/uvmhn/swoosh-right-bottom.png");
background-repeat: no-repeat;
background-position: right bottom;
}
@media (max-width: 991px) {
.swoosh-right-bottom {
background-size: 45% auto;
}
}

.mountain-bottom-left {
background-image: url("//s3.amazonaws.com/img.staticattnhr.com/uvmhn/mountain-logo.png");
background-repeat: no-repeat;
background-position: left -80px bottom;
}
.mountain-bottom-left-dark {
background-image: url("//s3.amazonaws.com/img.staticattnhr.com/uvmhn/mountain-logo-dark.png");
background-repeat: no-repeat;
background-position: left -80px bottom;
}

#attachCV, #attachCoverLetter {
    display:none;   
}
#CVFil, #CoverLetterFil {
    display:none;   
}

.navbar {
padding-bottom: 0;
padding-top: 0;
}
@media (max-width: 991px) {
.navbar {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
}
.navbar-nav .nav-link {
font-weight: 600;
}
.bg-dark {
  background-color: #006341 !important;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
padding-right: .5rem;
padding-left: .5rem;
}
@media (min-width: 1200px) {
.navbar-dark .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}
}
.navbar-dark .navbar-nav > .active a {
color: #006341;
background-color: #f4f4f5;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
 color: #006341;
 background-color: #f4f4f5;
}

#hero-section .fs-5 {
font-size: 1.2rem !important;
line-height: 2.25rem;
}
@media (max-width: 1400px) {
#hero-section .fs-5 {
font-size: 1.1rem !important;
line-height: 1.85rem;
}
}
@media (max-width: 1200px) {
#hero-section .fs-5 {
font-size: 1rem !important;
line-height: 1.75rem;
}
}
@media (max-width: 991px) {
#hero-section .fs-5 {
font-size: 1rem !important;
line-height: 1.65rem;
}
}

.bg-footer {
background-color: #006341;
color: #FFFFFF;
}
.bg-footer a {
color: #FFFFFF;
}
.bg-footer a:hover {
color: #f4f4f5;
}
.logo-tagline-footer {
font-weight: 600;
line-height: 1.2rem;
font-size: 1.2rem;
letter-spacing: .18rem;
padding-bottom: .75rem;
}

footer .footer-social {
  margin-bottom: .75rem;
  margin-top: .25rem;
  font-size: 1.25rem;
}
footer .footer-social a {
  margin: 0 .75rem;
  color:#FFFFFF;
}
footer .footer-social a:hover {
  color:#f4f4f5;
}

.swoosh-top-container {
position: relative;
width: 100%;
height: 120px;
overflow: hidden;
}
.swoosh-top {
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: auto;
max-height: 183px;
}
.hero-negative-margin {
margin-top: -80px;
/*min-height: 200px;*/
width: 100%;
position: relative;
z-index: 20 !important;
}
@media (max-width: 1200px) {
.swoosh-top-container {
height: 110px;
}
.swoosh-top {
max-height: 160px;
}
.hero-negative-margin {
margin-top: -60px;
}
}
@media (max-width: 992px) {
.swoosh-top-container {
height: 130px;
}
.swoosh-top {
max-height: 130px;
}
}
@media (max-width: 768px) {
.swoosh-top-container {
height: 100px;
}
.swoosh-top {
max-height: 100px;
}
.hero-negative-margin {
margin-top: -20px;
}
}
@media (max-width: 576px) {
.swoosh-top-container {
height: 60px;
}
.swoosh-top {
max-height: 60px;
}
}


.icons-small {
max-width: 110px;
}
.icons-large {
max-width: 170px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E366E'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E366E'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselTestimonials .carousel-item {
min-height: 240px;
}
@media (max-width: 768px) {
#carouselTestimonials .carousel-item {
min-height: 375px;
}
}

.quote-line {
width: 30px;
height: 5px;
background-color: #7BBE21;
margin-bottom: 20px;
}
.quote-line2 {
width: 30px;
height: 5px;
background-color: #006341;
margin-bottom: 20px;
}
.quote-width {
width: 70%;
margin-left: auto;
margin-right: auto;
}
.quote-width2 {
width: 80%;
float: right;
}
@media (max-width: 768px) {
.quote-width2 {
width: 100%;
float: none;
}
}
.quote-indent {
text-indent: -0.45em;
}
#mapAccordion .accordion-button {
 font-size:1.4rem;
 font-weight: 600;
 color:#5E366E;
 background-color:transparent;
 padding:1rem 0rem;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
#mapAccordion .accordion-button.collapsed {
 color:#006341;
}
#mapAccordion .accordion-button:focus{outline: 0 !important;
 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;}
#mapAccordion .accordion-item {
 background-color:transparent;
 border-bottom:1px solid rgba(0,0,0,.125);
}
#mapAccordion .accordion-body {
 padding:1.25rem 0rem;
}
@media (max-width: 768px) {
#mapAccordion .accordion-button {
 font-size:1.2rem;
}
}
#mapAccordion .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2300643c' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
#mapAccordion .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%230074b8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

.showmore-button {
    cursor: pointer;  
    color: #5E366E;
    text-decoration: underline;
}
.showmore-button:hover {
    color: #542f63;
}
#showmore-1, #showmore-2, #showmore-3, #showmore-4, #showmore-5, #showmore-6, #showmore-7{
width: 100% !important;
max-width: none !important;
}
/*.moreless {
height: auto !important;
}*/


.form-check-input:checked {
  background-color: #7BBE21;
  border-color: #7BBE21;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2300643c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}



/*JOB DETAILS*/
.recruiter-border-left {
border-left: 1px solid #006341;
}
@media (max-width: 768px) {
.recruiter-border-left {
border-left: none;
}
}

.opportunity-white-box-details {
background-color: #ffffff;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
}

.icon-box {
	padding-top: 8px;
	padding-bottom: 8px;
}
.icon-box-share {
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav-sharejob a {
  margin: 0 .5rem;
  color:#0074b8;
}
.nav-sharejob a:hover {
  color:#276077;
}
.nav-sharejob li {
  display: table-cell;
  width: 20%;
  float: none;
  text-align: center;
}


/*Tablesaw Job List Styles*/
.bluebar {
  font-size: .9rem;
}
.page-content .jobs-list tbody tr:nth-of-type(odd) {
  background: #f4f4f5;
}

.page-content .jobs-list th {
  font-size: 1rem;
}
.page-content .jobs-list b {
  font-size: 1rem;
}
.page-content .jobs-list td {
  font-size: 1rem;
}
.page-content .jobs-list .tablesaw-stack td .tablesaw-cell-label {
display: none;
}

@media (max-width: 641px) {
.page-content .jobs-list .tablesaw td {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.1;
}
.page-content .jobs-list .tablesaw-cell-content {
max-width:100%;
}
.bluebar {
margin-top: 14px;
margin-bottom: 14px;
}
}

.table-container {
	display: table;
	width: 100%;
}
.table-item {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}
#SearchResultsDiv th {
font-weight: 600;
}
/*END Tablesaw Job List Styles*/



/*EVENTS*/
.event-container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006341;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 14px;
}
.event-photo {
	height: auto;
	width: 100%;
}
@media (max-width: 993px) {
.event-photo {
	margin-bottom: 14px;
}
}
@media (max-width: 767px) {
.event-photo {
	margin-bottom: 14px;
}
}

.post-img {
	margin-bottom: 10px;
}

#event-callout-title {
	color: #3870b7;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
}

.event-details-page .event-container {
	border-bottom-width: 0px;
	background-color: #f2f5f7;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.event-details-page .event-container h3 {
	font-size: 1.1em;
}
.event-details-page .event-container .event-subtitle {
	font-size: 1em;
}
.event-details-page .event-container p {
	font-size: .9em;
}

.event-results-page .event-container {
	border-bottom-width: 0px;
	background-color: #f2f5f7;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 14px;
	padding-left: 14px;
}


.template-simple-event-container {
width: 100%;
display:inline-block;
vertical-align:top;
}
.template-simple-event {
background-color: #006341;
display: table;
vertical-align:top;
width: 100%;
}
.template-simple-event-icon {
text-align: center;	
width: 20%;
line-height: 1.1;
padding-left: 1.5rem;
padding-right: .25rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
vertical-align:top;
display: table-cell;
}
.template-simple-event-details {
text-align: left;	
width: 80%;
line-height: 1.1;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
vertical-align:middle;
display: table-cell;
}

@media (max-width: 991px) {
.template-simple-event-icon {
width: 20%;
padding-left: .5rem;
padding-right: 0rem;
}
.template-simple-event-details {
width: 80%;
padding-left: .5rem;
padding-right: .5rem;
}
}

@media (max-width: 768px) {
.template-simple-event-icon {
width: 20%;
padding-left: 1.5rem;
padding-right: .25rem;
}
.template-simple-event-details {
width: 80%;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}

.template-simple-event-details .simple-event-title {
font-size: 1.35rem;
padding-bottom: 10px;
color:#FFF;
}
.template-simple-event-details .simple-event-date {
font-size: 1rem;
padding-bottom: 10px;
color:#FFF;
}
.template-simple-event-details .simple-event-button-box {
width: 100%;
display: block;
}
@media (max-width: 991px) {
/*.template-simple-event-container {
margin-top: 20px;
}*/
.template-simple-event-details .simple-event-date {
font-size: .8rem;
}
.template-simple-event-details .simple-event-title {
font-size: 1.1em;
padding-bottom: 6px;
}
}
#page-events .template-simple-event-container, #page-search-results .template-simple-event-container {
display: none;
/*display: block;*/
}
#page-opportunity .event-container {
display: none;
/*display: block;*/
}