/**	Browser Element **/
/*
html, body {
    font-family:'Gotham SSm A','Gotham SSm B',san-serif;
    font-size: 18px;
}
*/
html, body, .footer a {
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 18px;
}
::before,::after {
    box-sizing: border-box;
}
h1 {
	font-size: 2.44em;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
	font-size: 2rem;
	font-weight: 700;
	color: #be0f34;
	margin-top: 0;
}
h3 {
	font-size: 1.45em;
	font-size: 1.45rem;
	font-weight: 700;
    margin-top: 0;
}
h4 {
	font-size: 1.1em;
	font-size: 1.1rem;
	font-weight: 700;
}

h3 {
    color: #be0f34;
}

h4 {
    font-size: 1.45em;
    font-size: 1.45rem;
    font-weight: 700;
    margin-top: 0;
}

h5 {
    font-size: 1.1em;
    font-size: 1.1rem;
    font-weight: 700;
}

h6 {
    font-size: 1em;
    font-size: 1rem;
    font-weight: 700;
}

ul{
    list-style-type: square;
}
ul ul {
    list-style-type: circle;
}
ul ul ul {
    list-style-type: disc;
}

ol ol {
    list-style-type: lower-latin;
}

ol ol ol {
    list-style-type: lower-latin;
}

ol ol ol ol{
    list-style-type: lower-greek;
}

div,header,footer {
	box-sizing: border-box;
	position: relative;
    border-color: #000;
}
p, li {
	line-height: 1.5em;
    margin-top:0;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #be0f34;
	font-weight: 700;
}
a:visited {
    color: #be0f34;
	font-weight: 200;
}
a:hover {
    color: #2ec7ff;
} 
a, h1, h2, h3, h4, h5, h6, .overheader-left {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
}
/*
a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
}
*/
img {
	max-width: 100%;
}
label {
    display: inline-block;
}
table {
    width: 100%;
}
th {
    background-color:#be0f34;
    color: #fff;
    text-align: left;
    font-weight: 100;
}
tbody th {
    background-color: #707070;
    color: #fff;
}
td {
    background-color: #D8D8D8
}
td, th {
    border: 1px solid #fff;
    padding: .5em;
}
td, td p {
    margin: 0;
    font-size: .89em;
    font-size: .89rem;
}
iframe {
    display: block;
}
/** End Browser Elements **/

/**	CMS Base Elements **/
ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}
ul.menu li {
    list-style: none outside;
    padding: 0;
}
ul.menu {
    margin: 0;
}
.menu-item {
    padding: 0;
    position:relative;
}
.field--name-field-media-oembed-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.field--name-field-media-oembed-video .media-oembed-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.media--type-remote-video .media-oembed-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.media--type-remote-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.field--name-field-media-image img {
    display: block;
}
.toolbar .toolbar-tray-horizontal {
	position: fixed;
}
.toolbar-tab div {
	max-width: 100%;
	margin: 0;
}
/**	End CMS Base Elements **/

