﻿@import url("a/20497");

@media (min-width: 992px) {

	/*** Changes the translate icon and caret to be appropriate color ***/
	.goog-te-gadget:before {
	background-image: url(a/18173);
	}

	.goog-te-gadget:after {
		background-image: url(a/18174);
	}
}
/* Hiding Content
=================*/
.hide-arc {
    display:none!important;
}

/* Border Top Styling
*************************************************************/

.border-top {
    border-top:6px solid #003058; 
}

/* Logo Card Styling for Branding Toolkit and Web Style Guide
*************************************************************/

.logo-card > div:first-child {
background-color:#003058;
color:#ffffff;
}

.logo-card > div.img-header.check-circle:before {
    color: #90ee90;
}

.logo-card > div.img-header.times-circle:before {
    color: #ffcccb;
}
/* Custom Horizontal Rule
*************************************************************/

hr.arc-hr {
		line-height: 1em;
		position: relative;
		outline: 0;
		border: 0;
		text-align: center;
		height: 45px;
		background: transparent !important;
	}
	
	hr.arc-hr:before {
		content: "";
		background: linear-gradient(to right, white, rgb(185, 31, 49), white) !important;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 3px;
	}
	
	hr.arc-hr:after {
		content: "";
		position: relative;
		display: inline-block;
		padding: 25px 25px;
		line-height: 1.5em;
		background-color: #fffbfb !important;
		background-image: url(https://igor.arc.losrios.edu/Content/img/Blue-Oak-Tree.svg) !important;
		background-size: 40px !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}