/******/
/*** BUTTONS ***/
/******/

.button-container {
	padding: 1.75rem 0 .875rem 0;
	width: 100%;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	justify-content: flex-start;
	gap: 1rem;
}

.button-container-small {
	padding: .75rem 0;
	width: 100%;
}

a, a.button, .background-black .gform_footer input.gform_button, .gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit] {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

a.button, li.menu-cta-menu a {
	border-radius: 6.25rem;
	padding: .75rem 1.5rem .75rem 1.5rem;
	text-decoration: none;
}

a.text-link, p.text-link, a.h5 {
	text-decoration: none;
}

a.button:hover, input[type=password]:hover, form.post-password-form input[type=submit]:hover, .gform_footer input.gform_button:hover, form.post-password-form input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, a.h5:hover {
	opacity: .6!important;
}

.button.tertiary:after, a.text-link:after, p.text-link:after {
	content: '›';
	margin-left: .5rem;
}

a.button.tertiary:after:hover {
	margin-left: .75rem;
}

a.tertiary {
	padding: 0rem;
}

.button-container:has(a:nth-of-type(2).tertiary) {
	gap: 1rem;
}

.button-container:has(a:nth-of-type(2).tertiary) a.tertiary:nth-of-type(2) {
    padding: .75rem 1.5rem .75rem 1.5rem;
}

/* CONTENT CONTAINER MODIFIERS */

.content-container.background-navy .button.secondary {
	background-color: var(--color-navy);
}

.content-container.background-red .button.secondary {
	background-color: var(--color-red);
}

a.text-decoration-none {
	text-decoration: none!important;
}

@media screen and (max-width: 47.9375rem) {
	
	.button-container, .button-container-small {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.button-tertiary {
		padding-left: 0;
	}
	
}