/**	Base Outer Template **/
.overheader {
    height: 44px;
    background-color:#be0f34;
    background: linear-gradient(to right, #be0f34, #be0f34 50%, #8f010a 50%, #8f010a 100%);

}
.overheader .contained-full {
    display: flex;
}
.contentheader, .content {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.footer, .contained, .contained-full,.contained, .header, .breadcrumb, .dropmenu{ 
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
}.contained, .header, .breadcrumb, .footer{
    padding: 0 0;
}
.container {
    display: block;
}
.region-content-main {
    margin: 0 auto;
}

.overheader p {
    margin: 0;
}

.overheader li {
    display: inline-block;
    padding: 0 10px;
}
.overheader .menu-item:last-child{
    padding-right:0;
}
.region-overheader-left {
    padding: 0 73px;
    background-color: #900;
}
.region-overheader-right {
    padding: 0 73px;
}

.overheader a {
    font-size: .67em;
    font-size: .67rem; /* 12px */
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    line-height:44px;
    display: inline-block;
    padding-left: 1em;
}

.overheader-left {
    color: #fff;
    font-weight: 900;
    font-size: .72em;
    max-width: 600px;
    min-width: 450px;
}
.overheader-left p {
    line-height: 44px;
    font-size: .65rem;
}
.overheader-left:after {
    background: repeating-linear-gradient(to right, 
        #fff, #fff 3.5%, 
        #000 3.5%, #000 11%, 
        #2ec7ff 11%, #2ec7ff 34.9%, 
        #fff 35%, #fff 43.4%, 
        #2ec7ff 43.4%, #2ec7ff 67%,
        #fff 67%, #fff 75.4%, 
        #2ec7ff 75.4%, #2ec7ff 100%
    );
    transform: skewX(-45deg);
    position: absolute;
    content: '';
    z-index: 10;
    bottom: 0;
    right: -18px;
    top: 0;
    height: 100%;
    width: 73px;
}
.overheader-right, .region-overheader-right {
    background-color: #8f010a;
    padding-left: 53px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.overheader-right, .region-overheader-right {
    padding-right: 0;
}

.header {
    height: 140px;
    z-index: 1;
    display: flex;
}

.navigation-main {
    display: flex;
    flex-grow: 1;
    justify-content: right;
}
.navigation-main ul{
    margin: 0;
}
.navigation-main li{
    display: block;
    padding: 0 1em 0 0 ;
}
.header .navigation-main .menu-item:last-of-type {
    padding: 0;
}
.header .navigation-main a {
    font-size: 1.2rem;
    line-height: 2.8em;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid;
}

.navigation-main a {
    display: block;
    text-decoration: none;
}
.rf-main-nav i{
    margin-left: 1.4rem;
    font-size: 1.4rem;
    top: 4px;
    position: relative;
}
.rf-nav-search {
    max-width: 300px;
    display: flex;
    width: 100%;
}
.rf-nav-search button {
    margin-left: -36px;
    display: inline;
    line-height: 50px;
    padding: 0px 10px;
    border: none;
    margin-top: 0px;
    border-radius: 0 6px 6px 0;
    background-color: transparent;
    color: #be0f34;
    position: absolute;
}
.rf-nav-search form {
    align-self: center;
    width: 100%;
}
.rf-nav-search input {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 15px;
    font-size: .78em;
    border-radius: 5px;
    border: 1px solid #767778;
}
a.site-logo {
    display: inline-block;
    height: 140px;
}
.site-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 340px;
}
.layout-container {
    border-bottom: 1px solid black;
}
.breadcrumb {
	padding-top: 1.6em;
}
.breadcrumb {
    font-size: .78em;
    font-size: .78rem;
    text-decoration: none;
    color: #000;
    padding-top: 0;
    padding-bottom:0;
    bottom: -3em;
    z-index: 9;
    padding-left: 8%;
    height: 0;
}
.breadcrumb li::before {
    content: " \f061";
    font-family: 'FontAwesome';
    color: #fff;
    padding: 0 .5em;
    font-weight: 100;
}
.breadcrumb li:first-child a::before {
    content: '\f015';
    font-family: 'FontAwesome';
    font-size: 1rem;
}
.breadcrumb li:first-child a {
    font-size: 0;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb a:first-child {
    color: #fff;
    font-weight: 800;
}
.breadcrumb a:visited {
  text-decoration: none;
}
.content {
    display: flex;
}
.content-left{
    flex: 2 1 auto;
    max-width: 310px;
    min-width: 310px;
    margin-right: 67px;
}
.content-main {
    flex: 2 1 auto;
}
.node__content {
    display: flex;
    flex-direction: column;
    margin-top: 95px;
}
.node__content > .rf-section:last-child {
    margin-bottom: 125px;
}
.node__content > div:last-child {
    margin-bottom: 100px;
}
.node__content .rf-contact-info:last-child {
    margin-bottom: 0;
}
.row {
    display: flex;
    flex-flow: row;
}
.toolbar-tab div {
	max-width: 100%;
	margin: 0;
}
.overfooter {
    position:relative;
    width:100%;
    height:10px;
    background:linear-gradient(to right, #58CAF4 0%, #BE0F34 100%);
    left:0;
    margin-top: 0;
}
.footer {
    padding-top: 45px;
    height: 241px;
    display: flex;
}
.footer .layout__region {
    flex:content;
    flex: 0 1 20%;
}
.footer .layout__region:first-child{
    flex: 0 1 40%;
}
.footer a {
    color: #BE1034; /* Light Red */
    font-size: .78em;
    font-size: .78rem; /* 14px */
    font-weight: 100;
}
.region-footer-one p {
    margin:0;
}
.region-footer-one img {
    max-width: 175px;
}
.region-footer-four a {
    padding: 8px 0;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    display: block;
    max-width: 240px;
}
.region-footer-four a:first-child {
    padding-top:0;
}
.underfooter {
    background-color: #000;
    color: #fff;
    height: 50px;
    font-size: .78em;
    font-size: .78rem;
    overflow-x: clip;
}
.underfooter p {
    margin: 0;
    line-height: 50px;
}
.region-underfooter-left {
    float: left;
}
.region-underfooter-right {
    float: right;
}
.footer-lines {
    position: relative;
    top: -151px;
    right: -73px;
    display: block;
    margin-bottom: -151px;
    float:right;
}
/**	End Base Outer Template **/

/** Navigation **/
/** Desktop Navigation **/
.header .navigation-main .menu-item.menu-selected::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1em - 8px);
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-width: 16px;
    border-bottom-color: #666;
}
/*
.header .menu-item .menu-selected, .header .menu-item.menu-selected a {
    color: #9a0000;
    font-weight: 800;
    text-decoration: underline;
}
*/
.dropmenu {
    z-index: 10;
    width: 4em;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
}
.overheader ul a.is-active {
    color: #fff;
}
.overheader ul a.is-active:hover {
    color: #58CAF4;
}
.dropmenu .block-mainnavigation > ul > li {
    display: none;
}
.dropmenu.menu-selected, .dropmenu.menu-selected .block-mainnavigation > ul > li.menu-selected, .dropmenu .block-mainnavigation > .menu > .menu-item.menu-selected, .dropmenu .menu-item.menu-selected ul, .dropment .menu-selected > ul > li {
    display: block;
}
.dropmenu .block-mainnavigation > .menu > .menu-item{
    padding: 1em 73px 30px 73px
}
.dropmenu a{ 
    color: #fff;
    text-decoration: none;   
}
.dropmenu ul a{
    display: block;
} 
.dropmenu a:hover, .dropmenu .block-mainnavigation > .menu > .menu-item > ul ul li a:hover {
    color: #58CAF4;
    border-color: #fff !important;
}
.dropmenu ul {
    padding: 0;
}
.dropmenu li li {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.dropmenu .block-mainnavigation > .menu > .menu-item > ul {
    columns: 3;
}
.dropmenu .block-mainnavigation > .menu > .menu-item > ul > li > a{
    font-size: .78rem;
    border-bottom: 1px solid #EEE;
}
.dropmenu .block-mainnavigation > .menu > .menu-item > ul ul li a {
    font-size: .67rem;
    text-transform: none;
    font-weight: 400;
    padding-left: 1em;
    color: #ccc;
}
.dropmenu .block-mainnavigation > .menu > .menu-item li, .dropmenu .block-mainnavigation > .menu > .menu-item li a{
    line-height: 1em;
}
.dropmenu .block-mainnavigation > .menu > .menu-item > ul > li > a {
    line-height: 2em;
}
.dropmenu .block-mainnavigation > .menu > .menu-item > a {
    font-size: 1rem;
    line-height: 2.28em;
}
.dropmenu .rf-search-form {
    display: none;
}
.block-navigationaudiencemenu-2{
    display: none;
}
.region-header-drop-navigation {
    display: none;
    position: absolute;
    width: 572px;
    right: -38px;
    background-color: #666;
    top: -44px;
    padding-top: 125px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 75px;
}
/** End Desktop Navigation **/
/** Mobile Navigation **/
.fa.mobile-menu-button {
    position: absolute;
    color: #000;
    right: 20px;
    font-size: 2em;
    cursor: pointer;
    width: 1em;
    display: block;
    align-self: center;
    text-align: right;
    width: 100%;
}
a.mobile-back {
    display: none;
}
.mobile-open .fa.mobile-menu-button {
    left: 20px;
    right:0;
}
.mobile-open .fa.mobile-menu-button::before {
    content: "\f057";
}
.dropmenu .rf-search-form  {
    margin: 0 24px;
    padding: 25px 0;
    border-bottom: 1px solid #fff;
}
.rf-search-form input {
    padding: 5px 15px;
    border-radius: 6px 0 0 6px;
    border: none;
    line-height: 40px;
    font-size: .78rem;
    width: calc(100% - 43px);
    box-sizing: border-box;
}
.rf-search-form button {
    margin-left: -33px;
    display: inline;
    line-height: 50px;
    padding: 0px 10px;
    border: none;
    margin-left: -6px;
    margin-top: 0px;
    vertical-align: middle;
    border-radius: 0 6px 6px 0;
    background-color: #fff;
    color: #be0f34;
}
.mobile-back{
    cursor:pointer;
}
.mobile-back {
    display: none;
    margin: 1.5em 24px 0 24px;
    line-height: 2.8em;
    border-bottom: 1px solid;
    color: #fff;
}
.menu-selected.mobile-open .mobile-back {
    display: block;
}
.mobile-back i::after {
    content: "\f0a8";
}
.mobile-open.dropmenu .block-mainnavigation li ul {
    padding-top: 0;
}
.mobile-open.dropmenu li {
    border-bottom: 0;
}
.dropmenu.mobile-open li a {
    border-bottom: 1px solid;
}
.dropmenu.mobile-open .block-mainnavigation ul > li {
    display: none;
}
.dropmenu.mobile-open .block-mainnavigation a::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position:relative;
    float: right;
}
.dropmenu.mobile-open .block-mainnavigation a:only-child::after, .dropmenu .block-mainnavigation .menu-selected > a::after {
    content: "";
}
.mobile-open.dropmenu .block-mainnavigation > .menu > .menu-item > ul > li > a {
    font-size: 1rem;
    font-weight: 400;
}
.mobile-open.dropmenu .block-mainnavigation > .menu > .menu-item > ul ul li a {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0;
    line-height: 2em;
}
.mobile-open.dropmenu .menu-selected > a::after {
    content: none;
}

#block-navigationaudiencemenu-2 {
    margin-top: 1em;
    padding-bottom: 30px;
}
#block-navigationaudiencemenu-2 a {
    font-weight: 400;
    line-height: 2em;
}
#block-navigationaudiencemenu-2 a::after {
    content: none;
}
#block-navigationaudiencemenu-2 li {
    border-bottom: 0;
    margin: 0 24px;
}
#block-navigationaudiencemenu-2 li:nth-child(5),#block-navigationaudiencemenu-2 li:nth-child(4) {
    display: none;
}
.mobile-open.menu-selected {
    padding-bottom: 30px;
}
.menu-selected > a {
    font-weight: 700 !important;
}
.dropmenu.menu-selected.mobile-open #block-navigationaudiencemenu-2, .dropmenu.menu-selected.mobile-open .rf-search-form{
    display: none;
}
.mobile-open .menu-item.menu-selected > a{
    color: #fff;
    padding-left: 0;
}
.mobile-open .menu-item.menu-selected a:hover {
    color: #58CAF4;
}
.dropmenu.mobile-open .menu-selected > ul > li {
    display: block;
}
.block-studentappsandresources {
    display: none;
}
/** End Mobile Navigation**/
/* Translate */
.overheader .skiptranslate{
    display:none;
    width: 0;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    bottom: 0;
}
.iframe.skiptranslate{
    display:none;
}
iframe.skiptranslate:hover,
iframe.skiptranslate.rf-translate-hovered{
    z-index:101 !important;
    display:block !important;
}

