/*!
 * UGA Design System - Styles: https://design.online.uga.edu
 * Copyright University of Georgia
 */
#right-column h1:not([class]):first-child {
    margin-top: 0;
}
#right-column h1:not([class]) {
    font-size: 4em;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
	margin-top: 1em;
}
#right-column h2:not([class]) {
    font-family: Oswald,Impact,Arial Narrow,Helvetica Neue;
    font-size: 2.75em;
    font-weight: normal;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 1em 0;
}
#right-column h3:not([class]) {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 1em 0;
}
#right-column h4:not([class]) {
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 1em 0;
}
#right-column h5:not([class]) {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 1em 0;
}
#right-column h6:not([class]) {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 1em 0;
}
#right-column h1:not([class]), h4:not([class]) {
	font-family: "Merriweather", Georgia, serif
}
#right-column h3:not([class]), h5:not([class]), h6:not([class]){
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
#right-column h1:not([class]), h1:not([class]) a, h2:not([class]), h2:not([class]) a, h6:not([class]), h6:not([class]) a{
	color:#000;
}
#right-column h3:not([class]), h3:not([class]) a,h5:not([class]), h5:not([class]) a{
	color: #ba0c2f;
}
#right-column h2:not([class])::after {
    content: '';
    display: block;
    height: 0.125rem;
    width: 2.25rem;
    position: absolute;
    -webkit-print-color-adjust: exact;
    background-color: #ba0c2f;
}
#right-column blockquote {
    margin: 1.5em 0;
    padding: 1em 1em;
    line-height: 1.5;
    position: relative;
    font-size: 1.125em;
    background: #f2f2f2;
    border-left: 0.25rem solid #ba0c2f;
}
#right-column figure figcaption {
    margin-top: 1rem;
    text-align: left;
    border-left: 0.125rem solid #ba0c2f;
    padding-left: 0.5rem;
    font-style: italic;
}
#right-column ol:not([class]) {
    counter-reset: generic-ol-counter;
}
#right-column ol:not([class]), ul:not([class]) {
    list-style-type: none;
}
#right-column ol:not([class]) > li,ul:not([class]) li {
    position: relative;
}
#right-column li:not([class]) {
    font-size: 1.125rem;
    font-family: "Merriweather Sans",sans-serif;
    color: #000;
}
#right-column ol:not([class]) > li::before {
    counter-increment: generic-ol-counter;
    content: counter(generic-ol-counter) ". ";
    color: #ba0c2f;
    position: absolute;
    right: calc(100% + 0.5rem);
    font-weight: bold;
}
#right-column ul:not([class]) li::before {
    content: '';
    background-color: #ba0c2f;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: absolute;
    top: 0.625em;
    right: calc(100% + 0.5rem);
}
.btn-primary, .btn-transparent{
	color:#ffffff;
	-moz-border-radius:0;
	border-radius:0;
	position:relative;
}
.btn-primary{
	background-color:#ba0c2f;
	border-color:transparent;
}
.btn-transparent{
    background-color: transparent;
    border: solid 0.125rem #fff;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active{
   color:white!important;
}
.btn-primary:focus, .btn-primary:hover{background-color:#a70b2a;}
.btn-primary::before,.btn-transparent::before{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid rgba(255,255,255,0);
    top: .5rem;
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-primary:hover::before,#right-column .btn-primary:active::before,.btn-primary:focus::before,
.btn-transparent:hover::before, .btn-transparent:active::before, .btn-transparent:focus::before{
    border-color: #fff;
    top: .25rem;
    right: .25rem;
    bottom: .25rem;
    left: .25rem;
}
/*
 * Accordion Menu 
 */
.accordion.card, .panel-heading {
  border: none;
}
.accordion.card .card-header, .panel-heading {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
}
.accordion .btn-link, .panel-heading a {
  color: #000000;
}
.accordion-icon {
  border-style: solid;
  border-color: #000000;
  border-width: 0 2px 2px 0;
  height: .5rem;
  pointer-events: none;
  transform: translateY(-60%) rotate(45deg);
  width: .5rem;
}
.accordion-trigger, .panel-title a{
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 1rem 1.5em 1rem 0;
  font-family: "Merriweather",serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: left;
  padding-left: .5rem;
white-space: initial;
}
.accordion-trigger:focus, .panel-title a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.accordion-trigger:after, .panel-title a:after {
  content: '+';
  display: block;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  color: #ba0c2f;
  background: #fff;
  border: 1px solid currentColor;
  position: absolute;
  top: 1rem;
  right: .5rem;
}
.accordion-trigger:hover:after, .panel-title a:hover:after {
  background-color: #ba0c2f;
  color: white;
}
.accordion-trigger[aria-expanded="true"], .panel-title a[aria-expanded="true"] {
  color: #ba0c2f;
}
.accordion-trigger[aria-expanded="true"]:after, .panel-title a[aria-expanded="true"]:after {
  content: '-';
  background-color: #ba0c2f;
  color: white;
}
.card-body.accordion-panel, .panel-body{
	padding:1rem
}
.card-body.accordion-panel.collapse {
    overflow: hidden;
    height: 0px;
    padding: 0;
}
.card-body.accordion-panel.collapse.in {
    padding: 1rem;
    height: auto;
    overflow: auto;
}
.panel-title a {
    background-color: #ffffff;
}
.panel, .panel-default .panel-body, .panel-heading {
    border: none!important;
    box-shadow: none;
}
.panel-heading {
    border-top: 1px solid rgba(0, 0, 0, 0.125)!important;
}
/** END Accordion Menu **/