  :root {
  --color-primary: #003359;
  --color-secondary: #82C342;
  --color-gradient-start: #00AEEF;
  --color-gradient-stop: #82C342;
}

body {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  color: #383838;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 700;
  color: #003359;
}

.h1, h1 {
  line-height: 1.111em;
  font-size: 42px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 36px;
}

.h3, h3 {
  line-height: 1.25em;
  font-size: 30px;
}

.h4, h4 {
  line-height: 1.5em;
  font-size: 22px;
}

.h5, h5 {
  line-height: 1.5em;
  font-size: 19px;
}

.h6, h6 {
  line-height: 1.5em;
  font-size: 17px;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.main-nav > li > a .link-ext {
  background-color: #fff;
}

.main-footer a:not(.btn) {
  color: #6d6f7c;
}

.main-footer a:not(.btn):hover {
  color: #000;
}

.liquid-blog-scheme-light {
    background-color: #003359;
}
	.navbar-brand {padding:15px 0;}
	.navbar-brand img {width:200px;}
	.liquid-lp-details .liquid-lp-category a {color: #44D62C;}
	.text-greenish {color:#00AEEF;}
	section#visit {
    background-image: url(https://www.augusta.edu/campaign/assets/shield.png)!important;
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
	background-color:#f7f8fb!important;
}
	@media screen and (min-width: 1200px)
	{
.is-stuck {
    background-color: rgba(0, 51, 89, .9);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}
}
@media screen and (max-width: 1199px) {[data-mobile-header-scheme=dark] .navbar-header {background-color: #003359;}}
.bb-btn {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	color: #003359;
	-webkit-box-shadow: inset 0 0 0 2px #86C44C, 0 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 2px #86C44C, 0 0 0 rgba(0,0,0,0.2);
	padding: 1rem 2.5rem!important;
	font-size: 0.865rem;
	border-radius: 50px;
	display: inline-block;
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1),color 0s;
	will-change: transform;
	border: 0;
}

.bb-btn:hover {
	color: #fff;
	background: #86C44C;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #00AEEF), color-stop(95%, #82C342));
	background-image: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 2px transparent, 0px 10px 15px rgba(0,0,0,0.2);
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}
.liquid-blog-contents-inside .liquid-lp-media:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #003359), to(transparent));
    background: linear-gradient(to top, #003359 60%, transparent 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}

.iconbox {margin-bottom:15px;}
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.modaal-iframe .modaal-content {
    padding: 20px;
}
.liquid-blog-item-carousel .liquid-lp-title {
    text-wrap: balance;
}