/* End Translate */
/** End Navigation**/

/** Inner Templates **/
.field--name-field-main-content {
	width: 100%;
}
.page-title {
	height: 200px;
	background-color:#bf0831;
	color: #fff;
	vertical-align: bottom;
	margin: 0;
	position: relative;
    background-image: url('https://cdn.uwrf.edu/students/images/TitleHeader.png');
}
.page-title-image {
	height: 300px
}
.page-title h1 {
	position: absolute;
	vertical-align: bottom;
	width: 86%;
	padding-left: 8%;
	margin: 0;
    bottom: .5em;
    max-width: 1060px;
}
.page-title span{
	position: relative;
	display: block;
	line-height: 1em;
	padding-bottom: 27px;
}
.page-title-image h1 span{
	padding: 30px 0;
}
.page-title-overlay, .rf-img-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page-title-overlay .first, .rf-img-overlay div:first-child, .rf-img-overlay::before {
	width: 5%;
	height: 100%;
	float: left;
	background-color: #58CAF4;
    content: '';
}
.page-title-overlay .last, .rf-img-overlay div:last-child, .rf-img-overlay::after {
	width: 95%;
	height: 100%;
	float: right;
	background-color: #be0f34;
	mix-blend-mode: multiply;
    content: '';
}
.page-title-image span::after {
	content: '';
	position: absolute;
	display: inline-block;
	background: url('https://cdn.uwrf.edu/www/images/WavyLines.png') no-repeat scroll right center;
	left: -10%;
	top: 0;width: 9%;
	height: 100%;
}
.paragraph--type--cta-button {
    margin: 0;
}
div.paragraph--type--cta-button a  {
    background-color: #717171;
	border-radius: 30px;
    margin: 1.4em 0;
    color: #fff;
	font-size: 14px;
	line-height: 1.5em;
    padding: 14px 40px;
	text-align: center;
	text-decoration: none;
	margin: 8px auto;
	font-weight: 800;
	flex: 1 1 45%;
	border: 0;
    display: inline-block;
    max-width: 350px;
}
div.paragraph--type--cta-button a:hover{
	background-color: #58CAF4;
}
div.paragraph--type--cta-button.rf-button-md a {
    width: 100%;
    max-width: 275px;
    display: block;
}
.layout__region .paragraph--type--cta-button:first-child:last-child {
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
}
/** End Inner Templates **/
/** Left Nav Styles **/
.rf-left-nav h5 {
    background-color: #900;
    font-size: 1em;
    font-size: 1rem;
    margin: 0;
    padding: 10px;
}
.rf-left-nav a {
    color: #fff;
    text-decoration: none;
}
.rf-left-nav ul {
    margin: 0;
}
.rf-left-nav p {
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px solid #fff;
}
.rf-left-nav li {
    background-color: #666768;
    font-size: .78em;
    font-size: .78rem;
    list-style: none;
}
.rf-left-nav li:first-of-type p, .rf-left-nav li ul p{
    border: 0;
}
.rf-left-nav li ul p{
    border: 0;
}

