/* CTA Rounded Buttons */

.cta-rounded-container {
	margin: 10px auto 0px auto;
	width: fit-content;
	}
.cta-rounded-container a {
	border-bottom:0px;
	color: #fff;
	font-weight: 100;
    margin: 0px 10px;
	transition: color 0.3s ease;
	}		
.cta-rounded-container button {
	background-color: #036;
	border: 0px;
	border-radius: 10px;
	color: #fff;
	height: 64px;
	line-height: 1.5em;
	margin: 10px auto;
	max-width: 800px;
    min-width: 260px;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;	
	}
.cta-rounded-container button:hover {
	background: #B6CC2C;
	color: #036;
	}	
.cta-rounded-container .fa-sign-out-alt {
  	margin: 0px 5px 0px 0px;
	}

@media (max-width: 900px) {
  .cta-rounded-container {
	width: min-content;
	}
}		
@media (max-width: 460px) {
.cta-rounded-container a {margin: 0px;}
.cta-rounded-container button {min-width: 250px;}
}			

/* END CTA Rounded Buttons */

.btn-primary {
    margin: 0px 15px 0px 0px;	
	color: #FFF;
	background: #036;
	border-color: #036;
	border-radius: 0;
	font-size: 1em;
	font-weight: 900;
    white-space: unset;
	}
.btn-primary a {
    border-bottom: none;
	text-transform: uppercase;
	}
.blue-button-container {
	min-height: 24px;
	}
.cta-button-blue, .cta-button-blue:hover {
	border-bottom: none;
	}
.cta-button-blue:hover > button {
	text-decoration: underline;
	}
.blue-button-container a {
	border-bottom: 0px #fff solid;
	display: block;
	min-height: 24px;
	width: fit-content;
	}
.blue-button-container a:hover {
	border-bottom: 0px solid #fff;
	}
.button-blue {
	background: #036;
	border: none;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1.5em;
	margin: 0px 15px 10px 0px;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	}
.button-blue:hover {
	text-decoration:underline;
	}
.button-blue a {
	color: #fff;
	border-bottom: none;
	}
.button-blue:hover a, .button-blue:focus a {
	color: #036;
	text-decoration: underline;
	border-bottom: none;
	}
.button-blue:hover, .button-blue:focus {
    color: #036;
    box-shadow: inset 0 0 0 1px #036;
    background: #fff;
	}
.button-gray {
	background: #545454;
	border: 1px solid transparent;
    border-radius: 4px;
	margin: 0px 15px 10px 0px;
	}
.button-gray a {
	border-bottom: 0px;
	color: #fff;
    font-size: 1.2em;	
	padding: 6px 12px;
	white-space: normal;
	}
.button-gray a:hover {
	text-decoration: underline;
	}	
.button-orange {
	background-color: #f0ad4e;
	border: 1px solid transparent;
  	border-radius: 4px;
	font-size: 1.2em;
    line-height: 1.5em;
	margin: 0px 15px 10px 0px;
	padding: 12px;
	white-space: normal;
	}
.button-orange a {
	border-bottom: 0px;
	color: #fff;
	}
.button-orange a:hover {
	text-decoration: underline;
	}
.button-red {
	border: 0px;
    border-radius: 4px;
    padding: 0px;
	margin: 0px 15px 10px 0px;
	}
.button-red a {
	font-size: 1em;
	line-height: 1.5em;
	padding: 12px;
    white-space: normal;
    }
.body-button-green a {
	color: #FFF;
	font-size: 18px
	}
.body-button-green {
	background: #060;
	color: #FFF;
	padding: 8px;
	width: 150px;
	text-align: center
	}
.side-bar-button-green a {
	color: #FFF;
	font-size: 20px
	}
.side-bar-button-green {
	background: #060;
	color: #FFF;
	padding: 8px 8px 8px 10px;
	text-align: left;
	margin: 5px 0
	}
.contact-box-contact-info {
	margin: 0px 0px 4px 0px;		
	}
.request-info-text-link {
	font-size: 1.24em;
	margin: 0px 0px 30px 0px;
	}		
.request-info-text-link button {
	font-weight: 700;
    border: 0px;
    border-bottom: 2px dotted #076AB0;
    background: transparent;
    padding: 0px;
    font-size: 1em;
    color: #076AB0;
	}
.request-info-text-link button:hover {
	color: #036;
	}