.rf-left-nav li ul {
    padding: 0;
}
.rf-left-nav-sub {
    display: none;
}
.rf-submenu-active .rf-left-nav-sub, .rf-menu-active .rf-left-nav-sub {
    display: block;
}
li.rf-submenu-active, li.rf-menu-active {
    background-color: #8F8F8F;
}
.rf-submenu-active > p a, .rf-menu-active > p a {
    text-decoration: underline;
}
.rf-submenu-active > p, .rf-submenu-active + li > p, .rf-menu-active + li > p, .rf-menu-active p {
    border-top: 0;
}
.rf-left-nav-sub li{
    font-size: .67em;
    font-size: .67rem;
    background-color: #bbb;
    color: #000;
    padding-left: 5px;
}
.rf-left-nav-sub .rf-menu-active a {
    color: #900;
    text-decoration: underline;
}
.nav-expand {
    float: right;
    color: #fff;
    font-size: 1.2em;
    line-height: 1em;
}
/** EndLeft Nav Styles **/
/** Paragraph Templates **/
/* TEMP
.paragraph--type--_-column-section {
    max-width: 1190px;
    width: 100%;
}
*/
.paragraph--type--simple-image img {
    display: block;
    max-width: 100%;
}
/*** RF Accordian Styles ***/
.rf-accordion {
	background-color: #D8D8D8; /* Lighter Grey */
	border-radius: 5px;
	margin: 10px 0;
	align-self: flex-start;
    display: flex;
    flex: auto;
    flex-flow: column;
    width: 100%;
    flex: unset;
}
.rf-accordion-toggle {
	display: none;
}
.rf-accordion-header {
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	padding: 7px 16px;
	line-height: 2rem;
    display: flex;
    justify-content: space-between;
}
.rf-accordion-header::after {
	font-weight: 400;
	content: "+";
	float: right;
	font-size: 2rem;
	line-height: 2rem;
    padding-left: 10px;
    align-self:center;
}
.rf-accordion-body {
	display: none;
    padding: 20px 20px 20px 20px;
    background-color: #eee;
    border-radius: 0 0 5px 5px; 
}
.rf-accordion-toggle:checked ~ .rf-accordion-body {
	display: block;
}
.rf-accordion-toggle:checked ~ .rf-accordion-header::after {
	content: "-";
    letter-spacing: .24em;
}
.rf-accordion-body .paragraph--type--cta-button:last-of-type a, .rf-accordion-body > div:last-of-type {
    margin-bottom: 0;
}
/** End RF Accordian Styles **/
/*** RF Card Styles ***/
.card {
	background-color: transparent;
	border: none;
	flex: auto;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}
.card-img-top img {
	max-width: 100%;
	width: 100%;
	height:auto;
}
.card-body{
	border-radius: 0 0 10px 10px;
	color: #000;
	display: flex;
    flex: 1 1 auto;
	flex-direction: column;
    font-size: .89em;
    font-size: .89rem; /* 16px */
    line-height: 1.5em;
	padding: 0;
}
.card-body h5, .card-title {
    color: #000;
    font-size: 1.44em;
    font-size: 1.44rem;
    margin: 1.12em 0;
}
.card-body a {
	color: #fff;
}
.card-body ul {
	padding-left: 0;
}
.card-body li {
	list-style: none;
}
.card-body > p {
    margin-top: auto;
}
.card-img-top img {
    display: block;
    border-radius: 5px;
}
.card-content {
    margin: 0;
}
.card-btn a, a.card-btn  {
	background-color: #B9C7D4; /* Slate */
    display: inline;
    border-radius: 15px;
    font-size: .67em;
    font-size: .67rem;
    padding: 5px 10px;
    vertical-align: middle;
    color: #000;
	font-weight: 700;
	text-decoration: none;
}
div + .card-btn, ul + .card-btn {
	margin-top: auto;
    padding-top: 25px;
}
.card-btn a:hover{
    color: #fff;
    background-color: #2ec7ff;
}
.card-transparent .card-body{
	background-color: transparent;
	color: #000;
}
.card-transparent .card-title {
	color: #000;
}
.card-transparent .card-btn a {
	font-size: .78em;
	font-size: .78rem;
	padding: 10px 40px;
	border-radius: 20px;
}
.card-btn a, a.card-btn, .card-transparent .card-btn a {
    background-color: #707070;
    color: #fff;
    padding: 18px 26px;
    border-radius: 25px;
    font-size: .78rem;
    line-height: 50px;
    max-width: 275px;
    display: inline-block;
    line-height: 1em;
}
/** End RF Card Styles **/
/** RF Contact Info Styles **/
.rf-contact-info {
    padding-top: 44px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 125px;
    padding-right: 12 5px;
    max-width: 1440px;
    background-color: #000;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.rf-contact-info > h3 {
    flex-basis: 100%;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 1em;
}
.rf-contact-info h4 {
    color: #be0f34;
    font-size:1.45em;
    font-size: 1.45em;
    flex-basis: 100%;
    line-height: 1em;
    margin-bottom: 1em;
}
.rf-contact-info-divide { 
    display: flex;
}
.rf-contact-info-left {
    flex-shrink: 1;
    padding-right: 50px;
    border-right: 1px solid #000;
}
.rf-contact-info-left p {
    margin-bottom: 0;
}
.rf-contact-info-left p:first-child {
    margin-bottom: 1em;
}
.rf-contact-info-left a {
    color: #fff;
}
.rf-contact-info-right {
    padding-left: 50px;
    border-left: 1px solid #fff;
}
.rf-contact-info::before {
    content: ' ';
    background-image: url('https://cdn.uwrf.edu/students/images/WavyLinesBlue.svg');
    width: 100px;
    height: 24px;
    display: block;
    left: 0;
    position: absolute;
    background-size: 102px;
    margin-top: 4px;
}
.rf-contact-info::after {
    content: ' ';
    background-image: url('https://cdn.uwrf.edu/students/images/ContactStars.svg');  
    width: 125px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    transform: scale(2);
}
/** End RF Contact Info Styles **/
/** RF Quote Styles **/
.rf-quote {
	display: flex;
    padding: 10px 0;
}
.quote-image {
	max-width: 160px;
	max-height: 160px;
	overflow: hidden;
	border-radius: 80px;
	background: linear-gradient( #58CAF4 0%, #BE0F34 100%);
	flex-shrink: 0;
}
.quote-image img  {
	object-fit: cover;
	width: 144px;
	height: 144px;
	border-radius: 74px;
	margin: 4px;
	border: 4px solid white;
	background-color: #fff
}
.quote-text {
	font-size: 1em;
	font-size: 1rem;
	padding-left: 1em;
}
.quote-text::before {
    font-size: 7rem;
	color: #be0f34;
	-webkit-text-stroke: 2px #BE0F34;
	-webkit-text-fill-color: #fff;
	position: relative;
	top: -.2em;
	max-height: 2.5rem;
	margin-left: -.4rem;
	display: block;
	content: "\201C";
	z-index: -1;
}
.quote-content {
	flex-grow: 1;
}
.quote-citation {
	padding-top: 1rem;
	text-align: right;
	color: #be0f34;
	font-size: 1em;
	font-size: 1rem;
	text-transform: uppercase;
}
/** End RF Quote Styles**/
/** RF Section Styles**/
.paragraph--type--section {
	margin: 1em 0;
}
.rf-section {
    margin: 0 auto 75px auto;
    position: relative;
    max-width: 1190px;
    width: 100%;
}
.rf-section .rf-section {
    margin: 0 auto;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
.rf-section-tiny {
    margin-bottom: 25px;
}
.rf-section-small {
    margin-bottom: 40px;
}
.rf-section-large {
    margin-bottom: 100px;
}
.rf-section-large-divider{
    padding-bottom: 100px;
    border-bottom: 1px solid black;
    margin-bottom: 100px;
}
.rf-section-large + .rf-contact-info {
    margin-top: 25px
}
.paragraph--type--accent-container {
    background-color: #8f010a;
    color: #fff;
    padding: 50px 0;
}
.paragraph--type--accent-container h2, .paragraph--type--accent-container h3, .paragraph--type--accent-container h4, .paragraph--type--accent-container a {
    color: #fff;
}
.paragraph--type--accent-container .rf-section {
    margin-top: 25px;
}
.paragraph--type--accent-container::before {
    content: ' ';
    background-image: url('https://cdn.uwrf.edu/students/images/accent-container.png');
    width: 75px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.paragraph--type--accent-container .layout--onecol{
    max-width: 1190px;
    margin: 0 auto;
}
.paragraph--type--accent-container >  .layout--onecol > .layout__region > div:last-child{
    margin-bottom: 0;
}
.paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region {
    border-left: 2px solid #2ac8ff;
    box-sizing: border-box;
    padding-left: 15px;
}
.paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::before,
.paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -12px;
  border: 11px solid transparent;
  border-bottom-color: #2ac8ff;
  transform: rotate(90deg);
  top: 0;
}
.paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::before {
    left: 58px;
    border: 10px solid transparent;
    border-bottom-color: #2ac8ff;
  }
.paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::after {
    left: 55px;
    border: 10px solid transparent;
    border-bottom-color: #8f010a;
}
/** End RF Section Styles **/
/** RF Image Styles **/
.rf-img-caption-top .rf-img-overlay::before {
    width: 0;
}
.rf-img-caption-top .rf-img-overlay::after {
    width: 100%;
}
.rf-img-caption-top p{
    z-index: 2;
    margin: 0;
    position: relative;
    color: #58CAF4;
}
.rf-img-caption-top {
    padding: 1.35rem;
    font-size: .7em;
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 8%;
}
.rf-img-caption-title p::after, .rf-img-caption-title h1::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: url('https://cdn.uwrf.edu/www/images/WavyLines.png') no-repeat scroll right center;
    left: -10%;
    top: 0;
    width: 9%;
    height: 100%;
  }
  .rf-img-caption-title {
    position: absolute;
    bottom: 0;
    width: 86%;
    padding-left: 8%;
    box-sizing: content-box;
  }
.rf-img-caption-title h1{
    bottom: 0px;
    vertical-align: bottom;
    margin: 0;
    z-index: 2;
    position: relative;
}
.rf-img-caption-title h1 span{
    padding: 30px 0;
    display: block;
    color: #fff;
    line-height: 1em;
}
.rf-img-round img {
    border-radius: 5px;
}
/** End RF Image Styles **/
/** RF Media Styles **/
.paragraph--type--media {
    width: 100%;
}
/** End RF Media Styles **/
/** Slideshow **/
.rf-slideshow {
    max-width: 90%;
    margin: 0 auto;
}
.rf-slideshow > div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
}
.rf-slideshow > div > div {
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.rf-slideshow > div > div {
    display: none;
}
.rf-slideshow > div > div:first-child{
    display: block;
}
.rf-slideshow img {
    width: 100%;
}
div.rf-slideshow-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    height: 100%;
    width: 5%;
}
.rf-slideshow-left::before {
    content: "\f137";
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 2em;
    color: #B9C7D4;
}
div.rf-slideshow-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    height: 100%;
    width: 5%;
}
.rf-slideshow-right::before {
    content: "\f138";
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 2em;
    text-align: right;
    color: #B9C7D4;
}
.rf-slideshow-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.rf-slideshow-dot {
    cursor: pointer;
    margin: 5px;
    width: 10px;
    height: 10px;
    color: #333;
    border-radius: 50%;
    background-color: #B9C7D4;
} 
.rf-slideshow-dot.active {
    border: 2px solid #58CAF4;
}
@keyframes fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
}
/** End Slideshow**/
/** Feed **/
.rf-feed-description {
    margin: 1em 0;
    border-bottom: 1px solid;
    padding-bottom: .5em;
}
.rf-feed-item:last-child .rf-feed-description{
    margin-bottom:0;
    padding:0;
}
.rf-feed-event-content {
    padding: 1em 0;
    display: flex;
}
.rf-rss-container .rf-feed-item-event-card:first-child .rf-feed-event-content {
    padding-top: 0;
}
.rf-feed-event-description {
    font-size: .8em;
    line-height: 2em;
}
.rf-feed-event-description p {
    margin-bottom: 0;
}
.rf-feed-event-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1.2em;
}
.rf-feed-item:last-child .rf-feed-description {
    border-bottom: 0;
}
.rf-rss-container[data-feed-events="On"] {
    display: flex;
    flex-direction: column;
}
.rf-feed-item-event-card {
    flex: 1 1 0;
    color: #000;
    border-radius: 5px;
    max-width: 600px;
}
.rf-feed-item-event-card:first-child {
    margin-left: 0;
}
.rf-feed-item-event-card:last-child {
    margin-right: 0;
}
.rf-feed-item-event-card a {
    color: #000;
    text-decoration: underline;
    font-size: 1rem;
}
.rf-feed-event-date {
    margin-right: 8%;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    height: 90px;
    background-color: #be0f34;
}
.rf-feed-event-date p {
    line-height: 2em;
    font-size: .8em;
    padding: 5px;
    font-weight: 800;
    width: 85px;
}
.rf-feed-event-date span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 2.5em;
    margin-top: 8px;
}
.rf-feed-event-image {
    display: none;
}
/** End Feed **/
/** Callout Box **/
.paragraph--type--callout-box {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 39px 15px 30px 25px;
    overflow: hidden;
}
.paragraph--type--callout-box h2, .paragraph--type--callout-box h3, .paragraph--type--callout-box h4 {
    color: #fff;
    font-size: 1.4rem;
    text-transform: unset;
}
.paragraph--type--callout-box a {
    color: #fff;
}
.paragraph--type--callout-box a:hover {
    color: #2ec7ff;
}
.paragraph--type--callout-box ul {
    padding-left: 30px;
}
.paragraph--type--callout-box::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #58CAF4 0%, #BE0F34 100%);
}
/** End Callout Box **/
/** End Paragraph Templates **/
/** RF Layouts **/
.layout__region {
	display: flex;
    flex-direction: column;
    padding-left: 2.312%;
    padding-right: 2.312%;
}
.layout--twocol-33-66, .layout--twocol-66-33, .layout--twocol-60-40, .layout--twocol-40-60 {
	display: flex;
	flex-wrap: wrap;
}
.layout--twocol-33-66 > .layout__region--first {
	flex: 0 1  33.194%;
    padding-right: 3.782%;
}
.layout--twocol-33-66 > .layout__region--second {
    flex: 0 1 66.807%;
    padding-left: 0;
}
.layout--twocol-66-33 > .layout__region--first {
    flex: 0 1 66.807%;
    padding-right: 0;
}
.layout--twocol-66-33 > .layout__region--second {
    flex: 0 1  33.194%;
    padding-left: 3.782%;
}
.layout--twocol-60-40 > .layout__region--first {
    flex: 0 1 59.665%;
    padding-right: 4.202%;
}
.layout--twocol-60-40 > .layout__region--second {
    flex: 0 1 40.336%;
    padding-left: 0;
}
.layout--twocol-40-60 > .layout__region--first {
    flex: 0 1 40.336%;
    padding-right: 0;
}
.layout--twocol-40-60 > .layout__region--second {
    flex: 0 1 59.665%;
    padding-left: 4.202%;
}
.layout--threecol-33-34-33 .layout__region {
    flex: 0 1 29.412%;
    padding-left: 0;
    padding-right: 0;
}
.layout--threecol-33-34-33 .layout__region--second {
    margin-right: 5.883%;
    margin-left: 5.883%;
}
.layout__region:first-child{
    padding-left: 0;
}
.layout__region:last-child{
    padding-right: 0;
}
.layout__region .paragraph--type--cta-button:first-child:last-child {
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
}
/** End RF Layouts **/
/** RF Misc **/
.rf-page{
	margin:4em 0 0 0;
}
.node--type-landing-page .node__content {
    display: block;
    width: 100%;
}
.node--type-landing-page .rf-section{
    max-width: 1190px;
    width: 100%;
}
.page-node-type-landing-page .field__item:first-of-type .rf-section,  .page-node-type-landing-page .overfooter {
    margin-top: 0;
}
.page-node-type-landing-page .field__item:last-of-type .rf-section {
    margin-bottom: 0;
}
.node--type-landing-page > div > div > div:first-child, .node__content > div:first-child {
    margin-top: 0;
}
.rf-two-col {
    columns: 2;
}
.rf-three-cols {
    columns: 3;
}
.no-mag {
    margin: 0;
}
.rf-icon-btn-container {
    display: flex;
    flex-wrap: wrap;
}
.rf-icon-btn {
    flex: 0 0 48%;
}
.rf-icon-btn a span {
    flex: 0 0 100%;
    text-align: center;
}
.rf-icon-btn span:last-child {
    align-self: flex-end;
}
.rf-icon-btn:nth-child(odd){
    margin-right: 5px;
}
.rf-icon-btn:nth-child(even){
    margin-right: 5px;
}
.rf-icon-btn p {
    text-align: center;
}
.rf-icon-btn a{
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #be0f34;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 5px;
    min-height: 100px;
    justify-content: center;
}
.rf-icon-btn a:hover {
    background-color: #700;
}
.rf-icon-btn img {
    display: block;
    align-self: baseline;
}
/** End RF Misc **/
/** RF Emergency Styles **/

.navigation-main .rf-nav-emergency {
    display: flex;
    width: 2em;
    margin-right: 1em;
}
.navigation-main .rf-nav-emergency a {
    line-height: unset;
    font-size: 1rem;
    align-self: center;
    align-content: center;
    text-decoration: none;
    border-bottom: 0;
    display: flex;
    justify-content: right;
}
.navigation-main .rf-nav-emergency a {
    height: 1.8rem;
}
.campusAlert {
    position: relative;
}
.campusAlert p {
    padding: 0 20px 10px;
}
.campusAlert h3 {
    width: 100%;
    background-color: #BE0F34;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
}
#modal-overlay {
    background: #fff;
    filter: alpha(opacity=60);
    height: 100%;
    left: 0;

    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -ms-filter: alpha(opacity=60);
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 250ms ease;
    width: 100%;
    z-index: 998;
}
#modal-container {
    display: none;
    background: #fff;
    border: 1px solid #ababab;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    height: auto;
    font-family: arial, sans-serif;
    font-size: 14px;
    top: 0;
    position: absolute;
    transition: opacity 350ms ease;
    z-index: 998;
}
#modal-header {
    height: 15px;
    overflow: hidden;
    clear: both;
}
#modal-close {
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    line-height: 15px;
    opacity: 0.6;
    text-align: center;
    width: 15px;
}
#modal-close:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0;
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
#modal-content {
    display: block;
    padding: 0 15px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: auto;
}
.modal-loading {
    background: #fff url(data:image/gif;base64,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) no-repeat center center;
}
.gritter-item-wrapper.gritterSMRoutine {
    background-color: #010101;
    background-color: rgba(1, 1, 1, 1);
}
.gritter-item-wrapper.gritterSMRoutine p {
    margin-bottom: 5px;
}
.gritterSMRoutine .gritter-title {
    color: #BE0F34;
}
.gritter-without-image>hr:first-of-type:last-of-type {
    display: none;
}
.gritterSMRoutine .gritter-without-image strong {
    line-height: 2em;
    font-size: 1.2em;
}
#modal-container.gritter {
    background-color: #000;
    border: 1px solid #3b3b3b;
    border-radius: 11px;
    box-sizing: border-box;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: absolute;
    right: 20px;
    top: 140px;
    width: 401px;
}
.gritter-title {
    color: #BE0F34;
}
.gritter strong {
    line-height: 2em;
    font-size: 1.2em;
}
.gritter #modal-close {
    margin: 2px 4px 0 0;
}
.gritter hr {
    margin: .5em;
}
.gritter-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 7px;
    text-shadow: 1px 1px 0 #000;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -200%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -200%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation: fadeInDown 1050ms;
    animation: 1050ms ease 0s normal none 1 fadeInDown;
}
.fadeIn {
    transform: translateZ(0);
    display: inline-block;
    -webkit-animation: fadein 550ms;
    -moz-animation: fadein 550ms;
    -ms-animation: fadein 550ms;
    -o-animation: fadein 550ms;
    animation: fadein 550ms;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes notificationBar {
    0% {
    }
    20% {
        min-width: 100%;
    }
    90% {
        min-width: 100%;
    }
    100% {
    }
}
@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    0% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/** End RF Emergency Styles **/
@media (hover: hover) {
    .fa.mobile-menu-button:hover {
        color: #58CAF4;
    }
}
@media (max-width: 1320px){
    .region-header-left {
       padding-left: 20px;
    }
    .overheader, .footer, .underfooter {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 1200px){
    .node__content > .rf-section {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 1160px){
    .overheader-right, .region-overheader-right {
        padding-left: 20px;
    }
    .overheader-left {
        min-width: 420px;
    }
}
@media (max-width: 1100px){
    .overheader {
        display: none;
    }
    .rf-icon-btn-container {
        display: none;
    }
    .block-studentappsandresources{
        display: block;
        background-color: #707070;
        margin: 0 32px;
        text-align: center;
        border-radius: 0 0 5px 5px;
        cursor: pointer;
        line-height: 2em;
    }
    .block-studentappsandresources h2{
        font-size: .8rem;
        color: #fff;
        font-weight: 400;
        margin-bottom:0;
    }
    .block-studentappsandresources h2::after {
        content: "\f078";
        font-family: 'FontAwesome';
        position:relative;
        margin-left: 10px;
        cursor: pointer;
        transition: transform .2s;
        display: inline-block;
    }
    .block-studentappsandresources ul{
        max-height: 0;
        padding-top:0px;
        transition: max-height .2s, padding-top .2s;
        overflow: hidden;
    }
    .block-studentappsandresources.rf-resources-open h2{
        color: #58CAF4;
    }
    .block-studentappsandresources.rf-resources-open ul{
        max-height: 100vh;
        padding-top:20px;
        padding-bottom: 1em;        
    }
    .block-studentappsandresources ul li a{
        color: #fff;
        font-weight: 500;
        padding: 5px 10px;
        text-align: center;
        display: block;
    }
}
@media (max-width: 1100px){
    .layout--threecol-33-34-33 .layout__region {
        flex: 0 1 31.412%;
        padding-left: 0;
        padding-right: 0;
    }
    .layout--threecol-33-34-33 .layout__region--second {
        margin-right: 2.883%;
        margin-left: 2.883%;
    }
    /*
    */
    .paragraph--type--callout-box a {
        color: #fff;
        word-wrap: anywhere;
    }
    .card {
        margin: 0 auto;
    }
}
@media (max-width: 800px){
    .site-logo img {
        max-width: 225px;
        content: url('https://cdn.uwrf.edu/images/wordmark-hwub-mobile.png');
    }
    .header .rf-nav-search {
        margin: 0 10px;
        max-width: 220px
    }
    a.site-logo {
        height: 80px;
    }
    .header {
        height: 80px;
    }
    .breadcrumb {
        bottom: -2.5em;
    }
    .page-title h1 {
        bottom: .4em;
    }
    .layout--threecol-33-34-33 > .layout__region {
        flex: 0 1 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .layout--twocol-33-66 > .layout__region, .layout--twocol-66-33 > .layout__region, .layout--twocol .layout__region, .layout--twocol-66-33 > .layout__region{
        flex: 0 1 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .node__content {
        margin-top: 33px;
    }
    div.paragraph--type--cta-button.rf-button-md a {
        box-sizing: border-box;
    }
    hr {
        margin: 30px 0;
    }
    .node__content > .rf-section:last-child {
        margin-bottom: 50px;
    }
    .rf-contact-info::after {
        content: '';
        background-image: unset;
    }
    .rf-contact-info-divide {
        flex-direction: column;
    }
    .rf-contact-info {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 5px;
    }
    .rf-contact-info h3 {
        padding-top: 50px;
        margin-bottom: .5em;
    }
    .paragraph--type--accent-container::before {
        position: absolute;
        height: 30px;
        width: 100%;
        padding: 0;
        background: linear-gradient(to bottom, #2ec7ff, #2ec7ff 60%, #fff 60%, #fff 70%, #be0f34 70%, #be0f34 100%);
    }
    .paragraph--type--accent-container {
        padding: 80px 32px 50px 32px;
    }

    .paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region {
        border-left: 0;
        border-top: 1px solid #2ac8ff;
        padding-left: 0;
        padding-top: 1.25em;
    }
    .paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::before, .paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);;
        border: 11px solid transparent;
        border-top-color: #2ac8ff;
        top: 0;
        transform:unset;
    }
    .paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::before {
        border: 10px solid transparent;
        border-bottom-color: transparent;
        border-top-color: #2ac8ff;
    }
    .paragraph--type--accent-container .layout--threecol-33-34-33 .layout__region::after {
        top: -2px;
        border: 10px solid transparent;
        border-bottom-color: transparent;
        border-top-color: #8f010a;
    }
    .rf-section-tiny > .layout > .layout__region {
        margin-bottom: 25px;
    }
    .rf-section-small > .layout > .layout__region {
        margin-bottom: 40px;
    }
    .rf-section-medium > .layout > .layout__region {
        margin-bottom: 55px;
    }
    .rf-section-large > .layout > .layout__region {
        margin-bottom: 55px;
    }
    .rf-section > .layout > .layout__region:last-child {
        margin-bottom:0;
    }
    .footer {
        flex-direction: column;
        height: unset;
    }
    footer.footer .layout__region {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .footer-lines {
        display: none;
    }
    .footer, .footer a {
        text-align: center;
        display: block;
        max-width: 100%;
    }
    .underfooter {
        margin-top: 65px;
        overflow: hidden;
    }
}

@media (max-width: 620px){
    
    .header .rf-nav-search {
        display: none;
    }
    .site-logo img {
        width: 80%;
        max-width: 200px;
    }
    .rf-two-col {
        columns: 1;
    }
    .rf-feed-event-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        min-height: 0;
    }
    .rf-feed-event-date p {
        width: 50px;
        font-size: .7rem;
    }
    .rf-feed-event-date span {
        font-size: 1.5rem;
        margin-top:0;
    }
    .rf-feed-event-date {
        height: 70px;
        width: unset;
    }
    .rf-feed-item-event-card a{
        font-size: .89rem;
    }
}

.hide {
    display: none !important;
}
.menu-item--expanded {
    list-style: none;
}
.media.align-left {
    padding-right: 1em;
}
.media.align-right {
    padding-left: 1em;
}
.rf-img-offset {
    position: relative
}
.node__content > div:last-child > div > div:first-child {
    margin-top: 0;
}
.content-under-left {
    margin-top: 1em;
}

.toolbar a:visited {
    color: #565656;
}

.toolbar .toolbar-bar {
    background-color: #be0f34;
}
.toolbar-tray.is-active::after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #58CAF4 0%, #BE0F34 100%);
    z-index: 109;
    position: absolute;
}
.envHeader {
    background-color: yellow;
}
.envHeader p {
    margin: 0 auto;
    max-width: 1440px;
    padding: .5em 1em;
    box-sizing: border-box;
}
.envAccount {
    float: right;
}